|WARNING| pw129641-129646 [PATCH v3 1/6] dts: add scapy dependency

qemudev at loongson.cn qemudev at loongson.cn
Wed Jul 19 16:01:24 CEST 2023


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

_apply patch failure_

Submitter: Juraj Linkeš <juraj.linkes at pantheon.tech>
Date: Wed, 19 Jul 2023 16:12:58 +0200
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 238f67ca9cc00be4248b14d9ca4412edb7da62f6

Apply patch set 129641-129646 failed:

Checking patch dts/conf.yaml...
error: while searching for:
    skip_smoke_tests: false # optional flag that allows you to skip smoke tests
    test_suites:
      - hello_world
    system_under_test:
      node_name: "SUT 1"
      vdevs: # optional; if removed, vdevs won't be used in the execution
        - "crypto_openssl"
nodes:
  - name: "SUT 1"
    hostname: sut1.change.me.localhost

error: patch failed: dts/conf.yaml:13
error: dts/conf.yaml: patch does not apply
Checking patch dts/framework/config/__init__.py...
error: while searching for:
        return PortConfig(node=node, **d)


@dataclass(slots=True, frozen=True)
class NodeConfiguration:
    name: str

error: patch failed: dts/framework/config/__init__.py:79
error: dts/framework/config/__init__.py: patch does not apply
Checking patch dts/framework/config/conf_yaml_schema.json...
error: while searching for:
        "amount"
      ]
    },
    "pci_address": {
      "type": "string",
      "pattern": "^[\\da-fA-F]{4}:[\\da-fA-F]{2}:[\\da-fA-F]{2}.\\d:?\\w*$"

error: patch failed: dts/framework/config/conf_yaml_schema.json:164
error: dts/framework/config/conf_yaml_schema.json: patch does not apply
Checking patch dts/framework/dts.py...
Hunk #1 succeeded at 32 (offset -6 lines).
error: while searching for:
    Run the given execution. This involves running the execution setup as well as
    running all build targets in the given execution.
    """
    dts_logger.info(f"Running execution with SUT '{execution.system_under_test.name}'.")
    execution_result = result.add_execution(sut_node.config)
    execution_result.add_sut_info(sut_node.node_info)


error: patch failed: dts/framework/dts.py:87
error: dts/framework/dts.py: patch does not apply
Checking patch dts/framework/testbed_model/sut_node.py...
error: while searching for:
from framework.config import (
    BuildTargetConfiguration,
    BuildTargetInfo,
    NodeConfiguration,
    NodeInfo,
)
from framework.remote_session import CommandResult, InteractiveShellType, OSSession
from framework.settings import SETTINGS

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



More information about the test-report mailing list