From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: jspewock@iol.unh.edu, zhoumin@loongson.cn
Subject: |WARNING| pw129505-129506 [PATCH v5 1/2] dts: add smoke tests
Date: Thu, 13 Jul 2023 03:07:25 +0800 [thread overview]
Message-ID: <202307121907.36CJ7PFw2426494@localhost.localdomain> (raw)
In-Reply-To: <20230712192005.2045-5-jspewock@iol.unh.edu>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/129505
_apply patch failure_
Submitter: Jeremy Spewock <jspewock@iol.unh.edu>
Date: Wed, 12 Jul 2023 15:18:01 -0400
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 655eb37b18b1b0dc4d106acdf0dfedde01cfb224
Apply patch set 129505-129506 failed:
Checking patch dts/conf.yaml...
Checking patch dts/framework/config/__init__.py...
error: while searching for:
import pathlib
from dataclasses import dataclass
from enum import Enum, auto, unique
from typing import Any, TypedDict
import warlock # type: ignore
error: patch failed: dts/framework/config/__init__.py:12
error: dts/framework/config/__init__.py: patch does not apply
Checking patch dts/framework/config/conf_yaml_schema.json...
Checking patch dts/framework/dts.py...
Checking patch dts/framework/exception.py...
Hunk #2 succeeded at 151 (offset 6 lines).
Checking patch dts/framework/remote_session/__init__.py...
Checking patch dts/framework/remote_session/os_session.py...
error: while searching for:
from abc import ABC, abstractmethod
from collections.abc import Iterable
from pathlib import PurePath
from framework.config import Architecture, NodeConfiguration
from framework.logger import DTSLOG
from framework.settings import SETTINGS
from framework.testbed_model import LogicalCore
from framework.utils import EnvVarsDict, MesonArgs
from .remote import CommandResult, RemoteSession, create_remote_session
class OSSession(ABC):
error: patch failed: dts/framework/remote_session/os_session.py:5
error: dts/framework/remote_session/os_session.py: patch does not apply
Checking patch dts/framework/remote_session/posix_session.py...
error: while searching for:
from collections.abc import Iterable
from pathlib import PurePath, PurePosixPath
from framework.config import Architecture
from framework.exception import DPDKBuildError, RemoteCommandExecutionError
from framework.settings import SETTINGS
from framework.utils import EnvVarsDict, MesonArgs
error: patch failed: dts/framework/remote_session/posix_session.py:6
error: dts/framework/remote_session/posix_session.py: patch does not apply
Checking patch dts/framework/remote_session/remote/__init__.py...
Checking patch dts/framework/remote_session/remote/interactive_remote_session.py...
Checking patch dts/framework/remote_session/remote/interactive_shell.py...
Checking patch dts/framework/remote_session/remote/testpmd_shell.py...
Checking patch dts/framework/test_result.py...
Checking patch dts/framework/test_suite.py...
Checking patch dts/framework/testbed_model/node.py...
Checking patch dts/framework/testbed_model/sut_node.py...
error: while searching for:
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2010-2014 Intel Corporation
# Copyright(c) 2023 PANTHEON.tech s.r.o.
import os
import tarfile
import time
from pathlib import PurePath
from framework.config import BuildTargetConfiguration, NodeConfiguration
from framework.remote_session import CommandResult, OSSession
from framework.settings import SETTINGS
from framework.utils import EnvVarsDict, MesonArgs
error: patch failed: dts/framework/testbed_model/sut_node.py:1
error: dts/framework/testbed_model/sut_node.py: patch does not apply
Checking patch dts/framework/utils.py...
error: while searching for:
import sys
def check_dts_python_version() -> None:
if sys.version_info.major < 3 or (
error: patch failed: dts/framework/utils.py:5
error: dts/framework/utils.py: patch does not apply
Checking patch dts/tests/TestSuite_smoke_tests.py...
next parent reply other threads:[~2023-07-12 19:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230712192005.2045-5-jspewock@iol.unh.edu>
2023-07-12 19:07 ` qemudev [this message]
2023-07-12 19:22 ` |SUCCESS| pw129505 " 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=202307121907.36CJ7PFw2426494@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=jspewock@iol.unh.edu \
--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).