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 110E9430A1; Sat, 19 Aug 2023 01:26:55 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 023D24323A; Sat, 19 Aug 2023 01:26:55 +0200 (CEST) Received: from mail-oa1-f50.google.com (mail-oa1-f50.google.com [209.85.160.50]) by mails.dpdk.org (Postfix) with ESMTP id 1C519410D7 for ; Sat, 19 Aug 2023 01:26:53 +0200 (CEST) Received: by mail-oa1-f50.google.com with SMTP id 586e51a60fabf-1c0fff40ec6so812615fac.2 for ; Fri, 18 Aug 2023 16:26:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1692401212; x=1693006012; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=njhwACLHlNkifoIxmbp+aqW7s2Ual17IwU5MC0Pr1vA=; b=L/c3W4m7V9FyTgfz5psiZdkvxaRcnFtRAJzzomJeS6m+aINNruuuQmqgVBrKDHp/Jb hmIKCOwoAWWuPDKkMEvzZDXnwzr7vYfXa08MYQeFt4lnRsq50FJiYQuUZEnUz9L3iWwn JbhEEqTEl8SzNOfr2aGV8W8oS4XtHm58YikgA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692401212; x=1693006012; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=njhwACLHlNkifoIxmbp+aqW7s2Ual17IwU5MC0Pr1vA=; b=Xasv+r/1fsxF6RJQGj4r8qNdyxnImDZGyCvClDlZkdpB/tyJmDW2VJUy7/K3Kcb3Tp 82QlQvyn3khpSUDH+Qe1fsGkfv53gQNN7rocLTuX5XsyotnuFZ3nsJUH0LJ3y2b6nJXZ 9UB80NKXzoHgoBKXyeCcej+yaiBVPaVoq0tIrX3qIxRFiGLBaHXmtfdx3SXEdO1jDGDy 1E/D6pedgcoxIXzx+D3zwn/UMBpBmU7Ag3gPBL7DLaR0y4ndZxNrr6ex1fO0oAeyQJkr wvL6L2M3cFRBHd0RYx1nVFfYGxQoYQu6Bobdq1YCseiiRp14wFFkEz1Zzrk2mMfHgh0U esxA== X-Gm-Message-State: AOJu0YwaOae44P8DQXwY1T1YAaPAixUqlwNR16LWJLxk63EpYmuVzLql nMCU60x9aFAsnZElOyxMEznNlUE0DjmCZTMclQ8laQ== X-Google-Smtp-Source: AGHT+IGAHUJ63Gtk0knGCjE8u+VsVsnK380FyfMlYm7x++hrjl+dCk/Jw4/tEls5wTFudAiuSpuFLwVq5GKg/o0ZFrM= X-Received: by 2002:a05:6870:658f:b0:1c3:c43c:f740 with SMTP id fp15-20020a056870658f00b001c3c43cf740mr923733oab.15.1692401212268; Fri, 18 Aug 2023 16:26:52 -0700 (PDT) MIME-Version: 1.0 References: <20230721115125.55137-1-bruce.richardson@intel.com> <20230815151053.996469-1-bruce.richardson@intel.com> <20230815151053.996469-5-bruce.richardson@intel.com> In-Reply-To: From: Patrick Robb Date: Fri, 18 Aug 2023 19:26:41 -0400 Message-ID: Subject: Re: [PATCH v5 04/10] app/test: build using per-file dependency matrix To: David Marchand Cc: Bruce Richardson , dev@dpdk.org, ci@dpdk.org, =?UTF-8?Q?Morten_Br=C3=B8rup?= , Honnappa Nagarahalli , "Ruifeng Wang (Arm Technology China)" , Thomas Monjalon , Aaron Conole , Ferruh Yigit Content-Type: multipart/alternative; boundary="0000000000001334d606033add6d" X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org --0000000000001334d606033add6d Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, Aug 18, 2023 at 6:33=E2=80=AFPM Patrick Robb wr= ote: > > For your patch, it looks like there are actually more eal flags test > failures: > http://mails.dpdk.org/archives/test-report/2023-August/444170.html. In > any case, for debugging purposes, I will do a run with > the eal_flags_file_prefix_autotest also included and send you the meson > test detail log on slack. > > Quick follow up - I see with your patch it does pass on eal_flags_file_prefix_autotest, but as stated fails some others now. The detailed slack logs are DM'ed to you on slack. Thanks! --0000000000001334d606033add6d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

On Fri, Aug 18, 2023 at 6:33=E2=80=AFPM P= atrick Robb <probb@iol.unh.edu&= gt; wrote:

For your patch, it looks like there are actual= ly more eal flags test failures:=C2=A0http://mails.dp= dk.org/archives/test-report/2023-August/444170.html. In any case, for d= ebugging purposes, I will do a run with the=C2=A0eal_flags_file_prefix_auto= test also included and send you the meson test detail log on slack.=C2=A0

Quick follow up - I see with your patch it does pas= s on eal_flags_file_prefix_autotest, but as stated fails some others now. T= he detailed slack logs are DM'ed=C2=A0to you on slack. Thanks!
--0000000000001334d606033add6d--