SHUFIL opened a new issue, #2067: URL: https://github.com/apache/incubator-pegasus/issues/2067
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? Installing Apache-pegasus in ubuntu 22, using Compile method , [doc](https://pegasus.apache.org/docs/build/compile-from-source/). Also I tried to install using docker method as well , but got error ERROR: `build rdsn failed` ``` error: downloading 'https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2' failed status_code: 22 status_string: "HTTP response code said error" ``` I have installed below dependence's `gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)` , `cmake version 3.30.0` also installed all packages in mentioned Dockerfile [Dockerfile](https://github.com/apache/incubator-pegasus/blob/master/docker/pegasus-build-env/ubuntu2204/Dockerfile) 2. What did you expect to see? Both method I am getting build issue so need to resolve Build issue 3. What did you see instead? Getting below error while doing build Compile method ``` CMake Error at /home/ubuntu/pegasus/rdsn/thirdparty/build/Stamp/boost/download-boost.cmake:163 (message): Each download failed! error: downloading 'http://pegasus-thirdparties.oss-cn-beijing.aliyuncs.com/boost_1_69_0.tar.bz2' failed status_code: 22 status_string: "HTTP response code said error" log: --- LOG BEGIN --- timeout on name lookup is not supported Host pegasus-thirdparties.oss-cn-beijing.aliyuncs.com:80 was resolved. IPv6: (none) IPv4: 59.110.190.37 Trying 59.110.190.37:80... Connected to pegasus-thirdparties.oss-cn-beijing.aliyuncs.com (59.110.190.37) port 80 GET /boost_1_69_0.tar.bz2 HTTP/1.1 Host: pegasus-thirdparties.oss-cn-beijing.aliyuncs.com User-Agent: curl/8.8.0 Accept: */* Request completely sent off HTTP/1.1 403 Forbidden Server: AliyunOSS Date: Tue, 09 Jul 2024 07:48:13 GMT Content-Type: application/xml Content-Length: 344 Connection: keep-alive x-oss-request-id: 668CEB3D35EB2634329C18EE x-oss-ec: 0003-00000905 The requested URL returned error: 403 Closing connection --- LOG END --- error: downloading 'https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2' failed status_code: 22 status_string: "HTTP response code said error" log: --- LOG BEGIN --- timeout on name lookup is not supported Host dl.bintray.com:443 was resolved. IPv6: (none) IPv4: 18.214.194.113, 18.232.172.199, 3.95.117.170 Trying 18.214.194.113:443... Connected to dl.bintray.com (18.214.194.113) port 443 ALPN: curl offers h2,http/1.1 [5 bytes data] TLSv1.3 (OUT), TLS handshake, Client hello (1): [512 bytes data] [5 bytes data] TLSv1.3 (IN), TLS handshake, Server hello (2): [112 bytes data] [5 bytes data] TLSv1.2 (IN), TLS handshake, Certificate (11): [3676 bytes data] [5 bytes data] TLSv1.2 (IN), TLS handshake, Server key exchange (12): [300 bytes data] [5 bytes data] TLSv1.2 (IN), TLS handshake, Server finished (14): [4 bytes data] [5 bytes data] TLSv1.2 (OUT), TLS handshake, Client key exchange (16): [37 bytes data] [5 bytes data] TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1): [1 bytes data] [5 bytes data] TLSv1.2 (OUT), TLS handshake, Finished (20): [16 bytes data] [5 bytes data] [5 bytes data] TLSv1.2 (IN), TLS handshake, Finished (20): [16 bytes data] SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384 / X25519 / RSASSA-PSS ALPN: server accepted http/1.1 Server certificate: subject: CN=*.bintray.com start date: Oct 26 00:00:00 2023 GMT expire date: Nov 25 23:59:59 2024 GMT subjectAltName: host "dl.bintray.com" matched cert's "*.bintray.com" issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=GeoTrust TLS RSA CA G1 SSL certificate verify result: self-signed certificate in certificate chain (19), continuing anyway. Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption using HTTP/1.x [5 bytes data] GET /boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2 HTTP/1.1 Host: dl.bintray.com User-Agent: curl/8.8.0 Accept: */* Request completely sent off [5 bytes data] HTTP/1.1 404 Not Found Date: Tue, 09 Jul 2024 07:48:13 GMT Content-Type: text/html Content-Length: 146 Connection: keep-alive Strict-Transport-Security: max-age=31536000; includeSubDomains The requested URL returned error: 404 Closing connection [5 bytes data] TLSv1.2 (OUT), TLS alert, close notify (256): [2 bytes data] --- LOG END --- make[2]: *** [CMakeFiles/boost.dir/build.make:99: Stamp/boost/boost-download] Error 1 make[1]: *** [CMakeFiles/Makefile2:119: CMakeFiles/boost.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... -- extracting... src='/home/ubuntu/pegasus/rdsn/thirdparty/build/Download/concurrentqueue/concurrentqueue-1.0.1.tar.gz' dst='/home/ubuntu/pegasus/rdsn/thirdparty/build/Source/concurrentqueue' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 3%] No update step for 'concurrentqueue' [ 4%] No patch step for 'concurrentqueue' [ 5%] No configure step for 'concurrentqueue' [ 5%] No build step for 'concurrentqueue' [ 5%] Performing install step for 'concurrentqueue' [ 6%] Completed 'concurrentqueue' [ 6%] Built target concurrentqueue make: *** [Makefile:91: all] Error 2 ERROR: build rdsn failed ``` 4. What version of Pegasus are you using? apache-pegasus-2.1.0 -- 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]
