From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (unknown [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 43D08460A8 for ; Thu, 16 Jan 2025 22:49:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 382B340ED0; Thu, 16 Jan 2025 22:49:34 +0100 (CET) Received: from mail-ot1-f97.google.com (mail-ot1-f97.google.com [209.85.210.97]) by mails.dpdk.org (Postfix) with ESMTP id AF23F40696 for ; Thu, 16 Jan 2025 22:49:33 +0100 (CET) Received: by mail-ot1-f97.google.com with SMTP id 46e09a7af769-71e3cbd0583so399582a34.1 for ; Thu, 16 Jan 2025 13:49:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737064173; x=1737668973; 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=kAqljgI4KNyaFxZC32bo3KmhM4Z6EWRH71cE4V9m91A=; b=fR8xbzlua71mlgirazlqLhhJUVdL8lpqDQtoaws5UHT0B5pK+WX+nmwYQ9nWD+IhBa OtaMxlHZn3XG1I0r4ji5HyB8MpVcTugq6VRFI46Bu6IQfSzOHrtzoIs1eu0Gg7tB6dyH 9++x1SO40i1IJZZi2Sd+RcCfYBEQB0wky76Wg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737064173; x=1737668973; 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=kAqljgI4KNyaFxZC32bo3KmhM4Z6EWRH71cE4V9m91A=; b=ASCiL8mizYzSJResk0ax4X9ixnJ2tAeUmhJUWKyfHD0IASsc1d5NGhwH1S4cPFrJcK XSCq2mIRbFbezuJ4Sh3oBT11OT8Dnejx0gLuTzcwCNSIrP8X/QpFUmIpeiFjSQISYmLF 9pwhKDe2+qaakD4j3FnrlacFlOq8gDKFaPmQryp3l40WuNF0bDZ6dWpMBDcmLM828QU5 EjrTC32u5tGHI+LoMLfA3Pf6TVeq8AQenq9KMV5QX0XGD7x+kTb9RrbbqDEIlsC2YYOf r3tWdOOQBksWoB9ZmKlgWGiWstJBXShZDUjsEYsPOtT+asy8BxPhOMSh04CgeDX67EIl 2sDw== X-Gm-Message-State: AOJu0YwM4ysZ1+i4YhzFFbjf6rSnJtpO/2LBLxQZmY/nDJiJGsqQ+k1F pK/7IpZ4csSdZ7/QOPT6TAKIH+0B7r62gZBHhyCZ9FYemAYVnHaJ3ZN08MJs/323XPjaw5ltCad o1I/IM3YvPYW8RDvghAgUiLC7sF7Yfjii X-Gm-Gg: ASbGnctmfQNpYwceIb/P10qEJmw9EA6Dect9TNkeHdBnK9+8yjW9/m5VcmysBTLiIpc 84qNGMtF5IXmZr6dEtnPsdPem8Lio+enbOii77+BYEc2+9YnH+R18p3eyDcG3DCK0+k9QqX3q/Z t94mHk7c2joehwUuxFBKQPNMqIs6BQl8vpdRmJmpN2qomLx3JCRSU+ggHyHrrgguSA0DsDgLwBZ 9QEwbnOwYrIrdEPcr5uLp95xIIlL4A+2EI6dUrgx4uZxwyq/7G+MUW6TWJgGI1l4XujFNdu4GXe fsphQg== X-Google-Smtp-Source: AGHT+IFZCpHIdO0OOzdrQcx2z9JXtxv9DNl3g2hCdnB4WykB/2mmJzarLSDjUzXt9MVjW+ArCpAwEUlBUlnF X-Received: by 2002:a05:6871:7b84:b0:29e:433f:aa4f with SMTP id 586e51a60fabf-2b1c0af3b84mr245223fac.30.1737064172751; Thu, 16 Jan 2025 13:49:32 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-2b1b8c7e8b3sm48885fac.1.2025.01.16.13.49.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jan 2025 13:49:32 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 16 Jan 2025 13:49:32 -0800 (PST) Message-ID: <67897eec.050a0220.2be511.3f84SMTPIN_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 2E90E6052471; Thu, 16 Jan 2025 16:49:32 -0500 (EST) Subject: |FAILURE| pw150153-150154 [PATCH] [2/2] net/af_xdp: Refactor af_xdp_ From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Ariel Otilibili In-Reply-To: <20250116195640.68885-3-ariel.otilibili@6wind.com> References: <20250116195640.68885-3-ariel.otilibili@6wind.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: FAILURE http://dpdk.org/patch/150154 _Testing issues_ Submitter: Ariel Otilibili Date: Thursday, January 16 2025 19:56:39 DPDK git baseline: Repo:dpdk Branch: master CommitID:34ea86164bf17a431ec5ef78d7e51e2e9b3fd75e 150153-150154 --> testing issues Upstream job id: Generic-DPDK-Compile-Meson#351944 Test environment and result as below: +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_win_llvm_compile | dpdk_msvc_compile | dpdk_mingw64_compile | +=====================+====================+==================+===================+=======================+===================+======================+ | Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | openSUSE Leap 15 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Ubuntu 20.04 | FAIL | WARN | SKIPPED | 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 | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | 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 | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | 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 ==== Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) 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 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) 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 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/32350/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/