|FAILURE| pw111233 [PATCH v2] raw/afu_mf: introduce AFU MF device driver
0-day Robot
robot at bytheb.org
Tue May 17 10:39:09 CEST 2022
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/111233/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2337063006
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
1154 | AFU_MF_PMD_DEBUG("0x%"PRIx64" ---> 0x%"PRIx64" (0x%"PRIx64")", src, dst,
| ^~~~~~~~~~~~~~~~
In file included from ../drivers/raw/afu_mf/n3000_afu.c:9:
/usr/include/inttypes.h:121:34: note: format string is defined here
121 | # define PRIx64 __PRI64_PREFIX "x"
../drivers/raw/afu_mf/n3000_afu.c: In function ‘sweep_test’:
../drivers/raw/afu_mf/n3000_afu.c:1292:16: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
1292 | dma_buf_ptr = (uint64_t *)((uint64_t)ctx->data_buf + buf_offset);
| ^
../drivers/raw/afu_mf/n3000_afu.c: In function ‘n3000_afu_dump’:
../drivers/raw/afu_mf/n3000_afu.c:1940:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
1940 | fprintf(f, "dsm_iova:\t%p\n", (void *)ctx->dsm_iova);
| ^
../drivers/raw/afu_mf/n3000_afu.c:1942:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
1942 | fprintf(f, "src_iova:\t%p\n", (void *)ctx->src_iova);
| ^
../drivers/raw/afu_mf/n3000_afu.c:1944:34: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
1944 | fprintf(f, "dest_iova:\t%p\n", (void *)ctx->dest_iova);
| ^
../drivers/raw/afu_mf/n3000_afu.c:1956:35: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
1956 | fprintf(f, "magic_iova:\t%p\n", (void *)ctx->magic_iova);
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list