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 4A8544600F for ; Tue, 7 Jan 2025 17:47:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 45B5D40647; Tue, 7 Jan 2025 17:47:16 +0100 (CET) Received: from mail-vs1-f97.google.com (mail-vs1-f97.google.com [209.85.217.97]) by mails.dpdk.org (Postfix) with ESMTP id 39EFC402E3 for ; Tue, 7 Jan 2025 17:47:15 +0100 (CET) Received: by mail-vs1-f97.google.com with SMTP id ada2fe7eead31-4afd56903b7so4099811137.1 for ; Tue, 07 Jan 2025 08:47:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736268434; x=1736873234; 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=RvxQwO1MFrynanb2/5byHmbMShTddtKR3PWkvccaFqY=; b=NbZDV2tkCuvBC+5KyH/VhYHXhxvWDJh2Gl5jj8M2TVNpEgnczSZZA8MVO5zQyfMOfy pUzlgRA8kU/BKZsTz/bOmPyr2H7Jnr15e9YmyepwhJqEDWHUxI8TT3A8eUd7GqkVOgKx NrBUWIqxc+pjnZ2JsmkdeMnXUHG5InKDzo1Zc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736268434; x=1736873234; 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=RvxQwO1MFrynanb2/5byHmbMShTddtKR3PWkvccaFqY=; b=M7BZ9X2kMkblROVqL81yUE4TGOr0SQ38DA4xMQaylZaQL4BtVU9P6hYm75+n2qpfHf Xt9NxZzJCnBp70hj4tD906bf5MMg83damWvGBnm5k7iBTqk8z7gOGMG6iysnyyiPROqf u2cSs1o69yUlB57kRfB8aqSHnTF7DNeUSIaPdXNVSc9/mHG0b1Lb/eb4s+WyGK6KZTUS Ib4n/NF2M23PXC9j1yMwCDO9y6hEqQPgNXwE94NJqp+gWh7u1xfu0Y3ChVHexmhvHF0n GAz7ZcBsTAdOFxIz3FhsRlAW25iPpIJGd+GE36NT+IrEd53J0/qL8G4IgsFfLeoxCJSi CESQ== X-Gm-Message-State: AOJu0YwkDIapHMk9lgZ+JhJAcs/ZOoiRp6rc/0/mY2xL5LO6x5f+1kyg HpAFwrs2An1W3xUYrWLVCBrgRX6fOG0z9IRKWfg5vBfzvJZfU/VDgPZHO29Eq+6bJxKdDCSIRNf 7scoMzS2fjHNsvAqnmpJcxznZ1KPG5G4G9LazHpmu X-Gm-Gg: ASbGncth6zwCqQGYVouVX6+UW8E6stn+5f8VHfiTaEQAyTKJTjh9VW+NNs5+huFemdx TlsFlDuLEsLNQSsWUjKyxo8N0BIYylCOt6A8Ha2lMZ2G6loAa6+9QFOvWxflIWd3vcEQfRKYbeY v7ACNu5vyfuNAKQYx231ahLG7KveZxxPqwhw0c+QcRtJ28aPrtC6sP3urcp0d++isMsg4GDKqdf o8zCmrBlM3pt2OmHcdTA+eqaZJdk1jVqVXaNPeLGMCfq/VbudsNczvgZq743Ljdd4Yms/y2wXDw OA== X-Google-Smtp-Source: AGHT+IGgPJnHZdc6acTKgfwPCff1+MHGDoBd5MM9vzmgmPLrY/2CEwAvUM4/JvyV55o61PxM91NipC7IB8rQ X-Received: by 2002:a05:6102:f0a:b0:4b2:af6e:603d with SMTP id ada2fe7eead31-4b2cc3584e9mr48640599137.7.1736268434674; Tue, 07 Jan 2025 08:47:14 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id a1e0cc1a2514c-8610ad5f2b3sm1459165241.16.2025.01.07.08.47.14 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Jan 2025 08:47:14 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 07 Jan 2025 08:47:14 -0800 (PST) Message-ID: <677d5a92.b00a0220.306c52.7526SMTPIN_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 57E456052471; Tue, 7 Jan 2025 11:47:14 -0500 (EST) Subject: |WARNING| pw149187-149194 [PATCH] [v2,14/14] drivers/vdpa: use porta From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1733954844-24397-15-git-send-email-andremue@linux.microsoft.com> References: <1733954844-24397-15-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/149194 _Testing issues_ Submitter: Andre Muezerie Date: Wednesday, December 11 2024 22:07:24 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149187-149194 --> testing issues Upstream job id: Generic-DPDK-Compile-ABI#109787 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | FAIL | +-------------------+----------+ | Debian 12 | FAIL | +-------------------+----------+ | Fedora 40 (Clang) | FAIL | +-------------------+----------+ | Fedora 41 (Clang) | FAIL | +-------------------+----------+ | Fedora 40 | FAIL | +-------------------+----------+ | Fedora 41 | FAIL | +-------------------+----------+ | openSUSE Leap 15 | FAIL | +-------------------+----------+ | RHEL8 | FAIL | +-------------------+----------+ | RHEL9 | FAIL | +-------------------+----------+ | Ubuntu 22.04 | FAIL | +-------------------+----------+ | Ubuntu 24.04 | FAIL | +-------------------+----------+ ==== 20 line log output for Ubuntu 24.04 (abi_test): ==== Error: cannot find librte_node.so.24.0 in build_install Error: cannot find librte_pdump.so.24.0 in build_install Error: cannot find librte_gro.so.24.0 in build_install Error: cannot find librte_bitratestats.so.24.0 in build_install Error: cannot find librte_pipeline.so.24.0 in build_install Error: cannot find librte_pdcp.so.24.0 in build_install Error: cannot find librte_efd.so.24.0 in build_install Error: cannot find librte_mempool.so.24.0 in build_install Error: cannot find librte_compressdev.so.24.0 in build_install Error: cannot find librte_net.so.24.0 in build_install Error: cannot find librte_rawdev.so.24.0 in build_install Error: cannot find librte_pcapng.so.24.0 in build_install Error: cannot find librte_power.so.24.0 in build_install Error: cannot find librte_mbuf.so.24.0 in build_install Error: cannot find librte_vhost.so.24.0 in build_install Error: cannot find librte_bpf.so.24.0 in build_install Error: cannot find librte_latencystats.so.24.0 in build_install Error: cannot find librte_sched.so.24.0 in build_install Error: cannot find librte_acl.so.24.0 in build_install Error: cannot find librte_port.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 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) 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) Fedora 41 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 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32122/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/