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 54C804661C for ; Thu, 24 Apr 2025 10:23:24 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5789F40156; Thu, 24 Apr 2025 10:23:23 +0200 (CEST) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id A5935400D5 for ; Thu, 24 Apr 2025 10:23:21 +0200 (CEST) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-85b43b60b6bso23033139f.0 for ; Thu, 24 Apr 2025 01:23:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1745483001; x=1746087801; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=l8zhmVYOXViBQm58eDEF0hx1x1Dd/wBxOHQ+mcLgrto=; b=WI9TTHz1sq66eYyYqMmcqXdYDB2kvkmWpRADqx8j6P+D+cix1R6KO0NKpMwb0WB1MR WT4MeoHzLhN5XqXmkqtkzkqFXkMj7ONfHk2FRQv7fGKIzEmFc0Olg5TKondajkSL7Z0k X9lfD61jiSF26yuzrEvc+4CLl0feZyi3qqxeE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1745483001; x=1746087801; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=l8zhmVYOXViBQm58eDEF0hx1x1Dd/wBxOHQ+mcLgrto=; b=EBYTQX0ETkAdeA/j+Jmy6Tm3F28t/7WGGRPkSjASxe53rdW6RTrv8/mMvowD3jz4xe sqg59Jngd8kQHaqW9NvHG8RSaSsp92YN0s4n9NxfqUtA/HV+hpAGYZ6bX1LAhtlXWVE0 Ml5BBoOOBBXJXKyr6veREIvF2+mU5Atnhhid0W28SdKtSycsDzPLkWQ/ReqhQSJnmo1t bPtvLfQGzLLjJv3fuv4/yUHFL7Z79YhY6YflUorcD+V7JDlAlFn7/kU5k3/ujEAIME6d J41I4eP9tjahz7yoj1TpMSBrPtFyWQJpO+OIEjDGlFBmjqSI8KEcD7XAM5ezFr+YM3rH RUew== X-Gm-Message-State: AOJu0Yyx6aK6AGInio/KwFlfWG15+Qd4nPlAHBDRclL9nggq95eySvil vS+BcsO1JCCsz9HoxN5ZtpZtmb6Pkf6tUtyM1Z1/TjN11YwhAbiZjWvxTPHjAAbIXod97ojjaSU 2Oebc6DYuqOkXRj1irJTBPzuIHuJo88vJ X-Gm-Gg: ASbGnctpq8paciEPyBvPAje5++6h5rPs0d7cm0y1M5OfLb87FGdoSCJaqtag9AQjv54 yjAlU7wrMvmg8sfBUmPTOygw6cyPl1ihu40w8/3H2JE/yy3qTox2LRfKyqSqJ84rk71YBVQzO2w CztJ1tZj10aJXgwZOQEPXZLWtvZvC2T0M+TiR8dYRb2jlZUrQrgoGs9ah7EKkLLJWYCf1KflcFC W96x93X8Wgsfd6HzVQnTWgV7HWk2Iir3YXK0kSR6RWMd0B7Q2JH56DlnbyEYGW1mguFBBoNZDHS nFXe78ip+VkLwUiCZjDwliN3DBmToqxuaOSl X-Google-Smtp-Source: AGHT+IFW0oItHhrX19L6FardgATHzOny4YQwrgkAz+CSxTkqyu6Ufi/e5+jO2P+WAPIMl1lbQReHrinrE5Jg X-Received: by 2002:a05:6602:14ca:b0:85b:4d78:cfe7 with SMTP id ca18e2360f4ac-8645137d9d8mr124091739f.4.1745483000703; Thu, 24 Apr 2025 01:23:20 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-864519f5333sm3021839f.19.2025.04.24.01.23.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Apr 2025 01:23:20 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 24 Apr 2025 01:23:20 -0700 (PDT) Message-ID: <6809f4f8.050a0220.f1a94.1c59SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 412E06052471; Thu, 24 Apr 2025 04:23:20 -0400 (EDT) Subject: |FAILURE| [GIT MASTER] 4401486b5e30d43a134f80f9802f60b5f43e74a8 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 issues_ Branch: tags/v22.11 4401486b5e30d43a134f80f9802f60b5f43e74a8 --> testing issues Upstream job id: Generic-Unit-Test-DPDK#333228 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Ubuntu 22.04 | FAIL | +---------------------+----------------+ | Debian 12 | PEND | +---------------------+----------------+ | Fedora 40 | FAIL | +---------------------+----------------+ | CentOS Stream 10 | FAIL | +---------------------+----------------+ | Fedora 40 (Clang) | PEND | +---------------------+----------------+ | Fedora 41 | FAIL | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | CentOS Stream 9 | FAIL | +---------------------+----------------+ | Fedora 41 (Clang) | PEND | +---------------------+----------------+ | RHEL8 | PEND | +---------------------+----------------+ | Ubuntu 24.04 | PEND | +---------------------+----------------+ | RHEL9 | PEND | +---------------------+----------------+ | Windows Server 2022 | FAIL | +---------------------+----------------+ ==== Unit test summary for Windows Server 2022 (dpdk_unit_test): ==== Failed to get the unit test results. Displaying the unit test results is not supported for some environments, such as our aarch32 testing, where meson is not used to run the tests. Download the logs available on our CI site. ==== End log output ==== Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) CentOS Stream 10 Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) 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) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) 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/tarballs/33345/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/