acelyc111 opened a new pull request, #1558: URL: https://github.com/apache/incubator-pegasus/pull/1558
[build_compilation_env_docker_images (ubuntu1804)](https://github.com/apache/incubator-pegasus/actions/runs/5456465090/jobs/9929305540#logs) failed, the logs like: ``` #9 [5/7] RUN pip3 install --no-cache-dir cmake #9 0.943 Collecting cmake #9 1.406 Downloading https://files.pythonhosted.org/packages/8a/a7/da765b3f525ac9ab34e1fb700a4b95307ba33bc408461714b61e0938dd88/cmake-3.26.4.tar.gz #9 1.499 Complete output from command python setup.py egg_info: #9 1.501 Traceback (most recent call last): #9 1.501 File "<string>", line 1, in <module> #9 1.501 ModuleNotFoundError: No module named 'setuptools' #9 1.501 #9 1.501 ---------------------------------------- #9 1.505 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-hs7rd736/cmake/ #9 ERROR: process "/bin/sh -c pip3 install --no-cache-dir cmake" did not complete successfully: exit code: 1 ------ > [5/7] RUN pip3 install --no-cache-dir cmake: 0.943 Collecting cmake 1.406 Downloading https://files.pythonhosted.org/packages/8a/a7/da765b3f525ac9ab34e1fb700a4b95307ba33bc408461714b61e0938dd88/cmake-3.26.4.tar.gz 1.499 Complete output from command python setup.py egg_info: 1.501 Traceback (most recent call last): 1.501 File "<string>", line 1, in <module> 1.501 ModuleNotFoundError: No module named 'setuptools' 1.501 1.501 ---------------------------------------- 1.505 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-hs7rd736/cmake/ ------ Dockerfile:63 -------------------- 61 | rm -rf /var/lib/apt/lists/* 62 | 63 | >>> RUN pip3 install --no-cache-dir cmake 64 | 65 | RUN wget --progress=dot:giga https://github.com/apache/thrift/archive/refs/tags/0.11.0.tar.gz -P /opt/thrift && \ -------------------- ERROR: failed to solve: process "/bin/sh -c pip3 install --no-cache-dir cmake" did not complete successfully: exit code: 1 Error: buildx failed with: ERROR: failed to solve: process "/bin/sh -c pip3 install --no-cache-dir cmake" did not complete successfully: exit code: 1 ``` -- 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]
