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

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

_ninja build failure_

Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tue, 20 Dec 2022 01:06:19 +0000
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: c581c49cd3fcaff596fbe566e270b442e6326c79

121045 --> 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_main.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_main.c.o -MF app/dpdk-test-dma-perf.p/test-dma-perf_main.c.o.d -o app/dpdk-test-dma-perf.p/test-dma-perf_main.c.o -c ../app/test-dma-perf/main.c
./app/test-dma-perf/main.c: In function ‘parse_entry’:
./app/test-dma-perf/main.c:171:40: warning: implicit declaration of function ‘atoi’ [-Wimplicit-function-declaration]
entry->cur = entry->first = (uint32_t)atoi(args[0]);
^~~~
./app/test-dma-perf/main.c:171:40: warning: nested extern declaration of ‘atoi’ [-Wnested-externs]
./app/test-dma-perf/main.c: In function ‘load_configs’:
./app/test-dma-perf/main.c:197:18: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
sections_name = malloc(MAX_TEST_CASES 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(char *));
^~~~~~
./app/test-dma-perf/main.c:197:18: warning: incompatible implicit declaration of built-in function ‘malloc’
./app/test-dma-perf/main.c:197:18: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
./app/test-dma-perf/main.c:19:1:
+#include <stdlib.h>

./app/test-dma-perf/main.c:197:18:
sections_name = malloc(MAX_TEST_CASES 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(char *));
^~~~~~
./app/test-dma-perf/main.c:204:3: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
exit(1);
^~~~
./app/test-dma-perf/main.c:204:3: warning: incompatible implicit declaration of built-in function ‘exit’
./app/test-dma-perf/main.c:204:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
./app/test-dma-perf/main.c:210:3: warning: incompatible implicit declaration of built-in function ‘exit’
exit(1);
^~~~
./app/test-dma-perf/main.c:210:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
./app/test-dma-perf/main.c:219:4: warning: incompatible implicit declaration of built-in function ‘exit’
exit(1);
^~~~
./app/test-dma-perf/main.c:219:4: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
./app/test-dma-perf/main.c:229:4: warning: incompatible implicit declaration of built-in function ‘exit’
exit(1);
^~~~
./app/test-dma-perf/main.c:229:4: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
./app/test-dma-perf/main.c:294:4: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
free(sections_name[i]);
^~~~
./app/test-dma-perf/main.c:294:4: warning: incompatible implicit declaration of built-in function ‘free’
./app/test-dma-perf/main.c:294:4: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
./app/test-dma-perf/main.c:296:2: warning: incompatible implicit declaration of built-in function ‘free’
free(sections_name);
^~~~
./app/test-dma-perf/main.c:296:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
./app/test-dma-perf/main.c: In function ‘main’:
./app/test-dma-perf/main.c:354:5: warning: incompatible implicit declaration of built-in function ‘exit’
exit(EXIT_FAILURE);
^~~~
./app/test-dma-perf/main.c:354:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
./app/test-dma-perf/main.c:354:10: error: ‘EXIT_FAILURE’ undeclared (first use in this function)
exit(EXIT_FAILURE);
^~~~~~~~~~~~
./app/test-dma-perf/main.c:354:10: note: each undeclared identifier is reported only once for each function it appears in
./app/test-dma-perf/main.c:392:5: warning: incompatible implicit declaration of built-in function ‘exit’
exit(EXIT_SUCCESS);
^~~~
./app/test-dma-perf/main.c:392:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
./app/test-dma-perf/main.c:392:10: error: ‘EXIT_SUCCESS’ undeclared (first use in this function)
exit(EXIT_SUCCESS);
^~~~~~~~~~~~
./app/test-dma-perf/main.c:397:6: warning: incompatible implicit declaration of built-in function ‘exit’
exit(EXIT_FAILURE);
^~~~
./app/test-dma-perf/main.c:397:6: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
[2591/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_macswap.c.o
[2592/2812] Compiling C object app/test/dpdk-test.p/test_bitops.c.o
[2593/2812] Compiling C object app/test/dpdk-test.p/test_barrier.c.o
[2594/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_shared_rxq_fwd.c.o
[2595/2812] Compiling C object app/dpdk-testpmd.p/.._drivers_net_ice_ice_testpmd.c.o
[2596/2812] Compiling C object drivers/libtmp_rte_baseband_acc.a.p/baseband_acc_rte_acc200_pmd.c.o
[2597/2812] Compiling C object app/test/dpdk-test.p/commands.c.o
[2598/2812] Compiling C object app/test/dpdk-test.p/test_byteorder.c.o
[2599/2812] Compiling C object app/dpdk-testpmd.p/.._drivers_net_bonding_bonding_testpmd.c.o
[2600/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline_mtr.c.o
[2601/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_util.c.o
[2602/2812] Compiling C object app/test/dpdk-test.p/test.c.o
[2603/2812] Compiling C object app/dpdk-testpmd.p/.._drivers_net_ixgbe_ixgbe_testpmd.c.o
[2604/2812] Compiling C object app/dpdk-test-sad.p/test-sad_main.c.o
[2605/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_parameters.c.o
[2606/2812] Compiling C object app/dpdk-test-eventdev.p/test-eventdev_test_perf_common.c.o
[2607/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_txonly.c.o
[2608/2812] Compiling C object app/test/dpdk-test.p/test_bpf.c.o
[2609/2812] Compiling C object app/test/dpdk-test.p/test_acl.c.o
[2610/2812] Compiling C object app/test/dpdk-test.p/test_cksum.c.o
[2611/2812] Compiling C object app/test/dpdk-test.p/packet_burst_generator.c.o
[2612/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_csumonly.c.o
[2613/2812] Compiling C object drivers/libtmp_rte_baseband_acc.a.p/baseband_acc_rte_acc100_pmd.c.o
[2614/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_noisy_vnf.c.o
[2615/2812] Compiling C object app/dpdk-test-bbdev.p/test-bbdev_test_bbdev_perf.c.o
[2616/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline_flow.c.o
[2617/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_cmdline.c.o
[2618/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_testpmd.c.o
[2619/2812] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_64_79_ca_tmo_seg.c.o
[2620/2812] Compiling C object app/dpdk-testpmd.p/test-pmd_config.c.o
[2621/2812] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_80_95_ca_tmo_seg.c.o
[2622/2812] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn10k_deq_96_111_ca_tmo_seg.c.o
[2623/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| pw121045 [PATCH] app/dma-perf: introduce dma-perf application
       [not found] <20221220010619.31829-1-cheng1.jiang@intel.com>
  2022-12-20  1:44 ` |FAILURE| pw121045 [PATCH] app/dma-perf: introduce dma-perf application qemudev
@ 2022-12-20  1:53 ` checkpatch
  2022-12-20  2:39 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2022-12-20  1:53 UTC (permalink / raw)
  To: test-report; +Cc: Cheng Jiang

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

_coding style issues_


WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#159: FILE: app/test-dma-perf/benchmark.c:46:
+extern char output_str[MAX_WORKER_NB][MAX_OUTPUT_STR_LEN];

total: 0 errors, 1 warnings, 1105 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| pw121045 [PATCH] app/dma-perf: introduce dma-perf application
       [not found] <20221220010619.31829-1-cheng1.jiang@intel.com>
  2022-12-20  1:44 ` |FAILURE| pw121045 [PATCH] app/dma-perf: introduce dma-perf application qemudev
  2022-12-20  1:53 ` |WARNING| " checkpatch
@ 2022-12-20  2:39 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2022-12-20  2: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/121045/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3736790720
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-mingw" 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-mingw" at step Build and test
####################################################################################
[524/1300] Compiling C object 'drivers/a715181@@rte_net_vmxnet3@sha/meson-generated_.._rte_net_vmxnet3.pmd.c.obj'.
[525/1300] Linking static target drivers/librte_net_vmxnet3.a.
[526/1300] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_mtr.c.obj'.
[527/1300] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_tm.c.obj'.
[528/1300] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_flow.c.obj'.
[529/1300] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_5tswap.c.obj'.
[530/1300] Linking target drivers/librte_net_vmxnet3-23.dll.
[531/1300] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmd_flex_item.c.obj'.
[532/1300] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_atomic.c.obj'.
[533/1300] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.obj'.
[534/1300] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.obj'.
[535/1300] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/packet_burst_generator.c.obj'.
[536/1300] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/commands.c.obj'.
[537/1300] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_flowgen.c.obj'.
[538/1300] Compiling C object 'app/a172ced@@dpdk-test-dma-perf@exe/test-dma-perf_main.c.obj'.
FAILED: app/a172ced@@dpdk-test-dma-perf@exe/test-dma-perf_main.c.obj 
ccache x86_64-w64-mingw32-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/windows/include -I../lib/eal/windows/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 -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 -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-test-dma-perf@exe/test-dma-perf_main.c.obj' -MF 'app/a172ced@@dpdk-test-dma-perf@exe/test-dma-perf_main.c.obj.d' -o 'app/a172ced@@dpdk-test-dma-perf@exe/test-dma-perf_main.c.obj' -c ../app/test-dma-perf/main.c
../app/test-dma-perf/main.c:9:10: fatal error: sys/wait.h: No such file or directory
    9 | #include <sys/wait.h>
      |          ^~~~~~~~~~~~
compilation terminated.
[539/1300] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_icmpecho.c.obj'.
[540/1300] Linking target app/dpdk-test-gpudev.exe.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################
      |   ^~~~~~~~~~~~~~~~~~~~~
      |   __builtin_va_end
../app/test-dma-perf/benchmark.c:435:3: error: nested extern declaration of ‘__builtin_ia32_mfence’ [-Werror=nested-externs]
../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
[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
####################################################################################
      |   __builtin_va_end
../app/test-dma-perf/benchmark.c:435:3: error: nested extern declaration of ‘__builtin_ia32_mfence’ [-Werror=nested-externs]
../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
[2627/3765] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_atomic.c.o'.
[2628/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
####################################################################################
      |   ^~~~~~~~~~~~~~~~~~~~~
      |   __builtin_va_end
../app/test-dma-perf/benchmark.c:435:3: error: nested extern declaration of ‘__builtin_ia32_mfence’ [-Werror=nested-externs]
../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
[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:[~2022-12-20  2:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221220010619.31829-1-cheng1.jiang@intel.com>
2022-12-20  1:44 ` |FAILURE| pw121045 [PATCH] app/dma-perf: introduce dma-perf application qemudev
2022-12-20  1:53 ` |WARNING| " checkpatch
2022-12-20  2: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).