From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Luca Vizzarro <luca.vizzarro@arm.com>, zhoumin@loongson.cn
Subject: |WARNING| pw148019-148026 [PATCH v5 1/8] dts: add pydantic dependency
Date: Thu, 7 Nov 2024 01:44:37 +0800 [thread overview]
Message-ID: <202411061744.4A6Hib6U929975@localhost.localdomain> (raw)
In-Reply-To: <20241106180921.4038458-2-luca.vizzarro@arm.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/148019
_apply patch failure_
Submitter: Luca Vizzarro <luca.vizzarro@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
next parent reply other threads:[~2024-11-06 18:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20241106180921.4038458-2-luca.vizzarro@arm.com>
2024-11-06 17:44 ` qemudev [this message]
2024-11-06 18:13 ` |WARNING| pw148019 " 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=202411061744.4A6Hib6U929975@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).