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 10664A00C3; Thu, 14 May 2020 04:00:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 40FA61D681; Thu, 14 May 2020 04:00:53 +0200 (CEST) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by dpdk.org (Postfix) with ESMTP id 728211D67D for ; Thu, 14 May 2020 04:00:51 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 4E17EA00C5; Thu, 14 May 2020 04:00:51 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Thu, 14 May 2020 02:00:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: other X-Bugzilla-Version: 20.05 X-Bugzilla-Keywords: X-Bugzilla-Severity: major 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: 20.05 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 473] variance in test case fail for static and shared build binaries 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=3D473 Bug ID: 473 Summary: variance in test case fail for static and shared build binaries Product: DPDK Version: 20.05 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: major Priority: Normal Component: other Assignee: dev@dpdk.org Reporter: vipin.varghese@intel.com Target Milestone: 20.05 DPDK:20.05-rc2 Linux:4.15.0-99-generic=20 GCC: Ubuntu 7.5.0-3ubuntu1~18.04 Distribution: Ubuntu 18.04.4 LTS Steps for static: 1. fetch from git the right version of DPDK. 2. default build for `x86_64-native-linuxapp-gcc` 3. move to the parent folder `dpdk` 4. execute `make test O=3Dx86_64-native-linuxapp-gcc` Failed test cases in STATIC ``` 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 38= s] PMD ring autotest: Fail [00m 00s][00m 57= s] Link bonding autotest: Fail [00m 00s][01m 14= s] Link bonding mode4 autotest: Fail [00m 00s][01m 14= s] Link bonding rssconf autotest:Fail [00m 00s][01m 14= s] ``` Steps for shared: 1. fetch from git the right version of DPDK. 2. edit .config for SHARED for `x86_64-native-linuxapp-gcc` 3. move to the parent folder `dpdk` 4. export LD_LIBRARY_PATH=3D$RTE_SDK/$RTE_TARGETlib/ 5. execute `make test O=3Dx86_64-native-linuxapp-gcc` Failed test cases in SHARED ``` EAL flags autotest: Fail [00m 02s][00m 05= s] RIB autotest: Fail [00m 00s][00m 05= s] RIB slow autotest: Fail [00m 00s][00m 06= s] RIB6 autotest: Fail [00m 00s][00m 06= s] RIB6 slow autotest: Fail [00m 00s][00m 06= s] FIB autotest: Fail [00m 00s][00m 06= s] FIB slow autotest: Fail [00m 00s][00m 06= s] FIB6 autotest: Fail [00m 00s][00m 06= s] FIB6 slow autotest: Fail [00m 00s][00m 06= s] Read/write lock autotest: Fail [Timeout] [00m 10s][00m 12= s] Alarm autotest: Fail [00m 00s][00m 13= s] Multi-process autotest: Fail [00m 01s][00m 14= s] Mbuf autotest: Fail [00m 00s][00m 14= s] Mempool autotest: Fail [00m 00s][00m 19= s] Prefetch autotest: Fail [00m 00s][00m 19= s] Sched autotest: Fail [00m 00s][00m 21= s] Eventdev selftest octeontx: Fail [00m 00s][00m 21= s] Table autotest: Fail [Crash] [00m 00s][00m 21= s] Flow classify autotest: Fail [Crash] [00m 00s][00m 21= s] Event eth rx adapter autotest:Fail [Crash] [00m 00s][00m 21= s] User delay: Fail [Crash] [00m 00s][00m 21= s] Atomics autotest: Success [00m 02s][00m 21= s] Sleep delay: Fail [Crash] [00m 00s][00m 21= s] Rawdev autotest: Fail [00m 00s][00m 21= s] Kvargs autotest: Fail [Crash] [00m 00s][00m 21= s] Link bonding autotest: Fail [00m 00s][00m 21= s] Link bonding mode4 autotest: Fail [Crash] [00m 00s][00m 21= s] Link bonding rssconf autotest:Fail [00m 00s][00m 21= s] Crc autotest: Fail [Crash] [00m 00s][00m 21= s] Distributor autotest: Fail [00m 00s][00m 21= s] Reorder autotest: Fail [Crash] [00m 00s][00m 21= s] Bitmap test: Fail [Crash] [00m 00s][00m 21= s] Hash multiwriter autotest: Fail [Crash] [00m 00s][00m 22= s] Service autotest: Fail [Crash] [00m 00s][00m 22= s] Timer racecond autotest: Fail [Crash] [00m 00s][00m 22= s] Member autotest: Fail [Crash] [00m 00s][00m 22= s] Efd_autotest: Fail [Crash] [00m 00s][00m 22= s] Thash autotest: Fail [Crash] [00m 00s][00m 22= s] Hash function autotest: Fail [Crash] [00m 00s][00m 22= s] Cryptodev sw mvsam autotest: Fail [Crash] [00m 00s][00m 22= s] Cryptodev dpaa2 sec autotest: Fail [Crash] [00m 00s][00m 22= s] Cryptodev dpaa sec autotest: Fail [Crash] [00m 00s][00m 22= s] Cryptodev qat autotest: Fail [Crash] [00m 00s][00m 22= s] Cryptodev aesni mb autotest: Fail [Crash] [00m 00s][00m 22= s] Cryptodev openssl autotest: Fail [Crash] [00m 00s][00m 22= s] Cryptodev scheduler autotest: Fail [Crash] [00m 00s][00m 22= s] Cryptodev aesni gcm autotest: Fail [Crash] [00m 00s][00m 22= s] Cryptodev null autotest: Fail [Crash] [00m 00s][00m 22= s] Cryptodev sw snow3g autotest: Fail [Crash] [00m 00s][00m 22= s] Cryptodev sw kasumi autotest: Fail [Crash] [00m 00s][00m 22= s] Cryptodev_sw_zuc_autotest: Fail [Crash] [00m 00s][00m 22= s] Reciprocal division: Fail [Crash] [00m 00s][00m 22= s] Red all: Fail [Crash] [00m 00s][00m 23= s] Fbarray autotest: Fail [Crash] [00m 00s][00m 23= s] External memory autotest: Fail [Crash] [00m 00s][00m 23= s] Metrics autotest: Fail [Crash] [00m 00s][00m 23= s] Bitratestats autotest: Fail [Crash] [00m 00s][00m 23= s] Latencystats autotest: Fail [Crash] [00m 00s][00m 23= s] Pdump autotest: Fail [Crash] [00m 00s][00m 23= s] IPsec_SAD: Fail [Crash] [00m 00s][00m 23= s] Non-parallel autotests: Eventdev common autotest: Fail [00m 00s][00m 40= s] ``` --=20 You are receiving this mail because: You are the assignee for the bug.=