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 C680B4640D for ; Tue, 18 Mar 2025 02:55:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8367F40291; Tue, 18 Mar 2025 02:55:17 +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 DBD634028F for ; Tue, 18 Mar 2025 02:55:16 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-85df99da233so75555839f.3 for ; Mon, 17 Mar 2025 18:55:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1742262916; x=1742867716; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=eqhSRIlVbnW/mpzqP5INEPKSG+jUoZV9y39qk7yyk7k=; b=E3S2d2oBPcdD1Vsqtzrr6b6JkLVULzy/ItQIc+uDxZksDtaV+jj58L+FB5j8nMzcZY HRNtuUeHH8wtmyiXwWnOKXncXG8FdeoJQhOvHh3aWI3DJqucX4rCGZsJ1sujZxhYj9zZ sw+tgJy30OYHUONaRzb4V0ZZEg7ODJYH1oV6w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1742262916; x=1742867716; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=eqhSRIlVbnW/mpzqP5INEPKSG+jUoZV9y39qk7yyk7k=; b=WgavG1qUHOHg7JmPau0f2t2TX5Um0uMrGxhNM+CY11wxlbw++t71iIxOXdnXGWd4+m PIIJHgdlDuTxM0Ke6s7ixUIMcNFwd20Ue366b5IPWLGbl/IMhL8zZ8+wMtNqGrKwXK0p kMMDJ2d6c+caizXZ6EHDIpnECo79w4qtLCFwJECjg/nS4UozEJpWhimbRJgvZ861O1jV cWva9hnRH9e3eR8t8kEWEzsg96iG/15L09h+ff65uNyz86bT71bvc3sEiDkeEUUmutxS notzkdCMV1n3VBp6D9V0gNosRg2wwdyL3dhQ9eljElTq7s4xSl3laUoOGJy+5/CuXJvK RvfQ== X-Gm-Message-State: AOJu0YxxrtZj0+yThWfgQeSp/GhuN8U7MTOpFjsvU/vwxoCk250Qosc4 VtziysvX01jAmQU/iueueXgh+XSk7aVBoHeu8udbTifkaSfXIn/a+KUYFRWwnD4VkUtDBHfg1RG TzhO9Ls5MNCPiukwz6cR6H+vjaRiCojJIe9LHfb3K X-Gm-Gg: ASbGncvC3E9uM3KDiIiMkqN2PI9x+wRQ1UEnQwVLjhdMmh5JhOihsr9MFH8FKCgHUi8 vUlQ3NoP9wi/0YehtzmNTIwxkGPbS0SG2vwOIUUPHkmh7NrPCiHuGrGm4CDgullRcUAYPhYDo7w UN/25r8lMcW8jSlJrNUeRt8yu8cQlEvbGiczzcunPtbDXFZU/WEVaUacE2V2P8/fqc6PeCRiALo ee5THPGU7Adia4J5XDum1wiacjA0PvP7pYBeuoZR7hZAyL4zFvj+eB0mi/Oz39FQgwEqN0HyxmS TJDMjKnPRWZ+2Jn4leNOO+MS/07TIn40HEBxSHx7 X-Google-Smtp-Source: AGHT+IHF2ob/HXVI3YYIMOpgAf5mlxTv+wexmsibKTJ/5VHTT3XKJkwcUsVyh28SGr9rwBDeA/iwkb3tmgbu X-Received: by 2002:a05:6602:3710:b0:85b:577b:37da with SMTP id ca18e2360f4ac-85dc48782e5mr1742788439f.9.1742262915855; Mon, 17 Mar 2025 18:55:15 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-85db85ab8c9sm41435839f.0.2025.03.17.18.55.15 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Mar 2025 18:55:15 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 17 Mar 2025 18:55:15 -0700 (PDT) Message-ID: <67d8d283.050a0220.18689f.5efbSMTPIN_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 4D11A6052471; Mon, 17 Mar 2025 21:55:15 -0400 (EDT) Subject: |SUCCESS| [GIT MASTER] 7e45b64cf050df7fa403e82076effef0972980bc From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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 _Testing PASS_ Branch: dpdk 7e45b64cf050df7fa403e82076effef0972980bc --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#372930 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Fedora 41 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | CentOS Stream 10 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 CentOS Stream 10 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32990/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/