From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 8C7421E34 for ; Thu, 28 Feb 2019 22:31:17 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 96C563089E69; Thu, 28 Feb 2019 21:31:16 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-124-52.rdu2.redhat.com [10.10.124.52]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 13B855D732; Thu, 28 Feb 2019 21:31:15 +0000 (UTC) From: Aaron Conole To: dev@dpdk.org Cc: Bruce Richardson , Michael Santana Date: Thu, 28 Feb 2019 16:31:15 -0500 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Thu, 28 Feb 2019 21:31:16 +0000 (UTC) Subject: [dpdk-dev] Encountering ninja test failures? X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2019 21:31:17 -0000 Greetings dev, I'm trying to test out the latest iteration of travis support, and as part of that I've added the ability to execute tests. I can't seem to get the tests to execute correctly under travis. The build I have is here: https://travis-ci.org/orgcandman/dpdk/jobs/500014191 Based on this commit: https://github.com/orgcandman/dpdk/tree/travis_v5 which is cut from dpdk/master Anyone else see this? Maybe I missed something?