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 B4C0D45F62 for ; Sat, 28 Dec 2024 08:33:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B6E4C4021F; Sat, 28 Dec 2024 08:33:01 +0100 (CET) Received: from mail-io1-f100.google.com (mail-io1-f100.google.com [209.85.166.100]) by mails.dpdk.org (Postfix) with ESMTP id CE08F40144 for ; Sat, 28 Dec 2024 08:32:58 +0100 (CET) Received: by mail-io1-f100.google.com with SMTP id ca18e2360f4ac-844e39439abso285569139f.1 for ; Fri, 27 Dec 2024 23:32:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735371178; x=1735975978; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=18YQPyiLmAvjMqy8273SolEto+llBpfcEiHamJT/PaA=; b=SpC4yiRDmJ/5oxYiwfDs7tKeYa6Y3gJgDqB0y2KsgohYOoqcyuJV+XyizjKlCfuxlq Uven0/rHoHFCnygcvGNbN44yhwz8Y05CJ/GFO3/hHUKArs/qfLuORIFWihBAAD/+gqyy hEoIutOHOAhDBxhSJfKZU7BtvdF/X5k3iy5xI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735371178; x=1735975978; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=18YQPyiLmAvjMqy8273SolEto+llBpfcEiHamJT/PaA=; b=LDXkYKxOV5NGWmOdbDoSvVk2XUzBzldG3T6UKWofWyPgIGAE+pnlolfWYvKXMmOA/8 J+bzvbIGUhIUqqmZnBmP7H+Z8fvmvQm2+6C7GGigMWgNz0B5pKlhnknsLWDal8URVBP/ qTBjCRRT2ZryBJyZEEbrkv/bfQy1SMPDr7Sb/9fGWXSjgb9X+6Pg04xOW5nz5PDUFhp8 PYqfBrT/OfWdOieH8HSjZ1V2tjOsIRFQI9AXrN2Kl7eTuA5hRWz6z9286pnApuEm2NoK jagEs6XU3b3DTvEe4egX6EpCN6C2THkf4LhU4tup6OqknMQ4ZQJ6Xr3yq/08g7DELcZ/ iZ/Q== X-Gm-Message-State: AOJu0YwqPRVbLYz62vt76k2DsJi/fih2rvgtecy//Eq5ao6X/ZC7lU1B jTFvbqm0ISvTOV+ATMpGKpNuPx6v3fhsv1tZKcaOZPf6S0SGRvRkskvxv6ANZ9P+kIBz52Ro1S+ iNndiM6J2QH80O2t9svHR7CsW7cBQzc5Q X-Gm-Gg: ASbGncu11Ee5HgSVTXpJeMj/bTqLanvP22ECx/dkuNQfbITu00ltT0f1YmS/32exfI4 tBWLIkn9bCj14QV356WQYKMFA2tQbdEPs+tUpPKjcozFbnhvju1tsOJuNe6HZJoJFDKH0MrjW6Y 9Zqu3UlKFqynOAboN+qLk7loDMTpXF3zm4GkZTXscVOOeZ7x6ew5XwhkWjazKfUeMWC0ToB7s1e a6dg0OE7S2EzfaMLid75+u5721k9vcjswgxV6rh+lgwkqb7j6S5lLNhZcbCxJy6Fe9nvA1frk0F GQ== X-Google-Smtp-Source: AGHT+IFG5taebC0FOLJXV6GY8FTRD/a+fdPnf39t2XmifBFMhqK/aovUH5CDxlk+J7c0Qb9pdjEIBYxKCDoD X-Received: by 2002:a05:6e02:3683:b0:3a7:8d8e:e760 with SMTP id e9e14a558f8ab-3c2d1aa23demr236129605ab.4.1735371178083; Fri, 27 Dec 2024 23:32:58 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3c0e678156csm11841545ab.61.2024.12.27.23.32.55 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Dec 2024 23:32:58 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 27 Dec 2024 23:32:58 -0800 (PST) Message-ID: <676fa9aa.050a0220.158739.2baeSMTPIN_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 2D5396052471; Sat, 28 Dec 2024 02:32:55 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] c66daa12e76d7b4912cfb7109a761856a7a873ab 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/v23.11 c66daa12e76d7b4912cfb7109a761856a7a873ab --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#108198 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32070/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/