|FAILURE| pw131586 [PATCH v1 7/7] baseband/acc: add configure helper for VRB2
0-day Robot
robot at bytheb.org
Tue Sep 19 04:59:07 CEST 2023
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/131586/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6230157427
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-debug+doc+examples+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" failed at step Build and test
"fedora:37-gcc" failed at step Build
"fedora:37-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
4542 | ret = dequeue_mldts_one_op(q_data, q, &ops[i], dequeued_cbs, &aq_dequeued);
| ^~~~~~~
| |
| struct rte_bbdev_mldts_op **
../drivers/baseband/acc/rte_vrb_pmd.c:4455:52: note: expected ‘struct rte_bbdev_mldts_op **’ but argument is of type ‘struct rte_bbdev_mldts_op **’
4455 | struct acc_queue *q, struct rte_bbdev_mldts_op **ref_op,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../drivers/baseband/acc/rte_vrb_pmd.c: In function ‘vrb_bbdev_init’:
../drivers/baseband/acc/rte_vrb_pmd.c:4573:7: error: ‘struct rte_bbdev’ has no member named ‘enqueue_mldts_ops’; did you mean ‘enqueue_dec_ops’?
4573 | dev->enqueue_mldts_ops = vrb2_enqueue_mldts;
| ^~~~~~~~~~~~~~~~~
| enqueue_dec_ops
../drivers/baseband/acc/rte_vrb_pmd.c:4574:7: error: ‘struct rte_bbdev’ has no member named ‘dequeue_mldts_ops’; did you mean ‘dequeue_dec_ops’?
4574 | dev->dequeue_mldts_ops = vrb2_dequeue_mldts;
| ^~~~~~~~~~~~~~~~~
| dequeue_dec_ops
../drivers/baseband/acc/rte_vrb_pmd.c: In function ‘vrb2_check_mld_r_constraint’:
../drivers/baseband/acc/rte_vrb_pmd.c:4285:1: error: control reaches end of non-void function [-Werror=return-type]
4285 | }
| ^
cc1: all warnings being treated as errors
[2469/3814] Compiling C object 'drivers/a715181@@rte_event_octeontx at sha/meson-generated_.._rte_event_octeontx.pmd.c.o'.
[2470/3814] Compiling C object 'drivers/a715181@@tmp_rte_baseband_acc at sta/baseband_acc_rte_acc100_pmd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
^~~~~~~~~~~~~~~~~~~~~~
RTE_BBDEV_EVENT_ERROR
../lib/bbdev/rte_bbdev.h:831:2: note: 'RTE_BBDEV_EVENT_ERROR' declared here
RTE_BBDEV_EVENT_ERROR, /**< error interrupt event */
^
../drivers/baseband/acc/rte_vrb_pmd.c:3540:35: error: use of undeclared identifier 'RTE_BBDEV_ENGINE_ERROR'; did you mean 'RTE_BBDEV_EVENT_ERROR'?
op->status |= rsp.engine_hung << RTE_BBDEV_ENGINE_ERROR;
^~~~~~~~~~~~~~~~~~~~~~
RTE_BBDEV_EVENT_ERROR
../lib/bbdev/rte_bbdev.h:831:2: note: 'RTE_BBDEV_EVENT_ERROR' declared here
RTE_BBDEV_EVENT_ERROR, /**< error interrupt event */
^
../drivers/baseband/acc/rte_vrb_pmd.c:3595:35: error: use of undeclared identifier 'RTE_BBDEV_ENGINE_ERROR'; did you mean 'RTE_BBDEV_EVENT_ERROR'?
op->status |= rsp.engine_hung << RTE_BBDEV_ENGINE_ERROR;
^~~~~~~~~~~~~~~~~~~~~~
RTE_BBDEV_EVENT_ERROR
../lib/bbdev/rte_bbdev.h:831:2: note: 'RTE_BBDEV_EVENT_ERROR' declared here
RTE_BBDEV_EVENT_ERROR, /**< error interrupt event */
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[2471/3814] Compiling C object 'drivers/a715181@@tmp_rte_baseband_fpga_5gnr_fec at sta/baseband_fpga_5gnr_fec_rte_fpga_5gnr_fec.c.o'.
[2472/3814] Compiling C object 'drivers/a715181@@tmp_rte_baseband_acc at sta/baseband_acc_rte_acc100_pmd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
4531 | struct rte_bbdev_mldts_op **ops, uint16_t num)
| ^~~~~~~~~~~~~~~~~~
../drivers/baseband/acc/rte_vrb_pmd.c: In function ‘vrb2_dequeue_mldts’:
../drivers/baseband/acc/rte_vrb_pmd.c:4542:41: error: passing argument 3 of ‘dequeue_mldts_one_op’ from incompatible pointer type [-Werror=incompatible-pointer-types]
4542 | ret = dequeue_mldts_one_op(q_data, q, &ops[i], dequeued_cbs, &aq_dequeued);
| ^~~~~~~
| |
| struct rte_bbdev_mldts_op **
../drivers/baseband/acc/rte_vrb_pmd.c:4455:52: note: expected ‘struct rte_bbdev_mldts_op **’ but argument is of type ‘struct rte_bbdev_mldts_op **’
4455 | struct acc_queue *q, struct rte_bbdev_mldts_op **ref_op,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../drivers/baseband/acc/rte_vrb_pmd.c: In function ‘vrb_bbdev_init’:
../drivers/baseband/acc/rte_vrb_pmd.c:4573:7: error: ‘struct rte_bbdev’ has no member named ‘enqueue_mldts_ops’; did you mean ‘enqueue_dec_ops’?
4573 | dev->enqueue_mldts_ops = vrb2_enqueue_mldts;
| ^~~~~~~~~~~~~~~~~
| enqueue_dec_ops
../drivers/baseband/acc/rte_vrb_pmd.c:4574:7: error: ‘struct rte_bbdev’ has no member named ‘dequeue_mldts_ops’; did you mean ‘dequeue_dec_ops’?
4574 | dev->dequeue_mldts_ops = vrb2_dequeue_mldts;
| ^~~~~~~~~~~~~~~~~
| dequeue_dec_ops
cc1: all warnings being treated as errors
[1708/3073] Compiling C object 'drivers/a715181@@tmp_rte_baseband_fpga_5gnr_fec at sta/baseband_fpga_5gnr_fec_rte_fpga_5gnr_fec.c.o'.
[1709/3073] Compiling C object 'drivers/a715181@@tmp_rte_baseband_acc at sta/baseband_acc_rte_acc100_pmd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
4531 | struct rte_bbdev_mldts_op **ops, uint16_t num)
| ^~~~~~~~~~~~~~~~~~
../drivers/baseband/acc/rte_vrb_pmd.c: In function ‘vrb2_dequeue_mldts’:
../drivers/baseband/acc/rte_vrb_pmd.c:4542:41: error: passing argument 3 of ‘dequeue_mldts_one_op’ from incompatible pointer type [-Werror=incompatible-pointer-types]
4542 | ret = dequeue_mldts_one_op(q_data, q, &ops[i], dequeued_cbs, &aq_dequeued);
| ^~~~~~~
| |
| struct rte_bbdev_mldts_op **
../drivers/baseband/acc/rte_vrb_pmd.c:4455:52: note: expected ‘struct rte_bbdev_mldts_op **’ but argument is of type ‘struct rte_bbdev_mldts_op **’
4455 | struct acc_queue *q, struct rte_bbdev_mldts_op **ref_op,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../drivers/baseband/acc/rte_vrb_pmd.c: In function ‘vrb_bbdev_init’:
../drivers/baseband/acc/rte_vrb_pmd.c:4573:7: error: ‘struct rte_bbdev’ has no member named ‘enqueue_mldts_ops’; did you mean ‘enqueue_dec_ops’?
4573 | dev->enqueue_mldts_ops = vrb2_enqueue_mldts;
| ^~~~~~~~~~~~~~~~~
| enqueue_dec_ops
../drivers/baseband/acc/rte_vrb_pmd.c:4574:7: error: ‘struct rte_bbdev’ has no member named ‘dequeue_mldts_ops’; did you mean ‘dequeue_dec_ops’?
4574 | dev->dequeue_mldts_ops = vrb2_dequeue_mldts;
| ^~~~~~~~~~~~~~~~~
| dequeue_dec_ops
cc1: all warnings being treated as errors
[2515/3983] Compiling C object 'drivers/a715181@@tmp_rte_baseband_fpga_5gnr_fec at sta/baseband_fpga_5gnr_fec_rte_fpga_5gnr_fec.c.o'.
[2516/3983] 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-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
4531 | struct rte_bbdev_mldts_op **ops, uint16_t num)
| ^~~~~~~~~~~~~~~~~~
../drivers/baseband/acc/rte_vrb_pmd.c: In function ‘vrb2_dequeue_mldts’:
../drivers/baseband/acc/rte_vrb_pmd.c:4542:41: error: passing argument 3 of ‘dequeue_mldts_one_op’ from incompatible pointer type [-Werror=incompatible-pointer-types]
4542 | ret = dequeue_mldts_one_op(q_data, q, &ops[i], dequeued_cbs, &aq_dequeued);
| ^~~~~~~
| |
| struct rte_bbdev_mldts_op **
../drivers/baseband/acc/rte_vrb_pmd.c:4455:52: note: expected ‘struct rte_bbdev_mldts_op **’ but argument is of type ‘struct rte_bbdev_mldts_op **’
4455 | struct acc_queue *q, struct rte_bbdev_mldts_op **ref_op,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../drivers/baseband/acc/rte_vrb_pmd.c: In function ‘vrb_bbdev_init’:
../drivers/baseband/acc/rte_vrb_pmd.c:4573:7: error: ‘struct rte_bbdev’ has no member named ‘enqueue_mldts_ops’; did you mean ‘enqueue_dec_ops’?
4573 | dev->enqueue_mldts_ops = vrb2_enqueue_mldts;
| ^~~~~~~~~~~~~~~~~
| enqueue_dec_ops
../drivers/baseband/acc/rte_vrb_pmd.c:4574:7: error: ‘struct rte_bbdev’ has no member named ‘dequeue_mldts_ops’; did you mean ‘dequeue_dec_ops’?
4574 | dev->dequeue_mldts_ops = vrb2_dequeue_mldts;
| ^~~~~~~~~~~~~~~~~
| dequeue_dec_ops
cc1: all warnings being treated as errors
[1978/3290] Linking target drivers/librte_baseband_fpga_5gnr_fec.so.24.0.
[1979/3290] Compiling C object 'drivers/a715181@@tmp_rte_baseband_acc at sta/baseband_acc_rte_acc100_pmd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
4531 | struct rte_bbdev_mldts_op **ops, uint16_t num)
| ^~~~~~~~~~~~~~~~~~
../drivers/baseband/acc/rte_vrb_pmd.c: In function ‘vrb2_dequeue_mldts’:
../drivers/baseband/acc/rte_vrb_pmd.c:4542:41: error: passing argument 3 of ‘dequeue_mldts_one_op’ from incompatible pointer type [-Werror=incompatible-pointer-types]
4542 | ret = dequeue_mldts_one_op(q_data, q, &ops[i], dequeued_cbs, &aq_dequeued);
| ^~~~~~~
| |
| struct rte_bbdev_mldts_op **
../drivers/baseband/acc/rte_vrb_pmd.c:4455:52: note: expected ‘struct rte_bbdev_mldts_op **’ but argument is of type ‘struct rte_bbdev_mldts_op **’
4455 | struct acc_queue *q, struct rte_bbdev_mldts_op **ref_op,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../drivers/baseband/acc/rte_vrb_pmd.c: In function ‘vrb_bbdev_init’:
../drivers/baseband/acc/rte_vrb_pmd.c:4573:7: error: ‘struct rte_bbdev’ has no member named ‘enqueue_mldts_ops’; did you mean ‘enqueue_dec_ops’?
4573 | dev->enqueue_mldts_ops = vrb2_enqueue_mldts;
| ^~~~~~~~~~~~~~~~~
| enqueue_dec_ops
../drivers/baseband/acc/rte_vrb_pmd.c:4574:7: error: ‘struct rte_bbdev’ has no member named ‘dequeue_mldts_ops’; did you mean ‘dequeue_dec_ops’?
4574 | dev->dequeue_mldts_ops = vrb2_dequeue_mldts;
| ^~~~~~~~~~~~~~~~~
| dequeue_dec_ops
cc1: all warnings being treated as errors
[1946/3262] Generating rte_event_octeontx.pmd.c with a custom command.
[1947/3262] Compiling C object 'drivers/a715181@@tmp_rte_baseband_acc at sta/baseband_acc_rte_acc100_pmd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:37-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-gcc" at step Build
####################################################################################
####################################################################################
#### [Begin job log] "fedora:37-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list