Skip to content
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

Swiss mirror for thrift is not accessible. #23374

Closed
asfimport opened this issue Nov 5, 2019 · 1 comment
Closed

Swiss mirror for thrift is not accessible. #23374

asfimport opened this issue Nov 5, 2019 · 1 comment

Comments

@asfimport
Copy link

Dear experts,

We are doing builds of our software with Apache Arrow with builtin Thrift and since this night we are getting the following error message:

-- Retrying...
-- Using src='http://www.pirbot.com/mirrors/apache//thrift/0.12.0/thrift-0.12.0.tar.gz'
-- Retry after 5 seconds (attempt #2) ...
-- Using src='http://www.pirbot.com/mirrors/apache//thrift/0.12.0/thrift-0.12.0.tar.gz'
-- Retry after 5 seconds (attempt #3) ...
-- Using src='http://www.pirbot.com/mirrors/apache//thrift/0.12.0/thrift-0.12.0.tar.gz'
-- Retry after 15 seconds (attempt #4) ...
-- Using src='http://www.pirbot.com/mirrors/apache//thrift/0.12.0/thrift-0.12.0.tar.gz'
-- Retry after 60 seconds (attempt #5) ...
-- Using src='http://www.pirbot.com/mirrors/apache//thrift/0.12.0/thrift-0.12.0.tar.gz'
CMake Error at thrift_ep-stamp/download-thrift_ep.cmake:159 (message):
  Each download failed!    error: downloading 'http://www.pirbot.com/mirrors/apache//thrift/0.12.0/thrift-0.12.0.tar.gz' failed
         status_code: 7
         status_string: "Couldn't connect to server"
         log:
         --- LOG BEGIN ---
           Trying 5.135.182.112...  TCP_NODELAY set  connect to 5.135.182.112 port 80 failed: Connection timed out  Failed to connect to www.pirbot.com port 80: Connection timed out  Closing connection 0           --- LOG END ---
         error: downloading 'http://www.pirbot.com/mirrors/apache//thrift/0.12.0/thrift-0.12.0.tar.gz' failed
         status_code: 7
         status_string: "Couldn't connect to server"
         log:
         --- LOG BEGIN ---
           Trying 5.135.182.112...  TCP_NODELAY set  connect to 5.135.182.112 port 80 failed: Connection timed out  Failed to connect to www.pirbot.com port 80: Connection timed out  Closing connection 0

Apparently, Swiss mirror site www.pirbot.com/ providing Apache packages is down.

Please let us know if there is any way to mitigate this.

Cheers,  

     Dmitri

 

Reporter: Dmitri Konstantinov

Note: This issue was originally created as ARROW-7065. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
It's probably a transient issue, but you can set the environment variable $ARROW_THRIFT_URL to use some other URL in the meantime.

https://github.com/apache/arrow/blob/master/cpp/cmake_modules/ThirdpartyToolchain.cmake#L386

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant