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 1160B45EA8 for ; Sun, 15 Dec 2024 07:40:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DEBCC40263; Sun, 15 Dec 2024 07:40:40 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id 50B524003C for ; Sun, 15 Dec 2024 07:40:39 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-216401de828so24561835ad.3 for ; Sat, 14 Dec 2024 22:40:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734244838; x=1734849638; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=DEYhIAkHhP/IViFhjB/rVermjnYNftT5Y5Ztg3paJcg=; b=VnGuF7faNV2UosB6OKwTs0Sl3u5nVw9pAXWRdoDh3wXNLg6gmcXK/a61RPbFVylNc7 jue9k0hltwCYO8p3piCBx6P0V4kLeV7abc7jrMF4Lfqo0tmu/D8vhE0Y4E/RXMxXGCCy 6zp5T/zFiDJUbNQc5RYsxVFTb8nsT/lqZ0Q8w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734244838; x=1734849638; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=DEYhIAkHhP/IViFhjB/rVermjnYNftT5Y5Ztg3paJcg=; b=aRDxHjo4YKtBEL7i2Cg9/aw94SYH+fKWFmvr7/21j13RELpJ1jq4tfM246EA7KyTUG sP3Cjbm1zMiNz3YfApYQEB9WN4WtZICKyIpvmzxMP66T3sRPCtRIi4kQ0aR75IxKaBJZ +XfWl/0jT1h8GgZaewe0Clam8/joOZuhcyp5Ien5KpVTCvzGwxIzXO054cPFIdWaobj+ ldYx25ronCW5i1MyluUkwdNnOo6xpS3n1gGfaHh0MreWTXcuDb9zTPdOkUISAabseuq7 56896uQ9MI4vRz5sqbt5SSB583SwpU8X+Bdla/4+EuqyDlI9eFOGpsgSCRKQUYfDCe8m 21bA== X-Gm-Message-State: AOJu0YzzTd56yyam1gNhzceL215hoDXdxDRxS+AQx3AhZQJb8hY3O/6D wSE4MTkDlrid746qJ1rdPVcZAoB5Y4AIQDxrIbx3seikyAGK1ed4dWJp9dCHK87GNoxyx7luerw OTe6epRm0SqbYG1K9EG9JPz0svrCkdxFIvQko2x1kQZrYJIRRa2wKlxbE X-Gm-Gg: ASbGncsnASQ9EA5wZdBplSwHmT7u2z18dZ+xTGvRo9k8HW7FxIcuq9JMMBuYnAHcp8D IWzBNAaMwrScxAqaTP7vk/WGg76iTZ3Z2OQbI3IS0If0xkvWmr1iztNIhmzHyhUqzD2Dm4sqMEG natewS4rSqtU8b5UC/+FCGlXTSbNGEZQyGXDkgbXky9i1jxa9knFyQbImLyWQeOEp60JmhCIpeS H5Qw5M1+py0dlZWmujDSY4vtL9FCfODLbkk8c7qT+J2pcSs9P1D+ng4AMhNhLgZOSc2S4FadFxu /IaBLA== X-Google-Smtp-Source: AGHT+IGHqOfef0F3S2rihARvauREI7xE20J5fCeP2kjd5KXAOsLToXjugdi4aE/7Pb6OAmpsTe83OV5Dp1w+ X-Received: by 2002:a17:902:f68f:b0:215:b1a3:4701 with SMTP id d9443c01a7336-218929af088mr104269955ad.13.1734244838445; Sat, 14 Dec 2024 22:40:38 -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-218a1e61893sm1089685ad.91.2024.12.14.22.40.38 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Dec 2024 22:40:38 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 14 Dec 2024 22:40:38 -0800 (PST) Message-ID: <675e79e6.170a0220.33bc5b.7d0bSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 9BABE6052471; Sun, 15 Dec 2024 01:40:37 -0500 (EST) Subject: |PENDING| [GIT MASTER] 92bac8b798fa9c94bcf835bc49b4f16f1b0997fa 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 pending_ Branch: tags/v22.11 92bac8b798fa9c94bcf835bc49b4f16f1b0997fa --> testing pending Upstream job id: Generic-DPDK-Compile-ABI#107606 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PEND | +-------------------+----------+ | Debian 12 | PEND | +-------------------+----------+ | Fedora 39 (Clang) | PEND | +-------------------+----------+ | Fedora 40 (Clang) | PEND | +-------------------+----------+ | Fedora 39 | PEND | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | RHEL9 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PEND | +-------------------+----------+ 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 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.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 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/31940/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/