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 EAC7A46074 for ; Mon, 20 Jan 2025 03:24:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D0F71402A4; Mon, 20 Jan 2025 03:24:10 +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 B6BFF4029B for ; Mon, 20 Jan 2025 03:24:09 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-21661be2c2dso71520265ad.1 for ; Sun, 19 Jan 2025 18:24:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737339849; x=1737944649; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=nSJQxbtRWxTUlRlFWlpZCYNRtDutYX5gujHkq8eUblc=; b=M6g2NcWd2VQYV46lF1V2+XaNfG40Tc0WhvxZtUm9TfRX/noxXf0r6kVcDe5dvT4ao0 7w2Gg4CNKMTTxrbHuOmtDzBHb3he7M8F+yTd8BkvKoNwVd75SDnqsN2xa8FdXwXcCorl A2dY86/6DBtrF3/oVhChs4BJJ1vb1TZ7RpaRE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737339849; x=1737944649; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=nSJQxbtRWxTUlRlFWlpZCYNRtDutYX5gujHkq8eUblc=; b=hlSHwu/vyD8XguXgUiCyYYaO1WBHLece7yQAxEDxBH4r9LsnW4+ahNBGqiR0dj+yhT rZ6Uz+3qhhlLcF4L5d+eSr1yoqFgrvEL5mtKL4vGB6jADfy8FkGcv/IHw51srxi7pJd7 x85qGtNTt6f901U3Mgfc7ZQ9kKU/Xnhj+L1Wt+8tZMq9gJ+GTyVIFkkoH3Y0kK2nq70q v79RXM4ic9vtnbGnT6FnijYwlj79PkoNzPNzubSwdiTaNHPvQnUnxgG33N5CF9bxPBvQ ZtxyZW7yx0AyW3dPxbZIabsnQ2MTLzm3Wq2MZNBNs4srQ/Z91M20RFvM5EvgVywKrM+L ppqw== X-Gm-Message-State: AOJu0YzmYE4hUJiqSIxHihEsDN8h/RQ+74raG1gafTSDUN5+SuiKX3M0 191G1aC2mtNmZHTguez0XpKwluTgBIlprcHsQU/3xoVVtIYuTWBKKGhQL9jqUybnVEFz7adqG5j kVcxPwd1GU0s1tEjnA5Bh+blDLz75ahtydjYwvltc X-Gm-Gg: ASbGncts9VbNCaWvYy2k/GAo4m4nWMyVsvCmgjLQxxJ6C53lNL7R7oHUH8lsoHzbpzt 9EMQzsM0QIsmmxoz2BTQ+2QCHw1aR6N+QH5xUsqMnRl4wffaacaJeU8odUpXX0tIbmiuCPDjWoj Qa/QMZNQOHLVvvGpDCMb+4W6wXSTKyyM+zzF92uYOoW5smk6HAhaYUmwoMOdw5LI/9EupEAEqpJ 2Dtovfng45iPgGiQ4/L1ceqQfewnznAYx+Vy+s2M6nct5BTINEBdMvE6QIz9OWOJZePPak7KgWG 9bvOzebRXgeB3GFgkdU= X-Google-Smtp-Source: AGHT+IHuOKx6BjqOUutREJX0Ddk4OE6/1fscBT4wgZRD4s4U3iEWz7oHWAbvGVZsexFJBJO/ko/FajnDJPJO X-Received: by 2002:a17:902:cad3:b0:216:794f:6d7d with SMTP id d9443c01a7336-21c3560fb42mr136921875ad.48.1737339848768; Sun, 19 Jan 2025 18:24:08 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-21c2d404762sm3829255ad.99.2025.01.19.18.24.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jan 2025 18:24:08 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 19 Jan 2025 18:24:08 -0800 (PST) Message-ID: <678db3c8.170a0220.31a735.912bSMTPIN_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 D9AD56052471; Sun, 19 Jan 2025 21:24:07 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 6d7e741be18ab1e6ecce46edb2516318305c3c73 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 6d7e741be18ab1e6ecce46edb2516318305c3c73 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#112918 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | Debian 12 | PASS | +-------------------+----------+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | Arch Linux | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) 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) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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 Arch Linux Kernel: Depends on container host Compiler: gcc 14.2.1 20240910 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32259/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/