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 B03E545F52 for ; Fri, 27 Dec 2024 02:38:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8695D4029D; Fri, 27 Dec 2024 02:38:22 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id 2386040275 for ; Fri, 27 Dec 2024 02:38:21 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-218c8aca5f1so98075615ad.0 for ; Thu, 26 Dec 2024 17:38:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735263500; x=1735868300; 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=G5haeIoqKVWrtagIAl3jHmhTCZoarOLZUamKnzo9/XQ=; b=JJGMICaMjKcmn3zGsENEJxAV8hdzGrqbZ8az9xAqfNT+JvNYXH+y6XCc5Kf38nucNm Gn8GXJgVPAYemYdTgbrxMzIx5DJm5WisZnrDmaWThCIDK0BB0LbdEMDof6zgTUB4Tihm 1Ou3BjUSZbt4UstTcL0szPAJb5NwD/2Syrook= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735263500; x=1735868300; 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=G5haeIoqKVWrtagIAl3jHmhTCZoarOLZUamKnzo9/XQ=; b=nI6XEB3UoqW5Ycodht92eEN3P4MGQ1HqXPyEUmnyfRnzr4bXgUZ+lhR9j3rJ9fL1wX DSb/Wvfv0ZN6So8ZrNagCiAW6danAaWEZKcHnQgDoeuIejL23TcExxt3Cux3E3+m3+CC 5ZNNaYdJD6DVNy4UuC8Vmu1UFZ6TPVCL42BVwwoP1whc9wQwsGokjRGhM3uQP72dlbVL X+DrmnzXfND3ZqPBgqReKa9FAoFJ+5NHAnruGAl6q55Wo3I1yVM+ylU0meVHUulvzMps WSqCBr8R+wfKQanpQiP49cJTH374Wqh3d0Wjq1a6xiqB/TZSj8bF+v2v48U2MGCeXVPL Mueg== X-Gm-Message-State: AOJu0Yw5XxEhl6Ii0tIZN8Y4KqHpjGJXteAeaS2NRWRo4Pma3s/AtQAC F5egCD8p523HRyxNB9mhIBbBL8O42XzqcccZG8hWCogcli6ZCTUMVtIKvNpmY1Ha/EsPxzHSDGY HkGCpqoO9PJXvI8NqjQPP9KTGa9IeXN5RoSwTuGg8 X-Gm-Gg: ASbGncsdP0i0LqyflGbz6aJ7fleEm52B8a2wkNB+0bKhtiiufwRz6il7abGvNp0bYa5 +dxzQ61Q3tbH+q0fW/8JzkOiDlGe5Glb7XkfQBLnmLuFVkL2h3T5QmuYh1+gtZqmFd2pBZa6wjJ 0HYn7/u37P8pQLJBGZxqxuqIz/7bbLKF/PPa7088gwKB+I5hAXl7WVEHIv9u2lJmbDu55GMCwZc qvALa6TnNSpNkZP3xuGbPObb5SmTO4uqkOPoGtgjOSJ1YBTLPkAvvOJ950T92dng1v0sZATj8xM yQ== X-Google-Smtp-Source: AGHT+IF8f90uXLzAt/hrT4QewbERpKtO+Rco8RPFUWBUmJYeduF3oeya6AZBnIkMJI/b8/YK/tOrKUhu27b0 X-Received: by 2002:a17:902:d481:b0:216:6ef9:621 with SMTP id d9443c01a7336-219e6ebb212mr346853245ad.31.1735263500110; Thu, 26 Dec 2024 17:38:20 -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-219dc9a29cbsm7151635ad.59.2024.12.26.17.38.19 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Dec 2024 17:38:20 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 26 Dec 2024 17:38:20 -0800 (PST) Message-ID: <676e050c.170a0220.1a7575.1fd5SMTPIN_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 D00D06052471; Thu, 26 Dec 2024 20:38:18 -0500 (EST) Subject: |WARNING| pw149493 [PATCH] drivers_net: use 64-bit shift and avoid s From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1735246770-731-1-git-send-email-andremue@linux.microsoft.com> References: <1735246770-731-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/149493 _Testing issues_ Submitter: Andre Muezerie Date: Thursday, December 26 2024 20:59:30 DPDK git baseline: Repo:dpdk Branch: master CommitID:94ad302b4ebba4a5b6706a1c43ea0505e5098169 149493 --> testing issues Upstream job id: Generic-DPDK-Compile-Meson#346935 Test environment and result as below: +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_win_llvm_compile | dpdk_msvc_compile | dpdk_mingw64_compile | +=====================+====================+==================+===================+=======================+===================+======================+ | CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Debian Bullseye | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Fedora 40 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Fedora 41 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | openSUSE Leap 15 | PASS | WARN | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | RHEL8 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Fedora 41 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Ubuntu 22.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Ubuntu 20.04 | PASS | WARN | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Alpine | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | FreeBSD 14.2 | PASS | SKIPPED | 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.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) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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 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) 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 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/32216/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/