From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
by inbox.dpdk.org (Postfix) with ESMTP id BD4F541E3A;
Fri, 10 Mar 2023 10:55:50 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
by mails.dpdk.org (Postfix) with ESMTP id AF3F940A81;
Fri, 10 Mar 2023 10:55:50 +0100 (CET)
Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178])
by mails.dpdk.org (Postfix) with ESMTP id 3865740685
for ; Fri, 10 Mar 2023 10:55:50 +0100 (CET)
Received: by inbox.dpdk.org (Postfix, from userid 33)
id 3343141E64; Fri, 10 Mar 2023 10:55:50 +0100 (CET)
From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [Bug 1177] telemetry unit test crashes with musl
Date: Fri, 10 Mar 2023 09:55:50 +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: unspecified
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: david.marchand@redhat.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: 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: multipart/alternative; boundary=16784421500.dAE3cA9b7.3293811
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://bugs.dpdk.org/
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
MIME-Version: 1.0
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dev-bounces@dpdk.org
--16784421500.dAE3cA9b7.3293811
Date: Fri, 10 Mar 2023 10:55:50 +0100
MIME-Version: 1.0
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
https://bugs.dpdk.org/show_bug.cgi?id=3D1177
Bug ID: 1177
Summary: telemetry unit test crashes with musl
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: other
Assignee: dev@dpdk.org
Reporter: david.marchand@redhat.com
Target Milestone: ---
On Alpine linux, the telemetry data unit test crashes:
63/70 DPDK:fast-tests / telemetry_data_autotest FAIL 0.32 s (killed by
signal 11 SIGSEGV)
--- command ---
08:31:18 DPDK_TEST=3D'telemetry_data_autotest'
/__w/dpdk/dpdk/build/app/test/dpdk-test --no-huge -m 2048
--file-prefix=3Dtelemetry_data_autotest
--- stdout ---
RTE>>telemetry_data_autotest
connect_to_socket: {"version":"DPDK
23.03.0-rc1","pid":23306,"max_output_len":16384}
test_null_return: buf =3D '{"/test":null}', expected =3D '{"/test":null}'
test_simple_string: buf =3D '{"/test":"Simple string"}', expected =3D
'{"/test":"Simple string"}'
test_case_array_string: buf =3D '{"/test":["aaaa","bbbb","cccc","dddd","eee=
e"]}',
expected =3D '{"/test":["aaaa","bbbb","cccc","dddd","eeee"]}'
test_case_array_int: buf =3D '{"/test":[0,1,2,3,4]}', expected =3D
'{"/test":[0,1,2,3,4]}'
test_case_array_u64: buf =3D '{"/test":[0,1,2,3,4]}', expected =3D
'{"/test":[0,1,2,3,4]}'
test_case_array_uint_hex_padding: buf =3D
'{"/test":["0x08","0x0088","0x00000888","0x0000000000008888"]}', expected =
=3D
'{"/test":["0x08","0x0088","0x00000888","0x0000000000008888"]}'
test_case_array_uint_hex_nopadding: buf =3D
'{"/test":["0x8","0x88","0x888","0x8888"]}', expected =3D
'{"/test":["0x8","0x88","0x888","0x8888"]}'
test_case_add_dict_int: buf =3D
'{"/test":{"dict_0":0,"dict_1":1,"dict_2":2,"dict_3":3,"dict_4":4}}', expec=
ted
=3D '{"/test":{"dict_0":0,"dict_1":1,"dict_2":2,"dict_3":3,"dict_4":4}}'
test_case_add_dict_u64: buf =3D
'{"/test":{"dict_0":0,"dict_1":1,"dict_2":2,"dict_3":3,"dict_4":4}}', expec=
ted
=3D '{"/test":{"dict_0":0,"dict_1":1,"dict_2":2,"dict_3":3,"dict_4":4}}'
test_case_add_dict_string: buf =3D
'{"/test":{"dict_0":"aaaa","dict_1":"bbbb","dict_2":"cccc","dict_3":"dddd"}=
}',
expected =3D
'{"/test":{"dict_0":"aaaa","dict_1":"bbbb","dict_2":"cccc","dict_3":"dddd"}=
}'
test_case_add_dict_uint_hex_padding: buf =3D
'{"/test":{"dict_0":"0x08","dict_1":"0x0088","dict_2":"0x00000888","dict_3"=
:"0x0000000000008888"}}',
expected =3D
'{"/test":{"dict_0":"0x08","dict_1":"0x0088","dict_2":"0x00000888","dict_3"=
:"0x0000000000008888"}}'
test_case_add_dict_uint_hex_nopadding: buf =3D
'{"/test":{"dict_0":"0x8","dict_1":"0x88","dict_2":"0x888","dict_3":"0x8888=
"}}',
expected =3D
'{"/test":{"dict_0":"0x8","dict_1":"0x88","dict_2":"0x888","dict_3":"0x8888=
"}}'
test_dict_with_array_int_values: buf =3D
'{"/test":{"dict_0":[0,1,2,3,4],"dict_1":[0,1,2,3,4]}}', expected =3D
'{"/test":{"dict_0":[0,1,2,3,4],"dict_1":[0,1,2,3,4]}}'
test_dict_with_array_u64_values
--- stderr ---
EAL: Detected CPU lcores: 2
EAL: Detected NUMA nodes: 1
EAL: Detected shared linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/telemetry_data_autotest/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Cannot open VFIO container /dev/vfio/vfio, error 2 (No such file or
directory)
EAL: VFIO support could not be initialized
APP: HPET is not enabled, using TSC as default timer
-------
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--16784421500.dAE3cA9b7.3293811
Date: Fri, 10 Mar 2023 10:55:50 +0100
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.dpdk.org/
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
Bug ID |
1177
|
Summary |
telemetry unit test crashes with musl
|
Product |
DPDK
|
Version |
unspecified
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
normal
|
Priority |
Normal
|
Component |
other
|
Assignee |
dev@dpdk.org
|
Reporter |
david.marchand@redhat.com
|
Target Milestone |
---
|
You are receiving this mail because:
- You are the assignee for the bug.
=20=20=20=20=20=20=20=20=20=20
=
--16784421500.dAE3cA9b7.3293811--