|WARNING| pw148019-148026 [PATCH v5 1/8] dts: add pydantic dependency

qemudev at loongson.cn qemudev at loongson.cn
Wed Nov 6 18:44:37 CET 2024


Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/148019

_apply patch failure_

Submitter: Luca Vizzarro <luca.vizzarro at arm.com>
Date: Wed,  6 Nov 2024 18:09:13 +0000
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 64f27886b8bf127cd365a8a3ed5c05852a5ae81d

Apply patch set 148019-148026 failed:

Checking patch dts/framework/config/__init__.py...
error: while searching for:
    traffic_generator: TrafficGeneratorConfig


@dataclass(slots=True, frozen=True)
class NodeInfo:
    """Supplemental node information.

    Attributes:
        os_name: The name of the running operating system of
            the :class:`~framework.testbed_model.node.Node`.
        os_version: The version of the running operating system of
            the :class:`~framework.testbed_model.node.Node`.
        kernel_version: The kernel version of the running operating system of
            the :class:`~framework.testbed_model.node.Node`.
    """

    os_name: str
    os_version: str
    kernel_version: str


@dataclass(slots=True, frozen=True)
class DPDKBuildConfiguration:
    """DPDK build configuration.

error: patch failed: dts/framework/config/__init__.py:318
error: dts/framework/config/__init__.py: patch does not apply
Checking patch dts/framework/test_result.py...
error: while searching for:

from framework.testbed_model.capability import Capability

from .config import DPDKBuildInfo, NodeInfo, TestRunConfiguration, TestSuiteConfig
from .exception import DTSError, ErrorSeverity
from .logger import DTSLogger
from .settings import SETTINGS
from .test_suite import TestCase, TestSuite


@dataclass(slots=True, frozen=True)

error: patch failed: dts/framework/test_result.py:30
error: dts/framework/test_result.py: patch does not apply
Checking patch dts/framework/testbed_model/os_session.py...
error: while searching for:
"""
from abc import ABC, abstractmethod
from collections.abc import Iterable
from ipaddress import IPv4Interface, IPv6Interface
from pathlib import Path, PurePath, PurePosixPath
from typing import Union

from framework.config import Architecture, NodeConfiguration, NodeInfo
from framework.logger import DTSLogger
from framework.remote_session import (
    InteractiveRemoteSession,

error: patch failed: dts/framework/testbed_model/os_session.py:24
error: dts/framework/testbed_model/os_session.py: patch does not apply
Checking patch dts/framework/testbed_model/posix_session.py...
error: while searching for:
from collections.abc import Iterable
from pathlib import Path, PurePath, PurePosixPath

from framework.config import Architecture, NodeInfo
from framework.exception import DPDKBuildError, RemoteCommandExecutionError
from framework.settings import SETTINGS
from framework.utils import (

error: patch failed: dts/framework/testbed_model/posix_session.py:15
error: dts/framework/testbed_model/posix_session.py: patch does not apply
Checking patch dts/framework/testbed_model/sut_node.py...
error: while searching for:

import os
import time
from pathlib import PurePath

from framework.config import (
    DPDKBuildConfiguration,
    DPDKBuildInfo,
    DPDKLocation,
    NodeInfo,
    SutNodeConfiguration,
    TestRunConfiguration,
)

error: patch failed: dts/framework/testbed_model/sut_node.py:14
error: dts/framework/testbed_model/sut_node.py: patch does not apply



More information about the test-report mailing list