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='telemetry_data_autotest'
/__w/dpdk/dpdk/build/app/test/dpdk-test --no-huge -m 2048
--file-prefix=telemetry_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 = '{"/test":null}', expected = '{"/test":null}'
test_simple_string: buf = '{"/test":"Simple string"}', expected =
'{"/test":"Simple string"}'
test_case_array_string: buf = '{"/test":["aaaa","bbbb","cccc","dddd","eeee"]}',
expected = '{"/test":["aaaa","bbbb","cccc","dddd","eeee"]}'
test_case_array_int: buf = '{"/test":[0,1,2,3,4]}', expected =
'{"/test":[0,1,2,3,4]}'
test_case_array_u64: buf = '{"/test":[0,1,2,3,4]}', expected =
'{"/test":[0,1,2,3,4]}'
test_case_array_uint_hex_padding: buf =
'{"/test":["0x08","0x0088","0x00000888","0x0000000000008888"]}', expected =
'{"/test":["0x08","0x0088","0x00000888","0x0000000000008888"]}'
test_case_array_uint_hex_nopadding: buf =
'{"/test":["0x8","0x88","0x888","0x8888"]}', expected =
'{"/test":["0x8","0x88","0x888","0x8888"]}'
test_case_add_dict_int: buf =
'{"/test":{"dict_0":0,"dict_1":1,"dict_2":2,"dict_3":3,"dict_4":4}}', expected
= '{"/test":{"dict_0":0,"dict_1":1,"dict_2":2,"dict_3":3,"dict_4":4}}'
test_case_add_dict_u64: buf =
'{"/test":{"dict_0":0,"dict_1":1,"dict_2":2,"dict_3":3,"dict_4":4}}', expected
= '{"/test":{"dict_0":0,"dict_1":1,"dict_2":2,"dict_3":3,"dict_4":4}}'
test_case_add_dict_string: buf =
'{"/test":{"dict_0":"aaaa","dict_1":"bbbb","dict_2":"cccc","dict_3":"dddd"}}',
expected =
'{"/test":{"dict_0":"aaaa","dict_1":"bbbb","dict_2":"cccc","dict_3":"dddd"}}'
test_case_add_dict_uint_hex_padding: buf =
'{"/test":{"dict_0":"0x08","dict_1":"0x0088","dict_2":"0x00000888","dict_3":"0x0000000000008888"}}',
expected =
'{"/test":{"dict_0":"0x08","dict_1":"0x0088","dict_2":"0x00000888","dict_3":"0x0000000000008888"}}'
test_case_add_dict_uint_hex_nopadding: buf =
'{"/test":{"dict_0":"0x8","dict_1":"0x88","dict_2":"0x888","dict_3":"0x8888"}}',
expected =
'{"/test":{"dict_0":"0x8","dict_1":"0x88","dict_2":"0x888","dict_3":"0x8888"}}'
test_dict_with_array_int_values: buf =
'{"/test":{"dict_0":[0,1,2,3,4],"dict_1":[0,1,2,3,4]}}', expected =
'{"/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
-------
          


You are receiving this mail because: