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 [thread overview]
Message-ID: <bug-1177-3@http.bugs.dpdk.org/> (raw)
[-- Attachment #1: Type: text/plain, Size: 3470 bytes --]
https://bugs.dpdk.org/show_bug.cgi?id=1177
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:
You are the assignee for the bug.
[-- Attachment #2: Type: text/html, Size: 6641 bytes --]
reply other threads:[~2023-03-10 9:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-1177-3@http.bugs.dpdk.org/ \
--to=bugzilla@dpdk.org \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.