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 982A6465DE for ; Sun, 20 Apr 2025 09:05:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7496240156; Sun, 20 Apr 2025 09:05:23 +0200 (CEST) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id 739EC40151 for ; Sun, 20 Apr 2025 09:05:22 +0200 (CEST) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-86135af1045so295902739f.1 for ; Sun, 20 Apr 2025 00:05:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1745132721; x=1745737521; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=PmEtJpx39Y9P8BfHY5fyIEAVtLReufqNY1MrqHPmsSg=; b=ekKjmRxG5scjCK2H7pBz45Y/ZbYhbHDbz7F8ZI8Pzva2VR6yw46rumaw8wuvti9lJY rNYLycdxrShRUXvAzmziEH/WvR8B16d/76eU2frbLTgos2rHn93mzJaOKyjM9zOO1eNW nTw4L9vKTZD9yfX9mbFZY5RaVkv4RsMFwgp+g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1745132721; x=1745737521; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=PmEtJpx39Y9P8BfHY5fyIEAVtLReufqNY1MrqHPmsSg=; b=bnzeK+OdYXI0srcb6gNPZ0V/eZ1/C4ukV0UghdOj1h5u/54bJTKh5J39fNEmPs2BpJ tfya3c302tYnDE2auUVbR185RXj7FJosHuM+JXJ27UPF5SyQJgMjk7Pbb9WijfIucqsy aBNWxsKglSXiHL5AIKrD+270BV1P/amZ7xyR6OfcjOCamq6z9rbficdmNMECK07FUnRu LmgbPNXRVxltBeKVC+Of7xrgSf3bWAtOEzQxU4BBMWEFIZuxVeLSTwgt/WTAw8fWCLZk 2bBBE6ghYPPCVbqIynz6Eu1FdlWQScZO1vkbGpVOGAesVFq26NPKuorLIBxGZZdpjOvX +IaA== X-Gm-Message-State: AOJu0YwAlQOR+wkiRrEMQnWhQ0yX17Ipcr33kGV9yAYLDtqa1luMIc0U X3GheG08Z+rsQK1ZMfpSiil2BJTXyY5MK3+wDIuiDyhZKONwILaZXrqXXsxySuHg+L/WsBf+ewU 0PD4+mgRZd0wz/j1lB9FlbZmmnb+kLifU X-Gm-Gg: ASbGncseCAJomZvZ0VqvuL+L98wESGIvTOlMRXL7WGIQDRxQ/XhtNJ35rcqRfUD1uj0 3M7Xd2I8/66/Lz3lODNd02sR0tbp6F8EMX8EwyCOeEqn6E1ObcFFpmbd3BDGbjAE3026/TAc+DZ fkMKngp4TXahUUcei/zhKkDu5me+If2EYqdBVzWy50V4I/Zz9LheptpKkAM9FqyXAnkDJ1NpaPb Wqq9adjKDfWrz0phu4xR0i0t5ZTb0tGtOqa3n8ZPZsN9trZthCm4jx/quEYygHqA3OGn2Pq7mMF Ogoy8F6PqOD5gGTuM6hZkysO3+Xj1n9Eqlkk X-Google-Smtp-Source: AGHT+IFyoDd+j1QxYQrQZ2LWDO7vRZt5kGGDceqtSzJt5Oq2xdeeBkgPbU52GL7itXWz/Z8omfi3/CT6mYFU X-Received: by 2002:a5e:d904:0:b0:85d:a211:9883 with SMTP id ca18e2360f4ac-861dbeac1e3mr569217039f.10.1745132721566; Sun, 20 Apr 2025 00:05:21 -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-861d9602ea5sm18173039f.1.2025.04.20.00.05.21 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 20 Apr 2025 00:05:21 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sun, 20 Apr 2025 00:05:21 -0700 (PDT) Message-ID: <68049cb1.050a0220.7846.a205SMTPIN_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 12A396052471; Sun, 20 Apr 2025 03:05:19 -0400 (EDT) Subject: |WARNING| [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-DPDK-Compile-Meson#381538 Test environment and result as below: +---------------------+--------------------+-------------------------+ | Environment | dpdk_meson_compile | dpdk_llvm_clang_compile | +=====================+====================+=========================+ | CentOS Stream 9 | PASS | SKIPPED | +---------------------+--------------------+-------------------------+ | CentOS Stream 10 | PEND | SKIPPED | +---------------------+--------------------+-------------------------+ | Debian 12 | PEND | SKIPPED | +---------------------+--------------------+-------------------------+ | Fedora 40 (Clang) | PEND | SKIPPED | +---------------------+--------------------+-------------------------+ | Fedora 40 | PEND | SKIPPED | +---------------------+--------------------+-------------------------+ | Fedora 41 (Clang) | PEND | SKIPPED | +---------------------+--------------------+-------------------------+ | Fedora 41 | PEND | SKIPPED | +---------------------+--------------------+-------------------------+ | openSUSE Leap 15 | PEND | SKIPPED | +---------------------+--------------------+-------------------------+ | RHEL8 | PEND | SKIPPED | +---------------------+--------------------+-------------------------+ | RHEL9 | PEND | SKIPPED | +---------------------+--------------------+-------------------------+ | Ubuntu 20.04 | PASS | SKIPPED | +---------------------+--------------------+-------------------------+ | Ubuntu 22.04 | PEND | SKIPPED | +---------------------+--------------------+-------------------------+ | Ubuntu 24.04 | PEND | SKIPPED | +---------------------+--------------------+-------------------------+ | FreeBSD 13.5 | PASS | SKIPPED | +---------------------+--------------------+-------------------------+ | FreeBSD 14.2 | PASS | SKIPPED | +---------------------+--------------------+-------------------------+ | Windows Server 2022 | SKIPPED | FAIL | +---------------------+--------------------+-------------------------+ ==== 20 line log output for Windows Server 2022 (dpdk_llvm_clang_compile): ==== ..\lib\eal\include/rte_common.h:850:32: note: expanded from macro 'RTE_FMT_TAIL' #define RTE_FMT_TAIL(fmt, ...) __VA_ARGS__ ^~~~~~~~~~~ ..\lib\eal\include/rte_common.h:848:39: note: expanded from macro 'RTE_FMT' #define RTE_FMT(fmt, ...) fmt "%.0s", __VA_ARGS__ "" ^~~~~~~~~~~ ../drivers/crypto/mlx5/mlx5_crypto.c:463:18: note: forward declaration of 'struct mlx5_err_cqe' volatile struct mlx5_err_cqe *cqe = (volatile struct mlx5_err_cqe *) ^ 3 errors generated. [628/788] Linking static target drivers/libtmp_rte_net_vmxnet3.a [629/788] Compiling C object drivers/libtmp_rte_crypto_mlx5.a.p/crypto_mlx5_mlx5_crypto_dek.c.obj [630/788] Generating rte_net_octeon_ep.pmd.c with a custom command (wrapped by meson to set PATH) [631/788] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_csumonly.c.obj [632/788] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_nompw.c.obj [633/788] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_empw.c.obj [634/788] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline.c.obj [635/788] Compiling C object app/test/dpdk-test.exe.p/test_cryptodev.c.obj [636/788] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_txpp.c.obj ninja: build stopped: subcommand failed. ==== End log output ==== CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) CentOS Stream 10 Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) 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) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 41 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 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 FreeBSD 13.5 Kernel: 13.5-RELEASE Compiler: clang 19.1.7 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/tarballs/33308/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/