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 D95CDA0547; Tue, 3 Aug 2021 17:12:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9FD0C411A7; Tue, 3 Aug 2021 17:12:20 +0200 (CEST) Received: from mail-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) by mails.dpdk.org (Postfix) with ESMTP id 066EE40E3C for ; Tue, 3 Aug 2021 17:12:19 +0200 (CEST) Received: by mail-oi1-f178.google.com with SMTP id u25so28498348oiv.5 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=p17sOzHTT+SZvarEBO0xtv/HmKzjVz/DCT33FEAH63P2GymrwL5Gr7koT9uiKDp9oP DfMBpixwieRksvFyLIiRGtLh1/ouRSCV2dZ61TZQahrn9CyVeOfodjQz9d3a8+ezf29t VYWtclkqEfDItfmlAwHvrfOv7ScO9lLJlYKjOYoFNWNt44B8ExycqbY4WedomlpHqrII Ghzqg5uHnivg6qSi/zpuaDiccdqkMf+09yyMA/OapNvBcZR8OuwTv3gTX6XNOtXRFGJd Xi50oRrvaKrCmNvXLgUt7YQ9tz7/+Q6ckExw3cZmdWKuuu+Qt7a/RH75O4iNXCYq5+C2 F5eA== X-Gm-Message-State: AOAM531VZ4yJ4s9VHer1QMeQlNZZ/9OTM4aH/4Q9OJuI8DkWIrH2DmPW nWiDjuz1fVzisKtQU7nN6QcbYkwdu5/zaydSlrOMaA== 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: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [dpdk-ci] [PATCH v12 01/10] eal: add basic threading functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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? >