automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Luca Vizzarro <luca.vizzarro@arm.com>, zhoumin@loongson.cn
Subject: |WARNING| pw150798-150804 [RFC PATCH 1/7] dts: add port topology configuration
Date: Mon, 3 Feb 2025 22:47:52 +0800	[thread overview]
Message-ID: <202502031447.513Elqmj839585@localhost.localdomain> (raw)
In-Reply-To: <20250203151613.2436570-2-luca.vizzarro@arm.com>

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

_apply patch failure_

Submitter: Luca Vizzarro <luca.vizzarro@arm.com>
Date: Mon,  3 Feb 2025 15:16:06 +0000
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: dc4ce7c2538b713e16887eb598da309bc7b4d528

Apply patch set 150798-150804 failed:

Checking patch dts/framework/config/__init__.py...
Hunk #1 succeeded at 547 (offset 427 lines).
Checking patch dts/framework/config/node.py...
error: dts/framework/config/node.py: No such file or directory
Checking patch dts/framework/config/test_run.py...
error: dts/framework/config/test_run.py: No such file or directory
Checking patch dts/framework/runner.py...
Hunk #1 succeeded at 50 (offset -4 lines).
Hunk #2 succeeded at 335 (offset 4 lines).
Hunk #3 succeeded at 372 (offset 5 lines).
Hunk #4 succeeded at 392 (offset 5 lines).
Checking patch dts/framework/test_result.py...
error: while searching for:
from dataclasses import asdict, dataclass, field
from enum import Enum, auto
from pathlib import Path
from typing import Any, Callable, TypedDict

from framework.testbed_model.capability import Capability

from .config.test_run import TestRunConfiguration, TestSuiteConfig

error: patch failed: dts/framework/test_result.py:28
error: dts/framework/test_result.py: patch does not apply
Checking patch dts/framework/testbed_model/capability.py...
error: while searching for:
                the test suite's.
        """
        if inspect.isclass(test_case_or_suite):
            if self.topology_type is not TopologyType.default:
                self.add_to_required(test_case_or_suite)
                for test_case in test_case_or_suite.get_test_cases():
                    if test_case.topology_type.topology_type is TopologyType.default:
                        # test case topology has not been set, use the one set by the test suite
                        self.add_to_required(test_case)
                    elif test_case.topology_type > test_case_or_suite.topology_type:

error: patch failed: dts/framework/testbed_model/capability.py:362
error: dts/framework/testbed_model/capability.py: patch does not apply
Checking patch dts/framework/testbed_model/node.py...
error: while searching for:
"""

from abc import ABC

from framework.config.node import (
    OS,

error: patch failed: dts/framework/testbed_model/node.py:14
error: dts/framework/testbed_model/node.py: patch does not apply
Checking patch dts/framework/testbed_model/port.py...
error: while searching for:
from framework.config.node import PortConfig


@dataclass(slots=True, frozen=True)
class PortIdentifier:
    """The port identifier.

    Attributes:
        node: The node where the port resides.
        pci: The PCI address of the port on `node`.
    """

    node: str
    pci: str


@dataclass(slots=True)
class Port:
    """Physical port on a node.

error: patch failed: dts/framework/testbed_model/port.py:13
error: dts/framework/testbed_model/port.py: patch does not apply
Checking patch dts/framework/testbed_model/sut_node.py...
Hunk #1 succeeded at 499 (offset -16 lines).
Checking patch dts/framework/testbed_model/topology.py...
error: while searching for:
The link information then implies what type of topology is available.
"""

from dataclasses import dataclass
from os import environ
from typing import TYPE_CHECKING, Iterable

if TYPE_CHECKING or environ.get("DTS_DOC_BUILD"):
    from enum import Enum as NoAliasEnum
else:
    from aenum import NoAliasEnum

from framework.config.node import PortConfig
from framework.exception import ConfigurationError

error: patch failed: dts/framework/testbed_model/topology.py:7
error: dts/framework/testbed_model/topology.py: patch does not apply
Checking patch dts/framework/utils.py...
Checking patch dts/nodes.example.yaml...
error: dts/nodes.example.yaml: No such file or directory
Checking patch dts/test_runs.example.yaml...
error: dts/test_runs.example.yaml: No such file or directory


       reply	other threads:[~2025-02-03 15:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250203151613.2436570-2-luca.vizzarro@arm.com>
2025-02-03 14:47 ` qemudev [this message]
2025-02-03 15:17 ` |WARNING| pw150798 " 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=202502031447.513Elqmj839585@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).