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 6909545DF4 for ; Thu, 5 Dec 2024 06:47:14 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 658CF402C4; Thu, 5 Dec 2024 06:47:14 +0100 (CET) Received: from mail-pf1-f228.google.com (mail-pf1-f228.google.com [209.85.210.228]) by mails.dpdk.org (Postfix) with ESMTP id D167B402AE for ; Thu, 5 Dec 2024 06:47:13 +0100 (CET) Received: by mail-pf1-f228.google.com with SMTP id d2e1a72fcca58-724f0f6300aso634090b3a.2 for ; Wed, 04 Dec 2024 21:47:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733377633; x=1733982433; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=iR7kM7E9e3T/s7NN9nSNmcpzr3gP2R/MSlYiif0L6n8=; b=hV1FBaXTE86DEku8eM1z9lZX/YxKjmZfhktMlfDNJC6mVL9qj1Sq5E/CDyGsCIjBNB DKUR8QtK1HipQwcnCQe6VfFyrKW8Ud2LNvqnbKk+dbtdT2WNBLa8giqH11fP9dF2E9kx zWXW2InK7ng16ChjB9Tg6eWhZKzeXrtMAt8ZI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733377633; x=1733982433; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=iR7kM7E9e3T/s7NN9nSNmcpzr3gP2R/MSlYiif0L6n8=; b=UDybHCAu0ffFwPidh/r7eF8rjqgOQ+VxjpKCstjKhZtIDpEU/wXWaEDGegUuSPmo1t CV0gQAPuABmA9tZ0I6DUgPp16S4+h+upFB8J/oyhZPrYEHGwboG6lx6fACv7aH/IxvBf qgE/2iMzkTJlmiuVoV43EimshoZRbgn4vUraQka21QHOnwtu31FOn9GSoZjIvildj05p YTCeloniz5RmTAfEsJVQafjcpMouEjzkZLm9+rv/eSi1BoZE27HBlX0k23VEn5USlnym x6nESKHa87aJlhj3HV/cSj0JLA8EhiknlNEMCXH7j70NeG6Mvr6fGfv4gZDRAggkiN3u 5JlQ== X-Gm-Message-State: AOJu0YyGFXRcs8JMO+gjcA+3NHaLHEQgr6k2jBmYrMA6rW04RFrPyaBT 7U2UucHCVXckgkh7oe8LEo7gr4GGPuZB10ZkXuKXPyS+vHUGW7irfw3rCeCDwVAjAPHDe8Y6pvO 2no1hpQQCVNiO/1JJ7nl2knEo4ThzjjR8Vpr2ORFR315VyFBUcvd/k0LO X-Gm-Gg: ASbGnctxgZxqfqDXa2+FZg15xY+LOOGsySldZx0J1cVdicEfXtWqUgUir9cXMNOqEsZ sKNK+azh8soh5lkzn1w8q6SO/yzY64an7f070dXb4M1F6kCAgxEjgsOXJMFXzim8auKhrWmZIiE D6bcEDjzAsuEXo7MIar6NzyKHdnqeR1ISEMv74rYPl98MysHkCg1fXYGnLh12hcnbDlNMkDORIM QHTorGg2DSI01NnbK+45HRbk9FT6sW8zBP3ju66QUhtGpaYZaUerrbV+fA8QRuspzmsBY03FpI= X-Google-Smtp-Source: AGHT+IFTBzAym5zPrVJegauME1H6WkwmjRW0IdIdDWigLKvidXbpptL0clWs/DP8zpabeJ9VVoHYSMV2YRuU X-Received: by 2002:a05:6a00:2284:b0:71e:4930:1620 with SMTP id d2e1a72fcca58-7257fa42640mr11567466b3a.3.1733377632990; Wed, 04 Dec 2024 21:47:12 -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 d2e1a72fcca58-725a29cec28sm32806b3a.4.2024.12.04.21.47.12 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Dec 2024 21:47:12 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Dec 2024 21:47:12 -0800 (PST) Message-ID: <67513e60.050a0220.314432.2142SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 18CF66052471; Thu, 5 Dec 2024 00:47:12 -0500 (EST) Subject: |PENDING| [GIT MASTER] e8eb14e00d56027bef8569d68cf00e39670edca2 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/v23.11 e8eb14e00d56027bef8569d68cf00e39670edca2 --> testing pending Upstream job id: Generic-DPDK-Compile-ABI#107292 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Debian 12 | PEND | +-------------------+----------+ | Fedora 39 | PEND | +-------------------+----------+ | Fedora 39 (Clang) | PEND | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | Fedora 40 (Clang) | PEND | +-------------------+----------+ | openSUSE Leap 15 | 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 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) 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) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) 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 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/31849/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/