Nvidia Jetson Tk1 Pro caffe runmake test error

I am trying to build caffe on Tk1 pro, I get an error when i perform make runtest , The error i ge is as under.

.build_release/test/test_all.testbin 0 --gtest_shuffle --gtest_filter=“-GPU
Cuda number of devices: 1
Setting to use device 0
Current device id: 0
Current device name: GK20A
Note: Google Test filter = -GPU
Note: Randomizing tests’ orders with a seed of 92112 .
[==========] Running 2057 tests from 271 test cases.
[----------] Global test environment set-up.
[----------] 6 tests from RNNLayerTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] RNNLayerTest/0.TestSetUp
[ OK ] RNNLayerTest/0.TestSetUp (584 ms)
[ RUN ] RNNLayerTest/0.TestGradient
[ OK ] RNNLayerTest/0.TestGradient (292 ms)
[ RUN ] RNNLayerTest/0.TestGradientNonZeroCont
[ OK ] RNNLayerTest/0.TestGradientNonZeroCont (284 ms)
[ RUN ] RNNLayerTest/0.TestGradientNonZeroContBufferSize2WithStaticInput
[ OK ] RNNLayerTest/0.TestGradientNonZeroContBufferSize2WithStaticInput (2433 ms)
[ RUN ] RNNLayerTest/0.TestGradientNonZeroContBufferSize2
[ OK ] RNNLayerTest/0.TestGradientNonZeroContBufferSize2 (529 ms)
[ RUN ] RNNLayerTest/0.TestForward
[ OK ] RNNLayerTest/0.TestForward (16 ms)
[----------] 6 tests from RNNLayerTest/0 (4139 ms total)

[----------] 26 tests from NetTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] NetTest/0.TestBottomNeedBackwardEuclideanForce
[ OK ] NetTest/0.TestBottomNeedBackwardEuclideanForce (4 ms)
[ RUN ] NetTest/0.TestUnsharedWeightsDiffNet
[ OK ] NetTest/0.TestUnsharedWeightsDiffNet (1 ms)
[ RUN ] NetTest/0.TestAllInOneNetVal
[ OK ] NetTest/0.TestAllInOneNetVal (3 ms)
[ RUN ] NetTest/0.TestBottomNeedBackward
[ OK ] NetTest/0.TestBottomNeedBackward (4 ms)
[ RUN ] NetTest/0.TestComboLossWeight
[ OK ] NetTest/0.TestComboLossWeight (8 ms)
[ RUN ] NetTest/0.TestGetLayerByName
[ OK ] NetTest/0.TestGetLayerByName (4 ms)
[ RUN ] NetTest/0.TestUnsharedWeightsDataNet
[ OK ] NetTest/0.TestUnsharedWeightsDataNet (2 ms)
[ RUN ] NetTest/0.TestAllInOneNetDeploy
[ OK ] NetTest/0.TestAllInOneNetDeploy (1 ms)
[ RUN ] NetTest/0.TestBottomNeedBackwardTricky
[ OK ] NetTest/0.TestBottomNeedBackwardTricky (5 ms)
[ RUN ] NetTest/0.TestParamPropagateDown
[ OK ] NetTest/0.TestParamPropagateDown (6 ms)
[ RUN ] NetTest/0.TestGetBlob
[ OK ] NetTest/0.TestGetBlob (4 ms)
[ RUN ] NetTest/0.TestSharedWeightsUpdate
[ OK ] NetTest/0.TestSharedWeightsUpdate (3 ms)
[ RUN ] NetTest/0.TestReshape
[ OK ] NetTest/0.TestReshape (131 ms)
[ RUN ] NetTest/0.TestSharedWeightsResume
[ OK ] NetTest/0.TestSharedWeightsResume (3 ms)
[ RUN ] NetTest/0.TestForcePropagateDown
[ OK ] NetTest/0.TestForcePropagateDown (2 ms)
[ RUN ] NetTest/0.TestFromTo
[ OK ] NetTest/0.TestFromTo (9 ms)
[ RUN ] NetTest/0.TestLossWeightMidNet
[ OK ] NetTest/0.TestLossWeightMidNet (12 ms)
[ RUN ] NetTest/0.TestSharedWeightsDiffNet
[ OK ] NetTest/0.TestSharedWeightsDiffNet (2 ms)
[ RUN ] NetTest/0.TestBackwardWithAccuracyLayer
[ OK ] NetTest/0.TestBackwardWithAccuracyLayer (7 ms)
[ RUN ] NetTest/0.TestAllInOneNetTrain
[ OK ] NetTest/0.TestAllInOneNetTrain (2 ms)
[ RUN ] NetTest/0.TestHasBlob
[ OK ] NetTest/0.TestHasBlob (4 ms)
[ RUN ] NetTest/0.TestSkipPropagateDown
[ OK ] NetTest/0.TestSkipPropagateDown (4 ms)
[ RUN ] NetTest/0.TestHasLayer
[ OK ] NetTest/0.TestHasLayer (4 ms)
[ RUN ] NetTest/0.TestBottomNeedBackwardForce
[ OK ] NetTest/0.TestBottomNeedBackwardForce (4 ms)
[ RUN ] NetTest/0.TestLossWeight
[ OK ] NetTest/0.TestLossWeight (10 ms)
[ RUN ] NetTest/0.TestSharedWeightsDataNet
[ OK ] NetTest/0.TestSharedWeightsDataNet (2 ms)
[----------] 26 tests from NetTest/0 (245 ms total)

[----------] 11 tests from AdaDeltaSolverTest/2, where TypeParam = caffe::GPUDevice
[ RUN ] AdaDeltaSolverTest/2.TestAdaDeltaLeastSquaresUpdateWithEverythingShare
F0226 10:13:36.866101 1860 math_functions.cu:26] Check failed: status == CUBLAS_STATUS_SUCCESS (13 vs. 0) CUBLAS_STATUS_EXECUTION_FAILED
*** Check failure stack trace: ***
@ 0x4337c060 (unknown)
@ 0x4337bf5c (unknown)
@ 0x4337bb78 (unknown)
@ 0x4337df98 (unknown)
@ 0x4396ef46 caffe::caffe_gpu_gemm<>()
@ 0x43989ad6 caffe::InnerProductLayer<>::Forward_gpu()
@ 0x4395fb8a caffe::Net<>::ForwardFromTo()
@ 0x4395fde8 caffe::Net<>::Forward()
@ 0x18d1d0 caffe::GradientBasedSolverTest<>::ComputeLeastSquaresUpdate()
@ 0x18e0ba caffe::GradientBasedSolverTest<>::TestLeastSquaresUpdate()
@ 0x18e30a caffe::AdaDeltaSolverTest_TestAdaDeltaLeastSquaresUpdateWithEverythingShare_Test<>::TestBody()
@ 0x405910 testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x3ffea2 testing::Test::Run()
@ 0x3fff32 testing::TestInfo::Run()
@ 0x40000a testing::TestCase::Run()
@ 0x401862 testing::internal::UnitTestImpl::RunAllTests()
@ 0x401a54 testing::UnitTest::Run()
@ 0xe662e main
@ 0x43be6670 (unknown)
Aborted
make: *** [runtest] Error 134

I have tried many things but couldn’t figure out if any one had the same error , it builds few of the examples and stops randomly at one test…
I am using Cuda 7.0, Opencv2.4 , python 2.7, and caffe 1.0 … Looking forward for a kind reply

Wajahat

Hi wajahatakhtar4,

This forum is mainly for Jetson platform, all those software, SDK packages and plugins are designed for it, not for TK1 pro, we don’t know where might be the cause and not validated yet, you should contact with the team who provided the TK1 pro to get the support.

Thanks