This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
CI fails for unix cpu Static build CPU 14.04 #14174
Open
Description
In an unrelated PR #14168 (fixes spelling), Unix CPU in CI failed for the test - Static build CPU 14.04 Scala
Mostly the error is caused here
To install the library, you can run "make PREFIX=/path/to/your/installation install".
++++ make --quiet -j 72 PREFIX=/work/mxnet/staticdeps install
make[1]: warning: -jN forced in submake: disabling jobserver mode.
Generating openblas_config.h in /work/mxnet/staticdeps/include
Generating f77blas.h in /work/mxnet/staticdeps/include
Generating cblas.h in /work/mxnet/staticdeps/include
Copying LAPACKE header files to /work/mxnet/staticdeps/include
Copying the static library to /work/mxnet/staticdeps/lib
Copying the shared library to /work/mxnet/staticdeps/lib
install: cannot stat 'libopenblasp-r0.3.3.so': No such file or directory
make[1]: *** [install] Error 1
make: *** [install] Error 2
Log can be found here - http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-14168/1/pipeline
@lanking520 can you weigh in? Any thoughts?