|WARNING| pw129572-129577 [PATCH v2 1/6] dts: add scapy dependency
qemudev at loongson.cn
qemudev at loongson.cn
Mon Jul 17 12:55:32 CEST 2023
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/129572
_apply patch failure_
Submitter: Juraj Linkeš <juraj.linkes at pantheon.tech>
Date: Mon, 17 Jul 2023 13:07:04 +0200
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 655eb37b18b1b0dc4d106acdf0dfedde01cfb224
Apply patch set 129572-129577 failed:
Checking patch dts/conf.yaml...
error: while searching for:
skip_smoke_tests: false # optional flag that allow 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:
from dataclasses import dataclass
from enum import Enum, auto, unique
from pathlib import PurePath
from typing import Any, TypedDict
import warlock # type: ignore
import yaml
error: patch failed: dts/framework/config/__init__.py:13
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, sut_node.node_info)
try:
error: patch failed: dts/framework/dts.py:87
error: dts/framework/dts.py: patch does not apply
Checking patch dts/framework/testbed_model/node.py...
Hunk #1 succeeded at 47 (offset -1 lines).
Hunk #2 succeeded at 57 (offset -1 lines).
Checking patch dts/framework/testbed_model/sut_node.py...
error: while searching for:
BuildTargetConfiguration,
BuildTargetInfo,
InteractiveApp,
NodeConfiguration,
NodeInfo,
)
from framework.remote_session import (
CommandResult,
error: patch failed: dts/framework/testbed_model/sut_node.py:13
error: dts/framework/testbed_model/sut_node.py: patch does not apply
More information about the test-report
mailing list