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 0E66FA0547; Tue, 3 Aug 2021 17:58:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7805D411EB; Tue, 3 Aug 2021 17:58:27 +0200 (CEST) Received: from mail-oi1-f174.google.com (mail-oi1-f174.google.com [209.85.167.174]) by mails.dpdk.org (Postfix) with ESMTP id 6C8BF411A7 for ; Tue, 3 Aug 2021 17:58:25 +0200 (CEST) Received: by mail-oi1-f174.google.com with SMTP id t128so28735289oig.1 for ; Tue, 03 Aug 2021 08:58:25 -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=R6caipJ8LvNQ1ipbDXJezcPQMgO+ti4hc3Wx04yyxdA=; b=W0A3PbSqsPZ/aS62nBQQH7A7Jebuaudwy/HeGnAACVfH5cPirSpI2G2DkUkXn4Cf4D fFXAsPhl/g4oojxEja3gZnzd3dpfSMXWWjJIAXGgumbudUIIamC8I4OiF+yjpR4y3ZGx 7kltf7GwoHVlqdbY/g3KeIOuSGB28005liCeQ= 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=R6caipJ8LvNQ1ipbDXJezcPQMgO+ti4hc3Wx04yyxdA=; b=XOhs9g42ouo3kQB2dCCAzM3iAY3D+Pe5y/mZnUlwzXUWnv0M5VHu+/2J2F0vFd2Oby zFLJjQcsCrJ++2V8Tj8WxxD1sXi67Xy6NqL5lz0k7PTMLpQIfVqzr4X86kpBbmV9QSRb wIvzqyVKbcz+Na2NGaXlfcnu5xbsW8EB/7Z+awI3MH0/IW/0ygJhiPHG91/So/rgy8UG RC6qm0lDfwE2NoVBPaBmNWka8h2s9iQylrJAdRCWJ0CCes/ECcyPcfURGNrfe53/HsUh pXeZNg2c1Tj3dNWlDYKNZ+xcsjAnYumH6P+XdzIlWqcpJy+T3qBjLqsDnnEE9qRBnN9B RUqA== X-Gm-Message-State: AOAM530GfnYiSAPT8pfbnZwM12B/NPYVdtYBMS2kUmrBQKMgQ40XM9ho yoZKl6REHC73CWN5VT2n6ArNqVfUwyPX+kAR9ASwag== X-Google-Smtp-Source: ABdhPJzL3Oy6BfceBugktKSkukAgMT9MsrmLMPs0OvlCBkz3wtmgjTkDiXWBpMW6AP1LPLmYUMszFkpX1r+TbGidPDE= X-Received: by 2002:aca:ddc4:: with SMTP id u187mr3631735oig.79.1628006304680; Tue, 03 Aug 2021 08:58:24 -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> <20210803183808.04b7af83@sovereign> In-Reply-To: <20210803183808.04b7af83@sovereign> From: Owen Hilyard Date: Tue, 3 Aug 2021 11:57:48 -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" 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 wrote: > 2021-08-03 11:11 (UTC-0400), Owen Hilyard: > > 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): > > 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. > > > 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? > > > > >