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 4FAE045FCC for ; Thu, 2 Jan 2025 22:44:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 25441402D6; Thu, 2 Jan 2025 22:44:25 +0100 (CET) Received: from mail-yb1-f228.google.com (mail-yb1-f228.google.com [209.85.219.228]) by mails.dpdk.org (Postfix) with ESMTP id 27298402B4 for ; Thu, 2 Jan 2025 22:44:23 +0100 (CET) Received: by mail-yb1-f228.google.com with SMTP id 3f1490d57ef6-e3978c00a5aso15025357276.1 for ; Thu, 02 Jan 2025 13:44:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735854262; x=1736459062; 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=lEI44LKGEYQVToOmRKuYnk6/m/HhM0sLlshSOBDwp98=; b=gkvhNYjyXLwc5btb2uWKNmsB2djIJIvti9q5YEHZq+QioxVwAzy1ogSNxbMf8vsxXy 9VHLfvkOwor98yXgdInAjqOuq6fVCFAY+Xqf4+ZUeNTcwL7vRHSdxNVOwgeRmUGVli/0 ug2240rNoFvkOaAtZdFrhlirYMIAxERPFpgrc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735854262; x=1736459062; 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=lEI44LKGEYQVToOmRKuYnk6/m/HhM0sLlshSOBDwp98=; b=DKODLOZ0HqcEv/jtqka5zwZOV43/rmM9QuDpUJHt9Xri9XKOx76TYnLhmT46/He/dV pxufRRo0ok8RdZd5tcO6vhDps3pWVkJpoHiLYAsHZo/gm/hh/fdAxE+28Q8E0jT4Dx2t 77p0T6oJjo6F+xorMTMIFf1tKKWSLh2klRYpFXgVzY383sOrFztRzmHKRgOX0ywN96qS SBcLZZtyw3dSZp6LhiGZBRc3rCFc23+3N/IwiGqXb1h6vYDuhISbIADtVAPFiAlywMuj rhPG5I1LLHlwmgbfQ3CTnKiCAjefaPg9BOMGMl4TDKlQe/HUz6gp/I6djmW8DN+fx4cD 6ekg== X-Gm-Message-State: AOJu0YwLoIlKiEOUUNuljSZAmWh4jzOrRRi5E1dL6Xeu9IXojslyI3Ji 2gNzwjF7FFoG+rtxStRa1m2mqDmtOjAD/jki/BjqxIaC7/NMfQSKWKTz4MGRh5l+vCuHAqq5jss Q1/2ADAEdU3nT3gLPmvIgVOSrFK+V6xClvUywCx/M X-Gm-Gg: ASbGncvdz6G14OvBqCRmY7dHgXc+gvE3qnUF3e0+14CQmUkFs7lVE8OyPrlaNCFz9nu Anjx5ec1SFDqhjwCowzQv5NVRQfLCEJxR7CVVL5/hPtmcbkp1f5vMPqJ95sKREgDawXrbFqzk6W lFUnNGOz9vvy37+jp0554eiiaLo/XbOTx359zTU97FCKa5oh4Gl7BcMNkckmXKdAz6464FLHbfL HRWvqwiZmKz8jv4s3KM8DfwoZeosJRg3eN3/Jmy4NIazt2HKBuJeSosLZD37IOgIEy5aI6lKDfK Dw== X-Google-Smtp-Source: AGHT+IG+j8GQKocKKykL1iYMD6KsWsP97mo5apQ7bFNGWZru8H//0Zl7pQwzOYOOlJq37JNl8R/kTW46cF0a X-Received: by 2002:a05:690c:112:b0:6ef:7c8e:f00e with SMTP id 00721157ae682-6f3f8236f71mr372153117b3.35.1735854262355; Thu, 02 Jan 2025 13:44:22 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f3e7824217sm12526727b3.48.2025.01.02.13.44.22 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jan 2025 13:44:22 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 02 Jan 2025 13:44:22 -0800 (PST) Message-ID: <677708b6.050a0220.b4147.7651SMTPIN_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 01CE36052471; Thu, 2 Jan 2025 16:44:22 -0500 (EST) Subject: |FAILURE| pw149561-149562 [PATCH] [v9,3/3] drivers/net: add diagnost From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Andre Muezerie In-Reply-To: <1735702586-24837-4-git-send-email-andremue@linux.microsoft.com> References: <1735702586-24837-4-git-send-email-andremue@linux.microsoft.com> 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-unit-arm64-testing Test-Status: FAILURE http://dpdk.org/patch/149562 _Testing issues_ Submitter: Andre Muezerie Date: Wednesday, January 01 2025 03:36:26 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149561-149562 --> testing issues Upstream job id: Generic-Unit-Test-DPDK#303066 Test environment and result as below: +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test | +==========================+==============+===========================+==============================+================+ | Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED | SKIPPED | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Debian 12 (arm) | SKIPPED | WARN | WARN | WARN | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | WARN | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 40 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | WARN | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 41 (ARM) | SKIPPED | SKIPPED | SKIPPED | WARN | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | RHEL9 (ARM) | SKIPPED | SKIPPED | SKIPPED | WARN | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 40 (ARM) | SKIPPED | SKIPPED | SKIPPED | WARN | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | SKIPPED | WARN | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 22.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 41 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 24.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ ==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_unit_test): ==== 158 | rte_prefetch0((void *)(cq + pos + i)); | ^ ../drivers/net/mlx5/mlx5_rxtx_vec_neon.h:368:20: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual] 368 | rte_prefetch0((void *)(cq + pos + 8)); | ^ ../drivers/net/mlx5/mlx5_rxtx_vec_neon.h:369:11: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual] 369 | mcq = (void *)&(cq + pos)->pkt_info; | ^ ../drivers/net/mlx5/mlx5_rxtx_vec_neon.h:384:10: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual] 384 | mcq = (void *)cq; | ^ ../drivers/net/mlx5/mlx5_rxtx_vec_neon.h: In function 'rxq_cq_process_v': ../drivers/net/mlx5/mlx5_rxtx_vec_neon.h:664:8: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual] 664 | p0 = (void *)&cq[pos].pkt_info; | ^ cc1: all warnings being treated as errors [1972/3360] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_linux_mlx5_os.c.o [1973/3360] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_linux_mlx5_ethdev_os.c.o [1974/3360] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_hw.c.o ninja: build stopped: subcommand failed. ==== End log output ==== Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32233/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/