zhouyuan opened a new issue, #11611: URL: https://github.com/apache/incubator-gluten/issues/11611
### Backend VL (Velox) ### Bug description Velox recently upgraded FBOS 2026.01.05, Gluten container is not updated yet due to rebase issue. https://github.com/apache/incubator-gluten/actions/runs/21974408760/job/63482722644 ``` In file included from /work/ep/build-velox/build/velox_ep/velox/functions/prestosql/registration/BinaryFunctionsRegistration.cpp:17: /work/ep/build-velox/build/velox_ep/./velox/functions/prestosql/BinaryFunctions.h: In member function 'void facebook::velox::functions::Sha1Function<T>::call(out_type<facebook::velox::Varbinary>&, arg_type<facebook::velox::Varbinary>&)': /work/ep/build-velox/build/velox_ep/./velox/functions/prestosql/BinaryFunctions.h:92:34: error: 'static void folly::ssl::OpenSSLHash::sha1(folly::MutableByteRange, folly::ByteRange)' is deprecated: sha1 should never be used. It is slow and insecure. See https://www.internalfb.com/wiki/What_Hash_Should_I_Use [-Werror=deprecated-declarations] 92 | folly::ssl::OpenSSLHash::sha1( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 93 | folly::MutableByteRange((uint8_t*)result.data(), result.size()), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94 | folly::ByteRange((const uint8_t*)input.data(), input.size())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /work/ep/build-velox/build/velox_ep/./velox/functions/prestosql/BinaryFunctions.h:22: /usr/local/include/folly/ssl/OpenSSLHash.h:151:15: note: declared here 151 | static void sha1(MutableByteRange out, ByteRange data) { | ^~~~ /work/ep/build-velox/build/velox_ep/./velox/functions/prestosql/BinaryFunctions.h: In member function 'void facebook::velox::functions::HmacSha1Function<T>::call(TOutput&, const TInput&, const TInput&)': /work/ep/build-velox/build/velox_ep/./velox/functions/prestosql/BinaryFunctions.h:170:39: error: 'static void folly::ssl::OpenSSLHash::hmac_sha1(folly::MutableByteRange, folly::ByteRange, folly::ByteRange)' is deprecated: sha1 should never be used. It is slow and insecure. See https://www.internalfb.com/wiki/What_Hash_Should_I_Use [-Werror=deprecated-declarations] 170 | folly::ssl::OpenSSLHash::hmac_sha1( ``` ### Gluten version _No response_ ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs ```bash ``` -- 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]
