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 22205A034F; Wed, 13 May 2020 10:33:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E8C171D15F; Wed, 13 May 2020 10:33:06 +0200 (CEST) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by dpdk.org (Postfix) with ESMTP id 30EC31C2EE for ; Wed, 13 May 2020 10:33:05 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 041FCA04A2; Wed, 13 May 2020 10:33:04 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Wed, 13 May 2020 08:33:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: other X-Bugzilla-Version: 20.05 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: vipin.varghese@intel.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 471] failing to build test from app/test 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D471 Vipin Varghese (vipin.varghese@intel.com) changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |--- Status|RESOLVED |UNCONFIRMED --- Comment #2 from Vipin Varghese (vipin.varghese@intel.com) --- If I run from the target folder `make test` ``` # make test /home/saesrv02/Downloads/dpdksrc/dpdk/x86_64-native-linuxapp-gcc/app/test -= c f Running tests with 4 workers Test name Test result Test Total =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D Skipped autotests: dump_physmem: Skipped [Not compiled] [00m 00s] dump_memzone: Skipped [Not compiled] [00m 00s] dump_struct_sizes: Skipped [Not compiled] [00m 00s] dump_mempool: Skipped [Not compiled] [00m 00s] dump_malloc_stats: Skipped [Not compiled] [00m 00s] dump_devargs: Skipped [Not compiled] [00m 00s] dump_log_types: Skipped [Not compiled] [00m 00s] dump_ring: Skipped [Not compiled] [00m 00s] Cycles autotest: Fail [00m 01s][00m 02= s] EAL flags autotest: Fail [00m 02s][00m 05= s] Read/write lock autotest: Fail [Timeout] [00m 10s][00m 13= s] Alarm autotest: Fail [00m 00s][00m 37= s] PMD ring autotest: Fail [00m 00s][00m 55= s] Link bonding autotest: Fail [00m 00s][01m 11= s] Link bonding mode4 autotest: Fail [00m 00s][01m 12= s] Link bonding rssconf autotest:Fail [00m 00s][01m 12= s] ``` 1. should not for Link-Bond test either use `vdev` or `Skip` rather than failing if the desired number of ports is not available? 2. why would `EAL, Alarm, Lock` fail as it is the library and not PMD? --=20 You are receiving this mail because: You are the assignee for the bug.=