automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: nicolas.chautru@intel.com, robot@bytheb.org
Subject: |FAILURE| pw131586 [PATCH v1 7/7] baseband/acc: add configure helper for VRB2
Date: Mon, 18 Sep 2023 22:59:07 -0400	[thread overview]
Message-ID: <20230919025907.3577823-1-robot@bytheb.org> (raw)
In-Reply-To: <20230919012136.2818396-8-nicolas.chautru@intel.com>

From: robot@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@sha/meson-generated_.._rte_event_octeontx.pmd.c.o'.
[2470/3814] Compiling C object 'drivers/a715181@@tmp_rte_baseband_acc@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@sta/baseband_fpga_5gnr_fec_rte_fpga_5gnr_fec.c.o'.
[2472/3814] Compiling C object 'drivers/a715181@@tmp_rte_baseband_acc@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@sta/baseband_fpga_5gnr_fec_rte_fpga_5gnr_fec.c.o'.
[1709/3073] Compiling C object 'drivers/a715181@@tmp_rte_baseband_acc@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@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@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@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-----------------------------

      parent reply	other threads:[~2023-09-19  2:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230919012136.2818396-8-nicolas.chautru@intel.com>
2023-09-19  1:26 ` |SUCCESS| " checkpatch
2023-09-19  1:58 ` |FAILURE| pw131581-131586 " qemudev
2023-09-19  2: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=20230919025907.3577823-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=nicolas.chautru@intel.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).