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 BCA8245DD1 for ; Fri, 29 Nov 2024 23:51:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CA3E54027D; Fri, 29 Nov 2024 23:51:03 +0100 (CET) Received: from mail-qv1-f99.google.com (mail-qv1-f99.google.com [209.85.219.99]) by mails.dpdk.org (Postfix) with ESMTP id B287D40150 for ; Fri, 29 Nov 2024 23:51:02 +0100 (CET) Received: by mail-qv1-f99.google.com with SMTP id 6a1803df08f44-6d88c478c4fso4977836d6.1 for ; Fri, 29 Nov 2024 14:51:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732920662; x=1733525462; 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=oLZ7zg85kE5mb1rwpPPpe5M47gLLqlaZdGwSNKx8rTQ=; b=Mk4Jldqlo9qsemTk60eXo6RTJi4hZ/h682TGnz360Eu3+45F4airxrSTbsLkFx4stg wWLcQ2se+phWjw8iL8iVYgg/sE5xhTi+zCUW+463sE25Atg8B1Taaj/UJ5DecwIiRkhG jT2xEMe+L/3vbKrrrvjQoR0WXz/hiKkWmaTk0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732920662; x=1733525462; 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=oLZ7zg85kE5mb1rwpPPpe5M47gLLqlaZdGwSNKx8rTQ=; b=Q6eihYwnIqf21i02Qh5hyLS3Oq/XpbAJt2RIF23wQ9A457Wy5UsHZ+Mtgeyj8QaBSo BD3jTrPB8M4+8RqZqX83gU2CpMDwnvatEUvUJ8JqN85mhINvbvNjLOZk3X6jUlAMw8v8 4pR5QaSM5ncfQ4kTLhqFNbo4ioj3SnfoGorDIL7mUfLpBKhbSbAAeD1CsR/nZrRZwAk1 /KAPK3cu7jKqFPY6aU80w6ZaKJH8DOjlQm7qFW9VC/dUM4tgevh/5EfPuyMEiuVQLJfH /uiN+AMo2EmQI+l6C8/i7lsGGazRKjJz8BjNHovVDkLsK4aKxtZvIoswXs9QruFpwf3h UEbA== X-Gm-Message-State: AOJu0YxKjw8heiL053wQghMo0vZ2w0w+K1MT7yOMcyfmjN42PJSQQ4UJ XVKYAAqj98UDnh4H11nUCF/qT8CMGlSmUi2FKbl61SOu00UapTvB7gXQ5EY2Owz8bFWle+L2D8R tUL7S1Yzzx9bG4gB/TMm9nFaVHLLd31QfIPiXwD5D X-Gm-Gg: ASbGncsDV9u5ZyXglAoxNoEb/4zCAuLBnIGJVqbqemZ5KGxXT8HUHwQIfngsBIKSeHX BCzOyOOtoEAScr3p+qn99EerfBMKiaIYbB1PVu9GY+eIebpXi7OOLK/1dwBxJJPIp8zDd1aux35 pmXJKCIkj/aH0UYxWJlAyqJjyYQMfMvGn4C1g0QgarDLdPqx/pzuDo+gkuBgAMwWm0YQ5xSPgmV CrD0LxUnDUoxSEXStvEyiGaTjgKE5AyKKLdiqtTVAKsC+23bHbPibYWLZL8cEYd9JZ9KSg= X-Google-Smtp-Source: AGHT+IE8dKKdjpVcGsDnokqc6l+F4JpZ54r9JEx8cOANpfIUSu/GYUSwJDQ2bXavBF8HUD8V78HSlTfAMWyj X-Received: by 2002:a05:6214:5194:b0:6ce:24d7:182 with SMTP id 6a1803df08f44-6d864ddf96fmr177124086d6.34.1732920662018; Fri, 29 Nov 2024 14:51:02 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6d87521b3cfsm2004016d6.53.2024.11.29.14.51.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Nov 2024 14:51:02 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 29 Nov 2024 14:51:02 -0800 (PST) Message-ID: <674a4556.050a0220.154231.c84dSMTPIN_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 B86896052471; Fri, 29 Nov 2024 17:51:01 -0500 (EST) Subject: |PENDING| pw148944 [PATCH] crypto/openssl: fix CMAC auth context upd From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241129202023.1203341-1-wathsala.vithanage@arm.com> References: <20241129202023.1203341-1-wathsala.vithanage@arm.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-amd64-testing Test-Status: PENDING http://dpdk.org/patch/148944 _Testing pending_ Submitter: Wathsala Vithanage Date: Friday, November 29 2024 20:20:22 DPDK git baseline: Repo:dpdk Branch: master CommitID:4843aacb0d1201fef37e8a579fcd8baec4acdf98 148944 --> testing pending Upstream job id: Generic-VM-DPDK-Compile-Meson#31790 Test environment and result as below: +-------------------+--------------------+------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | +===================+====================+==================+===================+ | CentOS Stream 9 | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | Debian 12 | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | Fedora 39 (Clang) | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | Fedora 39 | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | Fedora 40 (Clang) | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | Fedora 40 | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | openSUSE Leap 15 | PEND | PEND | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | RHEL8 | PEND | PEND | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | RHEL9 | PEND | PEND | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 20.04 | PEND | PEND | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 24.04 | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 22.04 | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | Alpine | PEND | PEND | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | +-------------------+--------------------+------------------+-------------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) 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.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Alpine Kernel: Depends on container host Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309 FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32059/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/