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 1F84E45E9F for ; Sat, 14 Dec 2024 12:15:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA77740041; Sat, 14 Dec 2024 12:15:48 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id 9496640041 for ; Sat, 14 Dec 2024 12:15:47 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-21661be2c2dso19916615ad.1 for ; Sat, 14 Dec 2024 03:15:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734174946; x=1734779746; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=azqaw1fR6ZWCtp/6lkDHEEqX3ofemEnHGK9Gc5TYY1U=; b=JJH9Pw4q5UttzH7SMxavDv/x32HoZnr21sdien05nh/N8Hi4BCpOR+TjFTasvWS3Vf vEk8G8Lf0+iI6d1c4XqiYIIEK9TT6wheoscyyfHgPwV7m2Z4xf2o1EIuxNEQE4DVRLNj ciSmS4ReYrp8aFyt8Mb7RbWoz1mEJVy01Zzc4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734174946; x=1734779746; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=azqaw1fR6ZWCtp/6lkDHEEqX3ofemEnHGK9Gc5TYY1U=; b=rmLRs4DGytb/N3R8htPT5VDbH1/g0lROelxhstnTgnxlJVuuYjE8VGRO3BxfnRm2fd GzduYVMpvk69yEFcaOSklaAbF4Cpg0yqm34m1X6dTJfYc8VRp59PTDqTpwdOtp2OFOVC kN/XG27D0jnCij23UhKfSjBKxAsMT1aReKdd5btMpmqIT8pp8OKDeNvYMwzFlSFfWDfH o5nuh5ntd8fr/QMmVQbJHSlblCWT0NKD7WSdlSevRZ5VsFpoWRfvfpjurhoBisBSEJYg 8c7kzSs9nDgW8vq8+cXLOw1q+/n1H5KQBhEl3GAOxP6N3G1SnPOsGoO9YyNXZ0MUTIxF Q1Tg== X-Gm-Message-State: AOJu0Yyy+Lbmh0GYCppteNgzx/1LN6RInIzgzEqROzrZNbOgNUAeAbK7 J+y5IP4C5dRYNGnCauIzJYvzkd6b9h8UeMOGnX8r7gKIBDHAG7ygm5wpQEu9zN/SosLLqlPddxv 9laOCrmFeb2JObCL3IHKOV7LD+5AFUKFtHjbhwm6iUGlj5kZa X-Gm-Gg: ASbGnctkL5wBKeYOVvCoB95uHzb/LPuEBJg2LdVXTH76vVubGsGgbjEN1VMu74cIhQd Oopgx+Z072OEURfc1lQOg9a3ZUgA3qKISfjShpUx2yTUmxp3oyfEfXLcwieL428rKV4n6iUXfUi wWI4PUGvWN/+XFdua80ucpKSPp+G9x1Am5ksih8VqB2JHNVyIHJsyelGVCOEwbQiy6NxQIkc7ge gP1L8MEbPgp5gWnjr3EOdTWUI/qQZybkyXNPpXa/VkmLljCzjUxIbeGY8svIEuVOjGngDxrOHfe u6ApKw== X-Google-Smtp-Source: AGHT+IEkqZS/BayFAP8BMP3QnWQS9EIjzGgalfSV6mimcJsQxdnIpvIfyL5PO/d97TxQnpo7+NJdDbcAemrm X-Received: by 2002:a17:902:ecd2:b0:216:6fbc:3904 with SMTP id d9443c01a7336-218929a17demr78065135ad.13.1734174946664; Sat, 14 Dec 2024 03:15:46 -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 d9443c01a7336-218a1da00aasm575125ad.8.2024.12.14.03.15.46 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Dec 2024 03:15:46 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 14 Dec 2024 03:15:46 -0800 (PST) Message-ID: <675d68e2.170a0220.17df1d.3f75SMTPIN_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 CB9B46052471; Sat, 14 Dec 2024 06:15:45 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 92bac8b798fa9c94bcf835bc49b4f16f1b0997fa From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Xueming Li , Christian Ehrhardt , Kevin Traynor , Luca Boccassi 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: tags/v22.11 92bac8b798fa9c94bcf835bc49b4f16f1b0997fa --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#343276 Test environment and result as below: +-------------------+--------------------+ | Environment | dpdk_meson_compile | +===================+====================+ | CentOS Stream 9 | PASS | +-------------------+--------------------+ | Debian 12 | PASS | +-------------------+--------------------+ | Fedora 39 (Clang) | PASS | +-------------------+--------------------+ | Fedora 40 | PASS | +-------------------+--------------------+ | Fedora 39 | PASS | +-------------------+--------------------+ | Fedora 40 (Clang) | PASS | +-------------------+--------------------+ | openSUSE Leap 15 | PASS | +-------------------+--------------------+ | RHEL8 | PASS | +-------------------+--------------------+ | RHEL9 | PASS | +-------------------+--------------------+ | Ubuntu 22.04 | PASS | +-------------------+--------------------+ | Ubuntu 24.04 | PASS | +-------------------+--------------------+ | FreeBSD 13.4 | PASS | +-------------------+--------------------+ | FreeBSD 14.2 | PASS | +-------------------+--------------------+ | Ubuntu 20.04 | PASS | +-------------------+--------------------+ 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 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) 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) 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 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 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 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31921/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/