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 E8A7B45463 for ; Sat, 15 Jun 2024 19:37:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE56F402BC; Sat, 15 Jun 2024 19:37:00 +0200 (CEST) Received: from mail-yb1-f226.google.com (mail-yb1-f226.google.com [209.85.219.226]) by mails.dpdk.org (Postfix) with ESMTP id CAD0A40294 for ; Sat, 15 Jun 2024 19:36:59 +0200 (CEST) Received: by mail-yb1-f226.google.com with SMTP id 3f1490d57ef6-dfa4876a5bbso3060570276.2 for ; Sat, 15 Jun 2024 10:36:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1718473019; x=1719077819; 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=dOqBZ5Sgk2VKCtbLUaU2/cUJ4Tks1Y016H6RYsv9cJw=; b=A5WS0gFg8U4aKN+4NR8PwrlT8x5GyFyJsPY2ffYm0FTzIHX4mU6SMKvmqkZ8oHNHKl Pg7Mfr0q0+tSTRJONZcvl4oY7RVo0V/ILInvNtOUwIQ61iJkgwltPH9yPcSyqeBVd/ES i2hjacxNqr5SfZq+UlG9y6Hw+GasAuevYw2Uw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718473019; x=1719077819; 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=dOqBZ5Sgk2VKCtbLUaU2/cUJ4Tks1Y016H6RYsv9cJw=; b=NxhmPJGPN0eqcya+q2qbFO0dxqZrkeJ35VUSxiprnCG77pywBPZeXxLilgRrBJUwRz hF1C7widb+6gZFgBN+3+4JzbHkm1agxmSsILBpE3yyefb1n7gaa4wbG4PqYb0qYuymOB Dtny4IKp5nYsNlgQph+zQExov1e+uZWqzoXASQeGy2Lfb+RkYj65izyxZMDZDxseUJI+ 3Yvu7XWVCHwjLqZ8CpbJihVmj0WlWD7LeDbhrtnwKcOVTsq+m6evD7QvD1OBfLb/yHU7 6RZsGATkTVe3jpeExy5AY8gOHiys08jaetZA7FHTFIOF2o9NjVrWQvS4SZEIw1JtNE5t 6jbg== X-Gm-Message-State: AOJu0YxzHsVhibYjocInaYFxFu30piTlGHIkFZtgN3yA3CRrxYjqx3dt MHd4EJJKJ/UFCHBFljmPGaZdNqR35Wj68qNhGsE9j1ppC7gLcTJwadehBwPEMCG7g/UyPq+xrZ/ XrrQc0K52655n14GnoGCjWlxCoZYhqTczZ0f4sf7W8KfUZW6a6EDZaoZI X-Google-Smtp-Source: AGHT+IGs8zzAmNtaVTmcLMqgQdXkBau6yWvKQPpOh9/7EmnSuJx68w+53uRVv9TltjHrMgCOO/oD/IqezZfX X-Received: by 2002:a25:2614:0:b0:dfd:f539:1550 with SMTP id 3f1490d57ef6-dff153dbd32mr5893043276.37.1718473019121; Sat, 15 Jun 2024 10:36:59 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 3f1490d57ef6-dff048a85dcsm256913276.25.2024.06.15.10.36.59 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Jun 2024 10:36:59 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sat, 15 Jun 2024 10:36:59 -0700 (PDT) Message-ID: <666dd13b.050a0220.17b2.1971SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id B5CA4605C373; Sat, 15 Jun 2024 13:36:58 -0400 (EDT) Subject: |SUCCESS| pw141158 [PATCH] examples/fips_validation: fix coverity is From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240615113118.2137-1-gmuthukrishn@marvell.com> References: <20240615113118.2137-1-gmuthukrishn@marvell.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-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/141158 _Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Saturday, June 15 2024 11:31:13 DPDK git baseline: Repo:dpdk Branch: master CommitID:cef922c9e0c53b05a7b939116b386993570c9bf9 141158 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ Debian 12 with MUSDK Kernel: Container Host Kernel Compiler: gcc 12.2.0 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-167-generic Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.1.1 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.4.1 Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.6 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Ubuntu 20.04 ARM GCC Cross Compile Kernel: 5.4.0-167-generic 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.4.1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang 10.0.0-4ubuntu1 Ubuntu 24.04 (ARM) Kernel: 5.4.0-167-generic Compiler: gcc 13.2.0 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-167-generic Compiler: gcc 9.4.0 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30196/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/