j7nhai commented on issue #6330: URL: https://github.com/apache/incubator-gluten/issues/6330#issuecomment-2208216567
> > <img alt="image" width="959" src="https://private-user-images.githubusercontent.com/146867566/345713754-662c9d6a-5833-4abd-a483-9616a4565955.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjAwNzQyOTEsIm5iZiI6MTcyMDA3Mzk5MSwicGF0aCI6Ii8xNDY4Njc1NjYvMzQ1NzEzNzU0LTY2MmM5ZDZhLTU4MzMtNGFiZC1hNDgzLTk2MTZhNDU2NTk1NS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwNzA0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDcwNFQwNjE5NTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lNGViOTlhNWU2YWQ0NjQzNTk5MWE2MTdlZWMxZTI2OTBjYTI1ODZlNzU3MzNmYTdmNTU0NGUyZWE5Nzk0ODlmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.cLkC8I62xINY9kNt2sFvpPVbvpmzCGfwOW2UFqMqqqk"> > > Actually, I build fail, and I have submit a pull request to fix it: #6331 > > could you post real error message? it's due to network problem of network when download dependency. ``` [557/833] Performing download step (download, verify and extract) for 'libstemmer' FAILED: _deps/libstemmer/src/libstemmer-stamp/libstemmer-download /opt/gluten/ep/build-velox/build/velox_ep/_build/release/_deps/libstemmer/src/libstemmer-stamp/libstemmer-download cd /opt/gluten/ep/build-velox/build/velox_ep/_build/release/_deps/libstemmer/src && /usr/local/lib64/python3.9/site-packages/cmake/data/bin/cmake -P /opt/gluten/ep/build-velox/build/velox_ep/_build/release/_deps/libstemmer/src/libstemmer-stamp/download-libstemmer.cmake && /usr/local/lib64/python3.9/site-packages/cmake/data/bin/cmake -P /opt/gluten/ep/build-velox/build/velox_ep/_build/release/_deps/libstemmer/src/libstemmer-stamp/verify-libstemmer.cmake && /usr/local/lib64/python3.9/site-packages/cmake/data/bin/cmake -P /opt/gluten/ep/build-velox/build/velox_ep/_build/release/_deps/libstemmer/src/libstemmer-stamp/extract-libstemmer.cmake && /usr/local/lib64/python3.9/site-packages/cmake/data/bin/cmake -E touch /opt/gluten/ep/build-velox/build/velox_ep/_build/release/_deps/libstemmer/src/libstemmer-stamp/libstemmer-download -- Downloading... dst='/opt/gluten/ep/build-velox/build/velox_ep/_build/release/_deps/libstemmer/src/libstemmer_c-2.2.0.tar.gz' timeout='none' inactivity timeout='none' -- Using src='https://snowballstem.org/dist/libstemmer_c-2.2.0.tar.gz' CMake Error at libstemmer-stamp/download-libstemmer.cmake:170 (message): Each download failed! ``` The issue I'm discussing is the build_velox.sh script should be fail, but it keep running continually. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
