Deeplearning4j: Wrong path to include/ops/ops.h in libnd4j tests

Created on 31 Jul 2018  路  4Comments  路  Source: eclipse/deeplearning4j

Error log:

[ RUN      ] GraphTests.Test_Minifier_1
Run: 
     /opt/rh/devtoolset-7/root/usr/bin/c++ -E -P -std=c++11 -o libnd4j_mini.hpp -I../include -I../blas -I../include/ops -I../include/helpers -I../include/types -I../include/array -I../include/cnpy -I../include/ops/declarable ../include/ops/declarable/CustomOperations.h

[       OK ] GraphTests.Test_Minifier_1 (148 ms)
[ RUN      ] GraphTests.Test_Minifier_2
Run: 
     /opt/rh/devtoolset-7/root/usr/bin/c++ -E -P -std=c++11 -o libnd4j_mini2.hpp -I../include -I../blas -I../include/ops -I../include/helpers -I../include/types -I../include/array -I../include/cnpy -I../include/ops/declarable ../include/ops/specials.h

[       OK ] GraphTests.Test_Minifier_2 (29 ms)
[ RUN      ] GraphTests.Test_Minifier_3
Run: 
     /opt/rh/devtoolset-7/root/usr/bin/c++ -E -P -std=c++11 -o libnd4j_mini3.hpp -I../include -I../blas -I../include/ops -I../include/helpers -I../include/types -I../include/array -I../include/cnpy -I../include/ops/declarable /include/ops/ops.h

c++: error: /include/ops/ops.h: No such file or directory
++11 -o libnd4j_mini3.hpp -I../include -I../blas -I../include/ops -I../include/helpers -I../include/types -I../include/array -I../include/cnpy -I../include/ops/declarable /include/ops/ops.h

c++: fatal error: no input files
compilation terminated.

++11 -o libnd4j_mini3.hpp -I../include -I../blas -I../include/ops -I../include/helpers -I../include/types -I../include/array -I../include/cnpy -I../include/ops/declarable /include/ops/ops.h

[       OK ] GraphTests.Test_Minifier_3 (23 ms)
[----------] 46 tests from GraphTests (483 ms total)

[----------] 2 tests from HashUtilsTests
[ RUN      ] HashUtilsTests.TestEquality1
[       OK ] HashUtilsTests.TestEquality1 (0 ms)
[ RUN      ] HashUtilsTests.TestEquality2
[       OK ] HashUtilsTests.TestEquality2 (0 ms)
[----------] 2 tests from HashUtilsTests (0 ms total)

Impact: any platform that build/run tests.

Full build log: http://master-jenkins.skymind.io:8080/blue/organizations/jenkins/deeplearning4j%2Fdeeplearning4j/detail/PR-6008/13/pipeline/184#step-763-log-461

Bug

Most helpful comment

p.s. test 3 is fail test. it must write that compilation aborted.

All 4 comments

@raver119 Did something change here?

Guys, that鈥檚 just tests. And they pass. So, i don鈥檛 know why you think there鈥檚 a problem.

p.s. test 3 is fail test. it must write that compilation aborted.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings