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 AE3D246237 for ; Sun, 16 Feb 2025 08:25:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AAADB400EF; Sun, 16 Feb 2025 08:25:04 +0100 (CET) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 5D900400D7 for ; Sun, 16 Feb 2025 08:25:03 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3d14811cabfso11350395ab.1 for ; Sat, 15 Feb 2025 23:25:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1739690702; x=1740295502; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=5snWo2sY3QMImAeb+hQUanw8d2if8CUTHo1PocfoU9E=; b=d8rD2sOecK9ryY2i7cbrGdMubAIiE57z/dDqdfhci+LfOk/YGANPimzlzpkw7VK0zm relzv2l6s9rCHtgDOU3i0ssC5e5+TapLFUiBjqSwP4xKhrQj5hXDd8o+ZrCTrbwjfBbl WYllNIWhDDIrck3LoNoNfkUFstKzRP/G65Dvw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739690702; x=1740295502; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=5snWo2sY3QMImAeb+hQUanw8d2if8CUTHo1PocfoU9E=; b=LqSJIQSrtFlNAdA79httkoqI0niz1Tc92ovtqN7iWN/BMvaOU2BPLNHJnZuSt6DTx1 73ukGaeJx3vBk5Wmtbs3fY4WmKoOifv0BqB0I1H0zPFuy8pK6XyvJhaoPI6bpeO/meCl +bqgD0no3N460OroF2apm3NnQKZIVt6XlUL06LHhJ/4NaEz55Z5y418LQFnvd7ssTAqg 6ZTCSIu6zbLMGr+V+GvSM3hGdpmGPjo+87wd3IHX+GPQUBiSLc7yeftOAaGToEgE7DDI rZMPBZ2fPRAMYpr6UzHF1JtpR5+4Tr3VqCBL3QrB/B3SJGDB4DpT3a6fb+HUrnrq33CU bVEg== X-Gm-Message-State: AOJu0Yy2KlbrBFfa03iRyDTQS+A/tWRskf+HF+knWKMgbbxTnyMjO0K8 0uIwVdEeceEqnHKA6KzFJul0tlQeeW5u8GbdQLEVHiIrkveHbqh4sjKVNn7Cgzj5V4JDGEiVm4V 0k4oWfeO9rg4k0448XIVhmFncCEH4/RErK0WPd6UC X-Gm-Gg: ASbGncsdSAyVZxuRX6hChygJZ2zUGUckKrkCt81WOgrZSPXWXBhESpDDNqvnDii2o/d sIEoz9nsEbQ7feWOHOrmLzGcJrmeo2xySOVVV1RvX1lwHDS4Eebp5djA0LOIt8spgHpCMOMEtDd m4hjA7QhbuQ1WebmGY+A67RUq4EpT3apbTIgwe/13gFggqt8js6RdcNThe+qL632G9n+WTp00gW Q6/2udNZyeGZrclbB9rt+nLsreabYEZ3+V3GrM1glZlxaAlIeD0a7+f6+pmzvuwYxfBjyRnHdz8 I6uyTk5eW0ZeyYmwLtCdcdsM3N5DYw== X-Google-Smtp-Source: AGHT+IHHqImLaYpft4XnvZ5lEViy84pcdiVJ2lcVVp1H6z3tMuLmrjXFd3J0ojjMWiYAg9uIx5Kyy2w92p// X-Received: by 2002:a05:6e02:308c:b0:3d1:a26f:e241 with SMTP id e9e14a558f8ab-3d28078dd8dmr40351425ab.7.1739690702730; Sat, 15 Feb 2025 23:25: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 e9e14a558f8ab-3d18fa041fasm4310205ab.42.2025.02.15.23.25.02 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Feb 2025 23:25:02 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 15 Feb 2025 23:25:02 -0800 (PST) Message-ID: <67b192ce.050a0220.38eec1.5a95SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 3A1E66052471; Sun, 16 Feb 2025 02:25:02 -0500 (EST) Subject: |PENDING| [GIT MASTER] c66daa12e76d7b4912cfb7109a761856a7a873ab From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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 pending_ Branch: tags/v23.11 c66daa12e76d7b4912cfb7109a761856a7a873ab --> testing pending Upstream job id: Generic-Unit-Test-DPDK#315276 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | CentOS Stream 10 | PEND | +-------------------+----------------+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Fedora 41 | PEND | +-------------------+----------------+ | Debian 12 | PEND | +-------------------+----------------+ | Debian Bullseye | PEND | +-------------------+----------------+ | Fedora 40 | PEND | +-------------------+----------------+ | Fedora 40 (Clang) | PEND | +-------------------+----------------+ | Ubuntu 20.04 | PEND | +-------------------+----------------+ | RHEL9 | PEND | +-------------------+----------------+ | RHEL8 | PEND | +-------------------+----------------+ | Fedora 41 (Clang) | PEND | +-------------------+----------------+ | Ubuntu 22.04 | PEND | +-------------------+----------------+ | Ubuntu 24.04 | PEND | +-------------------+----------------+ CentOS Stream 10 Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32588/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/