automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Srikanth Yalavarthi <syalavarthi@marvell.com>, zhoumin@loongson.cn
Subject: |FAILURE| pw128288 [PATCH v1] ml/cnxk: enable support for scratch relocation
Date: Wed, 7 Jun 2023 19:31:18 +0800	[thread overview]
Message-ID: <202306071131.357BVIlY990682@localhost.localdomain> (raw)
In-Reply-To: <20230607114306.4156-1-syalavarthi@marvell.com>

Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/128288

_ninja build failure_

Submitter: Srikanth Yalavarthi <syalavarthi@marvell.com>
Date: Wed, 7 Jun 2023 04:43:06 -0700
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 05a00c75c6277a19aaeba2058d2ff95cccd73584

128288 --> ninja build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_ops.c.o
cc -Idrivers/libtmp_rte_ml_cnxk.a.p -Idrivers -I../drivers -Idrivers/ml/cnxk -I../drivers/ml/cnxk -Ilib/mldev -I../lib/mldev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/bus/pci -I../drivers/bus/pci -Ilib/net -I../lib/net -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/pci -I../lib/pci -I../drivers/bus/pci/linux -Ilib/mbuf -I../lib/mbuf -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -include rte_config.h -Wcast-qual -Wdep
 recated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -UCNXK_ML_DEV_DEBUG -DRTE_LOG_DEFAULT_LOGTYPE=pmd.ml.cnxk -MD -MQ drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_ops.c.o -MF drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_ops.c.o.d -o drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_ops.c.o -c ../drivers/ml/cnxk/cn10k_ml_ops.c
./drivers/ml/cnxk/cn10k_ml_ops.c: In function ‘cn10k_ml_prep_sp_job_descriptor’:
./drivers/ml/cnxk/cn10k_ml_ops.c:420:20: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_start’; did you mean ‘ddr_input_range_start’?
metadata->model.ddr_scratch_range_start;
^~~~~~~~~~~~~~~~~~~~~~~
ddr_input_range_start
./drivers/ml/cnxk/cn10k_ml_ops.c:422:20: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_end’; did you mean ‘ddr_input_range_end’?
metadata->model.ddr_scratch_range_end;
^~~~~~~~~~~~~~~~~~~~~
ddr_input_range_end
In file included from ../lib/mldev/rte_mldev.h:137,
from ../drivers/ml/cnxk/cn10k_ml_ops.c:5:
./drivers/ml/cnxk/cn10k_ml_ops.c: In function ‘cn10k_ml_model_load’:
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:54: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_end’; did you mean ‘ddr_input_range_end’?
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:10: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
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’?
metadata->model.ddr_scratch_range_start + 1,
^~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:10: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:54: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_end’; did you mean ‘ddr_input_range_end’?
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:10: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
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’?
metadata->model.ddr_scratch_range_start + 1,
^~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:10: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:54: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_end’; did you mean ‘ddr_input_range_end’?
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:17: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
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’?
metadata->model.ddr_scratch_range_start + 1,
^~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:17: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:54: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_end’; did you mean ‘ddr_input_range_end’?
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:17: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
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’?
metadata->model.ddr_scratch_range_start + 1,
^~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:17: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:54: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_end’; did you mean ‘ddr_input_range_end’?
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
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’?
metadata->model.ddr_scratch_range_start + 1,
^~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:54: error: ‘struct <anonymous>’ has no member named ‘ddr_scratch_range_end’; did you mean ‘ddr_input_range_end’?
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
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’?
metadata->model.ddr_scratch_range_start + 1,
^~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/include/rte_common.h:329:35: note: in definition of macro ‘RTE_ALIGN_FLOOR’
(typeof(val))((val) & (~((typeof(val))((align) - 1))))
^~~
./drivers/common/cnxk/roc_platform.h:63:26: note: in expansion of macro ‘RTE_ALIGN_CEIL’
#define PLT_ALIGN_CEIL RTE_ALIGN_CEIL
^~~~~~~~~~~~~~
./drivers/ml/cnxk/cn10k_ml_ops.c:1633:23: note: in expansion of macro ‘PLT_ALIGN_CEIL’
model_scratch_size = PLT_ALIGN_CEIL(metadata->model.ddr_scratch_range_end -
^~~~~~~~~~~~~~
[1888/2870] Compiling C object drivers/librte_crypto_nitrox.a.p/meson-generated_.._rte_crypto_nitrox.pmd.c.o
[1889/2870] Compiling C object drivers/libtmp_rte_vdpa_ifc.a.p/vdpa_ifc_base_ifcvf.c.o
[1890/2870] Compiling C object drivers/libtmp_rte_regex_cn9k.a.p/regex_cn9k_cn9k_regexdev.c.o
[1891/2870] Generating rte_raw_ntb.pmd.c with a custom command
[1892/2870] Generating rte_net_vhost.sym_chk with a custom command (wrapped by meson to capture output)
[1893/2870] Compiling C object drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_dev.c.o
[1894/2870] Compiling C object drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_txgbe_rxtx.c.o
[1895/2870] Compiling C object drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_ocm.c.o
[1896/2870] Compiling C object drivers/libtmp_rte_ml_cnxk.a.p/ml_cnxk_cn10k_ml_model.c.o
[1897/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_cn10k_worker.c.o
[1898/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_64_79_burst.c.o
[1899/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_32_47_burst.c.o
[1900/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_cn9k_worker.c.o
[1901/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_48_63_burst.c.o
[1902/2870] Generating rte_crypto_virtio.pmd.c with a custom command
[1903/2870] Generating rte_crypto_null.pmd.c with a custom command
[1904/2870] Compiling C object drivers/libtmp_rte_compress_zlib.a.p/compress_zlib_zlib_pmd.c.o
[1905/2870] Compiling C object drivers/libtmp_rte_net_virtio.a.p/net_virtio_virtio_rxtx.c.o
[1906/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_cnxk_eventdev.c.o
[1907/2870] Generating rte_net_ixgbe.sym_chk with a custom command (wrapped by meson to capture output)
[1908/2870] Compiling C object drivers/libtmp_rte_compress_octeontx.a.p/compress_octeontx_otx_zip_pmd.c.o
[1909/2870] Compiling C object drivers/libtmp_rte_vdpa_ifc.a.p/vdpa_ifc_ifcvf_vdpa.c.o
[1910/2870] Compiling C object drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o
[1911/2870] Compiling C object drivers/libtmp_rte_crypto_ccp.a.p/crypto_ccp_ccp_crypto.c.o
[1912/2870] Compiling C object drivers/libtmp_rte_crypto_scheduler.a.p/crypto_scheduler_scheduler_multicore.c.o
[1913/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_cn9k_eventdev.c.o
[1914/2870] Compiling C object drivers/libtmp_rte_crypto_caam_jr.a.p/crypto_caam_jr_caam_jr.c.o
[1915/2870] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_cn10k_eventdev.c.o
[1916/2870] Compiling C object drivers/libtmp_rte_crypto_dpaa_sec.a.p/crypto_dpaa_sec_dpaa_sec.c.o
[1917/2870] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[1918/2870] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn9k_cryptodev_ops.c.o
[1919/2870] Compiling C object drivers/libtmp_rte_crypto_octeontx.a.p/crypto_octeontx_otx_cryptodev_ops.c.o
[1920/2870] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn10k_cryptodev_ops.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


       reply	other threads:[~2023-06-07 11:45 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 [this message]
2023-06-07 11:44 ` |SUCCESS| " checkpatch
2023-06-07 12:40 ` |FAILURE| " 0-day Robot

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=202306071131.357BVIlY990682@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=syalavarthi@marvell.com \
    --cc=test-report@dpdk.org \
    --cc=zhoumin@loongson.cn \
    /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).