automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |SUCCESS| pw96919 [PATCH 4/4] examples/pipeline: add learner table example
       [not found] <20210813235232.65757-4-cristian.dumitrescu@intel.com>
@ 2021-08-13 23:54 ` checkpatch
  2021-08-14  0:18 ` [dpdk-test-report] |FAILURE| pw96919 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-08-13 23:54 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* [dpdk-test-report] |FAILURE| pw96919 [dpdk-dev] [PATCH 4/4] examples/pipeline: add learner table example
       [not found] <20210813235232.65757-4-cristian.dumitrescu@intel.com>
  2021-08-13 23:54 ` [dpdk-test-report] |SUCCESS| pw96919 [PATCH 4/4] examples/pipeline: add learner table example checkpatch
@ 2021-08-14  0:18 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-08-14  0:18 UTC (permalink / raw)
  To: test-report; +Cc: cristian.dumitrescu, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1129353925
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-abi+doc+tests" failed at step Build and test
"ubuntu-18.04-clang-static" failed at step Build and test
"ubuntu-18.04-clang-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-gcc-static-i386" failed at step Build and test
"ubuntu-18.04-gcc-static-aarch64" failed at step Build and test
"ubuntu-18.04-gcc-shared-aarch64" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
[458/3253] Compiling C object 'lib/76b5a35@@rte_table@sta/table_rte_table_stub.c.o'.
[459/3253] Linking static target lib/librte_table.a.
[460/3253] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_pipeline.c.o'.
[461/3253] Generating rte_pipeline_def with a custom command.
[462/3253] Generating rte_pipeline_mingw with a custom command.
[463/3253] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
[464/3253] Linking target lib/librte_table.so.21.3.
[465/3253] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_port_in_action.c.o'.
[466/3253] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o'.
FAILED: lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o 
ccache gcc -Ilib/76b5a35@@rte_pipeline@sta -Ilib -I../lib -Ilib/pipeline -I../lib/pipeline -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/port -I../lib/port -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.pipeline  -MD -MQ 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o' -MF 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o.d' -o 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o' -c ../lib/pipeline/rte_swx_pipeline.c
../lib/pipeline/rte_swx_pipeline.c: In function ‘instr_table_translate’:
../lib/pipeline/rte_swx_pipeline.c:3568:18: error: unused variable ‘l’ [-Werror=unused-variable]
  struct learner *l;
                  ^
../lib/pipeline/rte_swx_pipeline.c: In function ‘instr_extern_translate’:
../lib/pipeline/rte_swx_pipeline.c:3879:2: error: ‘l’ undeclared (first use in this function)
  l = learner_find(p, tokens[1]);
  ^
../lib/pipeline/rte_swx_pipeline.c:3879:2: note: each undeclared identifier is reported only once for each function it appears in
cc1: all warnings being treated as errors
[467/3253] Generating symbol file 'lib/76b5a35@@rte_table@sha/librte_table.so.21.3.symbols'.
[468/3253] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline_spec.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
[471/3469] Compiling C object 'lib/76b5a35@@rte_table@sta/table_rte_table_stub.c.o'.
[472/3469] Linking static target lib/librte_table.a.
[473/3469] Generating rte_pipeline_def with a custom command.
[474/3469] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_pipeline.c.o'.
[475/3469] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
[476/3469] Generating rte_pipeline_mingw with a custom command.
[477/3469] Linking target lib/librte_table.so.21.3.
[478/3469] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_port_in_action.c.o'.
[479/3469] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o'.
FAILED: lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o 
ccache gcc -Ilib/76b5a35@@rte_pipeline@sta -Ilib -I../lib -Ilib/pipeline -I../lib/pipeline -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/port -I../lib/port -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.pipeline  -MD -MQ 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o' -MF 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o.d' -o 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o' -c ../lib/pipeline/rte_swx_pipeline.c
../lib/pipeline/rte_swx_pipeline.c: In function ‘instr_table_translate’:
../lib/pipeline/rte_swx_pipeline.c:3568:18: error: unused variable ‘l’ [-Werror=unused-variable]
  struct learner *l;
                  ^
../lib/pipeline/rte_swx_pipeline.c: In function ‘instr_extern_translate’:
../lib/pipeline/rte_swx_pipeline.c:3879:2: error: ‘l’ undeclared (first use in this function)
  l = learner_find(p, tokens[1]);
  ^
../lib/pipeline/rte_swx_pipeline.c:3879:2: note: each undeclared identifier is reported only once for each function it appears in
cc1: all warnings being treated as errors
[480/3469] Generating symbol file 'lib/76b5a35@@rte_table@sha/librte_table.so.21.3.symbols'.
[481/3469] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline_spec.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
[464/3255] Linking static target lib/librte_table.a.
[465/3255] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_pipeline.c.o'.
[466/3255] Linking target lib/librte_table.so.21.3.
[467/3255] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
[468/3255] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_port_in_action.c.o'.
[469/3255] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o'.
FAILED: lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o 
ccache clang -Ilib/76b5a35@@rte_pipeline@sta -Ilib -I../lib -Ilib/pipeline -I../lib/pipeline -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/port -I../lib/port -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -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 -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.pipeline  -MD -MQ 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o' -MF 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o.d' -o 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o' -c ../lib/pipeline/rte_swx_pipeline.c
../lib/pipeline/rte_swx_pipeline.c:3568:18: error: unused variable 'l' [-Werror,-Wunused-variable]
        struct learner *l;
                        ^
../lib/pipeline/rte_swx_pipeline.c:3879:2: error: use of undeclared identifier 'l'
        l = learner_find(p, tokens[1]);
        ^
../lib/pipeline/rte_swx_pipeline.c:3880:6: error: use of undeclared identifier 'l'
        if (l) {
            ^
../lib/pipeline/rte_swx_pipeline.c:3882:27: error: use of undeclared identifier 'l'
                instr->table.table_id = l->id;
                                        ^
4 errors generated.
[470/3255] Generating symbol file 'lib/76b5a35@@rte_table@sha/librte_table.so.21.3.symbols'.
[471/3255] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline_spec.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
[477/3471] Linking static target lib/librte_table.a.
[478/3471] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_pipeline.c.o'.
[479/3471] Linking target lib/librte_table.so.21.3.
[480/3471] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
[481/3471] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_port_in_action.c.o'.
[482/3471] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o'.
FAILED: lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o 
ccache clang -Ilib/76b5a35@@rte_pipeline@sta -Ilib -I../lib -Ilib/pipeline -I../lib/pipeline -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/port -I../lib/port -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -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 -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.pipeline  -MD -MQ 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o' -MF 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o.d' -o 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o' -c ../lib/pipeline/rte_swx_pipeline.c
../lib/pipeline/rte_swx_pipeline.c:3568:18: error: unused variable 'l' [-Werror,-Wunused-variable]
        struct learner *l;
                        ^
../lib/pipeline/rte_swx_pipeline.c:3879:2: error: use of undeclared identifier 'l'
        l = learner_find(p, tokens[1]);
        ^
../lib/pipeline/rte_swx_pipeline.c:3880:6: error: use of undeclared identifier 'l'
        if (l) {
            ^
../lib/pipeline/rte_swx_pipeline.c:3882:27: error: use of undeclared identifier 'l'
                instr->table.table_id = l->id;
                                        ^
4 errors generated.
[483/3471] Generating symbol file 'lib/76b5a35@@rte_table@sha/librte_table.so.21.3.symbols'.
[484/3471] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline_spec.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-i386" at step Build and test
####################################################################################
[442/2513] Compiling C object 'lib/76b5a35@@rte_table@sta/table_rte_table_lpm_ipv6.c.o'.
[443/2513] Compiling C object 'lib/76b5a35@@rte_table@sta/table_rte_table_stub.c.o'.
[444/2513] Generating rte_pipeline_def with a custom command.
[445/2513] Linking static target lib/librte_table.a.
[446/2513] Generating rte_pipeline_mingw with a custom command.
[447/2513] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_pipeline.c.o'.
[448/2513] Linking target lib/librte_table.so.21.3.
[449/2513] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_port_in_action.c.o'.
[450/2513] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o'.
FAILED: lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o 
ccache gcc -Ilib/76b5a35@@rte_pipeline@sta -Ilib -I../lib -Ilib/pipeline -I../lib/pipeline -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/port -I../lib/port -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -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/table -I../lib/table -Ilib/lpm -I../lib/lpm -Ilib/acl -I../lib/acl -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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 -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.pipeline  -MD -MQ 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o' -MF 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o.d' -o 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o' -c ../lib/pipeline/rte_swx_pipeline.c
../lib/pipeline/rte_swx_pipeline.c: In function ‘instr_table_translate’:
../lib/pipeline/rte_swx_pipeline.c:3568:18: error: unused variable ‘l’ [-Werror=unused-variable]
  struct learner *l;
                  ^
../lib/pipeline/rte_swx_pipeline.c: In function ‘instr_extern_translate’:
../lib/pipeline/rte_swx_pipeline.c:3879:2: error: ‘l’ undeclared (first use in this function)
  l = learner_find(p, tokens[1]);
  ^
../lib/pipeline/rte_swx_pipeline.c:3879:2: note: each undeclared identifier is reported only once for each function it appears in
cc1: all warnings being treated as errors
[451/2513] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
[452/2513] Generating symbol file 'lib/76b5a35@@rte_table@sha/librte_table.so.21.3.symbols'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################
[458/3253] Linking static target lib/librte_table.a.
[459/3253] Generating rte_table_mingw with a custom command.
[460/3253] Generating rte_pipeline_def with a custom command.
[461/3253] Generating rte_pipeline_mingw with a custom command.
[462/3253] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_pipeline.c.o'.
[463/3253] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
[464/3253] Linking target lib/librte_table.so.21.3.
[465/3253] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_port_in_action.c.o'.
[466/3253] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o'.
FAILED: lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o 
ccache gcc -Ilib/76b5a35@@rte_pipeline@sta -Ilib -I../lib -Ilib/pipeline -I../lib/pipeline -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/port -I../lib/port -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.pipeline  -MD -MQ 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o' -MF 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o.d' -o 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o' -c ../lib/pipeline/rte_swx_pipeline.c
../lib/pipeline/rte_swx_pipeline.c: In function ‘instr_table_translate’:
../lib/pipeline/rte_swx_pipeline.c:3568:18: error: unused variable ‘l’ [-Werror=unused-variable]
  struct learner *l;
                  ^
../lib/pipeline/rte_swx_pipeline.c: In function ‘instr_extern_translate’:
../lib/pipeline/rte_swx_pipeline.c:3879:2: error: ‘l’ undeclared (first use in this function)
  l = learner_find(p, tokens[1]);
  ^
../lib/pipeline/rte_swx_pipeline.c:3879:2: note: each undeclared identifier is reported only once for each function it appears in
cc1: all warnings being treated as errors
[467/3253] Generating symbol file 'lib/76b5a35@@rte_table@sha/librte_table.so.21.3.symbols'.
[468/3253] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline_spec.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
####################################################################################
[471/3466] Compiling C object 'lib/76b5a35@@rte_table@sta/table_rte_table_stub.c.o'.
[472/3466] Linking static target lib/librte_table.a.
[473/3466] Generating rte_pipeline_def with a custom command.
[474/3466] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_pipeline.c.o'.
[475/3466] Generating rte_pipeline_mingw with a custom command.
[476/3466] Linking target lib/librte_table.so.21.3.
[477/3466] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
[478/3466] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_port_in_action.c.o'.
[479/3466] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o'.
FAILED: lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o 
ccache gcc -Ilib/76b5a35@@rte_pipeline@sta -Ilib -I../lib -Ilib/pipeline -I../lib/pipeline -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/port -I../lib/port -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.pipeline  -MD -MQ 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o' -MF 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o.d' -o 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o' -c ../lib/pipeline/rte_swx_pipeline.c
../lib/pipeline/rte_swx_pipeline.c: In function ‘instr_table_translate’:
../lib/pipeline/rte_swx_pipeline.c:3568:18: error: unused variable ‘l’ [-Werror=unused-variable]
  struct learner *l;
                  ^
../lib/pipeline/rte_swx_pipeline.c: In function ‘instr_extern_translate’:
../lib/pipeline/rte_swx_pipeline.c:3879:2: error: ‘l’ undeclared (first use in this function)
  l = learner_find(p, tokens[1]);
  ^
../lib/pipeline/rte_swx_pipeline.c:3879:2: note: each undeclared identifier is reported only once for each function it appears in
cc1: all warnings being treated as errors
[480/3466] Generating symbol file 'lib/76b5a35@@rte_table@sha/librte_table.so.21.3.symbols'.
[481/3466] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline_spec.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
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2021-08-14  0:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210813235232.65757-4-cristian.dumitrescu@intel.com>
2021-08-13 23:54 ` [dpdk-test-report] |SUCCESS| pw96919 [PATCH 4/4] examples/pipeline: add learner table example checkpatch
2021-08-14  0:18 ` [dpdk-test-report] |FAILURE| pw96919 [dpdk-dev] " 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).