|FAILURE| pw143816 [PATCH v3] net/zxdh: Provided zxdh basic init
0-day Robot
robot at bytheb.org
Mon Sep 9 14:25:17 CEST 2024
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/143816/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/10772518247
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
| ^~~~~~
../drivers/net/zxdh/zxdh_msg.c:845:32: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
../drivers/net/zxdh/zxdh_msg.c:859:9: error: implicit declaration of function ‘free’ [-Werror=implicit-function-declaration]
859 | free(reps_buffer);
| ^~~~
../drivers/net/zxdh/zxdh_msg.c:859:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
../drivers/net/zxdh/zxdh_msg.c:859:9: error: incompatible implicit declaration of built-in function ‘free’ [-Werror=builtin-declaration-mismatch]
../drivers/net/zxdh/zxdh_msg.c:859:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
../drivers/net/zxdh/zxdh_msg.c: In function ‘zxdh_bar_irq_recv’:
../drivers/net/zxdh/zxdh_msg.c:903:31: error: incompatible implicit declaration of built-in function ‘malloc’ [-Werror=builtin-declaration-mismatch]
903 | uint8_t *recved_msg = malloc(msg_header.len);
| ^~~~~~
../drivers/net/zxdh/zxdh_msg.c:903:31: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
../drivers/net/zxdh/zxdh_msg.c:924:9: error: incompatible implicit declaration of built-in function ‘free’ [-Werror=builtin-declaration-mismatch]
924 | free(recved_msg);
| ^~~~
../drivers/net/zxdh/zxdh_msg.c:924:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
cc1: all warnings being treated as errors
[2089/4226] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio at sta/net_virtio_virtio_user_virtio_user_dev.c.o'.
[2090/4226] Compiling C object 'drivers/a715181@@tmp_rte_net_zxdh at sta/net_zxdh_zxdh_npsdk.c.o'.
[2091/4226] Compiling C object 'drivers/a715181@@tmp_rte_net_zxdh at sta/net_zxdh_zxdh_queue.c.o'.
[2092/4226] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3 at sta/net_vmxnet3_vmxnet3_ethdev.c.o'.
[2093/4226] Compiling C object 'drivers/a715181@@tmp_rte_net_zxdh at sta/net_zxdh_zxdh_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list