<div dir="ltr">Our windows servers are both running 0.57.1, but all of the *nix hosts are running 0.58.1. This issue also happens on 0.57.1 and 0.57.2, with the exact same steps to reproduce. </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 3, 2021 at 11:38 AM 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">2021-08-03 11:11 (UTC-0400), Owen Hilyard:<br>
> It seems like meson encountered an error when building<br>
> <br>
> app/test/meson.build:472:11: ERROR: Index 1 out of bounds of array of size<br>
> > 1.<br>
> ><br>
> > A full log can be found at<br>
> > /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>
> > <br>
> <br>
> I can also reproduce the issue building locally (Meson version: 0.58.1):<br>
<br>
Meson 0.58+ has a known issue on Windows:<br>
<a href="https://github.com/mesonbuild/meson/issues/8981" rel="noreferrer" target="_blank">https://github.com/mesonbuild/meson/issues/8981</a><br>
The last known good version is 0.57.2.<br>
<br>
> 1. Get the DPDK main branch (f12b844b54f4ea7908ecb08ade04c7366ede031d)<br>
> 2. apply all patches<br>
> 3. meson $BUILD_DIR<br>
> <br>
> Meson doesn't really give any extra information aside from that, but<br>
> looking at the build file, it looks like one of the fast_tests has no<br>
> arguments and at least one is expected.<br>
> <br>
> On Mon, Aug 2, 2021 at 5:37 PM Dmitry Kozlyuk <<a href="mailto:dmitry.kozliuk@gmail.com" target="_blank">dmitry.kozliuk@gmail.com</a>><br>
> wrote:<br>
> <br>
> > + <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>
> > <br>
<br>
</blockquote></div>