automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: syalavarthi@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw128288 [PATCH v1] ml/cnxk: enable support for scratch relocation
Date: Wed,  7 Jun 2023 08:40:02 -0400	[thread overview]
Message-ID: <20230607124002.3779849-1-robot@bytheb.org> (raw)
In-Reply-To: <20230607114306.4156-1-syalavarthi@marvell.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5199670725
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-abi+debug+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" 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-abi+debug+doc+tests" at step Build and test
####################################################################################
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
 1634 |           metadata->model.ddr_scratch_range_start + 1,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
[2446/4343] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_ocm.c.o'.
[2447/4343] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_model.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
                                         ^
../drivers/ml/cnxk/cn10k_ml_model.h:145:12: note: 'ddr_input_range_end' declared here
                uint64_t ddr_input_range_end;
                         ^
../drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: no member named 'ddr_scratch_range_start' in 'struct cn10k_ml_model_metadata::(anonymous at ../drivers/ml/cnxk/cn10k_ml_model.h:66:2)'; did you mean 'ddr_input_range_start'?
                                                    metadata->model.ddr_scratch_range_start + 1,
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
                                                                    ddr_input_range_start
../drivers/common/cnxk/roc_platform.h:63:26: note: expanded from macro 'PLT_ALIGN_CEIL'
#define PLT_ALIGN_CEIL           RTE_ALIGN_CEIL
                                 ^
../lib/eal/include/rte_common.h:347:36: note: expanded from macro 'RTE_ALIGN_CEIL'
        RTE_ALIGN_FLOOR(((val) + ((typeof(val)) (align) - 1)), align)
                                          ^
../lib/eal/include/rte_common.h:329:35: note: expanded from macro 'RTE_ALIGN_FLOOR'
        (typeof(val))((val) & (~((typeof(val))((align) - 1))))
                                         ^
../drivers/ml/cnxk/cn10k_ml_model.h:142:12: note: 'ddr_input_range_start' declared here
                uint64_t ddr_input_range_start;
                         ^
14 errors generated.
[2448/4343] Linking target drivers/librte_regex_cn9k.so.23.2.
[2449/4343] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_dev.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-shared-aarch64" at step Build and test
####################################################################################
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
 1634 |           metadata->model.ddr_scratch_range_start + 1,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
[2137/4155] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_ocm.c.o'.
[2138/4155] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.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
####################################################################################
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
 1634 |           metadata->model.ddr_scratch_range_start + 1,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
[2013/3827] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_dev.c.o'.
[2014/3827] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.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
####################################################################################
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1634:27: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
 1634 |           metadata->model.ddr_scratch_range_start + 1,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
  329 |  (typeof(val))((val) & (~((typeof(val))((align) - 1))))
      |                                   ^~~
../drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
   63 | #define PLT_ALIGN_CEIL   RTE_ALIGN_CEIL
      |                          ^~~~~~~~~~~~~~
../drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
 1633 |  model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
      |                       ^~~~~~~~~~~~~~
[1983/3799] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_model.c.o'.
[1984/3799] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.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-06-07 12:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230607114306.4156-1-syalavarthi@marvell.com>
2023-06-07 11:31 ` qemudev
2023-06-07 11:44 ` |SUCCESS| " checkpatch
2023-06-07 12:40 ` 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=20230607124002.3779849-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=syalavarthi@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).