empiredan opened a new issue, #2155: URL: https://github.com/apache/incubator-pegasus/issues/2155
[The image of compilation environment](https://github.com/apache/incubator-pegasus/actions/workflows/build-push-env-docker.yml) for [master branch](https://github.com/apache/incubator-pegasus) failed to be built for the reason that [thrift 0.11.0 tarball](https://github.com/apache/thrift/releases?page=2) was removed from Github: ``` #10 [6/7] RUN wget --progress=dot:giga https://github.com/apache/thrift/archive/refs/tags/0.11.0.tar.gz -P /opt/thrift && cd /opt/thrift && tar xzf 0.11.0.tar.gz && cd thrift-0.11.0 && ./bootstrap.sh && ./configure --enable-libs=no && make -j$(($(nproc)/2+1)) && make install && cd - && rm -rf thrift-0.11.0 0.11.0.tar.gz #10 0.101 --2024-11-27 04:53:45-- https://github.com/apache/thrift/archive/refs/tags/0.11.0.tar.gz #10 0.102 Resolving github.com (github.com)... 140.82.113.4 #10 0.104 Connecting to github.com (github.com)|140.82.113.4|:443... connected. #10 0.118 HTTP request sent, awaiting response... 302 Found #10 0.186 Location: https://codeload.github.com/apache/thrift/tar.gz/0.11.0/tags/0.11.0 [following] #10 0.186 --2024-11-27 04:53:45-- https://codeload.github.com/apache/thrift/tar.gz/0.11.0/tags/0.11.0 #10 0.186 Resolving codeload.github.com (codeload.github.com)... 140.82.112.9 #10 0.188 Connecting to codeload.github.com (codeload.github.com)|140.82.112.9|:443... connected. #10 0.201 HTTP request sent, awaiting response... 404 Not Found #10 0.213 2024-11-27 04:53:45 ERROR 404: Not Found. #10 0.213 #10 ERROR: process "/bin/sh -c wget --progress=dot:giga https://github.com/apache/thrift/archive/refs/tags/0.11.0.tar.gz -P /opt/thrift && cd /opt/thrift && tar xzf 0.11.0.tar.gz && cd thrift-0.11.0 && ./bootstrap.sh && ./configure --enable-libs=no && make -j$(($(nproc)/2+1)) && make install && cd - && rm -rf thrift-0.11.0 0.11.0.tar.gz" did not complete successfully: exit code: 8 ------ > [6/7] RUN wget --progress=dot:giga https://github.com/apache/thrift/archive/refs/tags/0.11.0.tar.gz -P /opt/thrift && cd /opt/thrift && tar xzf 0.11.0.tar.gz && cd thrift-0.11.0 && ./bootstrap.sh && ./configure --enable-libs=no && make -j$(($(nproc)/2+1)) && make install && cd - && rm -rf thrift-0.11.0 0.11.0.tar.gz: 0.101 --2024-11-27 04:53:45-- https://github.com/apache/thrift/archive/refs/tags/0.11.0.tar.gz 404 Not Found 0.213 2024-11-27 04:53:45 ERROR 404: Not Found. 0.213 ------ 1 warning found (use docker --debug to expand): - UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' (line 73) Dockerfile:64 -------------------- 63 | 64 | >>> RUN wget --progress=dot:giga https://github.com/apache/thrift/archive/refs/tags/0.11.0.tar.gz -P /opt/thrift && \ 65 | >>> cd /opt/thrift && tar xzf 0.11.0.tar.gz && cd thrift-0.11.0 && ./bootstrap.sh && \ 66 | >>> ./configure --enable-libs=no && \ 67 | >>> make -j$(($(nproc)/2+1)) && make install && cd - && \ 68 | >>> rm -rf thrift-0.11.0 0.11.0.tar.gz 69 | -------------------- ERROR: failed to solve: process "/bin/sh -c wget --progress=dot:giga https://github.com/apache/thrift/archive/refs/tags/0.11.0.tar.gz -P /opt/thrift && cd /opt/thrift && tar xzf 0.11.0.tar.gz && cd thrift-0.11.0 && ./bootstrap.sh && ./configure --enable-libs=no && make -j$(($(nproc)/2+1)) && make install && cd - && rm -rf thrift-0.11.0 0.11.0.tar.gz" did not complete successfully: exit code: 8 Reference builder-3dc5e488-9652-4c7e-8ae4-c5673e9020b4/builder-3dc5e488-9652-4c7e-8ae4-c5673e9020b40/x8333hvf69025j8fg2oi5g041 Check build summary support Build summary supported! Error: buildx failed with: ERROR: failed to solve: process "/bin/sh -c wget --progress=dot:giga https://github.com/apache/thrift/archive/refs/tags/0.11.0.tar.gz -P /opt/thrift && cd /opt/thrift && tar xzf 0.11.0.tar.gz && cd thrift-0.11.0 && ./bootstrap.sh && ./configure --enable-libs=no && make -j$(($(nproc)/2+1)) && make install && cd - && rm -rf thrift-0.11.0 0.11.0.tar.gz" did not complete successfully: exit code: 8 ``` -- 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]
