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 D1DE9460C5 for ; Mon, 20 Jan 2025 17:49:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C9E3340EF0; Mon, 20 Jan 2025 17:49:57 +0100 (CET) Received: from mail-qk1-f226.google.com (mail-qk1-f226.google.com [209.85.222.226]) by mails.dpdk.org (Postfix) with ESMTP id 2B7A9410FC for ; Mon, 20 Jan 2025 17:49:55 +0100 (CET) Received: by mail-qk1-f226.google.com with SMTP id af79cd13be357-7b6c3629816so243918285a.1 for ; Mon, 20 Jan 2025 08:49:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737391794; x=1737996594; 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=wztGIk3IxU+MpagP80DJFUnxsuLm3f4NdVlUeii2wgA=; b=M/8lr5gO/1SYZk+yLQe0b5MR/SZYlJdFaPm20KcfGstcDtA/iLXWcQrVcLkDL5f4/s aMXbj+oA/iWIIwYiKpo9SCx76tNUyxBQ7F44bNTct4gZ/6XMca++WdhUzti3X1jiDTeP V4Jr9xjssUf6hNbcZu4vUWXaCqkmMl+uW4qs4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737391794; x=1737996594; 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=wztGIk3IxU+MpagP80DJFUnxsuLm3f4NdVlUeii2wgA=; b=RLFL6m10BV0ek79uRpFtVhAXcgY9frImKkeTGWXSDPLt7INyxwNsTOmrk59bAmWNpG GpgR1YOTnvi+uFqdmrnkyMxqra3P/MLQYGm7o44j7EVjPVMMLDyn9YZiTWljQMBLdrij XKsWCC+AdOaKOWu/RgjbWAo2I8k8Qp4DHZemaSQVoFI81colPrLP4LzfrWsyv1BVk7M1 gNwTTWqriAiAAlpIlfaKfU/dJ8L7MDkafCc5KTdmBhseC1t5Z/h6nIf1HMPH3z2g8q4Z vMH+fGFvsYI8yxviJ5sM/X8etEcfqt5ljXFCwRqLwQRvRDZar2sAZpBJnvhAFtzy5rsm Jbbw== X-Gm-Message-State: AOJu0YwZtdyK0m3FdNlhh+r6Z49RYi/Y2H91tYdPw6V3HP7P1qqdhzrg aSXdMY35LTj9yRRJHEcZCr8mBWP+xghLtOhmbwL+b8MtfvN434jIJBgKn2Di7M3WPtG4a/WSkQC OvOmNoHwtaAelGCcYxPw8FIslH+ek5uJcyR60Wpx+ X-Gm-Gg: ASbGncuNVY/OypWFIHOuofe+MGv+6b21NC2pVCK/eNUi4jRppjJMH6H33eQcD8ZdCOh feLb7HDi0D973iNnW6ZRu/zHRV2ZQqVSTHiajw8dmqYPsTKz79JyCdrEC7+/3VDkJKqXS3LiypM oV2QNcH5rzPSC70tMhafHclFLMAHOe7IVPU2wdVr8B1ikUnxGa7/7F66n4i3OqbUOwE1CDOZlui K+0x3sunLANz4oopB71YQLiMLpGHRiE3THvClt/PEe/chb+xBG5QHA+WDRvsJnoOMNWFf1zHw0o imgPlOYn6gb+HSYARkc= X-Google-Smtp-Source: AGHT+IFOKkjpDvUvhAPUvLP6x1/HN42b7biweIIoE5jNjicbej/E5kUPcgkR7HEp09q1YZwMEdHHBRw0RxLZ X-Received: by 2002:a05:620a:199b:b0:7b1:ae66:e8cd with SMTP id af79cd13be357-7be632469d1mr2431365585a.44.1737391794487; Mon, 20 Jan 2025 08:49:54 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id af79cd13be357-7be613cc8bcsm33884785a.0.2025.01.20.08.49.54 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Jan 2025 08:49:54 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 20 Jan 2025 08:49:54 -0800 (PST) Message-ID: <678e7eb2.050a0220.215cf0.77fdSMTPIN_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 2AEE36052471; Mon, 20 Jan 2025 11:49:54 -0500 (EST) Subject: |PENDING| pw150259 [PATCH] devtool: fix falsely reporting from check From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250120112654.1049456-1-wanry@yunsilicon.com> References: <20250120112654.1049456-1-wanry@yunsilicon.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-unit-arm64-testing Test-Status: PENDING http://dpdk.org/patch/150259 _Testing pending_ Submitter: WanRenyong Date: Monday, January 20 2025 11:26:54 DPDK git baseline: Repo:dpdk Branch: master CommitID:6d7e741be18ab1e6ecce46edb2516318305c3c73 150259 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#307552 Test environment and result as below: +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test | +==========================+==============+===========================+==============================+================+ | Ubuntu 20.04 ARM SVE | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Debian 12 (arm) | SKIPPED | PASS | PEND | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 40 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 41 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 40 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 41 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | RHEL9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 24.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 22.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +--------------------------+--------------+---------------------------+------------------------------+----------------+ Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: 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) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32372/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/