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 2C10545ED5 for ; Wed, 18 Dec 2024 05:11:18 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 24FD04066E; Wed, 18 Dec 2024 05:11:18 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id 2675E402AE for ; Wed, 18 Dec 2024 05:11:17 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-844e7bc6d84so13100639f.0 for ; Tue, 17 Dec 2024 20:11:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734495076; x=1735099876; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=KVMOsszVgXHV3OZLOSl7Xclm+lhRP3NlkawIbkB5Dvo=; b=jEQoqtM865kqX1PjEeaKlvlOw7oVamwF9M01xIirPKAG3V/F+oG20IWBVDJHBvDTKB xCEZmwMveETgMVsb8YtENrVFY+YoznJDmiK6XtCRdK8QYafL03PCDtDiru8ltG31nDzs Wr+GoP9bnuKX44rBB3f0m425e9GURxHRC8hj4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734495076; x=1735099876; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=KVMOsszVgXHV3OZLOSl7Xclm+lhRP3NlkawIbkB5Dvo=; b=uI9CLBipNC2Fb1NS0g9qcy0JULXPofI3YyUWcdx3LJmEDF3wRTEcwNkakpoam458EA UQuBWBYdDJwchAyioLGa8Jw5cp/23TF9WCZn7DjQ07zbRmzyh9oCDFTlBFDdvrJ9miz8 Am5fBp68MHbM85BXt9KADxxq+DBzA9slkOMdlSe0sjE/Ojf7VlOGm3P6K547o15M7rQk jooQx3JlHKgzps0bkqCGCU575GCGk/PP21B9qD1qXLgJZKrv/psLuqSk7HpJGbF44A6Q guyaweuTiinYq6VrzT6mm2BhNzwPSd8vKSjr7mftGtcLOHI0aYEwTEl47++BMLmUP3SS YDnw== X-Gm-Message-State: AOJu0Yw2EOO0lWlpUpPSvu11gaV4jta3PaQ8JxVcA7oxSRV62c9dqEgs g3UNVAqr9yzVhoCXMa/PctEGuJgWvAHXCcMH9/uUSIN3cIBnKT12v3nULsLyzC/6ZmvJAGTAG8h DdIxxdJUKZA5Z2p4bOKJ7XCmtqmAw249QPIYotqSciLGeqfc2B3YTzQ+d X-Gm-Gg: ASbGnctW8DLD6z18fM+fyXTgAsvH/de+76hdQcgomzd66p70ULOthmZ/uIZ0guPBFij gyQb++4TLEI84nrorDt86HDKnXODtMwkNkR/AlaggIRuWyoS2ISh/cJzFP31MMZTorpJFg+SRUI PsOWTxzEVpge3D/7PrP4LY40VUQlZIgEKKmPyfosyr+pFKVNNCP2w6SSzYaZk7KZzrVcLj8FZut uhd9FoLeaS3hu+8bvROH6vAvUPrDbQQy4P6A6VlW7EUbAehkEg34jAe7eBVL9pbK9lrmlTMec1N ibKr8w== X-Google-Smtp-Source: AGHT+IE4FhqJIczH+WazbdtHiRHBqzT0/NHar3vdj1mrnLP0KDf/aM33suwp/bEYkNF2bJb/Ob32dTFMYcJ+ X-Received: by 2002:a05:6602:3f90:b0:7f6:8489:2679 with SMTP id ca18e2360f4ac-84758b2bc60mr96379939f.8.1734495076512; Tue, 17 Dec 2024 20:11:16 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-844f624d8dbsm33749439f.14.2024.12.17.20.11.16 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Dec 2024 20:11:16 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 17 Dec 2024 20:11:16 -0800 (PST) Message-ID: <67624b64.050a0220.393be6.6927SMTPIN_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 0DBFC6052471; Tue, 17 Dec 2024 23:11:16 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 4dc4e33ffa108e945fc8a1e2bbc7819791faa61e 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 4dc4e33ffa108e945fc8a1e2bbc7819791faa61e --> testing pass Upstream job id: Generic-Unit-Test-DPDK#300033 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Arch Linux | PASS | +-------------------+----------------+ | Fedora 39 | PASS | +-------------------+----------------+ | Debian 12 | PASS | +-------------------+----------------+ | Fedora 39 (Clang) | PASS | +-------------------+----------------+ | Fedora 40 (Clang) | PASS | +-------------------+----------------+ | Fedora 40 | PASS | +-------------------+----------------+ | RHEL9 | PASS | +-------------------+----------------+ | RHEL8 | PASS | +-------------------+----------------+ | Ubuntu 20.04 | PASS | +-------------------+----------------+ | Ubuntu 22.04 | PASS | +-------------------+----------------+ | Ubuntu 24.04 | PASS | +-------------------+----------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Arch Linux Kernel: Depends on container host Compiler: gcc 14.2.1 20240805 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) 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 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) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31960/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/