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 24A8F45DD1 for ; Fri, 29 Nov 2024 23:20:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A9F44027D; Fri, 29 Nov 2024 23:20:43 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id 6C2FD40150 for ; Fri, 29 Nov 2024 23:20:41 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-21269c8df64so20414195ad.2 for ; Fri, 29 Nov 2024 14:20:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732918840; x=1733523640; 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=LtOA5Z8VBSY+J/xPVM+NoVdbgEsaatQ47yTYqO2bnSo=; b=XEu/t4KlUE5lY30+vFcwa4EMTm96578mFLzVZkSlAYCkhxH2ZFpPlL3axwB5Z4OqZ1 +nj3Pu46yye8n7ya+SwgII6VJLMSl7Vhj4hTX5h5xArKpZrp/AOnJDwCIsUauikb4E6/ MphxDT/kjG7bklzp+47tQH36Ec8iksQyqRmGY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732918840; x=1733523640; 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=LtOA5Z8VBSY+J/xPVM+NoVdbgEsaatQ47yTYqO2bnSo=; b=qR2VpPFJAlhoC8JZjmdaL9nM6rITYk3567pRAuBiysiq0bWEnl7J5whWw5FPJr4xNK rkm9Umw8K4xfzBsuE6yfAzzyxuJPo4Y8eU5osrnQkxQSxhH1fdz6zTQ3hZ8+Z/orP14W OTAwy7hXa6wB3zHxcrDebR+JwYhZzW/6EysfXJffNlfeV+Us3Ei5GDdeMVHjA1eOnIh2 x0iO+sCnI+vM/MyJglTM0KbZrY3SVAUlYAmZSYxZbbQ9xo93/83BNj/W5Jp7sjWo2GvB yb2XAILe5SQzYZbj8bT5+7jKwQGeP9nUqqhFc+bq/lXy5xKkDnXexkf2VnInwgPzFTyy ja8w== X-Gm-Message-State: AOJu0YwKsvtAuFu0l2GqT03ZuzHl28Fer1obuTPuvv8d1xoV/cvLZk8K W2i88ZccLtVkSdnna3lH9Aoos0xlen/AN/wE7o0HUmHW0b5D/1uRD3KcX20mWSZOyS2XE1Keqqs A9jHayjWGgF4CGZ+tlv/CvsRDV3tU/L7jVHjCxrNv X-Gm-Gg: ASbGnct1F4bNdw/uaQ51STlXlr5zUA/FLaWi++kHvOhWB8H6yo6fPVHIbNNG9ZNPZLC kcpss9WQLqVKyCwDPgPQBsRDKGjhvPd3+GCZh5sjo9OI87pGw66y7EA4dMEdR+d7xdPF4c5vTKI GgFK/OosEUu/vz4jowthgXfPcQ/i8NzFP2NrHdtKuEo/Rt6Kvlb09NoumXvHG7tyPVnWojWpEWr PWTv6oNPZ+Q3WGts81Q9GACa/xe0ZS8wHwI31iwiN7kxeJJY9neKns33q3ScfoBID3gj6Q= X-Google-Smtp-Source: AGHT+IEdb/115t4afkWsT+Bp5/qwDyzniiuxyyDxhZUxbIvls6FwzqqEdA9X/pUg2aI/3VyylPUJvrO2Cf5h X-Received: by 2002:a17:903:190:b0:20b:7a46:1071 with SMTP id d9443c01a7336-215010860fdmr143158325ad.4.1732918840423; Fri, 29 Nov 2024 14:20:40 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-215219a572fsm1710255ad.101.2024.11.29.14.20.40 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Nov 2024 14:20:40 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 29 Nov 2024 14:20:40 -0800 (PST) Message-ID: <674a3e38.170a0220.28d910.a70dSMTPIN_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 CAACB6052471; Fri, 29 Nov 2024 17:20:39 -0500 (EST) Subject: |WARNING| pw148941 [PATCH] [v1,1/1] usertools/devbind: fix NUMA node From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <890de9246f00065a30398729d4c2baf047002584.1732873932.git.anatoly.burakov@intel.com> References: <890de9246f00065a30398729d4c2baf047002584.1732873932.git.anatoly.burakov@intel.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/148941 _Testing issues_ Submitter: Anatoly Burakov Date: Friday, November 29 2024 09:52:24 DPDK git baseline: Repo:dpdk Branch: master CommitID:c0f5a9dd74f41688660e4ef84487a175ee44a54a 148941 --> testing issues Upstream job id: Windows-Compile-DPDK-Native#25047 Test environment and result as below: +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile | dpdk_win_llvm_compile | +=====================+====================+==================+===================+===================+=======================+ | Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | Fedora 39 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | RHEL8 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | Ubuntu 22.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | Ubuntu 20.04 | PASS | WARN | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | Fedora 40 | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | Alpine | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ | Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | PASS | +---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+ ==== 20 line log output for Ubuntu 20.04 (dpdk_compile_ovs): ==== --- Failed to get log output --- ==== End log output ==== Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) 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) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) 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 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 Alpine Kernel: Depends on container host Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309 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.1 Kernel: 14.1-RELEASE-p3 Compiler: clang 18.1.5 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/32056/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/