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 A368D46112 for ; Fri, 24 Jan 2025 03:54:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 808C140E1B; Fri, 24 Jan 2025 03:54:02 +0100 (CET) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id 1116C40E15 for ; Fri, 24 Jan 2025 03:54:01 +0100 (CET) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-844e6d1283aso75650439f.1 for ; Thu, 23 Jan 2025 18:54:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737687240; x=1738292040; 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=w4BabzOhkxBjudpnyQ27K46TKIMYdvh+6AUdYzXzmx0=; b=O5VOnChpUJl8GnzyvHz+CjhtpXfsKOFWCy+ghjOhVTDorQyLDA1wQ5h9Z5j6/SiYX0 WN+MSCPDUtx1rBhy3PdLVU2Jn+RWjY1jJlL40Nv9/rwkJupge9mcNpdAu9wjqeltPHC5 xnDkQ+q9aNvc1D/DsGLmbATMBRsaDkWemXRDU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737687240; x=1738292040; 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=w4BabzOhkxBjudpnyQ27K46TKIMYdvh+6AUdYzXzmx0=; b=S1BrsY0XFxOqMpjmL+y9NGdptaD9cYnr2Jg2DjJTkT78vNqZBszpTjlg490okfXTMo eo1+HBwi2w5gV7TwhNeoPXrYarprImpPNFBKQV8hkBwI3XjLLX+lYVl61vZqHz/XJgyR JJUB8xXna2zes06hsP3E+bWrRMgndXsKhhcRrYfRdqqLshfqdjb3cOEaVUz0/HKLr5rm eYlE74y+uUWwbKDXamz2ZI6qto4yPc7lNpel3t1OEMYZU5N3b5/oK1aJ36ZVM++R260D E3I5zEqtmOixmTAYgcCYyjLt5TGbT6e6fQPZEr2Vr32gDtfuX2PzzHkkyNoq+jPO5Vjg NarA== X-Gm-Message-State: AOJu0YwXRgqzq9d8SNjdfLB55tvKi6Lk8ecHIIchq52z4EfT4nvxRb6A fhsHnmQ0wfx+XUYS0aqbMA5ses64OzF1cd6Of4gFdMq6chvMGTyIdUK5bapB9DHK0Yb+EpJWrZz umiVXK8aXaYeiNyJCS7n856Zzh48iBIHI0EDjSlXm X-Gm-Gg: ASbGncvD5ruszZvG/9/u4k8V36kKS0ZxtqH60qcngGcFSAsBVZvaH/guPq9w9dF0h6d YrM/i8wsHt1IWJzGKkasEYOPCEM/ojSSVnZ0/DENcspCq03u5HqQS4JDJv4Vmzgo7Fh6E2tfcQl 2v7bUS64M33wXziTjPvTn24jUSYZa3XBtPOApY96NZ0AxkCoc7GAOJi7ZCnTBGpbDV6KWCpCA/8 F3vwnHx0qB2vYNQG2ZcmOKwJzZ7U8tS+zUVNo+Zczn7CG1iNFailPSOvfY4lOFd57kcZpnn8rti oVRTnqPIKFa7Anr1yR8= X-Google-Smtp-Source: AGHT+IFRVoHpeuw5z2E4JKS/UnZVL0NqaCBHEeQ6mhmTjOBLsuQNHVW36y10zkUXgRsux+YUh7CkzWwTkuMv X-Received: by 2002:a05:6602:116:b0:844:2ef3:a95a with SMTP id ca18e2360f4ac-8521e399609mr135634339f.7.1737687240314; Thu, 23 Jan 2025 18:54:00 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4ec1d41908dsm48754173.17.2025.01.23.18.54.00 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jan 2025 18:54:00 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 23 Jan 2025 18:54:00 -0800 (PST) Message-ID: <679300c8.050a0220.39a736.3258SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id D88A36052471; Thu, 23 Jan 2025 21:53:59 -0500 (EST) Subject: |SUCCESS| pw150425 [PATCH] build: force gcc to initialize padding bi From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250123172048.134417-1-stephen@networkplumber.org> References: <20250123172048.134417-1-stephen@networkplumber.org> 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/150425 _Testing PASS_ Submitter: Stephen Hemminger Date: Thursday, January 23 2025 17:20:47 DPDK git baseline: Repo:dpdk Branch: master CommitID:5b856206c74bbcf19e12cafa15382a7e15b0a1b5 150425 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#354317 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Fedora 41 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ 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 RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 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 Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32403/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/