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 6B74342BCC for ; Mon, 29 May 2023 08:59:55 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5C446410D7 for ; Mon, 29 May 2023 08:59:55 +0200 (CEST) Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) by mails.dpdk.org (Postfix) with ESMTP id C285A410D7 for ; Mon, 29 May 2023 08:59:54 +0200 (CEST) Received: by mail-qt1-f176.google.com with SMTP id d75a77b69052e-3f7f73e90f9so14364871cf.2 for ; Sun, 28 May 2023 23:59:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20221208.gappssmtp.com; s=20221208; t=1685343594; x=1687935594; 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=OUgty3s1x63pECKyi0gy/AlzicRVGWh0tAkhyxmtSu4=; b=BnnjH63Auu0GUZY++Dqc7Z1f58SwPOBB2TglB7Evyycpx/vfaD9NLdYxSpecsvWfeD GRXn7ysVpBbhz6Xzr3VdLtLb/Ux6JhQLCNnSLLfWwjEtIE/1U1aiG7hWhgqfXFF02taV hFiggMGeNyxyEEjg6KLnTBMeqn2kB6F1pB4L6EKiXftVva09Q2l18h/UZk0koNLqFZY7 +c61VtwA2D1ScVf1jPYqBYJ9WphfhG7FAXgR/9MKFu0J6YG5XdDxdpGTM4Z3hTLe4bmn AXt70xGupXI1JtMEv+GIMzLj9kGgEEDI3JduBqM0orcRi38gQj1IFSXiBs7jji7eh5Fa 52xA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685343594; x=1687935594; 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=OUgty3s1x63pECKyi0gy/AlzicRVGWh0tAkhyxmtSu4=; b=MSr7M3Eaa0PNDjrhQoQGT3gTtXAprbtGSPG3Mpdd5u3F41TKhWd4XK/DIqo6OU816+ euDYXmKH1n5D1U05GIWV8NauQIai1XGY8GL3he4QpaT09Wx4Kvvf55d9kEFORLGyp+jD 9+CPq/pxGvY8hUeuZfu6+ZpCBCMN+eZY4PRJIyN/iaPGDpmmT8+H7W2b5ggK4PipIVxD C1FqqwLYNpDBw2DGvm6QRdUvIOboOj5p54PK0VCkVYRSP1Vpp30fa+oDhuSEy07zE+8z W9wkIskCod/Y0qvnuUk7RAfTLisjQrXYRnwP0Z7n12hml91eA62TgW7v8neYxy5JAWzu 0HIw== X-Gm-Message-State: AC+VfDyeoyfGsiB0zycDCa6KkxhWGtZsibSjNBD3eiUOgdEYQBCXbmUl Rjb3hP8QusgtF34vDD5kptlYSKdSJykxK/f4iO4= X-Google-Smtp-Source: ACHHUZ4YyFPeqqfWUaaeM5IcrD5wbTEqlsmazSg5pmRAJu2BaELzQGr87jWOZWr74NTLALQVFnngvg== X-Received: by 2002:ac8:5a4a:0:b0:3e9:243a:c35b with SMTP id o10-20020ac85a4a000000b003e9243ac35bmr9373112qta.51.1685343593908; Sun, 28 May 2023 23:59:53 -0700 (PDT) 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 x7-20020ac81207000000b003f7f66d5a0esm3611403qti.44.2023.05.28.23.59.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 28 May 2023 23:59:53 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw127654 [PATCH 2/2] build: fix warning when running external command Date: Mon, 29 May 2023 02:59:52 -0400 Message-Id: <20230529065952.2106316-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20230529055751.3035712-2-ruifeng.wang@arm.com> References: <20230529055751.3035712-2-ruifeng.wang@arm.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: SUCCESS http://patchwork.dpdk.org/patch/127654/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5109127525