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 7774F461BF for ; Fri, 7 Feb 2025 20:05:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7595742EF5; Fri, 7 Feb 2025 20:05:37 +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 3127942E90 for ; Fri, 7 Feb 2025 20:05:34 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-21f44e7eae4so33666945ad.2 for ; Fri, 07 Feb 2025 11:05:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1738955133; x=1739559933; 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=SRMkEmmfd6l7g+MB766KhPnsSVeJLRIDOophTcSVK30=; b=QNMgL3Q27sYI6udZ+v3RM9L7sVShhsxF0V1/JJZURjUJ6uu2iskKYoL6m33CZqKiBq Jd3H9xs2AxeLMnYbO5gs3h4cwwQCxigamonBhU1ItzdjTZYVL2UsZQGvWwsS30XmIIfQ K1qJwdP3CGGICZxCvBZeOOVOYOMyEScTBYR58= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738955133; x=1739559933; 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=SRMkEmmfd6l7g+MB766KhPnsSVeJLRIDOophTcSVK30=; b=duUxNbfAzmaKgbPR0I2lzd9R7VSbvOcv8y72OXYsYnlZA3e3oJsXyu3UtrWz4/uUXn Ff6VCCB7uULp9Z08YoOU2xAemhcmgntx6ttdenhqBC9oFn035EsREU7lIHtL0XBPNQdY beR4wJR6vFP4fibcoAN2hdPHDJJfOyGSioSPsMMbDIPKSAMULnTXaBCIvWYnpyUfVWAa lnWtXRVhgZ7xlJt8wBQESK7vwoMJPcEbPGB8+2IIBctnXZK/9wYZLCljF7fqcBFImMm6 teWaPBaoUEjWA5teiZo0umyYCCj/lVp2L/FCaUrlLhM82810tYbxYDibmh8CM9urBNAd kABA== X-Gm-Message-State: AOJu0YyjE1VrqTk4Fh3Dv/W2ggmqfoVQXN7KcEvIsXymHpDY5PFhLCKe shNriSeDT8+DA6yrdxTlFJDsYz7WsgSam9QyMTOau/JZa7nGvi1sOD/mWYja9zebhXuDPunwcbt PiMnnliu+g/dKNLAj2c7TwCdCWbrndFS26iJs4Wdb X-Gm-Gg: ASbGncviWeJF68JQenH/8q5PJ98R2CNyIXVSTi1eLzz625A3orMfHwvkF1d7bxyyi5k KgIPoAS9zmhRA8cvfUQ68cIYdHsjdd1lsOBxhzxG6DIrAj/mqUXBeji2iIed0S3sMK8VowcD5e/ vmfd19obRTTpz03B+tx+ebydLOULb2x2HlV04/369v+/RlyvwlOwYz5cDFnJeiNlI3VURVQYLc+ jtOnVmMg3iNjM2P9musFlJ+TTRoNhtAt35yGTa8B3OXFYimCX+qU8DC2cCsW6o2jo8DcSElzgyl /UY/M4YMiN6JCRS5mwBsZhqSYdIlsA== X-Google-Smtp-Source: AGHT+IGskTz0+rqwcK0qo9oNa7mTb9B5hM4/rYuQa4m9CZtO9ZtJPoQPtKGwwPgLrQ3vguYxcCx9RSzZQ/2p X-Received: by 2002:a17:903:2f8d:b0:21f:35fd:1b71 with SMTP id d9443c01a7336-21f4e780febmr77912545ad.44.1738955133435; Fri, 07 Feb 2025 11:05:33 -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-21f3683987esm2148805ad.80.2025.02.07.11.05.33 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Feb 2025 11:05:33 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 07 Feb 2025 11:05:33 -0800 (PST) Message-ID: <67a6597d.170a0220.172fa0.abf4SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.8] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 89EBE6052477; Fri, 7 Feb 2025 14:05:32 -0500 (EST) Subject: |WARNING| pw149641 [PATCH] [v3] dts: reform hello world test suite From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250106175847.27547-1-dmarx@iol.unh.edu> References: <20250106175847.27547-1-dmarx@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 Test-Label: iol-compile-amd64-testing Test-Status: WARNING http://dpdk.org/patch/149641 _Testing issues_ Submitter: Dean Marx Date: Monday, January 06 2025 17:58:47 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149641 --> testing issues Test environment and result as below: +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile | dpdk_llvm_clang_compile | +=====================+====================+==================+===================+===================+=========================+ | Debian Bullseye | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | Fedora 40 | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | openSUSE Leap 15 | PASS | WARN | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | Fedora 41 | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | RHEL8 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | Ubuntu 20.04 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | Ubuntu 22.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | Alpine | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ | Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | PASS | +---------------------+--------------------+------------------+-------------------+-------------------+-------------------------+ ==== 20 line log output for openSUSE Leap 15 (dpdk_compile_ovs): ==== --- Failed to get log output --- ==== End log output ==== Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 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 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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.3.0-6ubuntu2~24.04) 13.3.0 Alpine Kernel: Depends on container host Compiler: gcc (Alpine 14.2.0) 14.2.0 FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 FreeBSD 14.2 Kernel: 14.2-RELEASE Compiler: clang 18.1.6 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/32259/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/