Make Check Fail

I am trying to make an Docker file for Litecoin Node setup But getting an error at make check.

In function ‘void* memcpy(void*, const void*, size_t)’,
inlined from ‘void compress_subtree_to_parent_node(const uint8_t*, size_t, const uint32_t*, uint64_t, uint8_t, uint8_t*)’ at ./crypto/blake3/blake3.c:351:11,
inlined from ‘void blake3_hasher_update.part.0(blake3_hasher*, const void*, size_t)’ at ./crypto/blake3/blake3.c:534:38:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:29:33: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’ forming offset [64, 95] is out of the bounds [0, 64] of object ‘cv_array’ with type ‘uint8_t [64]’ {aka ‘unsigned char [64]’} [-Warray-bounds]
29 | return __builtin___memcpy_chk (__dest, __src, __len,
| ~^~
30 | __glibc_objsize0 (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libmw/src/crypto/Hasher.cpp:8:
./crypto/blake3/blake3.c: In function ‘void blake3_hasher_update.part.0(blake3_hasher*, const void*, size_t)’:
./crypto/blake3/blake3.c:340:11: note: ‘cv_array’ declared here
340 | uint8_t cv_array[MAX_SIMD_DEGREE_OR_2 * BLAKE3_OUT_LEN];
| ^
~~~~~
CXX crypto/libbitcoinconsensus_la-sha256_sse4.lo
CXX libbitcoinconsensus_la-arith_uint256.lo
CXX consensus/libbitcoinconsensus_la-merkle.lo
CXX consensus/libbitcoinconsensus_la-tx_check.lo
CXX libbitcoinconsensus_la-hash.lo
CXX primitives/libbitcoinconsensus_la-block.lo
CXX primitives/libbitcoinconsensus_la-transaction.lo
CXX libbitcoinconsensus_la-pubkey.lo
CXX script/libbitcoinconsensus_la-bitcoinconsensus.lo
CXX script/libbitcoinconsensus_la-interpreter.lo
CXX script/libbitcoinconsensus_la-script.lo
CXX script/libbitcoinconsensus_la-script_error.lo
CXX libbitcoinconsensus_la-uint256.lo
CXX util/libbitcoinconsensus_la-strencodings.lo
CXXLD libbitcoinconsensus.la
make[2]: Leaving directory ‘/litecoin/src’
make[1]: Leaving directory ‘/litecoin/src’
Making all in doc/man
make[1]: Entering directory ‘/litecoin/doc/man’
make[1]: Nothing to be done for ‘all’.
make[1]: Leaving directory ‘/litecoin/doc/man’
make[1]: Entering directory ‘/litecoin’
make[1]: Nothing to be done for ‘all-am’.
make[1]: Leaving directory ‘/litecoin’
Removing intermediate container 54a6115b2959
—> 71a7ae1da25f
Step 15/17 : RUN make check
—> Running in 8fb6a4080642
Making check in src
make[1]: Entering directory ‘/litecoin/src’
make[2]: Entering directory ‘/litecoin/src’
make check-TESTS check-local
make[3]: Entering directory ‘/litecoin/src’
make[4]: Entering directory ‘/litecoin/src’

Testsuite summary for Litecoin Core 0.21.2.2

TOTAL: 0

PASS: 0

SKIP: 0

XFAIL: 0

FAIL: 0

XPASS: 0

ERROR: 0

============================================================================
make[4]: Leaving directory ‘/litecoin/src’
Running tests: arith_uint256_tests from test/arith_uint256_tests.cpp
Running tests: addrman_tests from test/addrman_tests.cpp
Running tests: amount_tests from test/amount_tests.cpp
Running tests: allocator_tests from test/allocator_tests.cpp
Running tests: base32_tests from test/base32_tests.cpp
Running tests: base58_tests from test/base58_tests.cpp
Running tests: base64_tests from test/base64_tests.cpp
Running tests: bech32_tests from test/bech32_tests.cpp
Running tests: bip32_tests from test/bip32_tests.cpp
Running tests: blockchain_tests from test/blockchain_tests.cpp
Running tests: blockfilter_tests from test/blockfilter_tests.cpp
Running tests: blockfilter_index_tests from test/blockfilter_index_tests.cpp
Running tests: bloom_tests from test/bloom_tests.cpp
Running tests: bswap_tests from test/bswap_tests.cpp
Running tests: checkqueue_tests from test/checkqueue_tests.cpp
Running tests: coins_tests from test/coins_tests.cpp
Running tests: compilerbug_tests from test/compilerbug_tests.cpp
Running tests: compress_tests from test/compress_tests.cpp
Running tests: crypto_tests from test/crypto_tests.cpp
Running tests: cuckoocache_tests from test/cuckoocache_tests.cpp
Running tests: denialofservice_tests from test/denialofservice_tests.cpp
Running tests: descriptor_tests from test/descriptor_tests.cpp
Running tests: flatfile_tests from test/flatfile_tests.cpp
Running tests: fs_tests from test/fs_tests.cpp
Running tests: getarg_tests from test/getarg_tests.cpp
Running tests: hash_tests from test/hash_tests.cpp
Running tests: interfaces_tests from test/interfaces_tests.cpp
Running tests: key_io_tests from test/key_io_tests.cpp
Running tests: key_tests from test/key_tests.cpp
Running tests: logging_tests from test/logging_tests.cpp
Running tests: dbwrapper_tests from test/dbwrapper_tests.cpp
Running tests: validation_tests from test/validation_tests.cpp
Running tests: mempool_tests from test/mempool_tests.cpp
Running tests: merkle_tests from test/merkle_tests.cpp
Running tests: merkleblock_tests from test/merkleblock_tests.cpp
Running tests: miner_tests from test/miner_tests.cpp
Running tests: multisig_tests from test/multisig_tests.cpp
Running tests: net_tests from test/net_tests.cpp
Running tests: netbase_tests from test/netbase_tests.cpp
Running tests: pmt_tests from test/pmt_tests.cpp
Running tests: policy_fee_tests from test/policy_fee_tests.cpp
Running tests: policyestimator_tests from test/policyestimator_tests.cpp
Running tests: pow_tests from test/pow_tests.cpp
Running tests: prevector_tests from test/prevector_tests.cpp
Running tests: raii_event_tests from test/raii_event_tests.cpp
Running tests: random_tests from test/random_tests.cpp
Running tests: ref_tests from test/ref_tests.cpp
Running tests: reverselock_tests from test/reverselock_tests.cpp
Running tests: rpc_tests from test/rpc_tests.cpp
Running tests: sanity_tests from test/sanity_tests.cpp
Running tests: scheduler_tests from test/scheduler_tests.cpp
Running tests: script_p2sh_tests from test/script_p2sh_tests.cpp
Running tests: script_tests from test/script_tests.cpp
Running tests: script_standard_tests from test/script_standard_tests.cpp
Running tests: scriptnum_tests from test/scriptnum_tests.cpp
Running tests: scrypt_tests from test/scrypt_tests.cpp
Running tests: serialize_tests from test/serialize_tests.cpp
Running tests: settings_tests from test/settings_tests.cpp
Running tests: sighash_tests from test/sighash_tests.cpp
Running tests: sigopcount_tests from test/sigopcount_tests.cpp
Running tests: skiplist_tests from test/skiplist_tests.cpp
Running tests: streams_tests from test/streams_tests.cpp
Running tests: sync_tests from test/sync_tests.cpp
Running tests: system_tests from test/system_tests.cpp
Running tests: util_threadnames_tests from test/util_threadnames_tests.cpp
Running tests: timedata_tests from test/timedata_tests.cpp
Running tests: torcontrol_tests from test/torcontrol_tests.cpp
Running tests: transaction_tests from test/transaction_tests.cpp
Running tests: txindex_tests from test/txindex_tests.cpp
Running tests: txrequest_tests from test/txrequest_tests.cpp
Running tests: txvalidation_tests from test/txvalidation_tests.cpp
Running tests: txvalidationcache_tests from test/txvalidationcache_tests.cpp
Running tests: uint256_tests from test/uint256_tests.cpp
Running tests: util_tests from test/util_tests.cpp
Running tests: validation_block_tests from test/validation_block_tests.cpp
Running tests: validation_chainstate_tests from test/validation_chainstate_tests.cpp
Running tests: validation_chainstatemanager_tests from test/validation_chainstatemanager_tests.cpp
Running tests: validation_flush_tests from test/validation_flush_tests.cpp
Running tests: validationinterface_tests from test/validationinterface_tests.cpp
Running tests: versionbits_tests from test/versionbits_tests.cpp
Running tests: db_tests from wallet/test/db_tests.cpp
Running tests: psbt_wallet_tests from wallet/test/psbt_wallet_tests.cpp
Running tests: wallet_tests from wallet/test/wallet_tests.cpp
Running tests: wallet_crypto_tests from wallet/test/wallet_crypto_tests.cpp
Running tests: coinselector_tests from wallet/test/coinselector_tests.cpp
Running tests: init_tests from wallet/test/init_tests.cpp
Running tests: ismine_tests from wallet/test/ismine_tests.cpp
Running tests: scriptpubkeyman_tests from wallet/test/scriptpubkeyman_tests.cpp
Running tests: TestAggregation from libmw/test/tests/consensus/Test_Aggregation.cpp
Running tests: TestKernelSumValidator from libmw/test/tests/consensus/Test_KernelSumValidator.cpp
Running tests: TestStealthSumValidator from libmw/test/tests/consensus/Test_StealthSumValidator.cpp
Running tests: TestWeight from libmw/test/tests/consensus/Test_Weight.cpp
Running tests: TestAddCommitments from libmw/test/tests/crypto/Test_AddCommitments.cpp
Running tests: TestAggSig from libmw/test/tests/crypto/Test_AggSig.cpp
Running tests: TestKeys from libmw/test/tests/crypto/Test_Keys.cpp
Running tests: TestRangeProofs from libmw/test/tests/crypto/Test_RangeProofs.cpp
Running tests: TestLeafDB from libmw/test/tests/db/Test_LeafDB.cpp
Running tests: TestMMRIndex from libmw/test/tests/mmr/Test_Index.cpp
Running tests: TestMMRLeafIndex from libmw/test/tests/mmr/Test_LeafIndex.cpp
Running tests: TestMMRLeafSetCache from libmw/test/tests/mmr/Test_LeafSetCache.cpp
Running tests: TestMMRLeafSet from libmw/test/tests/mmr/Test_LeafSet.cpp
Running tests: TestMMR from libmw/test/tests/mmr/Test_MMR.cpp
Running tests: TestMMRUtil from libmw/test/tests/mmr/Test_MMRUtil.cpp
Running tests: TestPruneList from libmw/test/tests/mmr/Test_PruneList.cpp
Running tests: TestBlock from libmw/test/tests/models/block/Test_Block.cpp
Running tests: TestHeader from libmw/test/tests/models/block/Test_Header.cpp
Running tests: TestBigInt from libmw/test/tests/models/crypto/Test_BigInteger.cpp
Running tests: TestInput from libmw/test/tests/models/tx/Test_Input.cpp
Running tests: TestKernel from libmw/test/tests/models/tx/Test_Kernel.cpp
Running tests: TestOutput from libmw/test/tests/models/tx/Test_Output.cpp
Running tests: TestPegInCoin from libmw/test/tests/models/tx/Test_PegInCoin.cpp
Running tests: TestPegOutCoin from libmw/test/tests/models/tx/Test_PegOutCoin.cpp
Running tests: TestTransaction from libmw/test/tests/models/tx/Test_Transaction.cpp
Running tests: TestTxBody from libmw/test/tests/models/tx/Test_TxBody.cpp
Running tests: TestUTXO from libmw/test/tests/models/tx/Test_UTXO.cpp
Running tests: TestBlockBuilder from libmw/test/tests/node/Test_BlockBuilder.cpp
Running tests: TestBlockValidator from libmw/test/tests/node/Test_BlockValidator.cpp
Running tests: from libmw/test/tests/node/Test_CoinsView.cpp
Missing an argument value for the parameter run_test in the argument

run_test
Filters which tests to execute.
–run_test=
-t

Use
test_litecoin --help
or test_litecoin --help=
for detailed help on Boost.Test parameters.
make[3]: *** [Makefile:23534: libmw/test/tests/node/Test_CoinsView.cpp.test] Error 1
make[3]: Leaving directory ‘/litecoin/src’
make[2]: *** [Makefile:21736: check-am] Error 2
make[2]: Leaving directory ‘/litecoin/src’
make[1]: *** [Makefile:21422: check-recursive] Error 1
make[1]: Leaving directory ‘/litecoin/src’
make: *** [Makefile:814: check-recursive] Error 1
The command ‘/bin/sh -c make check’ returned a non-zero code: 2