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 2CE1145E99 for ; Sat, 14 Dec 2024 05:08:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0AF5740296; Sat, 14 Dec 2024 05:08:28 +0100 (CET) Received: from mail-il1-f228.google.com (mail-il1-f228.google.com [209.85.166.228]) by mails.dpdk.org (Postfix) with ESMTP id EBEB240041 for ; Sat, 14 Dec 2024 05:08:25 +0100 (CET) Received: by mail-il1-f228.google.com with SMTP id e9e14a558f8ab-3a8180205f3so12752865ab.0 for ; Fri, 13 Dec 2024 20:08:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734149305; x=1734754105; 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=dHgzVPiTsrBXKxfEJcpOGMtchz2tSgr1DN4zUB6Itgc=; b=KinUwWeCnwU8ymMqN/PYQY1EISOxZkdGdJ2O/g/X6kK3268IhD2m0x4s7Ag1GqUTe/ hXSGILTE3NEU8xupR9iUBpr4rF0a9HRk3FdY0Yzxa13k5L+dctp2xbu2MSjrcI7a231n u1COiKgi1PZauxRlnHj2pbcCYuvVQP6wM9g/0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734149305; x=1734754105; 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=dHgzVPiTsrBXKxfEJcpOGMtchz2tSgr1DN4zUB6Itgc=; b=kh2MUm63PKN0UR+cYsAEwKBUFfzebQaZO4S9lxFYErnA4zR8uJ0bhhJHfbhX79+wk3 Baelfs7g+/dAC+lth7IWkXAPq9eV0/JwKhb73dCbOe8sPNpVTC0OflaZDYaln2WMOSDh GFCf5FedVgKru1UaVqM2UOC24FIo8OaKt9dAlUnVc1tAGVLWTbZBCszGnD1Lsu34q68J LKUxkuUl24G3dhn19TeZdk2bESwCYyhwICl9wyzKt+l10e5Ndjx7SUTzHQlB917YQ7U+ uzrCkavI6CSCoeClN8u5nTC4GW4u3U2OwnT4Ua+ZgiMxDdA9KZeJ9tAFzaHSB3zG6+XL hFAA== X-Gm-Message-State: AOJu0YyPLN1YztjeQNQTe/B3OC5RJ2gAHLmenjZWBJbyCiVaQBYtGvDZ bL3L7Kxskh7MUVQ+jpG3+1q69SPP26sm2vyhyM5dmX+7RAKp5Pp+PQkkSfWRVM7bmGXfMJ1tnSv DvNPxuwSWHfsiFGp2590q7EDIdJvo5DA0tZhmHfMe X-Gm-Gg: ASbGncsygcX5s52+moiImcLlI/1bQ45q8CE/UTCV8qjISS6pwcfhEfEySkKK4nI6dsZ RzYcvAcCDbAxnNGr66kV5hP5ix+sLY9igEqWsvcKHUemp4OXbqYqK+PCzQoa0bVNgDJ5JDw8zRU 7QzzLDmmAjnsO3bCFKkHTeqFItdrkX5Zr1MwrdSx70KRLToAul5OVMWd7tc7sjvcrINdNKjDxjt 01CySUbYOo623MbgzpdOBSJwEwIA5vristDleucvr4jg6LzCUd2rVZ954m7Ofysmg1W2PV5UQGo 4g== X-Google-Smtp-Source: AGHT+IGE8ls1sCcX7brvRAAW/75zx2+co+ADt1XXdxXf18kGIaGE78EKGByt82GP3fVdTyoMYNaOd1kZ/Qo/ X-Received: by 2002:a05:6e02:1561:b0:3a9:d404:c427 with SMTP id e9e14a558f8ab-3ae6551d29bmr76200545ab.7.1734149305260; Fri, 13 Dec 2024 20:08:25 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3b24eb14a12sm552675ab.55.2024.12.13.20.08.25 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Dec 2024 20:08:25 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 13 Dec 2024 20:08:25 -0800 (PST) Message-ID: <675d04b9.050a0220.2e71a1.3e5cSMTPIN_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 BD31F6052471; Fri, 13 Dec 2024 23:08:24 -0500 (EST) Subject: |SUCCESS| pw149234 [PATCH] [v2,1/1] buildtools: clear out regex synt From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241213144145.59916-2-otilibil@eurecom.fr> References: <20241213144145.59916-2-otilibil@eurecom.fr> 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-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/149234 _Testing PASS_ Submitter: Ariel Otilibili Date: Friday, December 13 2024 14:40:58 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149234 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#343053 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32140/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/