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 60F0942B95 for ; Thu, 25 May 2023 09:23:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 559E040A82; Thu, 25 May 2023 09:23:23 +0200 (CEST) Received: from mail-yw1-f228.google.com (mail-yw1-f228.google.com [209.85.128.228]) by mails.dpdk.org (Postfix) with ESMTP id 0F08040A82 for ; Thu, 25 May 2023 09:23:22 +0200 (CEST) Received: by mail-yw1-f228.google.com with SMTP id 00721157ae682-5619032c026so3242267b3.1 for ; Thu, 25 May 2023 00:23:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1684999401; x=1687591401; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=VCZpvGpN2hlSEQ0lTo5ww9L8/V9dokCIE2pPwuLgtvA=; b=U21LHQojD3Zex0+wufuecQJdYoBgHayhAlCtVP5b8+qlxtbn46XzZPgsvoM1IfdELa M8OS6MPx26Bf9brj801L5IPaordfTeKQrWOcoGystQ+yCAQLPUrghq3IecQ1o1mn1Xmy DWQdLd9CwyzphusCsxwORHlJlddEA9ToCcqr4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684999401; x=1687591401; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=VCZpvGpN2hlSEQ0lTo5ww9L8/V9dokCIE2pPwuLgtvA=; b=VKDOTZQ0Mebm/dYe5UwrwbUrMbtyUUn+9U5/A/N+f5AXVfrcBiA+WuOfkWdzE5GjkI mIVzjfmr6Tw8NJ/8dibs10y4G7ZR7+RV0A92xEyHVdBtEZMgKAkjzA3f6cJqKOv/cWo4 furZfLcVlZt59s1IRYIqCNFrg3OmWTR0yIPowi25R7+YbAEExjKcImZz/F7Qzxml9qsY qwYsnf4RFBYR1g6CtD8D8wSaRxX0jr9cUzLjwaypAgHeLl2cuCW9mGQNQXE11WIfNFta 40gs4tOd8MumGDPne2TLKfozN7rwMTT0F8lMg26UukzhNu3gl+t3qwjMPocvGCeNq6if EUgg== X-Gm-Message-State: AC+VfDyujJAhEQ5QDEg8hP6IRtt+qGbKaqRvs8ytbYx6CH4/UBFaHLsO S2uv4Dgf6K+iHHGRmTRwEFVeCne93jta9OsZnGu5uboVcg1BJUljHjll+p361E1hj7t5kfH68g= = X-Google-Smtp-Source: ACHHUZ7WF4JlCPkq8jgyKphyrZBo/PMAHHT0uO4ewzwbRNvQTTR3B+1moW5kWqAVnaPNzYJL8M42rMeC9FCH X-Received: by 2002:a0d:eb0e:0:b0:55a:72f6:a451 with SMTP id u14-20020a0deb0e000000b0055a72f6a451mr18070400ywe.41.1684999401398; Thu, 25 May 2023 00:23:21 -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 w9-20020a814909000000b0056149fecd10sm67120ywa.74.2023.05.25.00.23.21 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 May 2023 00:23:21 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 25 May 2023 00:23:21 -0700 (PDT) Message-ID: <646f0ce9.810a0220.d8828.1d1cSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.34]) by postal.iol.unh.edu (Postfix) with ESMTP id 15BB1605246B; Thu, 25 May 2023 03:23:21 -0400 (EDT) Subject: |FAILURE| pw127364 [PATCH] net/qede: fix RSS indirection table initi From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Devendra Singh Rawat 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-testing Test-Status: FAILURE http://dpdk.org/patch/127364 _Testing issues_ Submitter: Devendra Singh Rawat Date: Thursday, May 25 2023 05:45:12 DPDK git baseline: Repo:dpdk Branch: master CommitID:2d9e10932d535ea553081b489a25f6fce7ec7996 127364 --> testing fail Test environment and result as below: +--------------------------+----------------+ | Environment | dpdk_unit_test | +==========================+================+ | Debian 11 (Buster) (ARM) | FAIL | +--------------------------+----------------+ | Ubuntu 20.04 (ARM) | FAIL | +--------------------------+----------------+ | CentOS Stream 9 | PASS | +--------------------------+----------------+ | Debian Buster | FAIL | +--------------------------+----------------+ | Fedora 37 | PASS | +--------------------------+----------------+ | Fedora 37 (ARM) | FAIL | +--------------------------+----------------+ | CentOS Stream 8 | FAIL | +--------------------------+----------------+ | Fedora 38 | PASS | +--------------------------+----------------+ | RHEL8 | FAIL | +--------------------------+----------------+ | Fedora 38 (ARM) | FAIL | +--------------------------+----------------+ | Ubuntu 22.04 | FAIL | +--------------------------+----------------+ | openSUSE Leap 15 | PASS | +--------------------------+----------------+ | Ubuntu 20.04 | FAIL | +--------------------------+----------------+ | Debian Bullseye | FAIL | +--------------------------+----------------+ | RHEL 7 | PASS | +--------------------------+----------------+ | CentOS Stream 9 (ARM) | FAIL | +--------------------------+----------------+ ==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_unit_test): ==== 93/103 DPDK:fast-tests / telemetry_data_autotest OK 0.12 s 94/103 DPDK:fast-tests / table_autotest OK 13.52 s 95/103 DPDK:fast-tests / ring_pmd_autotest OK 0.13 s 96/103 DPDK:fast-tests / event_eth_tx_adapter_autotest OK 2.08 s 97/103 DPDK:fast-tests / bitratestats_autotest OK 0.13 s 98/103 DPDK:fast-tests / latencystats_autotest OK 0.12 s 99/103 DPDK:fast-tests / pdump_autotest OK 5.29 s 100/103 DPDK:fast-tests / vdev_autotest OK 0.14 s 101/103 DPDK:fast-tests / rawdev_autotest OK 0.14 s 102/103 DPDK:fast-tests / compressdev_autotest SKIP 0.14 s 103/103 DPDK:fast-tests / telemetry_all SKIP 0.02 s Ok: 95 Expected Fail: 0 Fail: 1 Unexpected Pass: 0 Skipped: 7 Timeout: 0 Full log written to /home-local/jenkins-local/jenkins-agent/workspace/Generic-Unit-Test-DPDK/dpdk/build/meson-logs/testlog.txt ==== End log output ==== Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.1.1 RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) Fedora 38 (ARM) Kernel: Depends on container host Compiler: clang 16.0.3 Ubuntu 22.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.0 openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 Ubuntu 20.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.0-17ubuntu1~20.04 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 RHEL 7 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44) CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26375/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/