automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: ssebasti@amd.com, robot@bytheb.org
Subject: [dpdk-test-report] |FAILURE| pw92553 [dpdk-dev] [PATCH v1] raw/ptdma: introduce ptdma driver
Date: Fri, 30 Apr 2021 11:59:07 -0400	[thread overview]
Message-ID: <20210430155907.24026-1-robot@bytheb.org> (raw)
In-Reply-To: <20210430140559.126815-1-ssebasti@amd.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/799811728
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"
####################################################################################
[1997/3134] Linking target drivers/librte_raw_octeontx2_dma.so.21.2.
[1998/3134] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_enqdeq.c.o'.
[1999/3134] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_rawdev.c.o'.
[2000/3134] Generating rte_raw_octeontx2_ep_def with a custom command.
[2001/3134] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_vf.c.o'.
[2002/3134] Generating rte_raw_octeontx2_ep_mingw with a custom command.
[2003/3134] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_test.c.o'.
[2004/3134] Linking static target drivers/libtmp_rte_raw_octeontx2_ep.a.
[2005/3134] Generating rte_raw_octeontx2_ep.pmd.c with a custom command.
[2006/3134] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sta/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'.
[2007/3134] Linking static target drivers/librte_raw_octeontx2_ep.a.
[2008/3134] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sha/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'.
[2009/3134] Compiling C object 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_raw_ptdma@sta -Idrivers -I../drivers -Idrivers/raw/ptdma -I../drivers/raw/ptdma -Ilib/rawdev -I../lib/rawdev -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/bus/vdev -I../drivers/bus/vdev -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -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  -MD -MQ 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o' -MF 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o.d' -o 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o' -c ../drivers/raw/ptdma/ptdma_rawdev.c
../drivers/raw/ptdma/ptdma_rawdev.c: In function ‘ptdma_dev_configure’:
../drivers/raw/ptdma/ptdma_rawdev.c:58:40: error: pointer of type ‘void *’ used in arithmetic [-Werror=pointer-arith]
  ptdma->hdls = (void *)&ptdma->mz->addr[COMMANDS_PER_QUEUE];
                                        ^
../drivers/raw/ptdma/ptdma_rawdev.c:58:40: error: dereferencing ‘void *’ pointer [-Werror]
cc1: all warnings being treated as errors
[2010/3134] Compiling C object 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev_test.c.o'.
[2011/3134] Compiling C object 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_dev.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"
####################################################################################
[2048/3350] Linking target drivers/librte_raw_octeontx2_dma.so.21.2.
[2049/3350] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_rawdev.c.o'.
[2050/3350] Generating symbol file 'drivers/a715181@@rte_raw_ntb@sha/librte_raw_ntb.so.21.2.symbols'.
[2051/3350] Generating rte_raw_octeontx2_ep_def with a custom command.
[2052/3350] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_vf.c.o'.
[2053/3350] Generating rte_raw_octeontx2_ep_mingw with a custom command.
[2054/3350] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_test.c.o'.
[2055/3350] Linking static target drivers/libtmp_rte_raw_octeontx2_ep.a.
[2056/3350] Generating rte_raw_octeontx2_ep.pmd.c with a custom command.
[2057/3350] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sta/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'.
[2058/3350] Linking static target drivers/librte_raw_octeontx2_ep.a.
[2059/3350] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sha/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'.
[2060/3350] Compiling C object 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_raw_ptdma@sta -Idrivers -I../drivers -Idrivers/raw/ptdma -I../drivers/raw/ptdma -Ilib/rawdev -I../lib/rawdev -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/bus/vdev -I../drivers/bus/vdev -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -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  -MD -MQ 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o' -MF 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o.d' -o 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o' -c ../drivers/raw/ptdma/ptdma_rawdev.c
../drivers/raw/ptdma/ptdma_rawdev.c: In function ‘ptdma_dev_configure’:
../drivers/raw/ptdma/ptdma_rawdev.c:58:40: error: pointer of type ‘void *’ used in arithmetic [-Werror=pointer-arith]
  ptdma->hdls = (void *)&ptdma->mz->addr[COMMANDS_PER_QUEUE];
                                        ^
../drivers/raw/ptdma/ptdma_rawdev.c:58:40: error: dereferencing ‘void *’ pointer [-Werror]
cc1: all warnings being treated as errors
[2061/3350] Compiling C object 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_dev.c.o'.
[2062/3350] Compiling C object 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev_test.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"
####################################################################################
../drivers/raw/ptdma/rte_ptdma_rawdev_fns.h:184:22: note: use '&' for a bitwise operation
        while (!(cmd_q_ctrl && CMD_Q_HALT))
                            ^~
                            &
../drivers/raw/ptdma/rte_ptdma_rawdev_fns.h:184:22: note: remove constant to silence this warning
        while (!(cmd_q_ctrl && CMD_Q_HALT))
                           ~^~~~~~~~~~~~~
1 error generated.
[2012/3136] Compiling C object 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_dev.c.o'.
FAILED: drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_dev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_raw_ptdma@sta -Idrivers -I../drivers -Idrivers/raw/ptdma -I../drivers/raw/ptdma -Ilib/rawdev -I../lib/rawdev -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/bus/vdev -I../drivers/bus/vdev -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -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  -MD -MQ 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_dev.c.o' -MF 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_dev.c.o.d' -o 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_dev.c.o' -c ../drivers/raw/ptdma/ptdma_dev.c
In file included from ../drivers/raw/ptdma/ptdma_dev.c:24:
../drivers/raw/ptdma/rte_ptdma_rawdev_fns.h:184:22: error: use of logical '&&' with constant operand [-Werror,-Wconstant-logical-operand]
        while (!(cmd_q_ctrl && CMD_Q_HALT))
                            ^  ~~~~~~~~~~
../drivers/raw/ptdma/rte_ptdma_rawdev_fns.h:184:22: note: use '&' for a bitwise operation
        while (!(cmd_q_ctrl && CMD_Q_HALT))
                            ^~
                            &
../drivers/raw/ptdma/rte_ptdma_rawdev_fns.h:184:22: note: remove constant to silence this warning
        while (!(cmd_q_ctrl && CMD_Q_HALT))
                           ~^~~~~~~~~~~~~
1 error generated.
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"
####################################################################################
        while (!(cmd_q_ctrl && CMD_Q_HALT))
                           ~^~~~~~~~~~~~~
../drivers/raw/ptdma/ptdma_rawdev.c:58:40: error: subscript of a pointer to void is a GNU extension [-Werror,-Wpointer-arith]
        ptdma->hdls = (void *)&ptdma->mz->addr[COMMANDS_PER_QUEUE];
                               ~~~~~~~~~~~~~~~^
2 errors generated.
[2063/3352] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sha/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'.
[2064/3352] Compiling C object 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev_test.c.o'.
FAILED: drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev_test.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_raw_ptdma@sta -Idrivers -I../drivers -Idrivers/raw/ptdma -I../drivers/raw/ptdma -Ilib/rawdev -I../lib/rawdev -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/bus/vdev -I../drivers/bus/vdev -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -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  -MD -MQ 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev_test.c.o' -MF 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev_test.c.o.d' -o 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev_test.c.o' -c ../drivers/raw/ptdma/ptdma_rawdev_test.c
In file included from ../drivers/raw/ptdma/ptdma_rawdev_test.c:9:
In file included from ../drivers/raw/ptdma/rte_ptdma_rawdev.h:118:
../drivers/raw/ptdma/rte_ptdma_rawdev_fns.h:184:22: error: use of logical '&&' with constant operand [-Werror,-Wconstant-logical-operand]
        while (!(cmd_q_ctrl && CMD_Q_HALT))
                            ^  ~~~~~~~~~~
../drivers/raw/ptdma/rte_ptdma_rawdev_fns.h:184:22: note: use '&' for a bitwise operation
        while (!(cmd_q_ctrl && CMD_Q_HALT))
                            ^~
                            &
../drivers/raw/ptdma/rte_ptdma_rawdev_fns.h:184:22: note: remove constant to silence this warning
        while (!(cmd_q_ctrl && CMD_Q_HALT))
                           ~^~~~~~~~~~~~~
1 error generated.
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"
####################################################################################
../drivers/raw/ptdma/rte_ptdma_rawdev_fns.h:57:36: note: format string is defined here
  PTDMA_PMD_DEBUG("cmd_q->qidx  = %ld\n", cmd_q->qidx);
                                  ~~^
                                  %lld
In file included from ../drivers/raw/ptdma/rte_ptdma_rawdev_fns.h:12:0,
                 from ../drivers/raw/ptdma/rte_ptdma_rawdev.h:118,
                 from ../drivers/raw/ptdma/ptdma_rawdev_test.c:9:
../drivers/raw/ptdma/ptdma_pmd_private.h:14:48: error: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘uint64_t {aka long long unsigned int}’ [-Werror=format=]
  rte_log(RTE_LOG_ ## level, ptdma_pmd_logtype, "%s(): " fmt "\n", \
                                                ^
../drivers/raw/ptdma/ptdma_pmd_private.h:24:2: note: in expansion of macro ‘PTDMA_PMD_LOG’
  PTDMA_PMD_LOG(DEBUG, fmt, ## args)
  ^~~~~~~~~~~~~
../drivers/raw/ptdma/rte_ptdma_rawdev_fns.h:58:2: note: in expansion of macro ‘PTDMA_PMD_DEBUG’
  PTDMA_PMD_DEBUG("cmd_q->qsize  = %ld\n", cmd_q->qsize);
  ^~~~~~~~~~~~~~~
In file included from ../drivers/raw/ptdma/rte_ptdma_rawdev.h:118:0,
                 from ../drivers/raw/ptdma/ptdma_rawdev_test.c:9:
../drivers/raw/ptdma/rte_ptdma_rawdev_fns.h:58:37: note: format string is defined here
  PTDMA_PMD_DEBUG("cmd_q->qsize  = %ld\n", cmd_q->qsize);
                                   ~~^
                                   %lld
cc1: all warnings being treated as errors
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"
####################################################################################
[1997/3134] Linking target drivers/librte_raw_octeontx2_dma.so.21.2.
[1998/3134] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_enqdeq.c.o'.
[1999/3134] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_vf.c.o'.
[2000/3134] Generating rte_raw_octeontx2_ep_def with a custom command.
[2001/3134] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_rawdev.c.o'.
[2002/3134] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_test.c.o'.
[2003/3134] Generating rte_raw_octeontx2_ep_mingw with a custom command.
[2004/3134] Linking static target drivers/libtmp_rte_raw_octeontx2_ep.a.
[2005/3134] Generating rte_raw_octeontx2_ep.pmd.c with a custom command.
[2006/3134] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sta/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'.
[2007/3134] Linking static target drivers/librte_raw_octeontx2_ep.a.
[2008/3134] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sha/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'.
[2009/3134] Compiling C object 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_raw_ptdma@sta -Idrivers -I../drivers -Idrivers/raw/ptdma -I../drivers/raw/ptdma -Ilib/rawdev -I../lib/rawdev -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/bus/vdev -I../drivers/bus/vdev -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -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  -MD -MQ 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o' -MF 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o.d' -o 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o' -c ../drivers/raw/ptdma/ptdma_rawdev.c
../drivers/raw/ptdma/ptdma_rawdev.c: In function ‘ptdma_dev_configure’:
../drivers/raw/ptdma/ptdma_rawdev.c:58:40: error: pointer of type ‘void *’ used in arithmetic [-Werror=pointer-arith]
  ptdma->hdls = (void *)&ptdma->mz->addr[COMMANDS_PER_QUEUE];
                                        ^
../drivers/raw/ptdma/ptdma_rawdev.c:58:40: error: dereferencing ‘void *’ pointer [-Werror]
cc1: all warnings being treated as errors
[2010/3134] Compiling C object 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_dev.c.o'.
[2011/3134] Compiling C object 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev_test.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"
####################################################################################
[2043/3347] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_rawdev.c.o'.
[2044/3347] Linking target drivers/librte_raw_octeontx2_dma.so.21.2.
[2045/3347] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_vf.c.o'.
[2046/3347] Generating symbol file 'drivers/a715181@@rte_raw_ntb@sha/librte_raw_ntb.so.21.2.symbols'.
[2047/3347] Compiling C object 'drivers/a715181@@tmp_rte_raw_octeontx2_ep@sta/raw_octeontx2_ep_otx2_ep_test.c.o'.
[2048/3347] Linking static target drivers/libtmp_rte_raw_octeontx2_ep.a.
[2049/3347] Generating rte_raw_octeontx2_ep_def with a custom command.
[2050/3347] Generating rte_raw_octeontx2_ep_mingw with a custom command.
[2051/3347] Generating rte_raw_octeontx2_ep.pmd.c with a custom command.
[2052/3347] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sta/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'.
[2053/3347] Linking static target drivers/librte_raw_octeontx2_ep.a.
[2054/3347] Compiling C object 'drivers/a715181@@rte_raw_octeontx2_ep@sha/meson-generated_.._rte_raw_octeontx2_ep.pmd.c.o'.
[2055/3347] Compiling C object 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_raw_ptdma@sta -Idrivers -I../drivers -Idrivers/raw/ptdma -I../drivers/raw/ptdma -Ilib/rawdev -I../lib/rawdev -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/bus/vdev -I../drivers/bus/vdev -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -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  -MD -MQ 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o' -MF 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o.d' -o 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev.c.o' -c ../drivers/raw/ptdma/ptdma_rawdev.c
../drivers/raw/ptdma/ptdma_rawdev.c: In function ‘ptdma_dev_configure’:
../drivers/raw/ptdma/ptdma_rawdev.c:58:40: error: pointer of type ‘void *’ used in arithmetic [-Werror=pointer-arith]
  ptdma->hdls = (void *)&ptdma->mz->addr[COMMANDS_PER_QUEUE];
                                        ^
../drivers/raw/ptdma/ptdma_rawdev.c:58:40: error: dereferencing ‘void *’ pointer [-Werror]
cc1: all warnings being treated as errors
[2056/3347] Compiling C object 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_dev.c.o'.
[2057/3347] Compiling C object 'drivers/a715181@@tmp_rte_raw_ptdma@sta/raw_ptdma_ptdma_rawdev_test.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-04-30 15:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210430140559.126815-1-ssebasti@amd.com>
2021-04-30 14:09 ` [dpdk-test-report] |WARNING| pw92553 " checkpatch
2021-04-30 15:59 ` 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=20210430155907.24026-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=ssebasti@amd.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).