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 11C6D45F5D for ; Sat, 28 Dec 2024 03:24:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E654040280; Sat, 28 Dec 2024 03:24:08 +0100 (CET) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by mails.dpdk.org (Postfix) with ESMTP id 976D74021F for ; Sat, 28 Dec 2024 03:24:07 +0100 (CET) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-3a9cb667783so59923335ab.1 for ; Fri, 27 Dec 2024 18:24:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735352647; x=1735957447; 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=puBBbSjoaqai43qmd69B7f42BxvCKb4+WBaaMW3fli8=; b=Ha2wAfEGxU23lllARp/RNFP93b/tkr29s/fCjx8QXadkGgCH66AJfwjFSf7GuJuG2v xutSTff6pozGtdEEcC0Re7iFxTMZdhbxfyhXAcmZYqDuv2KL+68ASofQGmR6BkhcS4Yk 9OwfbkdVCcPCqx8LSn9TxwE/MTK2zN8HTVFL0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735352647; x=1735957447; 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=puBBbSjoaqai43qmd69B7f42BxvCKb4+WBaaMW3fli8=; b=GdjhB+SCTeAcafvipz1JeEdhp3Vb4mfHd7SKuH1ozgTemkMa1lk1K/gM/NfFXK740a CG333vC1iWoMYUWSsgQO6RP8MhlGqd0SZ3U7Ohxm3McFNRN0kR9O7J05DGsHuoRVgPO4 RBCbtiZ44EKcqON2CadtvR3jrymchHHVhQtFyG1h++3312Y88eHrS2L8VTnkv9fK2RN4 H46d3Jl8Cn85yr9Sj6S0sVWb46c+NtOQBJVnou85gRG2GErycr6mYvRJzvc4IdFcYJQ1 LmlqG/Pknt3ZbDaNbb0dFv2t5uIEUecQbDyAss9z6R5HLlArk0VFsDnW3kfn/RoQoj03 QSqA== X-Gm-Message-State: AOJu0Ywy4Y6zs0MK9v0MNKWY8z5m+iu/+e+G3j0MXoxo25igLvuXiaqB Eq6BvQ5L37N/4D1fwWGr2CcU+6eP7KXVV4sE8QYwlGeddrWF24Uz6I+G93RPNAvliEnWU7kXujC FfPCRRhaaNTMQt4/MBMshMQ1se7oaH6+h9gugq1Pr X-Gm-Gg: ASbGncvkcCrHg2qBpEuTRmydcvrGDzFWZpj+yAi5FWcDN4acQNghTuI8MqQKrB3v8SE DNOFPgn6oh9AYk4uKpyhvowysbLRHu/mDnyDmoL8tJ1fhXhBNFNYIGq90ZRfS4vnQBhUTQ/SN4n NjF4r644k1+HnsfJecMM9wIYGdt6gtPYdfJxEpTraISQvCdEKuKoL2K8+49Uc/caS8Vvy2KiPxi 2qDLrXMyekINbAsBRT2e2lObJHvQugthvTduvZMeJSpI0Nq+15bcMMAF+MnXVuUybfUcuGUvK8X ug== X-Google-Smtp-Source: AGHT+IFqwVz6Baj3FmZXqscQ1waLGnClNAD3ejp37AkDWlmUu9JWpjuCK/UOxgMpR7rF0qdkN+JxTipuZAbk X-Received: by 2002:a05:6e02:318b:b0:3a7:6e34:9219 with SMTP id e9e14a558f8ab-3c2d38105d2mr248036485ab.14.1735352646908; Fri, 27 Dec 2024 18:24:06 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4e68c0ecb13sm1012499173.46.2024.12.27.18.24.06 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Dec 2024 18:24:06 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 27 Dec 2024 18:24:06 -0800 (PST) Message-ID: <676f6146.050a0220.315203.8b69SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 486D76052471; Fri, 27 Dec 2024 21:24:06 -0500 (EST) Subject: |FAILURE| pw149501-149503 [PATCH] [v2,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: <1735346757-14891-4-git-send-email-andremue@linux.microsoft.com> References: <1735346757-14891-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-compile-arm64-testing Test-Status: FAILURE http://dpdk.org/patch/149503 _Testing issues_ Submitter: Andre Muezerie Date: Saturday, December 28 2024 00:45:57 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149501-149503 --> testing issues Upstream job id: Generic-DPDK-Compile-Meson#347143 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | FAIL | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | FAIL | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | FAIL | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | FAIL | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | FAIL | +----------------------------------------+--------------------+ | Fedora 41 (ARM) | PEND | +----------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | FAIL | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PEND | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PEND | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PEND | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PEND | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | FAIL | +----------------------------------------+--------------------+ | Debian 12 (arm) | PEND | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PEND | +----------------------------------------+--------------------+ ==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ==== 424 | descs[0] = vld1q_u64((uint64_t *)(rxdp)); | ^ ../drivers/net/i40e/i40e_rxtx_vec_neon.c:429:29: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual] 429 | descs[3] = vld1q_lane_u64((uint64_t *)(rxdp + 3), descs[3], 0); | ^ ../drivers/net/i40e/i40e_rxtx_vec_neon.c:430:29: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual] 430 | descs[2] = vld1q_lane_u64((uint64_t *)(rxdp + 2), descs[2], 0); | ^ ../drivers/net/i40e/i40e_rxtx_vec_neon.c:431:29: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual] 431 | descs[1] = vld1q_lane_u64((uint64_t *)(rxdp + 1), descs[1], 0); | ^ ../drivers/net/i40e/i40e_rxtx_vec_neon.c:432:29: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual] 432 | descs[0] = vld1q_lane_u64((uint64_t *)(rxdp), descs[0], 0); | ^ ../drivers/net/i40e/i40e_rxtx_vec_neon.c: In function 'vtx1': ../drivers/net/i40e/i40e_rxtx_vec_neon.c:662:12: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual] 662 | vst1q_u64((uint64_t *)txdp, descriptor); | ^ cc1: all warnings being treated as errors ninja: build stopped: subcommand failed. ==== End log output ==== RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32221/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/