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 458B345EE5 for ; Thu, 19 Dec 2024 05:45:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3853240144; Thu, 19 Dec 2024 05:45:34 +0100 (CET) Received: from mail-pf1-f227.google.com (mail-pf1-f227.google.com [209.85.210.227]) by mails.dpdk.org (Postfix) with ESMTP id 6F2C7400EF for ; Thu, 19 Dec 2024 05:45:32 +0100 (CET) Received: by mail-pf1-f227.google.com with SMTP id d2e1a72fcca58-728e81257bfso349932b3a.2 for ; Wed, 18 Dec 2024 20:45:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734583531; x=1735188331; 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=w82tsJY3O4VhcwdeLFVHeQcfaH4kxIg4jEV/sx9f8GE=; b=WbKFmah7lglCpP6EXexTMJwKA4kXjh5B+dhje+i3XcxHkxZPoYSPOQTxTFAPDhmkys FJUnumnb+DU5Sy/nqyw6DHKfUDZ7CAy0o4t0FBW4KUAqTY1GnhgmVHyLjcpQf2f7zN5d /nnSjdNMQB0Tc1ztcSbgQgs7RolbO5QK8hE8A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734583531; x=1735188331; 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=w82tsJY3O4VhcwdeLFVHeQcfaH4kxIg4jEV/sx9f8GE=; b=L48MyXjP0jXHwMlPKLwB4s+Z4T+16rI1jtxBSK/K6FgGlWmpgi8ZxByVFHcaTmBX0t nWdqlxjgDlMShhnECHcyCipVFPwKxUG5tkOam3knAJQMCGb0VVRdtymFA7IjvrocTdyS yKtFln3TgYd8ft2UVj2aSBHok3NtWKjcIvJkA4qD0Z3dJZw68W5O48uSsDQ8weJNI5go GYqVwZxu68wzXHiU2jEl7rPhCSo37mrh3qJ0rmXrzxW+IxoWhOfc+oIlHwUacW04gEDd +ENwE4EPMWnMubpHIIbmsIRVVXHWyPqxH04YTLn30oklwe2PHF3W0K6ocryCpaS7njj7 eq0w== X-Gm-Message-State: AOJu0Yya2foYnjPBXi9Sre082Oo05M/NwNhaR+1/4pTrSc8suH05SsvQ uOf0xmgQxtd9v+RyyfhArWchiig4vh5hZyt79lOD2N3uJmEx9RNOWGwv5CikKDQfuE+qa1noBwp z5t6CRKDbJMgrtrqjuHNA0Cwnn6FpQz5EJ6+oNBzK X-Gm-Gg: ASbGnctIEunPnEPtuUuIUROh7nDiHILWtrhM5Z0A2jPyVnWoolN+ycCCgO9vQl/HeZu eJkld0tXY9KM7tLL50D2VP5wszcuCiAcLzmafPPJQOSBWzl0MrRMbVTd4U87PbZ5mtIBPBJt+c7 Pusu+wwQmXGZ2vKlx6Hjj2Lj53WBJ6xt1k3b7wgUKlzFPNIQtbuC0c5EqQ7n3Y2GIrxEKhi+Ms4 mg3ZdJ2YiF5Dnd+Ddalt9j7T9y7zXWmAr8ZoVgAwQb2tsLiUEF8Qp2uKrZas7HPrnwZzzHnn0rh Gg== X-Google-Smtp-Source: AGHT+IHA1WEtl2d3w0iETqoY42wxaOcJkFkVNTsDgKD57KIAbZi4e7bTGU8+0HbmFldVzTeSEf2s5lU/kasB X-Received: by 2002:a05:6a00:240c:b0:726:41e:b321 with SMTP id d2e1a72fcca58-72a8d2d85b0mr8071524b3a.21.1734583531574; Wed, 18 Dec 2024 20:45:31 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d2e1a72fcca58-72aad838b1asm26242b3a.5.2024.12.18.20.45.31 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 20:45:31 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 20:45:31 -0800 (PST) Message-ID: <6763a4eb.050a0220.22741c.1e58SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id BCD926052471; Wed, 18 Dec 2024 23:45:30 -0500 (EST) Subject: |WARNING| pw149308 [PATCH] net/gve: Allocate qpl pages using malloc From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241218234635.2009033-1-joshwash@google.com> References: <20241218234635.2009033-1-joshwash@google.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/149308 _Testing issues_ Submitter: Joshua Washington Date: Wednesday, December 18 2024 23:46:35 DPDK git baseline: Repo:dpdk Branch: master CommitID:78d0246a2e2fb14cba220d507192d12d2ce896ac 149308 --> testing issues Upstream job id: Windows-Compile-DPDK-Native#25432 Test environment and result as below: +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile | dpdk_win_llvm_compile | dpdk_mingw64_compile | +=====================+====================+==================+===================+===================+=======================+======================+ | CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | RHEL8 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Fedora 40 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | openSUSE Leap 15 | PASS | WARN | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Ubuntu 20.04 | PASS | WARN | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Ubuntu 22.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Fedora 39 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Alpine | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+----------------------+ | Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | PASS | 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.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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.2.0-23ubuntu4) 13.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 Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Alpine Kernel: Depends on container host Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309 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/32163/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/