automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw108451 [PATCH v4] sched: remove useless malloc in pie data init
       [not found] <tencent_434FD929498483CED177D5C8A008428C0006@qq.com>
@ 2022-03-01 19:00 ` checkpatch
  2022-03-01 20:58 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-03-01 19:00 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/108451

_coding style OK_



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

* |FAILURE| pw108451 [PATCH v4] sched: remove useless malloc in pie data init
       [not found] <tencent_434FD929498483CED177D5C8A008428C0006@qq.com>
  2022-03-01 19:00 ` |SUCCESS| pw108451 [PATCH v4] sched: remove useless malloc in pie data init checkpatch
@ 2022-03-01 20:58 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-03-01 20:58 UTC (permalink / raw)
  To: test-report; +Cc: liwg06, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1918220704
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static-aarch64" failed at step Build and test
"ubuntu-18.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-18.04-gcc-static-ppc64le" failed at step Build and test
"ubuntu-18.04-gcc-shared-ppc64le" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################
[394/2814] Linking static target lib/librte_rib.a.
[395/2814] Linking target lib/librte_rib.so.22.1.
[396/2814] Compiling C object 'lib/76b5a35@@rte_reorder@sta/reorder_rte_reorder.c.o'.
[397/2814] Linking static target lib/librte_reorder.a.
[398/2814] Linking target lib/librte_reorder.so.22.1.
[399/2814] Generating symbol file 'lib/76b5a35@@rte_rib@sha/librte_rib.so.22.1.symbols'.
[400/2814] Generating rte_sched_def with a custom command.
[401/2814] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_red.c.o'.
[402/2814] Generating symbol file 'lib/76b5a35@@rte_reorder@sha/librte_reorder.so.22.1.symbols'.
[403/2814] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_approx.c.o'.
[404/2814] Generating rte_sched_mingw with a custom command.
[405/2814] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o'.
FAILED: lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o 
aarch64-linux-gnu-gcc -Ilib/76b5a35@@rte_sched@sta -Ilib -I../lib -Ilib/sched -I../lib/sched -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/meter -I../lib/meter -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.sched  -MD -MQ 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o' -MF 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o.d' -o 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o' -c ../lib/sched/rte_pie.c
../lib/sched/rte_pie.c: In function ‘rte_pie_rt_data_init’:
../lib/sched/rte_pie.c:22:2: error: implicit declaration of function ‘memset’ [-Werror=implicit-function-declaration]
  memset(pie, 0, sizeof(*pie));
  ^~~~~~
../lib/sched/rte_pie.c:22:2: error: incompatible implicit declaration of built-in function ‘memset’ [-Werror]
../lib/sched/rte_pie.c:22:2: note: include ‘<string.h>’ or provide a declaration of ‘memset’
cc1: all warnings being treated as errors
[406/2814] Compiling C object 'lib/76b5a35@@rte_security@sta/security_rte_security.c.o'.
[407/2814] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_sched.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[392/2992] Generating rte_reorder_mingw with a custom command.
[393/2992] Compiling C object 'lib/76b5a35@@rte_rib@sta/rib_rte_rib6.c.o'.
[394/2992] Linking static target lib/librte_rib.a.
[395/2992] Linking target lib/librte_rib.so.22.1.
[396/2992] Compiling C object 'lib/76b5a35@@rte_reorder@sta/reorder_rte_reorder.c.o'.
[397/2992] Generating symbol file 'lib/76b5a35@@rte_rib@sha/librte_rib.so.22.1.symbols'.
[398/2992] Linking static target lib/librte_reorder.a.
[399/2992] Linking target lib/librte_reorder.so.22.1.
[400/2992] Generating rte_sched_def with a custom command.
[401/2992] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_red.c.o'.
[402/2992] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_approx.c.o'.
[403/2992] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o'.
FAILED: lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o 
aarch64-linux-gnu-gcc -Ilib/76b5a35@@rte_sched@sta -Ilib -I../lib -Ilib/sched -I../lib/sched -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/meter -I../lib/meter -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.sched  -MD -MQ 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o' -MF 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o.d' -o 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o' -c ../lib/sched/rte_pie.c
../lib/sched/rte_pie.c: In function ‘rte_pie_rt_data_init’:
../lib/sched/rte_pie.c:22:2: error: implicit declaration of function ‘memset’ [-Werror=implicit-function-declaration]
  memset(pie, 0, sizeof(*pie));
  ^~~~~~
../lib/sched/rte_pie.c:22:2: error: incompatible implicit declaration of built-in function ‘memset’ [-Werror]
../lib/sched/rte_pie.c:22:2: note: include ‘<string.h>’ or provide a declaration of ‘memset’
cc1: all warnings being treated as errors
[404/2992] Generating symbol file 'lib/76b5a35@@rte_reorder@sha/librte_reorder.so.22.1.symbols'.
[405/2992] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_sched.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test
####################################################################################
[391/3411] Compiling C object 'lib/76b5a35@@rte_rib@sta/rib_rte_rib6.c.o'.
[392/3411] Linking static target lib/librte_rib.a.
[393/3411] Linking target lib/librte_rib.so.22.1.
[394/3411] Compiling C object 'lib/76b5a35@@rte_reorder@sta/reorder_rte_reorder.c.o'.
[395/3411] Linking static target lib/librte_reorder.a.
[396/3411] Linking target lib/librte_reorder.so.22.1.
[397/3411] Generating symbol file 'lib/76b5a35@@rte_rib@sha/librte_rib.so.22.1.symbols'.
[398/3411] Generating rte_sched_def with a custom command.
[399/3411] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_red.c.o'.
[400/3411] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_approx.c.o'.
[401/3411] Generating symbol file 'lib/76b5a35@@rte_reorder@sha/librte_reorder.so.22.1.symbols'.
[402/3411] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o'.
FAILED: lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o 
powerpc64le-linux-gnu-gcc -Ilib/76b5a35@@rte_sched@sta -Ilib -I../lib -Ilib/sched -I../lib/sched -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/ppc/include -I../lib/eal/ppc/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/meter -I../lib/meter -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-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.sched  -MD -MQ 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o' -MF 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o.d' -o 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o' -c ../lib/sched/rte_pie.c
../lib/sched/rte_pie.c: In function ‘rte_pie_rt_data_init’:
../lib/sched/rte_pie.c:22:2: error: implicit declaration of function ‘memset’ [-Werror=implicit-function-declaration]
  memset(pie, 0, sizeof(*pie));
  ^~~~~~
../lib/sched/rte_pie.c:22:2: error: incompatible implicit declaration of built-in function ‘memset’ [-Werror]
../lib/sched/rte_pie.c:22:2: note: include ‘<string.h>’ or provide a declaration of ‘memset’
cc1: all warnings being treated as errors
[403/3411] Generating rte_sched_mingw with a custom command.
[404/3411] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_sched.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
[390/3589] Linking target lib/librte_rib.so.22.1.
[391/3589] Compiling C object 'lib/76b5a35@@rte_reorder@sta/reorder_rte_reorder.c.o'.
[392/3589] Linking static target lib/librte_reorder.a.
[393/3589] Generating rte_reorder_def with a custom command.
[394/3589] Generating rte_reorder_mingw with a custom command.
[395/3589] Generating symbol file 'lib/76b5a35@@rte_dmadev@sha/librte_dmadev.so.22.1.symbols'.
[396/3589] Linking target lib/librte_reorder.so.22.1.
[397/3589] Generating symbol file 'lib/76b5a35@@rte_rib@sha/librte_rib.so.22.1.symbols'.
[398/3589] Generating rte_sched_def with a custom command.
[399/3589] Generating symbol file 'lib/76b5a35@@rte_reorder@sha/librte_reorder.so.22.1.symbols'.
[400/3589] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_red.c.o'.
[401/3589] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o'.
FAILED: lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o 
powerpc64le-linux-gnu-gcc -Ilib/76b5a35@@rte_sched@sta -Ilib -I../lib -Ilib/sched -I../lib/sched -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/ppc/include -I../lib/eal/ppc/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/meter -I../lib/meter -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-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.sched  -MD -MQ 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o' -MF 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o.d' -o 'lib/76b5a35@@rte_sched@sta/sched_rte_pie.c.o' -c ../lib/sched/rte_pie.c
../lib/sched/rte_pie.c: In function ‘rte_pie_rt_data_init’:
../lib/sched/rte_pie.c:22:2: error: implicit declaration of function ‘memset’ [-Werror=implicit-function-declaration]
  memset(pie, 0, sizeof(*pie));
  ^~~~~~
../lib/sched/rte_pie.c:22:2: error: incompatible implicit declaration of built-in function ‘memset’ [-Werror]
../lib/sched/rte_pie.c:22:2: note: include ‘<string.h>’ or provide a declaration of ‘memset’
cc1: all warnings being treated as errors
[402/3589] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_approx.c.o'.
[403/3589] Compiling C object 'lib/76b5a35@@rte_sched@sta/sched_rte_sched.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2022-03-01 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tencent_434FD929498483CED177D5C8A008428C0006@qq.com>
2022-03-01 19:00 ` |SUCCESS| pw108451 [PATCH v4] sched: remove useless malloc in pie data init checkpatch
2022-03-01 20:58 ` |FAILURE| " 0-day Robot

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