<div dir="ltr">It seems like meson encountered an error when building<div><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">app/test/meson.build:472:11: ERROR: Index 1 out of bounds of array of size 1.<br><br>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<br>ninja: error: loading 'build.ninja': No such file or directory<br></blockquote><div><br></div><div>I can also reproduce the issue building locally (Meson version: 0.58.1):</div><div>1. Get the DPDK main branch (f12b844b54f4ea7908ecb08ade04c7366ede031d)</div></div><div>2. apply all patches<br>3. meson $BUILD_DIR</div><div><br></div><div>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.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 2, 2021 at 5:37 PM Dmitry Kozlyuk <<a href="mailto:dmitry.kozliuk@gmail.com">dmitry.kozliuk@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">+ <a href="mailto:ci@dpdk.org" target="_blank">ci@dpdk.org</a><br>
<br>
2021-08-02 14:08 (UTC-0700), Narcisa Ana Maria Vasile:<br>
> On Mon, Aug 02, 2021 at 10:32:17AM -0700, Narcisa Ana Maria Vasile wrote:<br>
> > From: Narcisa Vasile <<a href="mailto:navasile@microsoft.com" target="_blank">navasile@microsoft.com</a>><br>
> > <br>
> > Use a portable, type-safe representation for the thread identifier.<br>
> > Add functions for comparing thread ids and obtaining the thread id<br>
> > for the current thread.<br>
> > <br>
> > Signed-off-by: Narcisa Vasile <<a href="mailto:navasile@microsoft.com" target="_blank">navasile@microsoft.com</a>><br>
> > ---<br>
> >  lib/eal/common/meson.build            |  1 +<br>
> >  lib/eal/{unix => common}/rte_thread.c | 57 ++++++++++++++++-----------<br>
> >  lib/eal/include/rte_thread.h          | 48 +++++++++++++++++-----<br>
> >  lib/eal/unix/meson.build              |  1 -<br>
> >  lib/eal/version.map                   |  3 ++<br>
> >  lib/eal/windows/rte_thread.c          | 17 ++++++++<br>
> >  6 files changed, 95 insertions(+), 32 deletions(-)<br>
> >  rename lib/eal/{unix => common}/rte_thread.c (66%)<br>
> > <br>
> > diff --git a/lib/eal/common/meson.build b/lib/eal/common/meson.build  <br>
> <br>
> Hello, <br>
> <br>
> I see the following error on this patch:<br>
> <br>
> ninja: error: loading 'build.ninja': No such file or directory<br>
> <br>
> <a href="https://lab.dpdk.org/results/dashboard/patchsets/18090/" rel="noreferrer" target="_blank">https://lab.dpdk.org/results/dashboard/patchsets/18090/</a><br>
> <br>
> Locally, the build succeedes.<br>
> How can I see more information about this build error?<br>
</blockquote></div>