NVIDIA Xavier OpenCV built from source tests fail

Hello again,

Thank you for the answer.
I examined LastTest.log.
It is too long. Here are some lines from it:

---------------------------------------------------------------------------------------------------------

[  FAILED  ] GoodFeaturesPerfTestCPU/GoodFeaturesPerfTest.TestPerformance/11, where GetParam() = (compare_vector_f, "cv/shared/pic5.png", 5, 500, 0.1, 1, 5, false, { gapi.kernel_package }) (0 ms)
[ RUN      ] GoodFeaturesPerfTestCPU/GoodFeaturesPerfTest.TestPerformance/12, where GetParam() = (compare_vector_f, "cv/shared/pic5.png", 5, 500, 0.01, 1, 3, true, { gapi.kernel_package })
/tmp/build_opencv/opencv/modules/ts/src/ts_perf.cpp:2028: Failure
Failed
Expected: PerfTestBody() doesn't throw an exception.
  Actual: it throws cv::Exception:
  OpenCV(4.6.0) /tmp/build_opencv/opencv/modules/ts/src/ts.cpp:1064: error: (-2:Unspecified error) OpenCV tests: Can't find required data file: cv/shared/pic5.png in function 'findData'

---------------------------------------------------------------------------------------------------------

[ WARN:0@0.090] global /tmp/build_opencv/opencv/modules/imgcodecs/src/loadsave.cpp (239) findDecoder imread_('cv/shared/baboon.png'): can't open/read file: check file path/integrity
[ WARN:0@0.090] global /tmp/build_opencv/opencv/modules/imgcodecs/src/loadsave.cpp (239) findDecoder imread_('cv/shared/lena.png'): can't open/read file: check file path/integrity
unknown file: Failure
C++ exception with description "vector::_M_default_append" thrown in the test body.
[  FAILED  ] MultiBandBlender.CanBlendTwoImages (0 ms)
[----------] 1 test from MultiBandBlender (2 ms total)

---------------------------------------------------------------------------------------------------------

I think I do not test images that must be under have cv/shared.
What should I do?