|WARNING| pw143750 [PATCH] dts: add per-test-suite configuration
qemudev at loongson.cn
qemudev at loongson.cn
Fri Sep 6 18:02:21 CEST 2024
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/143750
_apply patch failure_
Submitter: Luca Vizzarro <luca.vizzarro at arm.com>
Date: Fri, 6 Sep 2024 17:13:55 +0100
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 41dd9a6bc2d9c6e20e139ad713cc9d172572dd43
Apply patch set 143750 failed:
Checking patch doc/guides/tools/dts.rst...
Hunk #2 succeeded at 520 (offset -10 lines).
Hunk #3 succeeded at 547 (offset -10 lines).
Checking patch dts/conf.yaml...
Checking patch dts/framework/config/__init__.py...
error: while searching for:
and makes it thread safe should we ever want to move in that direction.
"""
from enum import Enum, auto, unique
from functools import cached_property
from pathlib import Path
from typing import TYPE_CHECKING, Annotated, Any, Literal, NamedTuple, Protocol
import yaml
from pydantic import (
error: patch failed: dts/framework/config/__init__.py:35
error: dts/framework/config/__init__.py: patch does not apply
Checking patch dts/framework/config/conf_yaml_schema.json...
error: while searching for:
"title": "Compiler",
"type": "string"
},
"HugepageConfiguration": {
"additionalProperties": false,
"description": "The hugepage configuration of :class:`~framework.testbed_model.node.Node`\\s.\n\nAttributes:\n number_of: The number of hugepages to allocate.\n force_first_numa: If :data:`True`, the hugepages will be configured on the first NUMA node.",
error: patch failed: dts/framework/config/conf_yaml_schema.json:66
error: dts/framework/config/conf_yaml_schema.json: patch does not apply
Checking patch dts/framework/config/generated.py...
Checking patch dts/framework/config/test_suite.py...
Checking patch dts/framework/runner.py...
error: while searching for:
from types import FunctionType
from typing import Iterable
from framework.testbed_model.sut_node import SutNode
from framework.testbed_model.tg_node import TGNode
from .config import (
BuildTargetConfiguration,
Configuration,
SutNodeConfiguration,
error: patch failed: dts/framework/runner.py:24
error: dts/framework/runner.py: patch does not apply
Checking patch dts/framework/settings.py...
error: while searching for:
from pathlib import Path
from typing import Callable
from pydantic import ValidationError
from .config import TestSuiteConfig
from .exception import ConfigurationError
from .utils import DPDKGitTarball, get_commit_id
error: patch failed: dts/framework/settings.py:85
error: dts/framework/settings.py: patch does not apply
Checking patch dts/framework/test_result.py...
Checking patch dts/framework/test_suite.py...
error: while searching for:
from ipaddress import IPv4Interface, IPv6Interface, ip_interface
from pkgutil import iter_modules
from types import FunctionType, ModuleType
from typing import ClassVar, NamedTuple, Union
from pydantic.alias_generators import to_pascal
from scapy.layers.inet import IP # type: ignore[import-untyped]
error: patch failed: dts/framework/test_suite.py:23
error: dts/framework/test_suite.py: patch does not apply
Checking patch dts/generate-schema.py...
error: dts/generate-schema.py: No such file or directory
Checking patch dts/generate-test-mappings.py...
Checking patch dts/tests/TestSuite_hello_world.py...
Checking patch dts/tests/__init__.py...
More information about the test-report
mailing list