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 BB4E8A0A0C for ; Tue, 3 Aug 2021 17:12:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B25F3411F3; Tue, 3 Aug 2021 17:12:21 +0200 (CEST) Received: from mail-oi1-f173.google.com (mail-oi1-f173.google.com [209.85.167.173]) by mails.dpdk.org (Postfix) with ESMTP id 117DC411A7 for ; Tue, 3 Aug 2021 17:12:19 +0200 (CEST) Received: by mail-oi1-f173.google.com with SMTP id t128so28566503oig.1 for ; Tue, 03 Aug 2021 08:12:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=jXff2cEnvXFSnVpLUsu1gMucBMraEh6Nm9hMysBiz8w=; b=ESy+2wMZvbxondFnp4oHNe9X07/CIpPOuWITurdF/j/D53uTXCz+9aKRpXrQ3wUZS2 LLzDDEHVgsTA6f8MYhawltl5ZwBTiZ2QMa8Ca7BoYZ4by++XV1e+PdI54Gmfj7rLTu46 2OayZfWU/6S+NjmmMCIYcg0XGoqhxrsSTYpFQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=jXff2cEnvXFSnVpLUsu1gMucBMraEh6Nm9hMysBiz8w=; b=RJtE5JwIEY5cVcjLx7a5cxMIXos10blIVzGXYT8ZBs+ApGhI8zEoz0os/7GbSfGtdd UL1qlq0YqjDwVBdb90LswsoQrkfDEM+VBbrczcrdG6k8WCZtbLVNvUvHbpDqWENU2v+I CdQLrFgMus0jrNpZYdN6LRjjPLHmRG1b5T1zN4eHFUsbZ7VMbK7Zn/1VUL6RtclUJCK8 Amjk5+fRQUq8tOnHmcydm5i9M+3nQUQqg0+bY9wpSvW+eIZUdg4tcC4qwx1IpXDMuUmL QSQE2Th4cIFCEJqizvKma2GBuW2LvNZz6G/k7a5FlgF67O7DY5fF+gfmYcbDhCUEHKcJ t7qQ== X-Gm-Message-State: AOAM533mt3bfCKRwFDfHJ4vGay2GrbFWWc8U5hI6LREumxW4KGk1HED0 u3/WW+CCZxbbBi016aiIbb+ClX9CKueHep4nDN/cqA== X-Google-Smtp-Source: ABdhPJxpMqG5+J0y/SqM1bZ4DPnQ2KQ2zqw0FsD6N0W9F738tQj0BudEcz87viUMKBnHr5DodsIyRAFp5bHnzaE6ZuM= X-Received: by 2002:a05:6808:317:: with SMTP id i23mr3311174oie.69.1628003538427; Tue, 03 Aug 2021 08:12:18 -0700 (PDT) MIME-Version: 1.0 References: <1627684312-28630-1-git-send-email-navasile@linux.microsoft.com> <1627925546-29982-1-git-send-email-navasile@linux.microsoft.com> <1627925546-29982-2-git-send-email-navasile@linux.microsoft.com> <20210802210811.GA29249@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> <20210803003728.2d30a926@sovereign> In-Reply-To: <20210803003728.2d30a926@sovereign> From: Owen Hilyard Date: Tue, 3 Aug 2021 11:11:42 -0400 Message-ID: To: Dmitry Kozlyuk Cc: Narcisa Ana Maria Vasile , dev , Thomas Monjalon , Khoa To , navasile@microsoft.com, Dmitry Malloy , Tyler Retzlaff , talshn@nvidia.com, Omar Cardona , "Richardson, Bruce" , David Marchand , pallavi.kadam@intel.com, ci@dpdk.org Content-Type: multipart/alternative; boundary="00000000000099f6ae05c8a91c36" Subject: Re: [dpdk-ci] [dpdk-dev] [PATCH v12 01/10] eal: add basic threading functions 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 Sender: "ci" --00000000000099f6ae05c8a91c36 Content-Type: text/plain; charset="UTF-8" It seems like meson encountered an error when building app/test/meson.build:472:11: ERROR: Index 1 out of bounds of array of size > 1. > > A full log can be found at > /home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set/dpdk/build/meson-logs/meson-log.txt > ninja: error: loading 'build.ninja': No such file or directory > I can also reproduce the issue building locally (Meson version: 0.58.1): 1. Get the DPDK main branch (f12b844b54f4ea7908ecb08ade04c7366ede031d) 2. apply all patches 3. meson $BUILD_DIR Meson doesn't really give any extra information aside from that, but looking at the build file, it looks like one of the fast_tests has no arguments and at least one is expected. On Mon, Aug 2, 2021 at 5:37 PM Dmitry Kozlyuk wrote: > + ci@dpdk.org > > 2021-08-02 14:08 (UTC-0700), Narcisa Ana Maria Vasile: > > On Mon, Aug 02, 2021 at 10:32:17AM -0700, Narcisa Ana Maria Vasile wrote: > > > From: Narcisa Vasile > > > > > > Use a portable, type-safe representation for the thread identifier. > > > Add functions for comparing thread ids and obtaining the thread id > > > for the current thread. > > > > > > Signed-off-by: Narcisa Vasile > > > --- > > > lib/eal/common/meson.build | 1 + > > > lib/eal/{unix => common}/rte_thread.c | 57 ++++++++++++++++----------- > > > lib/eal/include/rte_thread.h | 48 +++++++++++++++++----- > > > lib/eal/unix/meson.build | 1 - > > > lib/eal/version.map | 3 ++ > > > lib/eal/windows/rte_thread.c | 17 ++++++++ > > > 6 files changed, 95 insertions(+), 32 deletions(-) > > > rename lib/eal/{unix => common}/rte_thread.c (66%) > > > > > > diff --git a/lib/eal/common/meson.build b/lib/eal/common/meson.build > > > > Hello, > > > > I see the following error on this patch: > > > > ninja: error: loading 'build.ninja': No such file or directory > > > > https://lab.dpdk.org/results/dashboard/patchsets/18090/ > > > > Locally, the build succeedes. > > How can I see more information about this build error? > --00000000000099f6ae05c8a91c36 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
It seems like meson encountered an error when building
app/test/meson.build= :472:11: ERROR: Index 1 out of bounds of array of size 1.

A full log= can be found at /home-local/jenkins-local/jenkins-agent/workspace/Apply-Cu= stom-Patch-Set/dpdk/build/meson-logs/meson-log.txt
ninja: error: loading= 'build.ninja': No such file or directory

=
I can also reproduce the issue building locally (Meson version: = 0.58.1):
1. Get the DPDK main branch (f12b844b54f4ea7908ecb08ade0= 4c7366ede031d)
2. apply all patches
3. meson $BUILD_DIR<= /div>

Meson doesn't really give any extra informatio= n aside from that, but looking at the build file, it looks like one of the = fast_tests has no arguments and at least one is expected.

On Mon, Aug = 2, 2021 at 5:37 PM Dmitry Kozlyuk <dmitry.kozliuk@gmail.com> wrote:
+ ci@dpdk.org

2021-08-02 14:08 (UTC-0700), Narcisa Ana Maria Vasile:
> On Mon, Aug 02, 2021 at 10:32:17AM -0700, Narcisa Ana Maria Vasile wro= te:
> > From: Narcisa Vasile <navasile@microsoft.com>
> >
> > Use a portable, type-safe representation for the thread identifie= r.
> > Add functions for comparing thread ids and obtaining the thread i= d
> > for the current thread.
> >
> > Signed-off-by: Narcisa Vasile <navasile@microsoft.com>
> > ---
> >=C2=A0 lib/eal/common/meson.build=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 |=C2=A0 1 +
> >=C2=A0 lib/eal/{unix =3D> common}/rte_thread.c | 57 +++++++++++= +++++-----------
> >=C2=A0 lib/eal/include/rte_thread.h=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 | 48 +++++++++++++++++-----
> >=C2=A0 lib/eal/unix/meson.build=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 |=C2=A0 1 -
> >=C2=A0 lib/eal/version.map=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 3 ++
> >=C2=A0 lib/eal/windows/rte_thread.c=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 | 17 ++++++++
> >=C2=A0 6 files changed, 95 insertions(+), 32 deletions(-)
> >=C2=A0 rename lib/eal/{unix =3D> common}/rte_thread.c (66%)
> >
> > diff --git a/lib/eal/common/meson.build b/lib/eal/common/meson.bu= ild=C2=A0
>
> Hello,
>
> I see the following error on this patch:
>
> ninja: error: loading 'build.ninja': No such file or directory=
>
> https://lab.dpdk.org/results/dashboard/p= atchsets/18090/
>
> Locally, the build succeedes.
> How can I see more information about this build error?
--00000000000099f6ae05c8a91c36--