Bug 1176 - errno_autotest failing with musl
Summary: errno_autotest failing with musl
Status: UNCONFIRMED
Alias: None
Product: DPDK
Classification: Unclassified
Component: core (show other bugs)
Version: unspecified
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Thomas Monjalon
URL:
Depends on:
Blocks:
 
Reported: 2023-03-10 10:54 CET by David Marchand
Modified: 2023-03-10 11:13 CET (History)
0 users



Attachments

Description David Marchand 2023-03-10 10:54:32 CET
On Alpine linux, the errno unit test fails with:

14/70 DPDK:fast-tests / errno_autotest        FAIL     0.22 s (exit status 255 or signal 127 SIGinvalid)

--- command ---
08:30:31 DPDK_TEST='errno_autotest' /__w/dpdk/dpdk/build/app/test/dpdk-test --no-huge -m 2048 --file-prefix=errno_autotest
--- stdout ---
RTE>>errno_autotest
rte_strerror: 'Resource temporarily unavailable', strerror: 'Resource temporarily unavailable'
rte_strerror: 'Bad file descriptor', strerror: 'Bad file descriptor'
rte_strerror: 'Permission denied', strerror: 'Permission denied'
rte_strerror: 'Interrupted system call', strerror: 'Interrupted system call'
rte_strerror: 'Invalid argument', strerror: 'Invalid argument'
rte_strerror: 'Invalid call in secondary process', strerror: 'No error information'
Error, duplicate error code 1001
Test Failed

Note You need to log in before you can comment on or make changes to this bug.