automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: radhac@marvell.com, robot@bytheb.org
Subject: [dpdk-test-report] |FAILURE| pw102833 [dpdk-dev] [PATCH 4/4] dma/cnxk: add copy_sg function
Date: Tue, 26 Oct 2021 00:38:42 -0400	[thread overview]
Message-ID: <20211026043842.10691-1-robot@bytheb.org> (raw)
In-Reply-To: <20211026041300.28924-4-radhac@marvell.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1384081239
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-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-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
####################################################################################
[961/3339] Generating rte_mempool_stack_mingw with a custom command.
[962/3339] Generating symbol file 'drivers/a715181@@rte_mempool_octeontx2@sha/librte_mempool_octeontx2.so.22.0.symbols'.
[963/3339] Compiling C object 'drivers/a715181@@rte_mempool_stack@sha/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[964/3339] Linking target drivers/librte_mempool_stack.so.22.0.
[965/3339] Generating rte_mempool_ring.pmd.c with a custom command.
[966/3339] Generating rte_dma_cnxk_mingw with a custom command.
[967/3339] Compiling C object 'drivers/a715181@@rte_mempool_ring@sta/meson-generated_.._rte_mempool_ring.pmd.c.o'.
[968/3339] Compiling C object 'drivers/a715181@@rte_mempool_ring@sha/meson-generated_.._rte_mempool_ring.pmd.c.o'.
[969/3339] Linking static target drivers/librte_mempool_ring.a.
[970/3339] Linking target drivers/librte_mempool_ring.so.22.0.
[971/3339] Generating rte_dma_cnxk_def with a custom command.
[972/3339] Compiling C object 'drivers/a715181@@tmp_rte_dma_idxd@sta/dma_idxd_idxd_pci.c.o'.
[973/3339] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o'.
FAILED: drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_dma_cnxk@sta -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -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=pmd.dma.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -MF 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o.d' -o 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -c ../drivers/dma/cnxk/cnxk_dmadev.c
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_remove’:
../drivers/dma/cnxk/cnxk_dmadev.c:487:12: error: ‘rte_dma_devices’ undeclared (first use in this function); did you mean ‘rte_dma_dev_ops’?
  dmadev = &rte_dma_devices[dev_id];
            ^~~~~~~~~~~~~~~
            rte_dma_dev_ops
../drivers/dma/cnxk/cnxk_dmadev.c:487:12: note: each undeclared identifier is reported only once for each function it appears in
[974/3339] Compiling C object 'drivers/a715181@@tmp_rte_dma_idxd@sta/dma_idxd_idxd_bus.c.o'.
[975/3339] Compiling C object 'drivers/a715181@@tmp_rte_dma_idxd@sta/dma_idxd_idxd_common.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-doc+tests" at step Build and test
####################################################################################
[976/3550] Linking target drivers/librte_mempool_octeontx2.so.22.0.
[977/3550] Compiling C object 'drivers/a715181@@rte_mempool_stack@sta/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[978/3550] Linking target drivers/librte_mempool_ring.so.22.0.
[979/3550] Linking static target drivers/librte_mempool_stack.a.
[980/3550] Generating rte_mempool_stack_def with a custom command.
[981/3550] Generating rte_mempool_stack_mingw with a custom command.
[982/3550] Compiling C object 'drivers/a715181@@rte_mempool_stack@sha/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[983/3550] Generating symbol file 'drivers/a715181@@rte_mempool_octeontx2@sha/librte_mempool_octeontx2.so.22.0.symbols'.
[984/3550] Linking target drivers/librte_mempool_stack.so.22.0.
[985/3550] Generating symbol file 'drivers/a715181@@rte_mempool_ring@sha/librte_mempool_ring.so.22.0.symbols'.
[986/3550] Generating rte_dma_cnxk_mingw with a custom command.
[987/3550] Generating symbol file 'drivers/a715181@@rte_mempool_stack@sha/librte_mempool_stack.so.22.0.symbols'.
[988/3550] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o'.
FAILED: drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_dma_cnxk@sta -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -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=pmd.dma.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -MF 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o.d' -o 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -c ../drivers/dma/cnxk/cnxk_dmadev.c
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_remove’:
../drivers/dma/cnxk/cnxk_dmadev.c:487:12: error: ‘rte_dma_devices’ undeclared (first use in this function); did you mean ‘rte_dma_dev_ops’?
  dmadev = &rte_dma_devices[dev_id];
            ^~~~~~~~~~~~~~~
            rte_dma_dev_ops
../drivers/dma/cnxk/cnxk_dmadev.c:487:12: note: each undeclared identifier is reported only once for each function it appears in
[989/3550] Generating rte_dma_cnxk_def with a custom command.
[990/3550] Compiling C object 'drivers/a715181@@tmp_rte_dma_idxd@sta/dma_idxd_idxd_pci.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
[958/3341] Generating rte_mempool_stack_mingw with a custom command.
[959/3341] Compiling C object 'drivers/a715181@@tmp_rte_mempool_stack@sta/mempool_stack_rte_mempool_stack.c.o'.
[960/3341] Linking static target drivers/libtmp_rte_mempool_stack.a.
[961/3341] Generating rte_mempool_stack.pmd.c with a custom command.
[962/3341] Compiling C object 'drivers/a715181@@rte_mempool_stack@sta/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[963/3341] Linking static target drivers/librte_mempool_stack.a.
[964/3341] Compiling C object 'drivers/a715181@@rte_mempool_stack@sha/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[965/3341] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o'.
FAILED: drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_dma_cnxk@sta -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -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=pmd.dma.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -MF 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o.d' -o 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -c ../drivers/dma/cnxk/cnxk_dmadev.c
../drivers/dma/cnxk/cnxk_dmadev.c:487:12: error: use of undeclared identifier 'rte_dma_devices'; did you mean 'rte_dma_dev_max'?
        dmadev = &rte_dma_devices[dev_id];
                  ^~~~~~~~~~~~~~~
                  rte_dma_dev_max
../lib/dmadev/rte_dmadev.h:177:5: note: 'rte_dma_dev_max' declared here
int rte_dma_dev_max(size_t dev_max);
    ^
../drivers/dma/cnxk/cnxk_dmadev.c:487:12: error: subscript of pointer to function type 'int (size_t)' (aka 'int (unsigned long)')
        dmadev = &rte_dma_devices[dev_id];
                  ^~~~~~~~~~~~~~~
2 errors generated.
[966/3341] Linking target drivers/librte_mempool_stack.so.22.0.
[967/3341] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.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
####################################################################################
[975/3552] Generating symbol file 'drivers/a715181@@rte_mempool_ring@sha/librte_mempool_ring.so.22.0.symbols'.
[976/3552] Compiling C object 'drivers/a715181@@rte_mempool_stack@sta/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[977/3552] Generating rte_mempool_stack_def with a custom command.
[978/3552] Linking static target drivers/librte_mempool_stack.a.
[979/3552] Generating rte_mempool_stack_mingw with a custom command.
[980/3552] Compiling C object 'drivers/a715181@@rte_mempool_stack@sha/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[981/3552] Linking target drivers/librte_mempool_stack.so.22.0.
[982/3552] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o'.
FAILED: drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_dma_cnxk@sta -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -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=pmd.dma.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -MF 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o.d' -o 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -c ../drivers/dma/cnxk/cnxk_dmadev.c
../drivers/dma/cnxk/cnxk_dmadev.c:487:12: error: use of undeclared identifier 'rte_dma_devices'; did you mean 'rte_dma_dev_max'?
        dmadev = &rte_dma_devices[dev_id];
                  ^~~~~~~~~~~~~~~
                  rte_dma_dev_max
../lib/dmadev/rte_dmadev.h:177:5: note: 'rte_dma_dev_max' declared here
int rte_dma_dev_max(size_t dev_max);
    ^
../drivers/dma/cnxk/cnxk_dmadev.c:487:12: error: subscript of pointer to function type 'int (size_t)' (aka 'int (unsigned long)')
        dmadev = &rte_dma_devices[dev_id];
                  ^~~~~~~~~~~~~~~
2 errors generated.
[983/3552] Generating symbol file 'drivers/a715181@@rte_mempool_stack@sha/librte_mempool_stack.so.22.0.symbols'.
[984/3552] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.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-aarch64" at step Build and test
####################################################################################
[960/3339] Generating rte_mempool_stack.pmd.c with a custom command.
[961/3339] Compiling C object 'drivers/a715181@@rte_mempool_stack@sta/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[962/3339] Linking target drivers/librte_mempool_octeontx2.so.22.0.
[963/3339] Linking static target drivers/librte_mempool_stack.a.
[964/3339] Linking target drivers/librte_mempool_ring.so.22.0.
[965/3339] Generating rte_mempool_stack_def with a custom command.
[966/3339] Generating rte_mempool_stack_mingw with a custom command.
[967/3339] Compiling C object 'drivers/a715181@@rte_mempool_stack@sha/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[968/3339] Linking target drivers/librte_mempool_stack.so.22.0.
[969/3339] Generating rte_dma_cnxk_mingw with a custom command.
[970/3339] Generating symbol file 'drivers/a715181@@rte_mempool_octeontx2@sha/librte_mempool_octeontx2.so.22.0.symbols'.
[971/3339] Generating rte_dma_cnxk_def with a custom command.
[972/3339] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o'.
FAILED: drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_dma_cnxk@sta -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -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=pmd.dma.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -MF 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o.d' -o 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -c ../drivers/dma/cnxk/cnxk_dmadev.c
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_remove’:
../drivers/dma/cnxk/cnxk_dmadev.c:487:12: error: ‘rte_dma_devices’ undeclared (first use in this function); did you mean ‘rte_dma_dev_ops’?
  dmadev = &rte_dma_devices[dev_id];
            ^~~~~~~~~~~~~~~
            rte_dma_dev_ops
../drivers/dma/cnxk/cnxk_dmadev.c:487:12: note: each undeclared identifier is reported only once for each function it appears in
[973/3339] Compiling C object 'drivers/a715181@@tmp_rte_dma_idxd@sta/dma_idxd_idxd_pci.c.o'.
[974/3339] Compiling C object 'drivers/a715181@@tmp_rte_dma_idxd@sta/dma_idxd_idxd_bus.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
####################################################################################
[975/3547] Linking static target drivers/librte_mempool_stack.a.
[976/3547] Compiling C object 'drivers/a715181@@rte_mempool_ring@sta/meson-generated_.._rte_mempool_ring.pmd.c.o'.
[977/3547] Compiling C object 'drivers/a715181@@rte_mempool_ring@sha/meson-generated_.._rte_mempool_ring.pmd.c.o'.
[978/3547] Linking static target drivers/librte_mempool_ring.a.
[979/3547] Linking target drivers/librte_mempool_ring.so.22.0.
[980/3547] Generating rte_mempool_stack_def with a custom command.
[981/3547] Generating rte_mempool_stack_mingw with a custom command.
[982/3547] Compiling C object 'drivers/a715181@@rte_mempool_stack@sha/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[983/3547] Generating symbol file 'drivers/a715181@@rte_mempool_octeontx2@sha/librte_mempool_octeontx2.so.22.0.symbols'.
[984/3547] Linking target drivers/librte_mempool_stack.so.22.0.
[985/3547] Generating symbol file 'drivers/a715181@@rte_mempool_ring@sha/librte_mempool_ring.so.22.0.symbols'.
[986/3547] Generating rte_dma_cnxk_mingw with a custom command.
[987/3547] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o'.
FAILED: drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_dma_cnxk@sta -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -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=pmd.dma.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -MF 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o.d' -o 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -c ../drivers/dma/cnxk/cnxk_dmadev.c
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_remove’:
../drivers/dma/cnxk/cnxk_dmadev.c:487:12: error: ‘rte_dma_devices’ undeclared (first use in this function); did you mean ‘rte_dma_dev_ops’?
  dmadev = &rte_dma_devices[dev_id];
            ^~~~~~~~~~~~~~~
            rte_dma_dev_ops
../drivers/dma/cnxk/cnxk_dmadev.c:487:12: note: each undeclared identifier is reported only once for each function it appears in
[988/3547] Generating symbol file 'drivers/a715181@@rte_mempool_stack@sha/librte_mempool_stack.so.22.0.symbols'.
[989/3547] Compiling C object 'drivers/a715181@@tmp_rte_dma_idxd@sta/dma_idxd_idxd_pci.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-----------------------------

      parent reply	other threads:[~2021-10-26  4:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20211026041300.28924-4-radhac@marvell.com>
2021-10-26  4:14 ` [dpdk-test-report] |SUCCESS| pw102833 " checkpatch
2021-10-26  4:38 ` 0-day Robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211026043842.10691-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=radhac@marvell.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).