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 B66BC45F3A for ; Wed, 25 Dec 2024 09:47:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8E9D1402F2; Wed, 25 Dec 2024 09:47:57 +0100 (CET) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id C1A8B402EA for ; Wed, 25 Dec 2024 09:47:55 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3ab2f414695so20455795ab.0 for ; Wed, 25 Dec 2024 00:47:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735116475; x=1735721275; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=HvbVmN8z0HzeB5YcF5CW6DAbJF/teRp7AI8RLKhPabI=; b=GEhu6iseAwwVcpO1AjQYViVCYfUaf3k7ijLD5BCij+YRRzW4uTnrOHL8KeOZqr20q9 Lsk3bolI8RkDVQpL2CkCmabfkrmM2x2P4JRoEUG/ioJxqRNLD5uVAehxB5KsVaZ9QAN5 +P43FMSOe7WL/reALk631sc8zJS5+74rZxQSo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735116475; x=1735721275; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=HvbVmN8z0HzeB5YcF5CW6DAbJF/teRp7AI8RLKhPabI=; b=iY2KF7KHjanSF0pNIQJ6wnlqMM3ilkNZyPXvetzI4aMQ6N7Elr02K+Ys0HN0kfUBBL vef9afxO9tIgMjiy304hPzBU1bpvtA4lOYE0SxVSSG2xT3osfjFRYAv9TE6ibUnUTsxI qGK8C+Gq4Axru4rE7LM/tKLVb/GAUytyPwL/9+KNkeK/ILgea+aQxAJ9fMi4pitoCZ0i ngLeRgOGq+Vg8++Ok5R4X7rJMVYj+9QfsTSL2ujQ1/W8OvSjIF9wnXenhaJMRu7yO40p 5phH1JhAnYP6UCH0iEA+0CRTgAXSe2RtQO7lNEDNjydIvz6IIZtbqQL5YSKOp1CHEdSZ cq2g== X-Gm-Message-State: AOJu0Ywjc9L3uc3PK/f8wXatyLYqUc9UZPf4qd1R23aig6dNnd4HcWxO 5v29UbhzPm+hDRl9hTEyFV+6gxrLc0hEvTQ2NnFosDXRW568usN03We9k3TWp1WwW+CK91U20PL IwPjYwPtOTYcMawQ9OVutJ16gPfoNV0TI X-Gm-Gg: ASbGncu3ikgt9FATkDZ08uwBMqFkPLSsTKDKi4F7dWKc6LksiR/ex3SSrzpTSCB/TfB tPt6UTodgdOmesgRPxKV5KR05GutahL2vV/NohosPGdWJrAsApBxk/HW4Re6Ik8Rp+I6vT11sbP BojkfIH4GpC/Z0N42Dh/xOE49uS6pleGbxS3+WN5xVN5+bBm7Lo6p3AlKBqFtmPz2uQRdbNYtdQ 2wgn3CK7RcaFahF6MOPGTLdyLZNkj4ZWwI4zMnseWJ7cbngYfYS04MYNFAAxL2CeH6zNWWnzPdM yA== X-Google-Smtp-Source: AGHT+IHMkidGOC9nWZ3vppMoJoYEtMdMLkW1KwPFf1PSZ6u9gvZkSGJAsq20PnDCN9b5OfdA/FC7eO8PaHLK X-Received: by 2002:a92:ca09:0:b0:3a7:8d8e:e730 with SMTP id e9e14a558f8ab-3c2d54348admr114912525ab.22.1735116475001; Wed, 25 Dec 2024 00:47:55 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3c0df57032asm7749365ab.29.2024.12.25.00.47.54 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Dec 2024 00:47:54 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 25 Dec 2024 00:47:54 -0800 (PST) Message-ID: <676bc6ba.050a0220.21f0d0.c934SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 6774C6052471; Wed, 25 Dec 2024 03:47:54 -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#346603 Test environment and result as below: +---------------------+--------------------+-----------------------+ | Environment | dpdk_meson_compile | dpdk_win_llvm_compile | +=====================+====================+=======================+ | CentOS Stream 9 | PASS | SKIPPED | +---------------------+--------------------+-----------------------+ | Fedora 40 (Clang) | PASS | SKIPPED | +---------------------+--------------------+-----------------------+ | Debian Bullseye | PASS | SKIPPED | +---------------------+--------------------+-----------------------+ | Debian 12 | PASS | SKIPPED | +---------------------+--------------------+-----------------------+ | Fedora 40 | PASS | SKIPPED | +---------------------+--------------------+-----------------------+ | Fedora 41 (Clang) | PASS | SKIPPED | +---------------------+--------------------+-----------------------+ | Fedora 41 | PASS | SKIPPED | +---------------------+--------------------+-----------------------+ | openSUSE Leap 15 | PASS | SKIPPED | +---------------------+--------------------+-----------------------+ | RHEL8 | PASS | SKIPPED | +---------------------+--------------------+-----------------------+ | RHEL9 | PASS | SKIPPED | +---------------------+--------------------+-----------------------+ | Ubuntu 20.04 | PASS | SKIPPED | +---------------------+--------------------+-----------------------+ | Ubuntu 22.04 | PEND | SKIPPED | +---------------------+--------------------+-----------------------+ | Ubuntu 24.04 | PEND | SKIPPED | +---------------------+--------------------+-----------------------+ | FreeBSD 13.4 | PASS | SKIPPED | +---------------------+--------------------+-----------------------+ | FreeBSD 14.2 | PASS | SKIPPED | +---------------------+--------------------+-----------------------+ | Windows Server 2022 | SKIPPED | FAIL | +---------------------+--------------------+-----------------------+ ==== 20 line log output for Windows Server 2022 (dpdk_win_llvm_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. [621/788] Linking static target drivers/libtmp_rte_net_vmxnet3.a [622/788] Generating rte_net_octeon_ep.pmd.c with a custom command (wrapped by meson to set PATH) [623/788] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_5tswap.c.obj [624/788] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_tm.c.obj [625/788] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmd_flex_item.c.obj [626/788] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline.c.obj [627/788] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_empw.c.obj [628/788] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_nompw.c.obj [629/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) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) 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 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.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/tarballs/32045/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/