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 2E61F42E57 for ; Wed, 12 Jul 2023 21:21:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2A95840EE7; Wed, 12 Jul 2023 21:21:41 +0200 (CEST) Received: from mail.loongson.cn (mail.loongson.cn [114.242.206.163]) by mails.dpdk.org (Postfix) with ESMTP id 5687B406BA for ; Wed, 12 Jul 2023 21:21:39 +0200 (CEST) Received: from loongson.cn (unknown [10.40.46.153]) by gateway (Coremail) with SMTP id _____8DxRvFA_a5kKSEEAA--.11963S3; Thu, 13 Jul 2023 03:21:37 +0800 (CST) Received: from localhost.localdomain (unknown [10.40.46.153]) by localhost.localdomain (Coremail) with SMTP id AQAAf8Ax3c4__a5kfv4qAA--.55893S3; Thu, 13 Jul 2023 03:21:35 +0800 (CST) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.15.2/8.15.2) with ESMTPS id 36CJ7Qj82426495 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Thu, 13 Jul 2023 03:07:26 +0800 Received: (from root@localhost) by localhost.localdomain (8.15.2/8.15.2/Submit) id 36CJ7PFw2426494; Thu, 13 Jul 2023 03:07:25 +0800 Date: Thu, 13 Jul 2023 03:07:25 +0800 From: qemudev@loongson.cn Message-Id: <202307121907.36CJ7PFw2426494@localhost.localdomain> Content-Type: text/plain; charset="utf-8" Subject: |WARNING| pw129505-129506 [PATCH v5 1/2] dts: add smoke tests In-Reply-To: <20230712192005.2045-5-jspewock@iol.unh.edu> References: <20230712192005.2045-5-jspewock@iol.unh.edu> To: test-report@dpdk.org Cc: jspewock@iol.unh.edu, zhoumin@loongson.cn X-CM-TRANSID: AQAAf8Ax3c4__a5kfv4qAA--.55893S3 X-CM-SenderInfo: pthp3vthy6z05rqj20fqof0/ X-Coremail-Antispam: 1Uk129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7KY7 ZEXasCq-sGcSsGvfJ3UbIjqfuFe4nvWSU5nxnvy29KBjDU0xBIdaVrnUUvcSsGvfC2Kfnx nUUI43ZEXa7xR_UUUUUUUUU== 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: loongarch-compilation Test-Status: WARNING http://dpdk.org/patch/129505 _apply patch failure_ Submitter: Jeremy Spewock Date: Wed, 12 Jul 2023 15:18:01 -0400 DPDK git baseline: Repo:dpdk Branch: main CommitID: 655eb37b18b1b0dc4d106acdf0dfedde01cfb224 Apply patch set 129505-129506 failed: Checking patch dts/conf.yaml... Checking patch dts/framework/config/__init__.py... error: while searching for: import pathlib from dataclasses import dataclass from enum import Enum, auto, unique from typing import Any, TypedDict import warlock # type: ignore error: patch failed: dts/framework/config/__init__.py:12 error: dts/framework/config/__init__.py: patch does not apply Checking patch dts/framework/config/conf_yaml_schema.json... Checking patch dts/framework/dts.py... Checking patch dts/framework/exception.py... Hunk #2 succeeded at 151 (offset 6 lines). Checking patch dts/framework/remote_session/__init__.py... Checking patch dts/framework/remote_session/os_session.py... error: while searching for: from abc import ABC, abstractmethod from collections.abc import Iterable from pathlib import PurePath from framework.config import Architecture, NodeConfiguration from framework.logger import DTSLOG from framework.settings import SETTINGS from framework.testbed_model import LogicalCore from framework.utils import EnvVarsDict, MesonArgs from .remote import CommandResult, RemoteSession, create_remote_session class OSSession(ABC): error: patch failed: dts/framework/remote_session/os_session.py:5 error: dts/framework/remote_session/os_session.py: patch does not apply Checking patch dts/framework/remote_session/posix_session.py... error: while searching for: from collections.abc import Iterable from pathlib import PurePath, PurePosixPath from framework.config import Architecture from framework.exception import DPDKBuildError, RemoteCommandExecutionError from framework.settings import SETTINGS from framework.utils import EnvVarsDict, MesonArgs error: patch failed: dts/framework/remote_session/posix_session.py:6 error: dts/framework/remote_session/posix_session.py: patch does not apply Checking patch dts/framework/remote_session/remote/__init__.py... Checking patch dts/framework/remote_session/remote/interactive_remote_session.py... Checking patch dts/framework/remote_session/remote/interactive_shell.py... Checking patch dts/framework/remote_session/remote/testpmd_shell.py... Checking patch dts/framework/test_result.py... Checking patch dts/framework/test_suite.py... Checking patch dts/framework/testbed_model/node.py... Checking patch dts/framework/testbed_model/sut_node.py... error: while searching for: # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2010-2014 Intel Corporation # Copyright(c) 2023 PANTHEON.tech s.r.o. import os import tarfile import time from pathlib import PurePath from framework.config import BuildTargetConfiguration, NodeConfiguration from framework.remote_session import CommandResult, OSSession from framework.settings import SETTINGS from framework.utils import EnvVarsDict, MesonArgs error: patch failed: dts/framework/testbed_model/sut_node.py:1 error: dts/framework/testbed_model/sut_node.py: patch does not apply Checking patch dts/framework/utils.py... error: while searching for: import sys def check_dts_python_version() -> None: if sys.version_info.major < 3 or ( error: patch failed: dts/framework/utils.py:5 error: dts/framework/utils.py: patch does not apply Checking patch dts/tests/TestSuite_smoke_tests.py...