-
Notifications
You must be signed in to change notification settings - Fork 630
[output clipped, log limit 1MiB reached] and then exit code 7 #484
Copy link
Copy link
Closed
Description
Docker build on my local machine works fine. But when I use GitHub actions to build the docker image, I got error.
First I see this log: [output clipped, log limit 1MiB reached], and after a few minutes, I got error code 7.
After multiple times of retry, the results are the same.
The log snippet is here (for full log, check this out: https://github.com/occlum/occlum/runs/1573929172?check_suite_focus=true):
2020-12-18T00:48:25.5043289Z #10 272.4 ../include/libunwind-common.h:39:31: note: in expansion of macro 'UNW_PASTE'
2020-12-18T00:48:25.5044095Z #10 272.4 # define UNW_PREFIX UNW_PASTE(UNW_PASTE(_UL,UNW_TARGET),_)
2020-12-18T00:48:25.5044612Z #10 272.4 ^~~~~~~~~
2020-12-18T00:48:25.5045321Z #10 272.4 ../include/libunwind-common.h:35:31: not
2020-12-18T00:48:25.5045945Z #10 272.4 [output clipped, log limit 1MiB reached]
2020-12-18T00:52:18.2647230Z #10 ERROR: executor failed running [/bin/sh -c git clone -b sgx_2.11_for_occlum https://github.com/occlum/linux-sgx && cd linux-sgx && ./compile_and_install.sh no_mitigation USE_OPT_LIBS=2 && echo 'source /opt/intel/sgxsdk/environment' >> /root/.bashrc && rm -rf /tmp/linux-sgx]: exit code: 7
2020-12-18T00:52:18.2680001Z ------
2020-12-18T00:52:18.2682323Z > [stage-1 6/30] RUN git clone -b sgx_2.11_for_occlum https://github.com/occlum/linux-sgx && cd linux-sgx && ./compile_and_install.sh no_mitigation USE_OPT_LIBS=2 && echo 'source /opt/intel/sgxsdk/environment' >> /root/.bashrc && rm -rf /tmp/linux-sgx:
2020-12-18T00:52:18.2684280Z ------
2020-12-18T00:52:18.2686098Z failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c git clone -b sgx_2.11_for_occlum https://github.com/occlum/linux-sgx && cd linux-sgx && ./compile_and_install.sh no_mitigation USE_OPT_LIBS=2 && echo 'source /opt/intel/sgxsdk/environment' >> /root/.bashrc && rm -rf /tmp/linux-sgx]: exit code: 7
2020-12-18T00:52:24.8045851Z ##[error]buildx call failed with: failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c git clone -b sgx_2.11_for_occlum https://github.com/occlum/linux-sgx && cd linux-sgx && ./compile_and_install.sh no_mitigation USE_OPT_LIBS=2 && echo 'source /opt/intel/sgxsdk/environment' >> /root/.bashrc && rm -rf /tmp/linux-sgx]: exit code: 7
2020-12-18T00:52:24.8230306Z Post job cleanup.
Github actions yaml: https://github.com/occlum/occlum/actions/runs/428064733/workflow
dockerfile: https://github.com/occlum/occlum/blob/master/tools/docker/Dockerfile.centos8.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels