|FAILURE| pw150197 [PATCH] test: improve resiliency of malloc autotest
0-day Robot
robot at bytheb.org
Fri Jan 17 15:05:08 CET 2025
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/150197/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/12830010106
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-abi+debug+doc+examples+tests" failed at step Build and test
"ubuntu-22.04-gcc-static-mingw" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
111/119 DPDK:fast-tests / thash_autotest OK 0.29s
112/119 DPDK:fast-tests / threads_autotest OK 0.38s
113/119 DPDK:fast-tests / ticketlock_autotest OK 0.27s
114/119 DPDK:fast-tests / timer_autotest OK 2.82s
115/119 DPDK:fast-tests / trace_autotest OK 0.25s
116/119 DPDK:fast-tests / trace_autotest_with_traces OK 0.25s
117/119 DPDK:fast-tests / vdev_autotest OK 0.24s
118/119 DPDK:fast-tests / version_autotest OK 0.24s
119/119 DPDK:fast-tests / telemetry_all OK 1.06s
Ok: 112
Expected Fail: 0
Fail: 1
Unexpected Pass: 0
Skipped: 6
Timeout: 0
Full log written to /home/runner/work/dpdk/dpdk/build/meson-logs/testlog.txt
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
| OF_WRITE
../app/test/test_malloc.c:284:4: error: ‘MAP_PRIVATE’ undeclared (first use in this function); did you mean ‘MEM_PRIVATE’?
284 | MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);
| ^~~~~~~~~~~
| MEM_PRIVATE
../app/test/test_malloc.c:284:18: error: ‘MAP_ANONYMOUS’ undeclared (first use in this function); did you mean ‘RTE_MAP_ANONYMOUS’?
284 | MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);
| ^~~~~~~~~~~~~
| RTE_MAP_ANONYMOUS
../app/test/test_malloc.c:285:16: error: ‘MAP_FAILED’ undeclared (first use in this function); did you mean ‘WAIT_FAILED’?
285 | if (memory == MAP_FAILED) {
| ^~~~~~~~~~
| WAIT_FAILED
../app/test/test_malloc.c:401:2: error: implicit declaration of function ‘munmap’ [-Werror=implicit-function-declaration]
401 | munmap(memory, heap_size);
| ^~~~~~
../app/test/test_malloc.c:401:2: error: nested extern declaration of ‘munmap’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[763/2989] Compiling C object app/dpdk-test.exe.p/test_test_lpm6_perf.c.obj
[764/2989] Compiling C object app/dpdk-test.exe.p/test_test_memcpy.c.obj
[765/2989] Compiling C object app/dpdk-test.exe.p/test_test_malloc_perf.c.obj
[766/2989] Compiling C object app/dpdk-test.exe.p/test_test_lpm_perf.c.obj
[767/2989] Compiling C object app/dpdk-test.exe.p/test_test_mbuf.c.obj
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list