automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Luca Vizzarro <luca.vizzarro@arm.com>, zhoumin@loongson.cn
Subject: |WARNING| pw147550-147557 [PATCH v4 1/8] dts: add pydantic dependency
Date: Tue, 29 Oct 2024 01:20:45 +0800	[thread overview]
Message-ID: <202410281720.49SHKjLG3854609@localhost.localdomain> (raw)
In-Reply-To: <20241028174949.3283701-2-luca.vizzarro@arm.com>

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

_apply patch failure_

Submitter: Luca Vizzarro <luca.vizzarro@arm.com>
Date: Mon, 28 Oct 2024 17:49:41 +0000
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 6dad0bb5c8621644beca86ff5f4910a943ba604d

Apply patch set 147550-147557 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


       reply	other threads:[~2024-10-28 17:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20241028174949.3283701-2-luca.vizzarro@arm.com>
2024-10-28 17:20 ` qemudev [this message]
2024-10-28 17:53 ` |WARNING| pw147550 " checkpatch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202410281720.49SHKjLG3854609@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=luca.vizzarro@arm.com \
    --cc=test-report@dpdk.org \
    --cc=zhoumin@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).