From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DDB30A04DD for ; Tue, 20 Oct 2020 18:02:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C583BACD9; Tue, 20 Oct 2020 18:02:47 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id D93F6ACD6 for ; Tue, 20 Oct 2020 18:02:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603209763; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=th+w1vYwq55Cuj2KvhA5lxdbo+1yjeMUA7nyuokynP4=; b=XO1Ryys/t4FZi8jswQiOL6jgaaAuoCzOuYZC++SRChc6M9sa2T8ImUzSzkDAfJsbgHzq7v Yl3uOcQZC2qB8WTyjQA58hvLlW+NUFneLACAKMCtFk09G975XqcSd270DcmEH2gnkkWsyt SwFZEunKZl0rXWVaIlxNKkplPf7RslQ= Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-474-9p818JLPMciLnYuIOz5GOg-1; Tue, 20 Oct 2020 12:02:40 -0400 X-MC-Unique: 9p818JLPMciLnYuIOz5GOg-1 Received: by mail-vs1-f72.google.com with SMTP id h5so826902vsr.6 for ; Tue, 20 Oct 2020 09:02:40 -0700 (PDT) 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=th+w1vYwq55Cuj2KvhA5lxdbo+1yjeMUA7nyuokynP4=; b=Xy3O4oiJJHGLmKhAv/I6t93zNdPy3ZDEMxa22Lw9Phc6ft+4/nVK1vYNUayLEOuwqt 6SirUyvFgIV4EvvmK7mXwmqtujMk9vLXlO+fsDEtPvgZoM01PsLdQIVrDKOxM2bV29hG mjePt4mQN6QBde9aYn51YZdq4f73rmKajBqm0XQGHz6YCbCjjyinf4CgJWO23ilHwBim JAsUzaT2ntU2+N6KuOYPPkmX74U019wCZUqTJOmjmKP1Urqs0R9SQ2ATtGjDLHCbCPfb 07WegfjNhMa4kJEJ3T/JI9aDDJve9TbV6bSlb/JpSBWl7/bYRp4ABZF9tsyTlRtvv5TA chZw== X-Gm-Message-State: AOAM531raScyLMYF9ATXxx90S0Wwel1zFxuWTNya67Jji72OSlLi2kdj r0WOF11opKNaP7jRum0ADLFVwpf+JdbE1n0MZDSEUb0mQQvssygA01k+DbCM4378DmLKGvm2NA2 zAVIfmNQQFoFH6B29Cw== X-Received: by 2002:a1f:e942:: with SMTP id g63mr2389930vkh.18.1603209759992; Tue, 20 Oct 2020 09:02:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwHv2Qeox+LJJWQ6rzp4GhTTJbkgBPXIVUxhSEFVHlfGuG4SaiuRd7hPOcb7fhoEDNoGxU7shgm6e4r68oA9i0= X-Received: by 2002:a1f:e942:: with SMTP id g63mr2389864vkh.18.1603209759510; Tue, 20 Oct 2020 09:02:39 -0700 (PDT) MIME-Version: 1.0 References: <20201004015947.9012-1-dmitry.kozliuk@gmail.com> <20201014183136.22239-1-dmitry.kozliuk@gmail.com> In-Reply-To: <20201014183136.22239-1-dmitry.kozliuk@gmail.com> From: David Marchand Date: Tue, 20 Oct 2020 18:02:27 +0200 Message-ID: To: Dmitry Kozlyuk Cc: dev , ci@dpdk.org, "Chen, Zhaoyan" , Stephen Hemminger , Thomas Monjalon , Maxime Coquelin , Neil Horman , Brandon Lo , Lincoln Lavoie Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-ci] [PATCH v7 0/3] pmdinfogen: rewrite in Python X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" Hello Dmitry, On Wed, Oct 14, 2020 at 8:31 PM Dmitry Kozlyuk wrote: > > This patchset implements existing pmdinfogen logic in Python, replaces > and removes the old code. The goals of rewriting are: > > * easier maintenance by using a more high-level language, > * simpler build process without host application and libelf, > * foundation for adding Windows support. > > Travis CI script is adjusted to install python3-pyelftools, but other CI > systems may need similar tweaking. Particularly, testing on FreeBSD and > big-endian targets is desired. > - Travis reported an error in meson: https://travis-ci.com/github/ovsrobot/dpdk/jobs/399762460#L478 Build machine cpu: x86_64 buildtools/meson.build:27:10: ERROR: Expecting endforeach got eol_cont. script = \ ^ For a block that started at 26,0 foreach module : python3_required_modules ^ - In a thread on ci@dpdk.org http://inbox.dpdk.org/ci/CAOeXdvbosqRGouSX06_phVTCam57XUt0s=sf_kpe-VmiwFTgMA@mail.gmail.com/T/#m9bb193c74ca979c151f2dbfa35664f95093a9e71, UNH people confirmed that python3-elftools should be available, but the last test had an error too, which might be linked to incorrect meson syntax: http://mails.dpdk.org/archives/test-report/2020-October/159038.html ninja: error: loading 'build.ninja': No such file or directory - As far as Intel CI systems are concerned, there might be an issue with the Windows system: http://mails.dpdk.org/archives/test-report/2020-October/159123.html OS: WIN10-64 Target: x86_64-windows-clang Program binutils-avx512-check.sh found: YES Program python3 found: YES (c:\program files\python37\python.exe) buildtools\meson.build:32:2: ERROR: Problem encountered: missing python module: elftools A full log can be found at C:\windows-dpdk\dpdk\build\meson-logs\meson-log.txt ninja: Entering directory `build' DPDK STV team -- David Marchand