* |WARNING| pw148019-148026 [PATCH v5 1/8] dts: add pydantic dependency
[not found] <20241106180921.4038458-2-luca.vizzarro@arm.com>
@ 2024-11-06 17:44 ` qemudev
2024-11-06 18:13 ` |WARNING| pw148019 " checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2024-11-06 17:44 UTC (permalink / raw)
To: test-report; +Cc: Luca Vizzarro, zhoumin
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* |WARNING| pw148019 [PATCH v5 1/8] dts: add pydantic dependency
[not found] <20241106180921.4038458-2-luca.vizzarro@arm.com>
2024-11-06 17:44 ` |WARNING| pw148019-148026 [PATCH v5 1/8] dts: add pydantic dependency qemudev
@ 2024-11-06 18:13 ` checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-11-06 18:13 UTC (permalink / raw)
To: test-report; +Cc: Luca Vizzarro
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/148019
_coding style issues_
WARNING:TYPO_SPELLING: 'afe' may be misspelled - perhaps 'safe'?
#151: FILE: dts/poetry.lock:822:
+ {file = "pydantic_core-2.23.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4a7cd62e831afe623fbb7aabbb4fe583212115b3ef38a9f6b71869ba644624a2"},
WARNING:TYPO_SPELLING: 'afe' may be misspelled - perhaps 'safe'?
#153: FILE: dts/poetry.lock:824:
+ {file = "pydantic_core-2.23.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e38e63e6f3d1cec5a27e0afe90a085af8b6806ee208b33030e65b6516353f1a3"},
WARNING:TYPO_SPELLING: 'afe' may be misspelled - perhaps 'safe'?
#226: FILE: dts/poetry.lock:897:
+ {file = "pydantic_core-2.23.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:883a91b5dd7d26492ff2f04f40fbb652de40fcc0afe07e8129e8ae779c2110eb"},
WARNING:TYPO_SPELLING: 'ede' may be misspelled - perhaps 'edge'?
#232: FILE: dts/poetry.lock:903:
+ {file = "pydantic_core-2.23.4-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:aea443fffa9fbe3af1a9ba721a87f926fe548d32cab71d188a6ede77d0ff244e"},
WARNING:TYPO_SPELLING: 'afe' may be misspelled - perhaps 'safe'?
#254: FILE: dts/poetry.lock:1036:
+ {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"},
total: 0 errors, 5 warnings, 234 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread