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 916E84600C for ; Tue, 7 Jan 2025 11:57:45 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A7CB40DFB; Tue, 7 Jan 2025 11:57:45 +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 A04A840DF6 for ; Tue, 7 Jan 2025 11:57:44 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-21680814d42so190042305ad.2 for ; Tue, 07 Jan 2025 02:57:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736247464; x=1736852264; 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=P3GIr5+8uASwtmgQN4D5sEnMTolMlW9bpgkPuCrFwoE=; b=JzEUtT3B5of/bi/2wy75h99LYGRguvu7JYzKNrjWPO/vd72OU5cxvVcg1H3xLuxM3+ WwIDkxPpBablarjownXJvsXu2SCH8K3IWZCxd99GBnflicNM5HJPleMZ/Ad4njTEGA++ o+QGn4pWnUFYHZpdLlAE6t/qSlEOjEGERFtGY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736247464; x=1736852264; 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=P3GIr5+8uASwtmgQN4D5sEnMTolMlW9bpgkPuCrFwoE=; b=rkXho610vAf0NDtq1wHFq22+3wlnttySW4COrhKVwXMu8oQRohj2Ri4if181+03XI2 siSfzJoNQKqYPb7YSs77BXXj//YQgeYzICobN8dmRV6LgvaRvw6HLeKR9QVHddU6S6Sk hs5YHN+bVTiJKTkuamUf0RcCFgUSKa5pVjswjA4txM9mjYs2gfdDTVNURbr1AOLDg6AV kfeJpBy5v5JK+fgbRR5veCkzBV+XV7h+qcd0Mt+fGP6C/JGmOkwxrAOe0PJGSHo5Lg5Z wf6aUCdfNhU1bxGiXT5gE2QwebvwuVmBY1UU26+qQfpDlq6VH5rVKY3+heeashxyBW+E dxGA== X-Gm-Message-State: AOJu0YwLtLUAYRX1d5Tv555Q7NZtogJW0mdhS93l9qfGRm1QozvIcTTg x7Jv6clPjoTle5yFP95rh16W1Dt3DhgkQfRmBbAmqac9jrDZ9UyetKPA3tmFaZuDHwH1rQ47Gfy mPm/J8WSazXzrFJfHM1hILYq9CgGV29NfTOb2qu0K X-Gm-Gg: ASbGncvOr7OYP96LTZ/AuYoIOSz/Pj+ha+qaOcEVc/e2hUKcBDepau67XJjEd2e1f4F 6gYGQsXPCGG0u1+xdp2kVDiBdUf+tIP1UHwBeSXpR33wvjT4ckFfXAuG2PNg6MKJULODfPGDg9P 3Pn2ovHh2Ol0NS/1EDm0CZynNpdXp68TDGYoaEbNAeE5HKfCpGlSmU3Xon6dsVEz26Vw6b0MWMw nS7zEdzZdDyfwTOG8B2N4myRTr/JoSqKzQbo8UPYGNqzNN8IiV/0m3bXWkX9+sreCwzuWUGhaq3 Hg== X-Google-Smtp-Source: AGHT+IHpzRjaJSeXi/cHym+nJZ4gUfNloQNlM2Msfs4tx/+XtkYqILDlglwrmUdnQjWHZHhzW8xtL836+LKo X-Received: by 2002:a17:903:1209:b0:215:af12:b61a with SMTP id d9443c01a7336-219e70dc4b5mr763442255ad.50.1736247463835; Tue, 07 Jan 2025 02:57:43 -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-219dca2acdfsm17088735ad.103.2025.01.07.02.57.43 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Jan 2025 02:57:43 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 07 Jan 2025 02:57:43 -0800 (PST) Message-ID: <677d08a7.170a0220.e4f6a.5ec4SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id CC4146052471; Tue, 7 Jan 2025 05:57:42 -0500 (EST) Subject: |WARNING| pw149305 [PATCH] drivers/common: avoid truncation of const From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1734537913-1159-1-git-send-email-andremue@linux.microsoft.com> References: <1734537913-1159-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-abi-testing Test-Status: WARNING http://dpdk.org/patch/149305 _Testing issues_ Submitter: Andre Muezerie Date: Wednesday, December 18 2024 16:05:12 DPDK git baseline: Repo:dpdk Branch: master CommitID:ce85dd8562ad9673eb4fe46b4a8bd3a508e8b32f 149305 --> testing issues Upstream job id: Generic-DPDK-Compile-ABI#109557 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | FAIL | +-------------------+----------+ | Debian 12 | FAIL | +-------------------+----------+ | Fedora 41 | FAIL | +-------------------+----------+ | Fedora 41 (Clang) | FAIL | +-------------------+----------+ | Fedora 40 | FAIL | +-------------------+----------+ | openSUSE Leap 15 | FAIL | +-------------------+----------+ | RHEL9 | FAIL | +-------------------+----------+ | RHEL8 | FAIL | +-------------------+----------+ | Ubuntu 22.04 | FAIL | +-------------------+----------+ | Ubuntu 24.04 | FAIL | +-------------------+----------+ ==== 20 line log output for Ubuntu 24.04 (abi_test): ==== Error: cannot find librte_bus_dpaa.so.24.0 in build_install Error: cannot find librte_crypto_caam_jr.so.24.0 in build_install Error: cannot find librte_net_memif.so.24.0 in build_install Error: cannot find librte_baseband_turbo_sw.so.24.0 in build_install Error: cannot find librte_common_mlx5.so.24.0 in build_install Error: cannot find librte_crypto_dpaa_sec.so.24.0 in build_install Error: cannot find librte_event_dpaa2.so.24.0 in build_install Error: cannot find librte_common_cpt.so.24.0 in build_install Error: cannot find librte_compress_zlib.so.24.0 in build_install Error: cannot find librte_net_iavf.so.24.0 in build_install Error: cannot find librte_net_cpfl.so.24.0 in build_install Error: cannot find librte_net_vdev_netvsc.so.24.0 in build_install Error: cannot find librte_regex_cn9k.so.24.0 in build_install Error: cannot find librte_net_pfe.so.24.0 in build_install Error: cannot find librte_bitratestats.so.24.0 in build_install Error: cannot find librte_cryptodev.so.24.0 in build_install Error: cannot find librte_baseband_la12xx.so.24.0 in build_install Error: cannot find librte_gro.so.24.0 in build_install Error: cannot find librte_net_tap.so.24.0 in build_install Error: cannot find librte_member.so.24.0 in build_install ==== End log output ==== CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 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) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) 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 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/32160/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/