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 C0D6145E99 for ; Sat, 14 Dec 2024 05:47:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A63D240296; Sat, 14 Dec 2024 05:47:35 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 1536E40041 for ; Sat, 14 Dec 2024 05:47:34 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-8442ec2adc7so80443139f.2 for ; Fri, 13 Dec 2024 20:47:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734151653; x=1734756453; 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=SqohzawQ4Wc3jpxd/CjURI3zBd2mOKcr/S5JlipOTiA=; b=C9Gt2+wTJAupGnL4PTk/DyDndDvWO7+lBKcMRnuXoba8wWssWzAsj1I1mm0KozfhXE EkFx9fFDaydcBli6uwDChZ5S76yUNOdtc1fHd9iZ852PKhBUdrEvSPaNz/Q/8yr3BAbt P6rAIOkkvuCnegzjdmuwldH5l+uB84bBQ4954= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734151653; x=1734756453; 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=SqohzawQ4Wc3jpxd/CjURI3zBd2mOKcr/S5JlipOTiA=; b=OdulBnAirx2yh45f6jtisx5l1VFuVOcYXDeBuJeEvsBhn+AZWM9G/uP5NVNXwkNctT jl9rNiII+rfN03ZcjIia/M29UUNfmQN/sWapXBWYr+ZzhRaId55r+NgsDmfKzdg+Sjtw IT4yVDuroqjVE2z72LY3VT69LDNzbfHe6/VvVZ/LQC4N16XKDFGB/lvqEs6sUpEA4BjL AhxGuo4q2Brk1048hiswS3Vwid2qAH2RdxTp6ab97sHEZQW39Utd6HGFsXWMydTXJbDI o5Zd4jZiwuD5OpAYH9/6MwDI0CVhq3QmMibsTZ2VOviZwDEOIzVdY1GAURLjpY67+Wtc grMg== X-Gm-Message-State: AOJu0YyCwzJ4LlOhdRVu2JaoBJDVez0bSBw+Bhnx5TgRArVzFPBmIYyC eH/rB3rneT5UsQreY/NpWrkuj8ep2BDTQKhJ2McP+vOhf5HaCe9UpO3SU90UrAqNpOvMieQWUYu XJMYdF7eE98UzFV6AHIpqiiveuljqJ3ZE+SXphe+H X-Gm-Gg: ASbGncuGa5jeR9tDkB1TKrqDwh8NZbtm0wR89iHeXvzTH4tpKa6ie0EEkFfT10srjeR fg/UkuJiRykVKMIwvh9/jd7VdU92ieaa6uNAKDttDe0ZRTxLUrtiMelCjC16fp46a1Mu9btY1Sz HQBCezKGcxzHNUxVz8j38EP6W+NLxJYrfNua4jZUPWNiFVK5o/1KV6Jh2JT5EMkI7mBf74ooubH OS2yyjpGss9+QSi9TbRhfsFz+99aa2KSNzGF/TbsyezwIwywBe+ssbowTzA+xyju9IJipEh6m0e 6w== X-Google-Smtp-Source: AGHT+IFGRNwtIU+0QqDAY4uOR2OqkWRqjKQuXPjf2Ygm49mYRWq6ZONPVU02WA5Fy5pBFEA08bF0UwzNBTKf X-Received: by 2002:a05:6e02:1565:b0:3a6:b445:dc92 with SMTP id e9e14a558f8ab-3aff5b520e8mr55669485ab.10.1734151653317; Fri, 13 Dec 2024 20:47:33 -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-3b24eb14b89sm575155ab.45.2024.12.13.20.47.33 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Dec 2024 20:47:33 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 13 Dec 2024 20:47:33 -0800 (PST) Message-ID: <675d0de5.050a0220.1ee658.4237SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id CC9826052471; Fri, 13 Dec 2024 23:47:32 -0500 (EST) Subject: |FAILURE| pw149237-149241 [PATCH] [5/5] net/virtio: remove unneeded From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Stephen Hemminger In-Reply-To: <20241213214929.817688-6-stephen@networkplumber.org> References: <20241213214929.817688-6-stephen@networkplumber.org> 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: FAILURE http://dpdk.org/patch/149241 _Testing issues_ Submitter: Stephen Hemminger Date: Friday, December 13 2024 21:48:18 DPDK git baseline: Repo:dpdk Branch: master CommitID:f1e0472368d4dbb1da33ae68b18ca21bc8a55259 149237-149241 --> testing issues Upstream job id: Generic-VM-DPDK-Compile-Meson#32050 Test environment and result as below: +-------------------+--------------------+------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | +===================+====================+==================+===================+ | Debian 12 | FAIL | WARN | WARN | +-------------------+--------------------+------------------+-------------------+ | CentOS Stream 9 | FAIL | WARN | WARN | +-------------------+--------------------+------------------+-------------------+ | Fedora 40 | FAIL | WARN | WARN | +-------------------+--------------------+------------------+-------------------+ | Fedora 39 (Clang) | FAIL | WARN | PEND | +-------------------+--------------------+------------------+-------------------+ | Fedora 40 (Clang) | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | Fedora 39 | FAIL | WARN | WARN | +-------------------+--------------------+------------------+-------------------+ | RHEL8 | FAIL | WARN | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 24.04 | FAIL | WARN | WARN | +-------------------+--------------------+------------------+-------------------+ | RHEL9 | FAIL | WARN | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 22.04 | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 20.04 | FAIL | WARN | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Alpine | FAIL | WARN | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | FreeBSD 14.2 | PEND | SKIPPED | SKIPPED | +-------------------+--------------------+------------------+-------------------+ ==== 20 line log output for Alpine (dpdk_compile_ovs): ==== --- Failed to get log output --- ==== End log output ==== Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) 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.2.0-23ubuntu4) 13.2.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.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 FreeBSD 14.2 Kernel: 14.2-RELEASE Compiler: clang 18.1.6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32143/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/