|FAILURE| pw128288 [PATCH v1] ml/cnxk: enable support for scratch relocation
0-day Robot
robot at bytheb.org
Wed Jun 7 14:40:02 CEST 2023
From: robot at 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 at sta/ml_cnxk_cn10k_ml_ocm.c.o'.
[2447/4343] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk at 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 at 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 at sta/ml_cnxk_cn10k_ml_ocm.c.o'.
[2138/4155] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx at 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 at sta/ml_cnxk_cn10k_ml_dev.c.o'.
[2014/3827] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx at 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 at sta/ml_cnxk_cn10k_ml_model.c.o'.
[1984/3799] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx at 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-----------------------------
More information about the test-report
mailing list