-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AUTOCUT] Distribution Build Failed for k-NN-2.9.0 (Unittest error on LINUX and FAISS compilation on Windows) #975
Comments
As of now there are two issues observed after debugging with @navneet1v:
Logs: linux-centos7-knn.log
It has since having issues compiling on Windows with these errors: Thanks. |
We have figured out the reason the above 1st issue is failing. The build image of centos7 is having gcc version of 4.8.5, while the newer version of faiss lib requires a higher version of gcc that is at least 4.9+. After installing devtoolset-8 on centos7 manually we are able to successfully build and test knn now:
Next step would need to update the build image of OpenSearch to include higher version of gcc. More details on the issue per @navneet1v
|
Update: @navneet1v has sent the new PR of #980 to fix the 2nd Windows issue. |
We have seen specific segfault failure on arm64 with gcc8, and since change to gcc7 and the compile pass: gcc8
gcc7
It seems like a sudden increase of memory of this file compilation yet observe the crash on arm64 with gcc8 specifically. |
Closing this issue as it got unblocked. |
I confirms there is no gcc7 on the rockylinux repos at all, even epel. Related here: Thanks. |
We have issues on the 8.3.1 version on centos7 arm64, will try 8.5.0 version on rockylinux8. |
We good on Rockylinux8 and the gcc 8.5.0 on arm64. |
This issue should be resolved for now until we check again in 2.10.0 to see if it still happens due to nodejs18 upgrade. |
Received Error: Error building k-NN, retry with: ./build.sh manifests/2.9.0/opensearch-2.9.0.yml --component k-NN.
The distribution build for k-NN has failed for version: 2.9.0.
Please see build log at https://build.ci.opensearch.org/job/distribution-build-opensearch/8108/consoleFull
The text was updated successfully, but these errors were encountered: