From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 33) id 4B1ED1B10D; Fri, 12 Apr 2019 20:29:47 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Fri, 12 Apr 2019 18:29:47 +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: 18.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: drc@linux.vnet.ibm.com X-Bugzilla-Status: CONFIRMED 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: 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 253] Unable to run DPDK test with "make test" command 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: Fri, 12 Apr 2019 18:29:47 -0000 https://bugs.dpdk.org/show_bug.cgi?id=3D253 Bug ID: 253 Summary: Unable to run DPDK test with "make test" command Product: DPDK Version: 18.11 Hardware: x86 OS: Linux Status: CONFIRMED Severity: normal Priority: Normal Component: other Assignee: dev@dpdk.org Reporter: drc@linux.vnet.ibm.com Target Milestone: --- Install RHEL 7.3 on a system (DMI: Supermicro SYS-2028U-TRT+/X10DRU-i+, BIOS 2.0 12/17/2015). Fetch the dpdk-stable git repository and checkout tag v18.11.1. Configure the target with the command: $ make config T=3Dx86_64-native-linuxapp-gcc Build the framework with the commnad: $ make Build and execute the test environment with: $ make test ... /home/davec/src/dpdk-stable/build/app/test -c f -n 4 Traceback (most recent call last): File "/home/davec/src/dpdk-stable/test/test/autotest.py", line 49, in num_fails =3D runner.run_all_tests() File "/home/davec/src/dpdk-stable/test/test/autotest_runner.py", line 363= , in run_all_tests cpu_nr =3D first_cpu_on_node(numa_node) File "/home/davec/src/dpdk-stable/test/test/autotest_runner.py", line 49,= in first_cpu_on_node return int(m.group(1)) AttributeError: 'NoneType' object has no attribute 'group' make[1]: *** [test] Error 1 make: *** [test] Error 2 --=20 You are receiving this mail because: You are the assignee for the bug.= From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 571E2A0096 for ; Fri, 12 Apr 2019 20:29:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 338C31B10D; Fri, 12 Apr 2019 20:29:48 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 33) id 4B1ED1B10D; Fri, 12 Apr 2019 20:29:47 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Fri, 12 Apr 2019 18:29:47 +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: 18.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: drc@linux.vnet.ibm.com X-Bugzilla-Status: CONFIRMED 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: 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 253] Unable to run DPDK test with "make test" command 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" Message-ID: <20190412182947.oTCO9K8jqnQzHWbnG40GO_4vUH9ICAK_r9IQ1mTUU8I@z> https://bugs.dpdk.org/show_bug.cgi?id=3D253 Bug ID: 253 Summary: Unable to run DPDK test with "make test" command Product: DPDK Version: 18.11 Hardware: x86 OS: Linux Status: CONFIRMED Severity: normal Priority: Normal Component: other Assignee: dev@dpdk.org Reporter: drc@linux.vnet.ibm.com Target Milestone: --- Install RHEL 7.3 on a system (DMI: Supermicro SYS-2028U-TRT+/X10DRU-i+, BIOS 2.0 12/17/2015). Fetch the dpdk-stable git repository and checkout tag v18.11.1. Configure the target with the command: $ make config T=3Dx86_64-native-linuxapp-gcc Build the framework with the commnad: $ make Build and execute the test environment with: $ make test ... /home/davec/src/dpdk-stable/build/app/test -c f -n 4 Traceback (most recent call last): File "/home/davec/src/dpdk-stable/test/test/autotest.py", line 49, in num_fails =3D runner.run_all_tests() File "/home/davec/src/dpdk-stable/test/test/autotest_runner.py", line 363= , in run_all_tests cpu_nr =3D first_cpu_on_node(numa_node) File "/home/davec/src/dpdk-stable/test/test/autotest_runner.py", line 49,= in first_cpu_on_node return int(m.group(1)) AttributeError: 'NoneType' object has no attribute 'group' make[1]: *** [test] Error 1 make: *** [test] Error 2 --=20 You are receiving this mail because: You are the assignee for the bug.=