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 8A513460E2 for ; Tue, 28 Jan 2025 03:49:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7141940150; Tue, 28 Jan 2025 03:49:38 +0100 (CET) Received: from mail-io1-f100.google.com (mail-io1-f100.google.com [209.85.166.100]) by mails.dpdk.org (Postfix) with ESMTP id 1EC9140144 for ; Tue, 28 Jan 2025 03:49:37 +0100 (CET) Received: by mail-io1-f100.google.com with SMTP id ca18e2360f4ac-844e39439abso131898739f.1 for ; Mon, 27 Jan 2025 18:49:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1738032576; x=1738637376; 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=pzDKZPRVjdETZcup0N/StpFRfYH1doSGIDVdDoYCSjc=; b=OuY/9kLpztiIkz+bWVLPK7pv2N2q0fMKhAilULY09uwR0sPWHlgnjjy+PuNyp1sjrd GuPaoEa/VPPwo71MvouXw9VROKSk31Mhs8YYLTnjZB3rsSlvYPmKqE12/xHoDJVnejeV OEzDwAHyu4jnSwXWKQ9FOpUm6T8c3zSNLrvmw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738032576; x=1738637376; 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=pzDKZPRVjdETZcup0N/StpFRfYH1doSGIDVdDoYCSjc=; b=r5d1oOOq39cDjggSSQkHrfuxsn04xaQ+yLPAZm8LUD7ivYZPM+Np4C99gESghPwc6G 92hqmYmZl+luo2VibpD/J4TEiaSKCf0P7Lrw/KKcA9OKOTD8e/0evW7/iNc5f8CP6JQv KI5gWkbdh9IOJrAqXajseEAJHchRX9Y+UwQDcM08bsnC5UW5e+oydDgu6yrooCBZUy4s OFa0NGHBW+w9rjP36IkQaqMxFoxazGKquPZFUqJ/IIqlEnLnHoGg1JeuNT4MCwH1PiRT LAOOFgZ0iBvYMN8B1s7LLhreFwdq1yhYo+8M2yphXn/dMsilqvL69Dv1M93svw6x+UHu +gTQ== X-Gm-Message-State: AOJu0YyseiBRPt8eZku9co4o5HtvKkhvRvl3ms91YpZSjeelOaLopw73 hBcLPAhC1yn2jlChSaLz3npv1ukCwsPR+gKt3ttuprr1wtNLywZZO8ISTX4hq888QF6bjVPqsil 02ZefqHg3UvCeOQKAIrmFDNlUE4fBOFFS7iR3qvJ0 X-Gm-Gg: ASbGncseByIUpdpk1Zp4qrdnKJ6zXUF3eKbzwurh5AYJI2xXWepgUJ7kGvjGaadeVB9 ZP9aUjkYllm3rudPXmq5nLOpuoUlfvjBKYd9MyG8aK5J/NsdtSDXu8Bu4ifz673+nI6RPocKz+e RKj5q6kO+s744kNnj/WeMjLiE2AEivhCQfv+0dQ5cyEuXTjZQhe4jJxFR+NfTdQuJBmr1O77Rks mcjaaNy2m8gHYSWPxO09LqTAz/aDqtGubhVm+UesTofBuZ6vI5B9533q1Lxn+QK66AeMIEYZWy1 /6KERWXzooreAwYVAvCRKwfbt1XrPw== X-Google-Smtp-Source: AGHT+IE0vmGne9a1Kfqi8wfVRIg6iHlX9ch3dcSGfyr0gyTiJ+Ax2yVrm2X8DFO8gIcTTUx+dH64Vo/pP2SU X-Received: by 2002:a05:6602:418d:b0:83a:9820:f26b with SMTP id ca18e2360f4ac-851b616dd09mr3354461339f.2.1738032576273; Mon, 27 Jan 2025 18:49:36 -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-4ec1d43231esm469919173.35.2025.01.27.18.49.36 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jan 2025 18:49:36 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 27 Jan 2025 18:49:36 -0800 (PST) Message-ID: <679845c0.050a0220.379cf4.b416SMTPIN_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 C19F96052471; Mon, 27 Jan 2025 21:49:35 -0500 (EST) Subject: |FAILURE| pw150556-150559 [PATCH] [4/4] net/netvsc: cache device par From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Long Li In-Reply-To: <1738028106-25239-4-git-send-email-longli@linuxonhyperv.com> References: <1738028106-25239-4-git-send-email-longli@linuxonhyperv.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-amd64-testing Test-Status: FAILURE http://dpdk.org/patch/150559 _Testing issues_ Submitter: Long Li Date: Tuesday, January 28 2025 01:35:06 DPDK git baseline: Repo:dpdk Branch: master CommitID:3ba602522abfc4db664008b89ec7c90cfbf7173d 150556-150559 --> testing issues Upstream job id: Generic-Unit-Test-DPDK#309707 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | Debian 12 | PASS | +-------------------+----------------+ | Debian Bullseye | WARN | +-------------------+----------------+ | CentOS Stream 9 | PEND | +-------------------+----------------+ | Fedora 40 | PEND | +-------------------+----------------+ | Fedora 40 (Clang) | WARN | +-------------------+----------------+ | Fedora 41 | PEND | +-------------------+----------------+ | RHEL8 | PEND | +-------------------+----------------+ | Fedora 41 (Clang) | PEND | +-------------------+----------------+ | RHEL9 | PEND | +-------------------+----------------+ | Ubuntu 22.04 | PEND | +-------------------+----------------+ | Ubuntu 20.04 | PEND | +-------------------+----------------+ | Ubuntu 24.04 | PEND | +-------------------+----------------+ ==== 20 line log output for Fedora 40 (Clang) (dpdk_unit_test): ==== 1451 | RTE_EAL_DEVARGS_FOREACH("pci", da) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ../lib/eal/include/rte_devargs.h:263:7: note: expanded from macro 'RTE_EAL_DEVARGS_FOREACH' 263 | da != NULL; \ | ^~~~~~~~~~ ../drivers/net/netvsc/hn_ethdev.c:1472:9: note: uninitialized use occurs here 1472 | return ret; | ^~~ ../drivers/net/netvsc/hn_ethdev.c:1451:33: note: remove the condition if it is always true 1451 | RTE_EAL_DEVARGS_FOREACH("pci", da) { | ^ ../drivers/net/netvsc/hn_ethdev.c:1440:9: note: initialize the variable 'ret' to silence this warning 1440 | int ret; | ^ | = 0 1 error generated. [1853/3147] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_nvs.c.o [1854/3147] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_rndis.c.o [1855/3147] 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 ==== Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 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/32437/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/