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 0A6354605D for ; Sat, 18 Jan 2025 00:21:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0223D4028A; Sat, 18 Jan 2025 00:21:52 +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 C771F4003C for ; Sat, 18 Jan 2025 00:21:50 +0100 (CET) Received: by mail-yb1-f228.google.com with SMTP id 3f1490d57ef6-e53a91756e5so5140571276.1 for ; Fri, 17 Jan 2025 15:21:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737156110; x=1737760910; 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=8YjAGPJwu0W1BqzlG3Fgzru1VazsbFPRO4xnVEVA6ts=; b=PPsYE+MAxrOfjv6kFgOjzQlpLSe9f4VbjRHq9pAqIhuIrVPbF6KEVVFCS+p8B7QVCV 4ra6NR4JnjFkSvJ12CzyaIBP45dwQ1jsMTfgRGenu3YjauZn+5R52gXVNyggNs4YsF1M YP1IkOempYtCSfiQC3U/iSQUktWrgNALoEemM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737156110; x=1737760910; 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=8YjAGPJwu0W1BqzlG3Fgzru1VazsbFPRO4xnVEVA6ts=; b=gpwEQtngjIB3QpcEBx5X5RYvTu29T/Sy6tkekwh4JAxQ9/Ualhxl5axWisOazIHlMd QhL3+RP/3Ix7f1rNf7/lY+9ulc7ijdtUAllgkOs9lbhTbfuKCq9Ke42QeI0r+sP5t5it bN+5+MZtGOt26EuPWZQ9mPYse/w1PEcL9pwRSywXpcv35yITrLHXrkeYabzEclil5iwa xBWQkG3xxFEjwj9CfSQUuJ/IqggFl5Vf//Wh3cTTDIRod83KHfxqqUM3BKH4Ouwod2CH 7gujP3Y6X2SVnHY+8VGpcRV7zb5JX/ocQxjRWQhyOqDe4Rde/J+QrhfctL6hiv1yHCRF vTrA== X-Gm-Message-State: AOJu0YyAvCwGL3KhiSI5E5XDSUuMRZkTyof6mHzX2Z1OiRlOZ137IK/w KswCXXoTGZqRXtLKdJWXdTBNTc8gqCoYoN8oP/aRKXN6riQtz8hPt+103yaTldNRBhy47BkGG7E P7ZJTAg9tL0Grxppo17wUU/KQHhd8EdfmGrXsZVhJ X-Gm-Gg: ASbGnctK76Nc4jUSKTIP5chgQviyObEjV2VsQNZ+qZW263f4ZD6DSb1LvBnxUkCH7lm UF/BpmlyckgYn88G+rjhujf1nrvdj8Kj4cMJ0RmIi3XUrTC4Op7upHDsKoorKNe1FNpJ9CKN2XY ILc8vZxhUGZ5/x50SQSe9UZAUqEyXXHhGt87J+7X2d01q3UYtrcRyh5mpIH316KiVOZJsfmhoCz fDxLL4pzeMagakXTN0VkUIRjEDo6jAxqQorKqhIs/Y7jGT98fo4fSgYrESWp+3wegLuzcBAxJxx fwiqcA== X-Google-Smtp-Source: AGHT+IEMfd0rPu0mQoPufJHrjIaz3CY4k2Hg8MmIjmLSwFgw7/stDbwstueuPIKDIxEsFdZj+WExXXx65t09 X-Received: by 2002:a05:690c:45c2:b0:6ef:7d51:ebb3 with SMTP id 00721157ae682-6f6eb93f28emr42271607b3.34.1737156108708; Fri, 17 Jan 2025 15:21:48 -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-6f6e64cf871sm2203397b3.34.2025.01.17.15.21.48 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jan 2025 15:21:48 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 17 Jan 2025 15:21:48 -0800 (PST) Message-ID: <678ae60c.810a0220.37d5e7.034fSMTPIN_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 10BEB6052471; Fri, 17 Jan 2025 18:21:48 -0500 (EST) Subject: |WARNING| pw150203 [PATCH] drivers/net: fix indication of allocation From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1737147093-11172-1-git-send-email-andremue@linux.microsoft.com> References: <1737147093-11172-1-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-amd64-testing Test-Status: WARNING http://dpdk.org/patch/150203 _Testing issues_ Submitter: Andre Muezerie Date: Friday, January 17 2025 20:51:33 DPDK git baseline: Repo:dpdk Branch: master CommitID:06e2856620a70000b2a28f0ea715fc247b85fd8d 150203 --> testing issues Upstream job id: Generic-DPDK-Compile-Meson#352418 Test environment and result as below: +---------------------+--------------------+------------------+-------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile | +=====================+====================+==================+===================+===================+ | CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Debian Bullseye | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Debian 12 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Fedora 40 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | RHEL8 | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Fedora 41 (Clang) | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Fedora 41 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Ubuntu 20.04 | PASS | WARN | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | RHEL9 | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Ubuntu 22.04 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Alpine | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | openSUSE Leap 15 | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | +---------------------+--------------------+------------------+-------------------+-------------------+ ==== 20 line log output for Ubuntu 20.04 (dpdk_compile_ovs): ==== --- Failed to get log output --- ==== 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) 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) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Alpine Kernel: Depends on container host Compiler: gcc (Alpine 14.2.0) 14.2.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 openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 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/patchsets/32363/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/