automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw122139 [PATCH v2] app/dma-perf: introduce dma-perf application
       [not found] <20230117015623.17606-1-cheng1.jiang@intel.com>
@ 2023-01-17  2:37 ` qemudev
  2023-01-17  2:47 ` |WARNING| " checkpatch
  2023-01-17  3:39 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2023-01-17  2:37 UTC (permalink / raw)
  To: test-report; +Cc: Cheng Jiang, zhoumin

Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/122139

_ninja build failure_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tue, 17 Jan 2023 01:56:23 +0000
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 83397b9f073904438965e1fda2efe76f7850fe01

122139 --> ninja build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: app/dpdk-test-dma-perf.p/test-dma-perf_benchmark.c.o
cc -Iapp/dpdk-test-dma-perf.p -Iapp -I../app -Ilib/dmadev -I../lib/dmadev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/cfgfile -I../lib/cfgfile -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=loongarch64 -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-test-d
 ma-perf.p/test-dma-perf_benchmark.c.o -MF app/dpdk-test-dma-perf.p/test-dma-perf_benchmark.c.o.d -o app/dpdk-test-dma-perf.p/test-dma-perf_benchmark.c.o -c ../app/test-dma-perf/benchmark.c
./app/test-dma-perf/benchmark.c: In function ‘cache_flush_buf’:
./app/test-dma-perf/benchmark.c:118:23: warning: unused parameter ‘arg’ [-Wunused-parameter]
cache_flush_buf(void *arg)
~~~~~~^~~
./app/test-dma-perf/benchmark.c: In function ‘configure_dmadev_queue’:
./app/test-dma-perf/benchmark.c:150:12: error: ‘EXIT_FAILURE’ undeclared (first use in this function)
rte_exit(EXIT_FAILURE, "Error with rte_dma_configure()n");
^~~~~~~~~~~~
./app/test-dma-perf/benchmark.c:150:12: note: each undeclared identifier is reported only once for each function it appears in
./app/test-dma-perf/benchmark.c: In function ‘do_dma_mem_copy’:
./app/test-dma-perf/benchmark.c:227:15: error: ‘EXIT_FAILURE’ undeclared (first use in this function)
rte_exit(EXIT_FAILURE, "DMA enqueue failedn");
^~~~~~~~~~~~
./app/test-dma-perf/benchmark.c: In function ‘setup_memory_env’:
./app/test-dma-perf/benchmark.c:378:31: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
*srcs = (struct rte_mbuf **)(malloc(nr_buf 1.txt 2.txt 3.txt ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION sizeof(struct rte_mbuf *)));
^~~~~~
./app/test-dma-perf/benchmark.c:378:31: warning: incompatible implicit declaration of built-in function ‘malloc’
./app/test-dma-perf/benchmark.c:378:31: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
./app/test-dma-perf/benchmark.c:15:1:
+#include <stdlib.h>

./app/test-dma-perf/benchmark.c:378:31:
*srcs = (struct rte_mbuf **)(malloc(nr_buf 1.txt 2.txt 3.txt ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION sizeof(struct rte_mbuf *)));
^~~~~~
./app/test-dma-perf/benchmark.c: In function ‘dma_mem_copy_benchmark’:
./app/test-dma-perf/benchmark.c:471:3: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
free(srcs);
^~~~
./app/test-dma-perf/benchmark.c:471:3: warning: incompatible implicit declaration of built-in function ‘free’
./app/test-dma-perf/benchmark.c:471:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
./app/test-dma-perf/benchmark.c:476:3: warning: incompatible implicit declaration of built-in function ‘free’
free(dsts);
^~~~
./app/test-dma-perf/benchmark.c:476:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
./app/test-dma-perf/benchmark.c: In function ‘cpu_mem_copy_benchmark’:
./app/test-dma-perf/benchmark.c:527:3: warning: incompatible implicit declaration of built-in function ‘free’
free(srcs);
^~~~
./app/test-dma-perf/benchmark.c:527:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
./app/test-dma-perf/benchmark.c:532:3: warning: incompatible implicit declaration of built-in function ‘free’
free(dsts);
^~~~
./app/test-dma-perf/benchmark.c:532:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
[2602/2812] Compiling C object app/dpdk-testpmd.p/.._drivers_net_ixgbe_ixgbe_testpmd.c.o
[2603/2812] Compiling C object app/test/dpdk-test.p/commands.c.o
[2604/2812] Compiling C object app/dpdk-test-eventdev.p/test-eventdev_test_perf_common.c.o
[2605/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_util.c.o
[2606/2812] Compiling C object app/test/dpdk-test.p/test_cmdline.c.o
[2607/2812] Compiling C object app/test/dpdk-test.p/test.c.o
[2608/2812] Compiling C object drivers/libtmp_rte_baseband_acc.a.p/baseband_acc_rte_acc100_pmd.c.o
[2609/2812] Compiling C object app/test/dpdk-test.p/test_cmdline_lib.c.o
[2610/2812] Compiling C object app/dpdk-test-security-perf.p/test-security-perf_test_security_perf.c.o
[2611/2812] Compiling C object app/dpdk-test-sad.p/test-sad_main.c.o
[2612/2812] Compiling C object app/test/dpdk-test.p/test_cksum_perf.c.o
[2613/2812] Compiling C object app/test/dpdk-test.p/test_cmdline_etheraddr.c.o
[2614/2812] Compiling C object app/test/dpdk-test.p/test_atomic.c.o
[2615/2812] Compiling C object app/test/dpdk-test.p/test_cmdline_ipaddr.c.o
[2616/2812] Compiling C object app/test/dpdk-test.p/test_bitmap.c.o
[2617/2812] Compiling C object app/test/dpdk-test.p/test_cmdline_cirbuf.c.o
[2618/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_parameters.c.o
[2619/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_txonly.c.o
[2620/2812] Compiling C object app/test/dpdk-test.p/test_acl.c.o
[2621/2812] Compiling C object app/test/dpdk-test.p/test_bpf.c.o
[2622/2812] Compiling C object app/test/dpdk-test.p/test_cksum.c.o
[2623/2812] Compiling C object app/test/dpdk-test.p/packet_burst_generator.c.o
[2624/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_csumonly.c.o
[2625/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_noisy_vnf.c.o
[2626/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline_flow.c.o
[2627/2812] Compiling C object app/dpdk-test-bbdev.p/test-bbdev_test_bbdev_perf.c.o
[2628/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline.c.o
[2629/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_testpmd.c.o
[2630/2812] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_96_111_ca_tmo_seg.c.o
[2631/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_config.c.o
[2632/2812] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_64_79_ca_tmo_seg.c.o
[2633/2812] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_80_95_ca_tmo_seg.c.o
[2634/2812] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_112_127_ca_tmo_seg.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


^ permalink raw reply	[flat|nested] 3+ messages in thread

* |WARNING| pw122139 [PATCH v2] app/dma-perf: introduce dma-perf application
       [not found] <20230117015623.17606-1-cheng1.jiang@intel.com>
  2023-01-17  2:37 ` |FAILURE| pw122139 [PATCH v2] app/dma-perf: introduce dma-perf application qemudev
@ 2023-01-17  2:47 ` checkpatch
  2023-01-17  3:39 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2023-01-17  2:47 UTC (permalink / raw)
  To: test-report; +Cc: Cheng Jiang

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/122139

_coding style issues_


WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#755: FILE: app/test-dma-perf/main.c:5:
+#include <stdio.h>

WARNING:TYPO_SPELLING: 'PARM' may be misspelled - perhaps 'PARAM'?
#785: FILE: app/test-dma-perf/main.c:35:
+#define MAX_EAL_PARM_NB 100

WARNING:TYPO_SPELLING: 'PARM' may be misspelled - perhaps 'PARAM'?
#786: FILE: app/test-dma-perf/main.c:36:
+#define MAX_EAL_PARM_LEN 1024

WARNING:TYPO_SPELLING: 'PARM' may be misspelled - perhaps 'PARAM'?
#1067: FILE: app/test-dma-perf/main.c:317:
+	char *tokens[MAX_EAL_PARM_NB];

WARNING:TYPO_SPELLING: 'PARM' may be misspelled - perhaps 'PARAM'?
#1068: FILE: app/test-dma-perf/main.c:318:
+	char args[MAX_EAL_PARM_LEN] = {0};

WARNING:TYPO_SPELLING: 'PARM' may be misspelled - perhaps 'PARAM'?
#1079: FILE: app/test-dma-perf/main.c:329:
+					tokens, MAX_EAL_PARM_NB, ' ');

WARNING:TYPO_SPELLING: 'PARM' may be misspelled - perhaps 'PARAM'?
#1094: FILE: app/test-dma-perf/main.c:344:
+	char args[MAX_EAL_PARM_NB][MAX_EAL_PARM_LEN];

WARNING:TYPO_SPELLING: 'PARM' may be misspelled - perhaps 'PARAM'?
#1094: FILE: app/test-dma-perf/main.c:344:
+	char args[MAX_EAL_PARM_NB][MAX_EAL_PARM_LEN];

WARNING:TYPO_SPELLING: 'Invalied' may be misspelled - perhaps 'Invalid'?
#1130: FILE: app/test-dma-perf/main.c:380:
+					rte_exit(EXIT_FAILURE, "Invalied EAL arguments
");

total: 0 errors, 9 warnings, 1128 lines checked
Warning in app/test-dma-perf/meson.build:
Using experimental build flag for in-tree compilation

^ permalink raw reply	[flat|nested] 3+ messages in thread

* |FAILURE| pw122139 [PATCH v2] app/dma-perf: introduce dma-perf application
       [not found] <20230117015623.17606-1-cheng1.jiang@intel.com>
  2023-01-17  2:37 ` |FAILURE| pw122139 [PATCH v2] app/dma-perf: introduce dma-perf application qemudev
  2023-01-17  2:47 ` |WARNING| " checkpatch
@ 2023-01-17  3:39 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2023-01-17  3:39 UTC (permalink / raw)
  To: test-report; +Cc: Cheng1.jiang, robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/122139/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3935662451
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" 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
####################################################################################
[1835/2984] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev_security_ipsec.c.o'.
[1836/2984] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_dmadev.c.o'.
[1837/2984] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_dmadev_api.c.o'.
[1838/2984] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eal_flags.c.o'.
[1839/2984] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_distributor.c.o'.
[1840/2984] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eal_fs.c.o'.
[1841/2984] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_distributor_perf.c.o'.
[1842/2984] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_errno.c.o'.
[1843/2984] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ethdev_link.c.o'.
[1844/2984] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_crypto_adapter.c.o'.
[1845/2984] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_efd.c.o'.
[1846/2984] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_event_eth_rx_adapter.c.o'.
[1847/2984] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_efd_perf.c.o'.
[1848/2984] Compiling C object 'app/a172ced@@dpdk-test-dma-perf@exe/test-dma-perf_benchmark.c.o'.
FAILED: app/a172ced@@dpdk-test-dma-perf@exe/test-dma-perf_benchmark.c.o 
ccache gcc -Iapp/a172ced@@dpdk-test-dma-perf@exe -Iapp -I../app -Ilib/dmadev -I../lib/dmadev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/cfgfile -I../lib/cfgfile -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -march=corei7 -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-test-dma-perf@exe/test-dma-perf_benchmark.c.o' -MF 'app/a172ced@@dpdk-test-dma-perf@exe/test-dma-perf_benchmark.c.o.d' -o 'app/a172ced@@dpdk-test-dma-perf@exe/test-dma-perf_benchmark.c.o' -c ../app/test-dma-perf/benchmark.c
../app/test-dma-perf/benchmark.c: In function ‘cache_flush_buf’:
../app/test-dma-perf/benchmark.c:118:23: error: unused parameter ‘arg’ [-Werror=unused-parameter]
  118 | cache_flush_buf(void *arg)
      |                 ~~~~~~^~~
cc1: all warnings being treated as errors
[1849/2984] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_eventdev.c.o'.
[1850/2984] Linking target app/dpdk-test-sad.
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
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################
   15 | 
../app/test-dma-perf/benchmark.c: In function ‘dma_mem_copy_benchmark’:
../app/test-dma-perf/benchmark.c:471:3: error: implicit declaration of function ‘free’ [-Werror=implicit-function-declaration]
  471 |   free(srcs);
      |   ^~~~
../app/test-dma-perf/benchmark.c:471:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror]
../app/test-dma-perf/benchmark.c:471:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
../app/test-dma-perf/benchmark.c:476:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror]
  476 |   free(dsts);
      |   ^~~~
../app/test-dma-perf/benchmark.c:476:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
../app/test-dma-perf/benchmark.c: In function ‘cpu_mem_copy_benchmark’:
../app/test-dma-perf/benchmark.c:527:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror]
  527 |   free(srcs);
      |   ^~~~
../app/test-dma-perf/benchmark.c:527:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
../app/test-dma-perf/benchmark.c:532:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror]
  532 |   free(dsts);
      |   ^~~~
../app/test-dma-perf/benchmark.c:532:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
cc1: all warnings being treated as errors
[2782/3915] Compiling C object 'app/a172ced@@dpdk-test-dma-perf@exe/test-dma-perf_main.c.o'.
[2783/3915] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
   15 | 
../app/test-dma-perf/benchmark.c: In function ‘dma_mem_copy_benchmark’:
../app/test-dma-perf/benchmark.c:471:3: error: implicit declaration of function ‘free’ [-Werror=implicit-function-declaration]
  471 |   free(srcs);
      |   ^~~~
../app/test-dma-perf/benchmark.c:471:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror]
../app/test-dma-perf/benchmark.c:471:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
../app/test-dma-perf/benchmark.c:476:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror]
  476 |   free(dsts);
      |   ^~~~
../app/test-dma-perf/benchmark.c:476:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
../app/test-dma-perf/benchmark.c: In function ‘cpu_mem_copy_benchmark’:
../app/test-dma-perf/benchmark.c:527:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror]
  527 |   free(srcs);
      |   ^~~~
../app/test-dma-perf/benchmark.c:527:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
../app/test-dma-perf/benchmark.c:532:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror]
  532 |   free(dsts);
      |   ^~~~
../app/test-dma-perf/benchmark.c:532:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
cc1: all warnings being treated as errors
[2632/3765] Compiling C object 'app/a172ced@@dpdk-test-sad@exe/test-sad_main.c.o'.
[2633/3765] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
   15 | 
../app/test-dma-perf/benchmark.c: In function ‘dma_mem_copy_benchmark’:
../app/test-dma-perf/benchmark.c:471:3: error: implicit declaration of function ‘free’ [-Werror=implicit-function-declaration]
  471 |   free(srcs);
      |   ^~~~
../app/test-dma-perf/benchmark.c:471:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror]
../app/test-dma-perf/benchmark.c:471:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
../app/test-dma-perf/benchmark.c:476:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror]
  476 |   free(dsts);
      |   ^~~~
../app/test-dma-perf/benchmark.c:476:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
../app/test-dma-perf/benchmark.c: In function ‘cpu_mem_copy_benchmark’:
../app/test-dma-perf/benchmark.c:527:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror]
  527 |   free(srcs);
      |   ^~~~
../app/test-dma-perf/benchmark.c:527:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
../app/test-dma-perf/benchmark.c:532:3: error: incompatible implicit declaration of built-in function ‘free’ [-Werror]
  532 |   free(dsts);
      |   ^~~~
../app/test-dma-perf/benchmark.c:532:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
cc1: all warnings being treated as errors
[2606/3737] Compiling C object 'app/a172ced@@dpdk-test-dma-perf@exe/test-dma-perf_main.c.o'.
[2607/3737] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-17  3:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230117015623.17606-1-cheng1.jiang@intel.com>
2023-01-17  2:37 ` |FAILURE| pw122139 [PATCH v2] app/dma-perf: introduce dma-perf application qemudev
2023-01-17  2:47 ` |WARNING| " checkpatch
2023-01-17  3:39 ` |FAILURE| " 0-day Robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).