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 3DEED43923 for ; Mon, 22 Jan 2024 06:19:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1B1C740696 for ; Mon, 22 Jan 2024 06:19:08 +0100 (CET) Received: from mail-oi1-f175.google.com (mail-oi1-f175.google.com [209.85.167.175]) by mails.dpdk.org (Postfix) with ESMTP id F007E40685 for ; Mon, 22 Jan 2024 06:19:06 +0100 (CET) Received: by mail-oi1-f175.google.com with SMTP id 5614622812f47-3bdbddad235so37651b6e.0 for ; Sun, 21 Jan 2024 21:19:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1705900745; x=1706505545; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ggHGznVK20n5OynDeizZ8i9RjMygJ0YXY+YTdlNMj6Q=; b=E8FcCHKgDNLnTZgQHmORBhuPbvygv+vllE3X4r50CR4uoLYd6KB7n0kuTv9MZTIEIf TRzUsVbUz6FjnaBshxMDkxokpy68sD7H7wRu4n9CZAjj6tEFo11EMRbXUgJuBTrynQ1c 4yDNmt0dTqX19i1lXjeJBdJQVRYLbdjuDArj7un3qCrCe5VCpIPurik74AecWMwl7YKq ntmae/ECZXtihbkVaactSdGF4p1t1zuC0KBmPvRkur1z/6eSU1S6o/GY/2cszRMXV4IX w+CChFBpAQCKdX8w1B3ethemToYJA02y5VNQynV2yLSeypip+qKeQ0OBpeQ0hup/zgzV TIWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705900745; x=1706505545; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ggHGznVK20n5OynDeizZ8i9RjMygJ0YXY+YTdlNMj6Q=; b=B7pocAr1tx2f+4ujNK0bJ5yfLNM9pHGfN/XzVX8xrFd8/0FQq0+MiC+Cc2Ek4S+yg9 U5MRNJxWVIdw4ud2zMAJoo2FsVneGuC+5e5rvTR7BLs5mW6B3a/LRL9gt/vxKa7VoZPq SUV6lL+QgtLWc44I6nViEaBuahRdNMKmySPjLtZHIXNWKrByLy5NVmO2J8i3DhOQCXSJ pHneZFyBXLXFtEzYWd33mfSl0ldCzFSOIyG/957I2vUhx7HU5Dn5iQdZuu3r6sNhq1aJ lh8K3CjrPunANR+Wd7ZT8naT1K8iTTspWmJ2VzvqgLYIB2CR4XpUybt4EPkjlqXyOMOa HoBA== X-Gm-Message-State: AOJu0YyouiaBKDY7ceCM2T3K+qAzn76WimKtXhWcyrKf6Wh4GgkORmYi 2n1/Z1ybSHV1eQwkVi8gyx7N7NXEUMacbz7UKnOytBB67qYFgTEte+ZKR3JZXCTYdTOyJoWBlyr w X-Google-Smtp-Source: AGHT+IFcaszoFYB7LQU7Hxv7coQNoxnzD39LCJR9qTf+++heNLhlmXEePIA+bGbBAf3EuX1MGVJHtQ== X-Received: by 2002:a05:6808:1595:b0:3bc:1346:9c38 with SMTP id t21-20020a056808159500b003bc13469c38mr5124508oiw.94.1705900745437; Sun, 21 Jan 2024 21:19:05 -0800 (PST) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-bos-t.redhat.com. [66.187.233.206]) by smtp.gmail.com with ESMTPSA id x13-20020ac8730d000000b004283695a39bsm2174582qto.94.2024.01.21.21.19.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Jan 2024 21:19:05 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: fengchengwen@huawei.com, robot@bytheb.org Subject: |FAILURE| pw136029 [PATCH 12/12] examples/dma: replace getopt with argparse Date: Mon, 22 Jan 2024 00:19:03 -0500 Message-Id: <20240122051903.1996614-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240122035802.31491-13-fengchengwen@huawei.com> References: <20240122035802.31491-13-fengchengwen@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 From: robot@bytheb.org Test-Label: github-robot: build Test-Status: FAILURE http://patchwork.dpdk.org/patch/136029/ _github build: failed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7606453970 Build Logs: -----------------------Summary of failed steps----------------------- "ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test ----------------------End summary of failed steps-------------------- -------------------------------BEGIN LOGS---------------------------- #################################################################################### #### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test #################################################################################### 88/97 DPDK:fast-tests / telemetry_json_autotest OK 0.32 s 89/97 DPDK:fast-tests / thash_autotest OK 0.37 s 90/97 DPDK:fast-tests / threads_autotest OK 0.42 s 91/97 DPDK:fast-tests / ticketlock_autotest OK 0.37 s 92/97 DPDK:fast-tests / timer_autotest OK 2.87 s 93/97 DPDK:fast-tests / trace_autotest OK 0.37 s 94/97 DPDK:fast-tests / trace_autotest_with_traces OK 0.37 s 95/97 DPDK:fast-tests / vdev_autotest OK 0.32 s 96/97 DPDK:fast-tests / version_autotest OK 0.32 s 97/97 DPDK:fast-tests / telemetry_all OK 1.17 s Ok: 90 Expected Fail: 0 Fail: 1 Unexpected Pass: 0 Skipped: 6 Timeout: 0 Full log written to /home/runner/work/dpdk/dpdk/build/meson-logs/testlog.txt + failed=true + catch_coredump + ls /tmp/dpdk-core.*.* + return 0 + [ true != true ] ##[error]Process completed with exit code 1. #################################################################################### #### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test #################################################################################### --------------------------------END LOGS-----------------------------