progval commented on PR #1830: URL: https://github.com/apache/orc/pull/1830#issuecomment-1978061406
> I'm wondering if you are still claiming that "it can't be built on CIs". I can now build the `main` branch, but not the v2.0 branch. > What are you unable to build on CIs? I can't build the C++ code in the v2.0 branch of this repository on my CI because I get this error: ``` 13:54:56 -- Downloading... 13:54:56 dst='/var/lib/jenkins/workspace/DGRPH/gitlab-builds/target/debug/build/orcxx-8d1ca2e7d12cd415/orc/orc-format_ep-prefix/src/orc-format-1.0.0.tar.gz' 13:54:56 timeout='none' 13:54:56 inactivity timeout='none' 13:54:56 -- Using src='https://archive.apache.org/dist/orc/orc-format-1.0.0/orc-format-1.0.0.tar.gz' 13:54:56 13:54:56 --- stderr 13:54:56 CMake Error at orc-format_ep-stamp/download-orc-format_ep.cmake:170 (message): 13:54:56 Each download failed! 13:54:56 13:54:56 error: downloading 'https://archive.apache.org/dist/orc/orc-format-1.0.0/orc-format-1.0.0.tar.gz' failed 13:54:56 status_code: 28 13:54:56 status_string: "Timeout was reached" 13:54:56 log: 13:54:56 --- LOG BEGIN --- 13:54:56 Trying 65.108.204.189:443... 13:54:56 Trying [2a01:4f9:1a:a084::2]:443... 13:54:56 13:54:56 Immediate connect fail for 2a01:4f9:1a:a084::2: Cannot assign requested 13:54:56 address 13:54:56 13:54:56 connect to 65.108.204.189 port 443 failed: Connection timed out 13:54:56 13:54:56 Failed to connect to archive.apache.org port 443 after 129277 ms: Couldn't 13:54:56 connect to server 13:54:56 13:54:56 Closing connection 0 ``` after being blocked by archive.apache.org -- 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]
