automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw113834 [PATCH] [v9] sched: enable CMAN at runtime
@ 2022-07-08 15:02 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-07-08 15:02 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Marcin Danilewicz

[-- Attachment #1: Type: text/plain, Size: 5598 bytes --]

Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/113834

_Testing issues_

Submitter: Marcin Danilewicz <marcinx.danilewicz@intel.com>
Date: Friday, July 08 2022 13:14:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:204638154ea1ce7682ca4124b78520247ed0c0a8

113834 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Native            | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
[3156/3296] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_main.c.o'.
[3157/3296] Linking target examples/dpdk-fips_validation.
[3158/3296] Compiling C object 'examples/c590b3c@@dpdk-flow_filtering@exe/flow_filtering_main.c.o'.
[3159/3296] Linking target examples/dpdk-flow_filtering.
[3160/3296] Linking target examples/dpdk-flow_classify.
[3161/3296] Compiling C object 'examples/c590b3c@@dpdk-helloworld@exe/helloworld_main.c.o'.
[3162/3296] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_action.c.o'.
[3163/3296] Linking target examples/dpdk-helloworld.
[3164/3296] Linking target examples/dpdk-ip_fragmentation.
[3165/3296] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_cli.c.o'.
[3166/3296] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_conn.c.o'.
[3167/3296] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_thread.c.o'.
[3168/3296] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o'.
FAILED: examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o
ccache aarch64-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-ip_pipeline@exe -Iexamples -I../examples -Iexamples/ip_pipeline -I../examples/ip_pipeline -I../examples/common -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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/pipeline -I../lib/pipeline -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/cryptodev -I../lib/cryptodev -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/kni -I../lib/kni -Ilib/pci -I../lib/pci -Ilib/table -I../lib/table -Ilib/lpm -I../lib/lpm -Ilib/acl -I../lib/acl -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -fdiagnostics-color=always -pipe -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=armv8-a+crc -moutline-atomics -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o' -MF 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o.d' -o 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o' -c ../examples/ip_pipeline/tmgr.c
../examples/ip_pipeline/tmgr.c:20:37: error: 'cman_params' defined but not used [-Werror=unused-variable]
20 | static struct rte_sched_cman_params cman_params = {
|                                     ^~~~~~~~~~~
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 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 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)

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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/22965/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |FAILURE| pw113834 [PATCH v9] sched: enable CMAN at runtime
       [not found] <20220708131431.148279-1-marcinx.danilewicz@intel.com>
@ 2022-07-08 14:39 ` 0-day Robot
  0 siblings, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-07-08 14:39 UTC (permalink / raw)
  To: test-report; +Cc: marcinx.danilewicz, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2636348947
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-shared-abi+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-shared-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-shared-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-shared-riscv64" failed at step Build and test
"fedora:35-gcc-shared" failed at step Build
"fedora:35-clang-shared" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
[3493/4631] Linking target examples/dpdk-helloworld.
[3494/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_cli.c.o'.
[3495/4631] Linking target examples/dpdk-ip_fragmentation.
[3496/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_conn.c.o'.
[3497/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tap.c.o'.
[3498/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_pipeline.c.o'.
[3499/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_thread.c.o'.
[3500/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_main.c.o'.
[3501/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_cryptodev.c.o'.
[3502/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_kni.c.o'.
[3503/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_link.c.o'.
[3504/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_mempool.c.o'.
[3505/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_swq.c.o'.
[3506/4631] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o'.
[3507/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o'.
FAILED: examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o 
ccache gcc -Iexamples/c590b3c@@dpdk-ip_pipeline@exe -Iexamples -I../examples -Iexamples/ip_pipeline -I../examples/ip_pipeline -I../examples/common -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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/pipeline -I../lib/pipeline -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/cryptodev -I../lib/cryptodev -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/kni -I../lib/kni -Ilib/pci -I../lib/pci -Ilib/table -I../lib/table -Ilib/lpm -I../lib/lpm -Ilib/acl -I../lib/acl -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -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 -D_GNU_SOURCE -march=corei7 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o' -MF 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o.d' -o 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o' -c ../examples/ip_pipeline/tmgr.c
../examples/ip_pipeline/tmgr.c:20:37: error: ‘cman_params’ defined but not used [-Werror=unused-variable]
   20 | static struct rte_sched_cman_params cman_params = {
      |                                     ^~~~~~~~~~~
cc1: all warnings being treated as errors
[3508/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_parser.c.o'.
[3509/4631] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
[3493/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_fragmentation@exe/ip_fragmentation_main.c.o'.
[3494/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_conn.c.o'.
[3495/4631] Linking target examples/dpdk-ip_fragmentation.
[3496/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tap.c.o'.
[3497/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_cli.c.o'.
[3498/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_thread.c.o'.
[3499/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_main.c.o'.
[3500/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_pipeline.c.o'.
[3501/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_cryptodev.c.o'.
[3502/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_kni.c.o'.
[3503/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_link.c.o'.
[3504/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_mempool.c.o'.
[3505/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_swq.c.o'.
[3506/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_parser.c.o'.
[3507/4631] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o'.
FAILED: examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o 
ccache clang -Iexamples/c590b3c@@dpdk-ip_pipeline@exe -Iexamples -I../examples -Iexamples/ip_pipeline -I../examples/ip_pipeline -I../examples/common -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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/pipeline -I../lib/pipeline -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/cryptodev -I../lib/cryptodev -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/kni -I../lib/kni -Ilib/pci -I../lib/pci -Ilib/table -I../lib/table -Ilib/lpm -I../lib/lpm -Ilib/acl -I../lib/acl -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -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-missing-field-initializers -D_GNU_SOURCE -march=corei7 -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o' -MF 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o.d' -o 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o' -c ../examples/ip_pipeline/tmgr.c
../examples/ip_pipeline/tmgr.c:20:37: error: unused variable 'cman_params' [-Werror,-Wunused-variable]
static struct rte_sched_cman_params cman_params = {
                                    ^
1 error generated.
[3508/4631] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_esp.c.o'.
[3509/4631] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[3168/4248] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_conn.c.o'.
[3169/4248] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_cryptodev.c.o'.
[3170/4248] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_kni.c.o'.
[3171/4248] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_main.c.o'.
[3172/4248] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_mempool.c.o'.
[3173/4248] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_main.c.o'.
[3174/4248] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_pipeline.c.o'.
[3175/4248] Linking target examples/dpdk-fips_validation.
[3176/4248] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_thread.c.o'.
[3177/4248] Compiling C object 'examples/c590b3c@@dpdk-ip_reassembly@exe/ip_reassembly_main.c.o'.
[3178/4248] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_flow.c.o'.
[3179/4248] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_esp.c.o'.
[3180/4248] Linking target examples/dpdk-ip_reassembly.
[3181/4248] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o'.
[3182/4248] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o'.
FAILED: examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o 
ccache aarch64-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-ip_pipeline@exe -Iexamples -I../examples -Iexamples/ip_pipeline -I../examples/ip_pipeline -I../examples/common -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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/pipeline -I../lib/pipeline -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/cryptodev -I../lib/cryptodev -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/kni -I../lib/kni -Ilib/pci -I../lib/pci -Ilib/table -I../lib/table -Ilib/lpm -I../lib/lpm -Ilib/acl -I../lib/acl -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -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 -D_GNU_SOURCE -march=armv8-a+crc -moutline-atomics -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o' -MF 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o.d' -o 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o' -c ../examples/ip_pipeline/tmgr.c
../examples/ip_pipeline/tmgr.c:20:37: error: ‘cman_params’ defined but not used [-Werror=unused-variable]
   20 | static struct rte_sched_cman_params cman_params = {
      |                                     ^~~~~~~~~~~
cc1: all warnings being treated as errors
[3183/4248] Compiling C object 'examples/c590b3c@@dpdk-l2fwd@exe/l2fwd_main.c.o'.
[3184/4248] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_rt.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
[1444/4089] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_altivec.c.o'.
[1445/4089] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_hash.c.o'.
[1446/4089] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_vf_representor.c.o'.
[1447/4089] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.c.o'.
[1448/4089] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_pf.c.o'.
[1449/4089] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_flow.c.o'.
[1450/4089] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_fdir.c.o'.
[1451/4089] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_main.c.o'.
[1452/4089] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_mempool.c.o'.
[1453/4089] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_pipeline.c.o'.
[1454/4089] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_flow.c.o'.
[1455/4089] Compiling C object 'examples/c590b3c@@dpdk-ip_reassembly@exe/ip_reassembly_main.c.o'.
[1456/4089] Linking target examples/dpdk-ip_reassembly.
[1457/4089] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_thread.c.o'.
[1458/4089] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o'.
FAILED: examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o 
ccache powerpc64le-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-ip_pipeline@exe -Iexamples -I../examples -Iexamples/ip_pipeline -I../examples/ip_pipeline -I../examples/common -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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/pipeline -I../lib/pipeline -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/cryptodev -I../lib/cryptodev -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/kni -I../lib/kni -Ilib/pci -I../lib/pci -Ilib/table -I../lib/table -Ilib/lpm -I../lib/lpm -Ilib/acl -I../lib/acl -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -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 -D_GNU_SOURCE -mcpu=power8 -mtune=power8 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o' -MF 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o.d' -o 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o' -c ../examples/ip_pipeline/tmgr.c
../examples/ip_pipeline/tmgr.c:20:37: error: ‘cman_params’ defined but not used [-Werror=unused-variable]
   20 | static struct rte_sched_cman_params cman_params = {
      |                                     ^~~~~~~~~~~
cc1: all warnings being treated as errors
[1459/4089] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_esp.c.o'.
[1460/4089] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################
[2974/4059] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_dev_self_test.c.o'.
[2975/4059] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_xts.c.o'.
[2976/4059] Compiling C object 'examples/c590b3c@@dpdk-flow_filtering@exe/flow_filtering_main.c.o'.
[2977/4059] Compiling C object 'examples/c590b3c@@dpdk-helloworld@exe/helloworld_main.c.o'.
[2978/4059] Linking target examples/dpdk-flow_classify.
[2979/4059] Linking target examples/dpdk-flow_filtering.
[2980/4059] Linking target examples/dpdk-helloworld.
[2981/4059] Compiling C object 'examples/c590b3c@@dpdk-ip_fragmentation@exe/ip_fragmentation_main.c.o'.
[2982/4059] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_action.c.o'.
[2983/4059] Linking target examples/dpdk-ip_fragmentation.
[2984/4059] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_main.c.o'.
[2985/4059] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_cli.c.o'.
[2986/4059] Linking target examples/dpdk-fips_validation.
[2987/4059] Compiling C object 'examples/c590b3c@@dpdk-ip_reassembly@exe/ip_reassembly_main.c.o'.
[2988/4059] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o'.
FAILED: examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o 
ccache riscv64-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-ip_pipeline@exe -Iexamples -I../examples -Iexamples/ip_pipeline -I../examples/ip_pipeline -I../examples/common -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/riscv/include -I../lib/eal/riscv/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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/pipeline -I../lib/pipeline -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/cryptodev -I../lib/cryptodev -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/kni -I../lib/kni -Ilib/pci -I../lib/pci -Ilib/table -I../lib/table -Ilib/lpm -I../lib/lpm -Ilib/acl -I../lib/acl -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -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 -D_GNU_SOURCE -march=rv64gc -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o' -MF 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o.d' -o 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o' -c ../examples/ip_pipeline/tmgr.c
../examples/ip_pipeline/tmgr.c:20:37: error: ‘cman_params’ defined but not used [-Werror=unused-variable]
   20 | static struct rte_sched_cman_params cman_params = {
      |                                     ^~~~~~~~~~~
cc1: all warnings being treated as errors
[2989/4059] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tap.c.o'.
[2990/4059] 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-shared-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-gcc-shared" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc-shared" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-clang-shared" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang-shared" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2022-07-08 15:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08 15:02 |FAILURE| pw113834 [PATCH] [v9] sched: enable CMAN at runtime dpdklab
     [not found] <20220708131431.148279-1-marcinx.danilewicz@intel.com>
2022-07-08 14:39 ` |FAILURE| pw113834 [PATCH v9] " 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).