sharkdtu opened a new issue, #34271:
URL: https://github.com/apache/arrow/issues/34271
### Describe the bug, including details regarding any error messages,
version, and platform.
i tried to build arrow and found SHA256_CHECKSUM of thrift error.
```
-- stdout output is:
-- verifying file...
file='/opt/gluten/ep/build-arrow/build/arrow_ep/cpp/build/thrift_ep-prefix/src/thrift-0.16.0.tar.gz'
-- SHA256 hash of
/opt/gluten/ep/build-arrow/build/arrow_ep/cpp/build/thrift_ep-prefix/src/thrift-0.16.0.tar.gz
does not match expected value
expected:
'f460b5c1ca30d8918ff95ea3eb6291b3951cf518553566088f3f2be8981f6209'
actual:
'ceb48e234cc783209832229d7d78d50ae8c4a7727f5dd679508e8b50bc12d195'
-- File already exists but hash mismatch. Removing...
-- Downloading...
dst='/opt/gluten/ep/build-arrow/build/arrow_ep/cpp/build/thrift_ep-prefix/src/thrift-0.16.0.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using
src='https://www.apache.org/dyn/closer.cgi?action=download&filename=/thrift/0.16.0/thrift-0.16.0.tar.gz'
-- Using
src='https://downloads.apache.org/thrift/0.16.0/thrift-0.16.0.tar.gz'
-- Using src='https://github.com/apache/thrift/archive/v0.16.0.tar.gz'
-- verifying file...
file='/opt/gluten/ep/build-arrow/build/arrow_ep/cpp/build/thrift_ep-prefix/src/thrift-0.16.0.tar.gz'
-- SHA256 hash of
/opt/gluten/ep/build-arrow/build/arrow_ep/cpp/build/thrift_ep-prefix/src/thrift-0.16.0.tar.gz
does not match expected value
expected:
'f460b5c1ca30d8918ff95ea3eb6291b3951cf518553566088f3f2be8981f6209'
actual:
'df2931de646a366c2e5962af679018bca2395d586e00ba82d09c0379f14f8e7b'
-- Hash mismatch, removing...
-- Using src='https://apache.claz.org/thrift/0.16.0/thrift-0.16.0.tar.gz'
-- Using src='https://github.com/apache/thrift/archive/v0.16.0.tar.gz'
-- verifying file...
file='/opt/gluten/ep/build-arrow/build/arrow_ep/cpp/build/thrift_ep-prefix/src/thrift-0.16.0.tar.gz'
-- SHA256 hash of
/opt/gluten/ep/build-arrow/build/arrow_ep/cpp/build/thrift_ep-prefix/src/thrift-0.16.0.tar.gz
does not match expected value
expected:
'f460b5c1ca30d8918ff95ea3eb6291b3951cf518553566088f3f2be8981f6209'
actual:
'df2931de646a366c2e5962af679018bca2395d586e00ba82d09c0379f14f8e7b'
```
### Component(s)
C++
--
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]