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 9794F45DAB for ; Tue, 26 Nov 2024 10:36:44 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 942E14025F; Tue, 26 Nov 2024 10:36:44 +0100 (CET) Received: from mail-pg1-f226.google.com (mail-pg1-f226.google.com [209.85.215.226]) by mails.dpdk.org (Postfix) with ESMTP id D1828400EF for ; Tue, 26 Nov 2024 10:36:43 +0100 (CET) Received: by mail-pg1-f226.google.com with SMTP id 41be03b00d2f7-7f8095a200eso4938360a12.1 for ; Tue, 26 Nov 2024 01:36:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732613803; x=1733218603; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=dIa/gCGtpVFhrS1+TC4WbuhxtTJWVltt7/yjJ+vRCfY=; b=dNfsMxmjEwAkr+GdJwrv5uKez+IWQl/yvUaNqTZj7o8lHQpExtkyROkV4GMq+HkXT3 8j0Evc25Ohjf/UtXJa/fYRAlaqTfeL6MnPU/FzZAemEf1S/BR68aXKDT5ok/Pkzr+nIL nuUBYsZINAREUxHtYmaPJRxG4ql5oHTYZDnoo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732613803; x=1733218603; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=dIa/gCGtpVFhrS1+TC4WbuhxtTJWVltt7/yjJ+vRCfY=; b=fu3k/wo8sjd/pXdKCCkQgFR+HwljbGb20fCkIwcywP7XYA+TQrUo4u7YnRMp3IT5tv YeYyhfOswjl3P3ASZFm9v9toyqPOjUcXuMMPJIBXGBUtwJV32lIMdUkdYN02btx7qdmZ Y7MOJUYv1h1Nj9cMZYKxzjPGgpQ/ikyvbr4FoGQF7LxuuuyH6XOLu4zVuYY0T+NK4c/g l0eyb+2sqzCBGYJionc9xyMWc0eHQRjgUEoCoe013mEzDDD++x4MJzJI+TIg99g0cLTj vVS+6y+YJpBdNA4ZqGMP2b7M4gHQD3zDwn/vROqm0xwLxHNa8dBEmM7Rhj3cPsUe/y+W pI/A== X-Gm-Message-State: AOJu0YzJRFKpi8pvjaohwhCOYEjuIXGBvhfOkRuKqoTW8PLwN9uJX0bo 4d+zkeSC17+z827W4eYN6MVOFtf7DJIhy223/qYKer2yQ9/qlcXmqhjjWaAwwQyF2cr7qax1p/H +XUKRJt0HRFv1Oi71BQeYXKtI7rK+ZckiLoVl60eS X-Gm-Gg: ASbGncvFunpPGenhFUY3/kbJQvfLZyYZYa1mGI6jR6oCF5m+r+1/KUI5kNRUlauaQbG mm+s48bzTXhIfiOpIymOLQ5vOZ7AbGN9YqcVjEgHAxL1w83HYXfPsPefnFJFh47uWxERW7q14hA 15K++r3wrUGtNq1FMvALuX+F1C0dHOKqqtK5rpn0OBWDelnngsjSDELv1Dks1aX+IJKKHMiwCwI yclQ3Ei0cFoi+MLIWnqRoj+1ogvErXhmhwxdHfskvGjDMojSM8X2FhynzYsSNH9RjUB654= X-Google-Smtp-Source: AGHT+IFy8TyO8NWmi295gGEKY/p+EoGRonnwF2suMVgG74atrRqftITUxGrYQ/1imri4r6mwHWmLWW4U3XZs X-Received: by 2002:a05:6a21:1690:b0:1d9:15b2:83e with SMTP id adf61e73a8af0-1e0d66ec811mr4147731637.7.1732613802932; Tue, 26 Nov 2024 01:36:42 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 41be03b00d2f7-7fbcc20c78bsm134163a12.11.2024.11.26.01.36.42 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 01:36:42 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 01:36:42 -0800 (PST) Message-ID: <674596aa.050a0220.38f7db.8b19SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 158056052471; Tue, 26 Nov 2024 04:36:42 -0500 (EST) Subject: |SUCCESS| pw148844-148845 [PATCH] [v5,3/3] test/graph: fix graph aut From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241126044402.1209998-3-kirankumark@marvell.com> References: <20241126044402.1209998-3-kirankumark@marvell.com> 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 Test-Label: iol-compile-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/148845 _Testing PASS_ Submitter: Kiran Kumar Kokkilagadda Date: Tuesday, November 26 2024 04:44:02 DPDK git baseline: Repo:dpdk Branch: master CommitID:f4ccce58c1a33cb41e1e820da504698437987efc 148844-148845 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#337951 Test environment and result as below: +---------------------+--------------------+------------------+-------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile | +=====================+====================+==================+===================+===================+ | Debian 12 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Fedora 39 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Fedora 40 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | RHEL8 | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Ubuntu 20.04 | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | RHEL9 | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Ubuntu 22.04 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Alpine | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Fedora 39 (Clang) | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | 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.4.1 20231218 (Red Hat 11.4.1-3) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 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) 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) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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 Alpine Kernel: Depends on container host Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309 FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 FreeBSD 14.1 Kernel: 14.1-RELEASE-p3 Compiler: clang 18.1.5 Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32015/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/