#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-amd64 #7 ERROR: failed to configure registry cache importer: docker.io/altinityinfra/style-test:981-5ce5094cf6d872d8416c41fc7f772bee705245b4-amd64: not found #4 [internal] load build context #4 transferring context: 77B done #4 DONE 0.0s #8 [5/7] RUN arch=amd64 && 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 #8 CACHED #9 [6/7] COPY run.sh / #9 CACHED #10 [2/7] RUN sed -i "s|http://archive.ubuntu.com|http://archive.ubuntu.com|g" /etc/apt/sources.list #10 CACHED #11 [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 #11 CACHED #12 [4/7] RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen en_US.UTF-8 #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:1b1bfd7f71191eb472db816313a534ce56174ccc932d1f4a8a9363fd6076dd12 done #14 naming to docker.io/altinityinfra/style-test:981-5ce5094cf6d872d8416c41fc7f772bee705245b4-amd64 done #14 naming to docker.io/altinityinfra/style-test:latest done #14 DONE 0.0s #15 pushing altinityinfra/style-test:981-5ce5094cf6d872d8416c41fc7f772bee705245b4-amd64 with docker #15 pushing layer c8dcde3a7104 #15 pushing layer 23c2b2e7cc73 #15 pushing layer bc9bf84c4a4a #15 pushing layer e54b8ee39e24 #15 pushing layer 37fa1b400583 #15 pushing layer b15ccb26f4b2 #15 pushing layer dc6eb6dad5f9 #15 pushing layer b15ccb26f4b2 5.5s done #15 pushing layer c8dcde3a7104 5.5s done #15 pushing layer 23c2b2e7cc73 5.5s done #15 pushing layer bc9bf84c4a4a 5.5s done #15 pushing layer e54b8ee39e24 5.5s done #15 pushing layer 37fa1b400583 5.5s done #15 pushing layer dc6eb6dad5f9 5.5s done #15 DONE 5.8s #16 pushing altinityinfra/style-test:latest with docker #16 pushing layer c8dcde3a7104 0.9s #16 pushing layer 23c2b2e7cc73 0.9s #16 pushing layer bc9bf84c4a4a 0.9s #16 pushing layer e54b8ee39e24 0.9s #16 pushing layer 37fa1b400583 0.9s #16 pushing layer b15ccb26f4b2 1.5s #16 pushing layer dc6eb6dad5f9 1.5s #16 pushing layer b15ccb26f4b2 3.3s done #16 pushing layer c8dcde3a7104 3.3s done #16 pushing layer 23c2b2e7cc73 3.3s done #16 pushing layer bc9bf84c4a4a 3.3s done #16 pushing layer e54b8ee39e24 3.3s done #16 pushing layer 37fa1b400583 3.3s done #16 pushing layer dc6eb6dad5f9 3.3s done #16 DONE 3.6s ------ > importing cache manifest from altinityinfra/style-test:981-5ce5094cf6d872d8416c41fc7f772bee705245b4-amd64: ------