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 13562461AE for ; Sun, 9 Feb 2025 09:58:14 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0F5F9402AB; Sun, 9 Feb 2025 09:58:14 +0100 (CET) Received: from mail-qk1-f227.google.com (mail-qk1-f227.google.com [209.85.222.227]) by mails.dpdk.org (Postfix) with ESMTP id 919DB40280 for ; Sun, 9 Feb 2025 09:58:12 +0100 (CET) Received: by mail-qk1-f227.google.com with SMTP id af79cd13be357-7c05cda3e3fso12060285a.1 for ; Sun, 09 Feb 2025 00:58:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1739091492; x=1739696292; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=ZCoWVGXE954VMN6T239yt5lsTN3sr+LlSI1Lj74A9vI=; b=IIj9GruFTaa4LYY1lpeWZN8GlouvNrUCs65DgS/tbLxMPmCqLWjlHZerMyQTyqNwVm e/qkCx5fwjH0DtYrK5xJaNozyQRm0SreeShOIFGjlgRWHqcq0amqvaWQMl47Ect9MlVo z25NA+MoEDz/0XL/pPKYxDLQpF/elcWdOyaN4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739091492; x=1739696292; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ZCoWVGXE954VMN6T239yt5lsTN3sr+LlSI1Lj74A9vI=; b=hQYxZzTh4lDpVBrcet5+u1awvwoS3saR2hu1q+A7np3dDNvQIqKZ65D4UtIRPgile1 IgXH7HGAyxVaImxDUkubkyGU4xYvq15XTX2LUT5bpeIeN1IRFVAJ5xOJrDKWn3jVeFZp bsjs6Y0v/46oJAOC53Iw42f5O++iS18WAy8ZjcFQ5QF9Z9aAbCuxJhFoz8B+et12DyWk HkuSAx9WPE73CGJKUhTku3lZiMq2xbZJW7xgoRCGeA8uiMlc4wMwCHtqxAv5MRiSAlFE qH6kz8cfwHdcsItNEUF72m5ZvangXuO6EYgNQ4Pn02a2+zyB7To8BNk0ZZmUM7IM5BJK G/NA== X-Gm-Message-State: AOJu0YzIqCYe72W2wDkhnTI7WILQ9JDofa3bB3kciq/90aaefHa9NrFj fI/nmje6qDKhcEkpMO9uvbI+DszZ47G3jX0LPuFx4XU7SqOwRf0x12Py7oMz/9KuLhuxM2Ur5Ii W89w3yLyyOJEAySQmp2Wfw5JCbN+dCC8r X-Gm-Gg: ASbGncuphAzzQFDhQlJRW/yNl1oBZqRGKS5GisCY/EXue9RxFzz++Ckh8AJNp49PcNV ECCYys1jcbHVljBRpueW7Q3CR0n609zfOy65G6IwgaLyANCOEZK7OVcuustSMAkfwAoUed6R92b UI44cYWuMb6JYaNYBr+mFa2+8HM7nkuZoQBvWAT6kuzhzyGI4PpcSWiNClC+ow0VWkPWE/RGG3n CUQ2coDUIZ6oxkRxl+kBhGrgnlcdjCw12qBw6i7ou10ITmm0Cg9pKLiYpLptFwvK40/tULGgWPN X33dPiT4eO78wxuWRUbv532N5smO8Q== X-Google-Smtp-Source: AGHT+IFXgecIIXd5vRF10BPuxQmamKlC1a87hV397sP9E0+MLkoBa2KrQyiCDMV2gKzeTfp1BOBUU6A1o208 X-Received: by 2002:a05:6214:f66:b0:6e4:4484:f35c with SMTP id 6a1803df08f44-6e4456ff301mr107370816d6.30.1739091491899; Sun, 09 Feb 2025 00:58:11 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6e44327f4b9sm3438546d6.30.2025.02.09.00.58.11 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Feb 2025 00:58:11 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 09 Feb 2025 00:58:11 -0800 (PST) Message-ID: <67a86e23.050a0220.32f74.0932SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 938A86052471; Sun, 9 Feb 2025 03:57:41 -0500 (EST) Subject: |WARNING| [GIT MASTER] 7ce7d3341d7e21c2a81f2fea8e451681d7306d77 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 7ce7d3341d7e21c2a81f2fea8e451681d7306d77 --> testing issues Upstream job id: Generic-DPDK-Compile-Meson#359745 Test environment and result as below: +---------------------+--------------------+-------------------------+----------------------+ | Environment | dpdk_meson_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile | +=====================+====================+=========================+======================+ | CentOS Stream 9 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | Debian Bullseye | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | Debian 12 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | Fedora 40 (Clang) | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | Fedora 40 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | Fedora 41 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | openSUSE Leap 15 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | RHEL8 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | RHEL9 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | Ubuntu 20.04 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | Ubuntu 22.04 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | Ubuntu 24.04 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | Fedora 41 (Clang) | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+-------------------------+----------------------+ | Windows Server 2022 | SKIPPED | FAIL | PASS | +---------------------+--------------------+-------------------------+----------------------+ ==== 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. [617/788] Compiling C object app/dpdk-test-gpudev.exe.p/test-gpudev_main.c.obj [618/788] Linking static target drivers/libtmp_rte_net_octeon_ep.a [619/788] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_ethdev.c.obj [620/788] Compiling C object drivers/libtmp_rte_crypto_mlx5.a.p/crypto_mlx5_mlx5_crypto_dek.c.obj [621/788] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_rxtx.c.obj [622/788] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_5tswap.c.obj [623/788] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_nompw.c.obj [624/788] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_empw.c.obj [625/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) 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) 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.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 FreeBSD 14.2 Kernel: 14.2-RELEASE Compiler: clang 18.1.6 Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) 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/32513/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/