Re: [dpdk-dev] [dpdk-ci] [PATCH v12 01/10] eal: add basic threading functions
From: Owen Hilyard <hidden>
Date: 2021-08-03 15:58:28
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. On Tue, Aug 3, 2021 at 11:38 AM Dmitry Kozlyuk [off-list ref] wrote:
2021-08-03 11:11 (UTC-0400), Owen Hilyard:quoted
It seems like meson encountered an error when building app/test/meson.build:472:11: ERROR: Index 1 out of bounds of array ofsizequoted
quoted
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.txtquoted
quoted
ninja: error: loading 'build.ninja': No such file or directoryI can also reproduce the issue building locally (Meson version: 0.58.1):Meson 0.58+ has a known issue on Windows: https://github.com/mesonbuild/meson/issues/8981 The last known good version is 0.57.2.quoted
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 [off-list ref] wrote:quoted
+ ci@dpdk.org 2021-08-02 14:08 (UTC-0700), Narcisa Ana Maria Vasile:quoted
On Mon, Aug 02, 2021 at 10:32:17AM -0700, Narcisa Ana Maria Vasilewrote:quoted
quoted
quoted
quoted
From: Narcisa Vasile <redacted> 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 <redacted> --- lib/eal/common/meson.build | 1 + lib/eal/{unix => common}/rte_thread.c | 57++++++++++++++++-----------quoted
quoted
quoted
quoted
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.buildb/lib/eal/common/meson.buildquoted
quoted
quoted
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?