From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A63F242E9B for ; Mon, 17 Jul 2023 13:09:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1EF7410D7; Mon, 17 Jul 2023 13:09:53 +0200 (CEST) Received: from mail.loongson.cn (mail.loongson.cn [114.242.206.163]) by mails.dpdk.org (Postfix) with ESMTP id 11C9A410D7 for ; Mon, 17 Jul 2023 13:09:51 +0200 (CEST) Received: from loongson.cn (unknown [10.40.46.153]) by gateway (Coremail) with SMTP id _____8DxqOp+IbVkQekFAA--.6167S3; Mon, 17 Jul 2023 19:09:50 +0800 (CST) Received: from localhost.localdomain (unknown [10.40.46.153]) by localhost.localdomain (Coremail) with SMTP id AQAAf8Cx7yN9IbVkkWQxAA--.31010S3; Mon, 17 Jul 2023 19:09:49 +0800 (CST) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.15.2/8.15.2) with ESMTPS id 36HAtYw13704940 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Mon, 17 Jul 2023 18:55:39 +0800 Received: (from root@localhost) by localhost.localdomain (8.15.2/8.15.2/Submit) id 36HAtWq23704939; Mon, 17 Jul 2023 18:55:32 +0800 Date: Mon, 17 Jul 2023 18:55:32 +0800 From: qemudev@loongson.cn Message-Id: <202307171055.36HAtWq23704939@localhost.localdomain> Content-Type: text/plain; charset="utf-8" Subject: |WARNING| pw129572-129577 [PATCH v2 1/6] dts: add scapy dependency In-Reply-To: <20230717110709.39220-2-juraj.linkes@pantheon.tech> References: <20230717110709.39220-2-juraj.linkes@pantheon.tech> To: test-report@dpdk.org Cc: juraj.linkes@pantheon.tech, zhoumin@loongson.cn X-CM-TRANSID: AQAAf8Cx7yN9IbVkkWQxAA--.31010S3 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: loongarch-compilation Test-Status: WARNING http://dpdk.org/patch/129572 _apply patch failure_ Submitter: Juraj Linkeš 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