From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <test-report-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id DAE8942EB9
	for <public@inbox.dpdk.org>; Wed, 19 Jul 2023 16:15:40 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id D3ACA40685;
	Wed, 19 Jul 2023 16:15:40 +0200 (CEST)
Received: from mail.loongson.cn (mail.loongson.cn [114.242.206.163])
 by mails.dpdk.org (Postfix) with ESMTP id 1199640685
 for <test-report@dpdk.org>; Wed, 19 Jul 2023 16:15:38 +0200 (CEST)
Received: from loongson.cn (unknown [10.40.46.153])
 by gateway (Coremail) with SMTP id _____8DxqOoI8Ldk41MHAA--.9307S3;
 Wed, 19 Jul 2023 22:15:37 +0800 (CST)
Received: from localhost.localdomain (unknown [10.40.46.153])
 by localhost.localdomain (Coremail) with SMTP id
 AQAAf8DxJ80H8Ldkzds0AA--.12836S3; 
 Wed, 19 Jul 2023 22:15:35 +0800 (CST)
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
 by localhost.localdomain (8.15.2/8.15.2) with ESMTPS id 36JE1Pqj358819
 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT);
 Wed, 19 Jul 2023 22:01:25 +0800
Received: (from root@localhost)
 by localhost.localdomain (8.15.2/8.15.2/Submit) id 36JE1OGc358818;
 Wed, 19 Jul 2023 22:01:24 +0800
Date: Wed, 19 Jul 2023 22:01:24 +0800
From: qemudev@loongson.cn
Message-Id: <202307191401.36JE1OGc358818@localhost.localdomain>
Content-Type: text/plain; charset="utf-8"
Subject: |WARNING| pw129641-129646 [PATCH v3 1/6] dts: add scapy dependency
In-Reply-To: <20230719141303.33284-2-juraj.linkes@pantheon.tech>
References: <20230719141303.33284-2-juraj.linkes@pantheon.tech>
To: test-report@dpdk.org
Cc: juraj.linkes@pantheon.tech, zhoumin@loongson.cn
X-CM-TRANSID: AQAAf8DxJ80H8Ldkzds0AA--.12836S3
X-CM-SenderInfo: pthp3vthy6z05rqj20fqof0/
X-Coremail-Antispam: 1Uk129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7KY7
 ZEXasCq-sGcSsGvfJ3UbIjqfuFe4nvWSU5nxnvy29KBjDU0xBIdaVrnUUvcSsGvfC2Kfnx
 nUUI43ZEXa7xR_UUUUUUUUU==
X-BeenThere: test-report@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: automatic DPDK test reports <test-report.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/test-report>,
 <mailto:test-report-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/test-report/>
List-Post: <mailto:test-report@dpdk.org>
List-Help: <mailto:test-report-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/test-report>,
 <mailto:test-report-request@dpdk.org?subject=subscribe>
Errors-To: test-report-bounces@dpdk.org

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

_apply patch failure_

Submitter: Juraj Linkeš <juraj.linkes@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