automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: tomas.durovec@pantheon.tech, zhoumin@loongson.cn
Subject: |WARNING| pw144645 [PATCH] dts: improve statistics
Date: Mon, 30 Sep 2024 14:36:24 +0800	[thread overview]
Message-ID: <202409300636.48U6aO1r4150576@localhost.localdomain> (raw)
In-Reply-To: <20240928114458.21551-1-tomas.durovec@pantheon.tech>

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

_apply patch failure_

Submitter: Tomáš Ďurovec <tomas.durovec@pantheon.tech>
Date: Sat, 28 Sep 2024 13:44:58 +0200
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: bf0ff8df59c7e32f95c0b542cc4a7918f8a3da84

Apply patch set 144645 failed:

Checking patch dts/framework/runner.py...
Hunk #1 succeeded at 90 (offset 6 lines).
error: while searching for:
        self._logger.info(
            f"Running test run with SUT '{test_run_config.system_under_test_node.name}'."
        )
        test_run_result.add_sut_info(sut_node.node_info)
        try:
            dpdk_location = SETTINGS.dpdk_location or test_run_config.dpdk_config.dpdk_location
            sut_node.set_up_test_run(test_run_config, dpdk_location)
            test_run_result.add_dpdk_build_info(sut_node.get_dpdk_build_info())
            tg_node.set_up_test_run(test_run_config, dpdk_location)
            test_run_result.update_setup(Result.PASS)
        except Exception as e:

error: patch failed: dts/framework/runner.py:421
error: dts/framework/runner.py: patch does not apply
Checking patch dts/framework/test_result.py...
error: while searching for:
variable modify the directory where the files with results will be stored.
"""

import os.path
from collections.abc import MutableSequence
from dataclasses import dataclass
from enum import Enum, auto
from types import FunctionType
from typing import Union

from .config import DPDKBuildInfo, NodeInfo, TestRunConfiguration, TestSuiteConfig
from .exception import DTSError, ErrorSeverity
from .logger import DTSLogger
from .settings import SETTINGS
from .test_suite import TestSuite


@dataclass(slots=True, frozen=True)

error: patch failed: dts/framework/test_result.py:22
error: dts/framework/test_result.py: patch does not apply


       reply	other threads:[~2024-09-30  7:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240928114458.21551-1-tomas.durovec@pantheon.tech>
2024-09-30  6:36 ` qemudev [this message]
2024-09-30  6:56 ` |SUCCESS| " checkpatch
2024-09-30  8:17 ` |WARNING| " dpdklab

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=202409300636.48U6aO1r4150576@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=test-report@dpdk.org \
    --cc=tomas.durovec@pantheon.tech \
    --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).