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 67120464DA for ; Tue, 1 Apr 2025 08:06:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6299D402E1; Tue, 1 Apr 2025 08:06:31 +0200 (CEST) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 2DFCB402B1 for ; Tue, 1 Apr 2025 08:06:30 +0200 (CEST) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-2260c915749so71402975ad.3 for ; Mon, 31 Mar 2025 23:06:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1743487589; x=1744092389; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=ZH9OuVpgwtvCrvhB5SKfLckQYY8ECdjrGn44Ge0rYQE=; b=IgDT4niaUavC72Y8jqAamUXicxEOqtvpByMjF9nRl+nx23LnQh7s4vbe5Rx8jsxAip AhGhT9BTFJxC63aaqPlVl+Bzv+o/6XSAOBqS41iJ+gE7PUSs6d2CrEPMa+1+hZtwvpGH W7VnHBdlnLk/fU34aJHmG9gmRymKPovO+47/Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1743487589; x=1744092389; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ZH9OuVpgwtvCrvhB5SKfLckQYY8ECdjrGn44Ge0rYQE=; b=bOJWdXZ6VkRfNvBYzyUIu1oREMVuKTW/E291n4UPT0VTxJjxxVx6yAIZDUwhqnbqDR 6uc979v5df5x0AnHiE1niZm0pWuRJzAvoSlH1zy3IZy2fojc5hIbpLyz/Q2jWTTdAEX2 HLKywDE1akA8JmLBcLrB46wRJ+UsBhG6A7+FIqtjERv7qtWGapvP5z81UD7mq8EpI5x+ RJdaZVNlnytVxZJb66dQQ+7k5T/CI06FaH31XasuDTMIsTqdArMeXpf2ebyWVygZN9JS wlxcnrvewK3tUA4F7/4tNd9Dib1abBrDIpI+88OM9xQ6J7EOdCzhJd3yOGS6Lfvyh/ec p+NA== X-Gm-Message-State: AOJu0YxYZBgnS0vt30LwoNXSaLdSBicidByRP9rr9Fp8bxRWvNgUExaq W84Fj+vCQ2tsa4pl/8t60rxyqSlOs+uUH8gH14SvE8+wnigMrBnHnER7J2ddM+N6ke77gwSvtuh eliPTM3b9NR/TFGTT4jhT/7U+zCG5DguC X-Gm-Gg: ASbGncvGzs3xC7/OQpcxXbh9W9FcbMVbxgqfzplnOXwy72pzhOqYd2Uoe0c6kAF6POe Fx2AjmCOvdhq/1P8+YQoPFddA6qoYjD5muWT1r8y/UYwtcvA6NEMlpXGTwoZThYElrTKrd1WyKU vAW298Za4YNNmlVTofkjBe64aerLxdFLPh+T+vpnYTpPY2ZDmyktb89Xkc4clSYFuonIdwsJw/k drs2LPw8Rj9Ta3T992jCwvHZe1UrUTnv4nElgBE9DsFndp6bY3MMEzsOfplXYr5QrGRo8Go+Qu+ qGaCsKeKHdtVDU7c4AoElQ+nd4j3C8+mJHq53DfY X-Google-Smtp-Source: AGHT+IENgZwBoBkW9oDhw1p4SMUXycg80qPbekpjuYX3vKboGPTA5xKRFVy9p7L4CTQf8N+hAVZbnPrPbHNW X-Received: by 2002:a17:902:e549:b0:223:4bd6:3863 with SMTP id d9443c01a7336-2292f944b79mr201228815ad.10.1743487589134; Mon, 31 Mar 2025 23:06:29 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-2291eeeb742sm6119605ad.62.2025.03.31.23.06.29 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 31 Mar 2025 23:06:29 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 31 Mar 2025 23:06:29 -0700 (PDT) Message-ID: <67eb8265.170a0220.2daac9.8b56SMTPIN_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 8982F6052472; Tue, 1 Apr 2025 02:06:28 -0400 (EDT) Subject: |FAILURE| [GIT MASTER] 509d23d3253e3c695b47b6c4c08df9e91e49375c From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Xueming Li , Christian Ehrhardt , Kevin Traynor , Luca Boccassi 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 _Testing issues_ Branch: tags/v22.11 509d23d3253e3c695b47b6c4c08df9e91e49375c --> testing issues Upstream job id: Generic-VM-Unit-Test-DPDK#27742 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PEND | +---------------------+----------------+ | CentOS Stream 10 | PEND | +---------------------+----------------+ | Debian 12 | PEND | +---------------------+----------------+ | RHEL9 | PEND | +---------------------+----------------+ | Ubuntu 22.04 | PEND | +---------------------+----------------+ | Fedora 40 | PEND | +---------------------+----------------+ | Fedora 41 (Clang) | PEND | +---------------------+----------------+ | Fedora 40 (Clang) | PEND | +---------------------+----------------+ | Ubuntu 20.04 | PEND | +---------------------+----------------+ | RHEL8 | PEND | +---------------------+----------------+ | Ubuntu 24.04 | PEND | +---------------------+----------------+ | Fedora 41 | PEND | +---------------------+----------------+ | Windows Server 2022 | FAIL | +---------------------+----------------+ ==== Unit test summary for Windows Server 2022 (dpdk_unit_test): ==== Failed to get the unit test results. Displaying the unit test results is not supported for some environments, such as our aarch32 testing, where meson is not used to run the tests. Download the logs available on our CI site. ==== End log output ==== CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) CentOS Stream 10 Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/33110/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/