|FAILURE| pw131814 [PATCH v2 7/7] baseband/acc: add configure helper for VRB2

0-day Robot robot at bytheb.org
Thu Sep 21 23:39:30 CEST 2023


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6267051220
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
####################################################################################
 4540 |   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:4453:52: note: expected ‘struct rte_bbdev_mldts_op **’ but argument is of type ‘struct rte_bbdev_mldts_op **’
 4453 |   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:4571:7: error: ‘struct rte_bbdev’ has no member named ‘enqueue_mldts_ops’; did you mean ‘enqueue_dec_ops’?
 4571 |  dev->enqueue_mldts_ops = vrb2_enqueue_mldts;
      |       ^~~~~~~~~~~~~~~~~
      |       enqueue_dec_ops
../drivers/baseband/acc/rte_vrb_pmd.c:4572:7: error: ‘struct rte_bbdev’ has no member named ‘dequeue_mldts_ops’; did you mean ‘dequeue_dec_ops’?
 4572 |  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:4283:1: error: control reaches end of non-void function [-Werror=return-type]
 4283 | }
      | ^
cc1: all warnings being treated as errors
[2470/3814] Linking target drivers/librte_event_octeontx.so.24.0.
[2471/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:3539: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:3594: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.
[2462/3814] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx at sta/event_octeontx_timvf_worker.c.o'.
[2463/3814] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx at sta/event_octeontx_timvf_evdev.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
####################################################################################
 4529 |   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:4540:41: error: passing argument 3 of ‘dequeue_mldts_one_op’ from incompatible pointer type [-Werror=incompatible-pointer-types]
 4540 |   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:4453:52: note: expected ‘struct rte_bbdev_mldts_op **’ but argument is of type ‘struct rte_bbdev_mldts_op **’
 4453 |   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:4571:7: error: ‘struct rte_bbdev’ has no member named ‘enqueue_mldts_ops’; did you mean ‘enqueue_dec_ops’?
 4571 |  dev->enqueue_mldts_ops = vrb2_enqueue_mldts;
      |       ^~~~~~~~~~~~~~~~~
      |       enqueue_dec_ops
../drivers/baseband/acc/rte_vrb_pmd.c:4572:7: error: ‘struct rte_bbdev’ has no member named ‘dequeue_mldts_ops’; did you mean ‘dequeue_dec_ops’?
 4572 |  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
####################################################################################
 4529 |   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:4540:41: error: passing argument 3 of ‘dequeue_mldts_one_op’ from incompatible pointer type [-Werror=incompatible-pointer-types]
 4540 |   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:4453:52: note: expected ‘struct rte_bbdev_mldts_op **’ but argument is of type ‘struct rte_bbdev_mldts_op **’
 4453 |   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:4571:7: error: ‘struct rte_bbdev’ has no member named ‘enqueue_mldts_ops’; did you mean ‘enqueue_dec_ops’?
 4571 |  dev->enqueue_mldts_ops = vrb2_enqueue_mldts;
      |       ^~~~~~~~~~~~~~~~~
      |       enqueue_dec_ops
../drivers/baseband/acc/rte_vrb_pmd.c:4572:7: error: ‘struct rte_bbdev’ has no member named ‘dequeue_mldts_ops’; did you mean ‘dequeue_dec_ops’?
 4572 |  dev->dequeue_mldts_ops = vrb2_dequeue_mldts;
      |       ^~~~~~~~~~~~~~~~~
      |       dequeue_dec_ops
cc1: all warnings being treated as errors
[2511/3983] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk at sta/event_cnxk_tx_cn10k_tx_96_111_seg.c.o'.
[2512/3983] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk at sta/event_cnxk_tx_cn10k_tx_112_127_seg.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
 4529 |   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:4540:41: error: passing argument 3 of ‘dequeue_mldts_one_op’ from incompatible pointer type [-Werror=incompatible-pointer-types]
 4540 |   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:4453:52: note: expected ‘struct rte_bbdev_mldts_op **’ but argument is of type ‘struct rte_bbdev_mldts_op **’
 4453 |   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:4571:7: error: ‘struct rte_bbdev’ has no member named ‘enqueue_mldts_ops’; did you mean ‘enqueue_dec_ops’?
 4571 |  dev->enqueue_mldts_ops = vrb2_enqueue_mldts;
      |       ^~~~~~~~~~~~~~~~~
      |       enqueue_dec_ops
../drivers/baseband/acc/rte_vrb_pmd.c:4572:7: error: ‘struct rte_bbdev’ has no member named ‘dequeue_mldts_ops’; did you mean ‘dequeue_dec_ops’?
 4572 |  dev->dequeue_mldts_ops = vrb2_dequeue_mldts;
      |       ^~~~~~~~~~~~~~~~~
      |       dequeue_dec_ops
cc1: all warnings being treated as errors
[1972/3290] Generating rte_event_octeontx.pmd.c with a custom command.
[1973/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
####################################################################################
 4529 |   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:4540:41: error: passing argument 3 of ‘dequeue_mldts_one_op’ from incompatible pointer type [-Werror=incompatible-pointer-types]
 4540 |   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:4453:52: note: expected ‘struct rte_bbdev_mldts_op **’ but argument is of type ‘struct rte_bbdev_mldts_op **’
 4453 |   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:4571:7: error: ‘struct rte_bbdev’ has no member named ‘enqueue_mldts_ops’; did you mean ‘enqueue_dec_ops’?
 4571 |  dev->enqueue_mldts_ops = vrb2_enqueue_mldts;
      |       ^~~~~~~~~~~~~~~~~
      |       enqueue_dec_ops
../drivers/baseband/acc/rte_vrb_pmd.c:4572:7: error: ‘struct rte_bbdev’ has no member named ‘dequeue_mldts_ops’; did you mean ‘dequeue_dec_ops’?
 4572 |  dev->dequeue_mldts_ops = vrb2_dequeue_mldts;
      |       ^~~~~~~~~~~~~~~~~
      |       dequeue_dec_ops
cc1: all warnings being treated as errors
[1946/3262] Compiling C object 'drivers/a715181@@tmp_rte_baseband_acc at sta/baseband_acc_rte_acc100_pmd.c.o'.
[1947/3262] Generating rte_event_octeontx.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-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