#0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.61kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/ubuntu:22.04 #2 DONE 0.2s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [internal] load build context #4 DONE 0.0s #5 [1/7] FROM docker.io/library/ubuntu:22.04@sha256:4e0171b9275e12d375863f2b3ae9ce00a4c53ddda176bd55868df97ac6f21a6e #5 DONE 0.0s #6 importing cache manifest from altinityinfra/style-test:latest #6 DONE 0.0s #7 importing cache manifest from altinityinfra/style-test:981-5ce5094cf6d872d8416c41fc7f772bee705245b4-aarch64 #7 ERROR: failed to configure registry cache importer: docker.io/altinityinfra/style-test:981-5ce5094cf6d872d8416c41fc7f772bee705245b4-aarch64: not found #4 [internal] load build context #4 transferring context: 77B done #4 DONE 0.0s #8 [4/7] RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen en_US.UTF-8 #8 CACHED #9 [6/7] COPY run.sh / #9 CACHED #10 [5/7] RUN arch=arm64 && case $arch in amd64) act_arch=x86_64 ;; arm64) act_arch=$arch ;; esac && curl -o /tmp/act.tgz -L "https://github.com/nektos/act/releases/download/v0.2.33/act_Linux_${act_arch}.tar.gz" && tar xf /tmp/act.tgz -C /usr/bin act && rm /tmp/act.tgz && curl -o /tmp/actiolint.zip -L "https://github.com/rhysd/actionlint/releases/download/v1.6.22/actionlint_1.6.22_linux_${arch}.tar.gz" && tar xf /tmp/actiolint.zip -C /usr/bin actionlint && rm /tmp/actiolint.zip #10 CACHED #11 [2/7] RUN sed -i "s|http://archive.ubuntu.com|http://archive.ubuntu.com|g" /etc/apt/sources.list #11 CACHED #12 [3/7] RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install --yes aspell curl git file libxml2-utils moreutils python3-fuzzywuzzy python3-pip shellcheck yamllint locales && pip3 install black~=23.1.0 boto3 codespell~=2.2.1 mypy~=1.3.0 PyGithub unidiff pylint~=2.6.2 && apt-get clean && rm -rf /root/.cache/pip #12 CACHED #13 [7/7] COPY process_style_check_result.py / #13 CACHED #14 exporting to image #14 exporting layers done #14 preparing layers for inline cache done #14 writing image sha256:30503bfcaf74116a0a528ce710c8ca648121860c8c51bfc6855efa303e5d2279 done #14 naming to docker.io/altinityinfra/style-test:981-5ce5094cf6d872d8416c41fc7f772bee705245b4-aarch64 done #14 naming to docker.io/altinityinfra/style-test:latest done #14 DONE 0.0s #15 pushing altinityinfra/style-test:981-5ce5094cf6d872d8416c41fc7f772bee705245b4-aarch64 with docker #15 pushing layer 5372a5262e76 #15 pushing layer 2c7fb2b48af7 #15 pushing layer c3ab53a65439 #15 pushing layer 679b83e56fbd #15 pushing layer 421a4c308e94 #15 pushing layer 4bd6c616b9fd #15 pushing layer 3e04ae02e3b4 #15 pushing layer 679b83e56fbd 6.0s done #15 pushing layer 5372a5262e76 6.0s done #15 pushing layer 2c7fb2b48af7 6.0s done #15 pushing layer c3ab53a65439 6.0s done #15 pushing layer 421a4c308e94 6.0s done #15 pushing layer 4bd6c616b9fd 6.0s done #15 pushing layer 3e04ae02e3b4 6.0s done #15 DONE 6.4s #16 pushing altinityinfra/style-test:latest with docker #16 pushing layer 5372a5262e76 #16 pushing layer 2c7fb2b48af7 #16 pushing layer c3ab53a65439 #16 pushing layer 679b83e56fbd #16 pushing layer 421a4c308e94 #16 pushing layer 4bd6c616b9fd 1.6s #16 pushing layer 3e04ae02e3b4 1.6s #16 pushing layer 679b83e56fbd 3.7s done #16 pushing layer 5372a5262e76 3.7s done #16 pushing layer 2c7fb2b48af7 3.7s done #16 pushing layer c3ab53a65439 3.7s done #16 pushing layer 421a4c308e94 3.7s done #16 pushing layer 4bd6c616b9fd 3.7s done #16 pushing layer 3e04ae02e3b4 3.7s done #16 DONE 4.1s ------ > importing cache manifest from altinityinfra/style-test:981-5ce5094cf6d872d8416c41fc7f772bee705245b4-aarch64: ------