* |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; 19+ 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] 19+ 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; 19+ 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] 19+ 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; 19+ 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] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:51 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:51 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 7265 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+========================================+====================+================+======================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Buster | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL 7 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL8 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
../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
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:49 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:49 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 7265 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+========================================+====================+================+======================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Buster | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL 7 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL8 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
../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
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:48 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:48 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 3537 bytes --]
Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Native | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
../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
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:46 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:46 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 6956 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+========================================+====================+================+======================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Buster | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL 7 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
../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
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:35 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:35 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 6956 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+========================================+====================+================+======================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Buster | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL 7 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
../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
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:35 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:35 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 6956 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+========================================+====================+================+======================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Buster | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL 7 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
../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
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:33 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:33 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 6956 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+========================================+====================+================+======================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Buster | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL 7 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
../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
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:33 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:33 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 6956 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+========================================+====================+================+======================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Buster | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL 7 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
../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
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:31 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:31 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 6956 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+========================================+====================+================+======================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Buster | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL 7 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
../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
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:31 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:31 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 6956 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+========================================+====================+================+======================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Buster | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL 7 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
../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
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:27 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:27 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 3442 bytes --]
Test-Label: iol-aarch64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+-------------------------------+----------------+--------------+
| Environment | dpdk_unit_test | lpm_autotest |
+===============================+================+==============+
| Ubuntu 20.04 ARM GCC Native | FAIL | SKIPPED |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | SKIPPED |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS |
+-------------------------------+----------------+--------------+
==== 20 line log output for Ubuntu 20.04 ARM Clang Native (dpdk_unit_test): ====
[1537/3125] Generating drivers/rte_net_hns3.pmd.c with a custom command
[1538/3125] Generating drivers/rte_net_ixgbe.pmd.c with a custom command
[1539/3125] Generating drivers/rte_net_ice.pmd.c with a custom command
[1540/3125] Generating drivers/rte_net_atlantic.sym_chk with a custom command (wrapped by meson to capture output)
[1541/3125] Generating drivers/rte_net_netvsc.pmd.c with a custom command
[1542/3125] Generating drivers/rte_net_dpaa.sym_chk with a custom command (wrapped by meson to capture output)
[1543/3125] Generating lib/eventdev.sym_chk with a custom command (wrapped by meson to capture output)
[1544/3125] Generating drivers/rte_net_bond.sym_chk with a custom command (wrapped by meson to capture output)
[1545/3125] Generating drivers/rte_net_mlx5.pmd.c with a custom command
[1546/3125] Generating lib/cryptodev.sym_chk with a custom command (wrapped by meson to capture output)
[1547/3125] Generating drivers/rte_net_cnxk.pmd.c with a custom command
[1548/3125] Generating drivers/rte_bus_dpaa.sym_chk with a custom command (wrapped by meson to capture output)
[1549/3125] Generating drivers/rte_bus_fslmc.sym_chk with a custom command (wrapped by meson to capture output)
[1550/3125] Generating lib/pipeline.sym_chk with a custom command (wrapped by meson to capture output)
[1551/3125] Generating drivers/rte_common_mlx5.sym_chk with a custom command (wrapped by meson to capture output)
[1552/3125] Generating lib/ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[1553/3125] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
[1554/3125] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
[1555/3125] Generating drivers/rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:25 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:25 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 6956 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+========================================+====================+================+======================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Buster | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL 7 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
../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
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:24 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:24 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 6956 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+========================================+====================+================+======================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Buster | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL 7 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
../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
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:20 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:20 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 6956 bytes --]
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_unit_test | dpdk_mingw64_compile |
+========================================+====================+================+======================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | FAIL | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 8 | PASS | PASS | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Debian Buster | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL 7 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------+----------------------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
../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
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 4:07 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 4:07 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 4717 bytes --]
Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> testing fail
Test environment and result as below:
+------------------+--------------------+
| Environment | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13 | FAIL |
+------------------+--------------------+
| Ubuntu 22.04 | PASS |
+------------------+--------------------+
| Debian Bullseye | PASS |
+------------------+--------------------+
| CentOS Stream 8 | PASS |
+------------------+--------------------+
| Debian Buster | PASS |
+------------------+--------------------+
| RHEL 7 | PASS |
+------------------+--------------------+
| CentOS Stream 9 | PASS |
+------------------+--------------------+
| openSUSE Leap 15 | PASS |
+------------------+--------------------+
| RHEL8 | PASS |
+------------------+--------------------+
| Ubuntu 20.04 | PASS |
+------------------+--------------------+
==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1548/1727] Compiling C object app/dpdk-testpmd.p/.._drivers_net_ixgbe_ixgbe_testpmd.c.o
[1549/1727] Compiling C object app/dpdk-test-sad.p/test-sad_main.c.o
[1550/1727] Compiling C object app/dpdk-test-security-perf.p/test-security-perf_test_security_perf.c.o
[1551/1727] Compiling C object app/dpdk-test-security-perf.p/test_test_cryptodev_security_ipsec.c.o
[1552/1727] Compiling C object app/dpdk-test-dma-perf.p/test-dma-perf_main.c.o
FAILED: app/dpdk-test-dma-perf.p/test-dma-perf_main.c.o
ccache 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/freebsd/include -I../lib/eal/freebsd/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/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 -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-test-dma-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:9:10: error: unused parameter 'argc' [-Werror,-Wunused-parameter]
main(int argc, char *argv[])
^
../app/test-dma-perf/main.c:9:22: error: unused parameter 'argv' [-Werror,-Wunused-parameter]
main(int argc, char *argv[])
^
2 errors generated.
[1553/1727] Linking target app/dpdk-test-sad
[1554/1727] Linking target app/dpdk-test-regex
[1555/1727] Linking target app/dpdk-test-security-perf
[1556/1727] Linking target app/dpdk-testpmd
[1557/1727] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
* |FAILURE| pw122139 [PATCH] [v2] app/dma-perf: introduce dma-perf application
@ 2023-01-17 3:15 dpdklab
0 siblings, 0 replies; 19+ messages in thread
From: dpdklab @ 2023-01-17 3:15 UTC (permalink / raw)
To: Test Report; +Cc: David Marchand, Thomas Monjalon, Cheng Jiang
[-- Attachment #1: Type: text/plain, Size: 1697 bytes --]
Test-Label: iol-broadcom-Performance
Test-Status: FAILURE
http://dpdk.org/patch/122139
_Performance Testing issues_
Submitter: Cheng Jiang <Cheng1.jiang@intel.com>
Date: Tuesday, January 17 2023 01:56:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:83397b9f073904438965e1fda2efe76f7850fe01
122139 --> performance testing fail
Test environment and result as below:
Ubuntu 22.04
Kernel: 5.15.0-39-generic
Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/3
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 128 | 1 | 1 | -1.5% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 512 | 1 | 1 | -0.1% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -6.3% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25000/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2023-01-17 4:51 UTC | newest]
Thread overview: 19+ 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
2023-01-17 4:51 |FAILURE| pw122139 [PATCH] [v2] " dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-01-17 4:49 dpdklab
2023-01-17 4:48 dpdklab
2023-01-17 4:46 dpdklab
2023-01-17 4:35 dpdklab
2023-01-17 4:35 dpdklab
2023-01-17 4:33 dpdklab
2023-01-17 4:33 dpdklab
2023-01-17 4:31 dpdklab
2023-01-17 4:31 dpdklab
2023-01-17 4:27 dpdklab
2023-01-17 4:25 dpdklab
2023-01-17 4:24 dpdklab
2023-01-17 4:20 dpdklab
2023-01-17 4:07 dpdklab
2023-01-17 3:15 dpdklab
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).