#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 ... #7 [auth] altinityinfra/style-test:pull token for registry-1.docker.io #7 DONE 0.0s #8 importing cache manifest from altinityinfra/style-test:981-aarch64 #8 inferred cache manifest type: application/vnd.docker.distribution.manifest.v2+json done #8 ... #6 importing cache manifest from altinityinfra/style-test:latest #6 inferred cache manifest type: application/vnd.docker.distribution.manifest.list.v2+json done #6 DONE 1.7s #8 importing cache manifest from altinityinfra/style-test:981-aarch64 #8 DONE 1.9s #4 [internal] load build context #4 transferring context: 3.85kB done #4 DONE 0.0s #9 [2/7] RUN sed -i "s|http://archive.ubuntu.com|http://archive.ubuntu.com|g" /etc/apt/sources.list #9 CACHED #10 [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 #10 CACHED #11 [4/7] RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen en_US.UTF-8 #11 CACHED #12 [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 #12 CACHED #13 [6/7] COPY run.sh / #13 CACHED #14 [7/7] COPY process_style_check_result.py / #14 pulling sha256:31b473a5f6f35ea93ad1e4d0ddfe5628c626455e5af77a57ba0d8322e0a22330 #14 pulling sha256:1cc57126d389db92c6cbd4fe0005aa53e91bc2c80c5692edadc57160132c7762 #14 pulling sha256:7eeb3e529f31a8027e4a0c456f1a7f3e8a4b1abc75a77b6c3e18f9920b016007 #14 pulling sha256:31b473a5f6f35ea93ad1e4d0ddfe5628c626455e5af77a57ba0d8322e0a22330 0.7s done #14 pulling sha256:af5c7bc43860558cf98f0093f572eef2311123daaa3fe4f53d39227b8e21beb8 #14 pulling sha256:7eeb3e529f31a8027e4a0c456f1a7f3e8a4b1abc75a77b6c3e18f9920b016007 0.8s done #14 pulling sha256:e874e8de9c3db43704b431fa3a68555397d4afbed3d52f758b8a6f661e690914 #14 pulling sha256:e874e8de9c3db43704b431fa3a68555397d4afbed3d52f758b8a6f661e690914 0.6s done #14 pulling sha256:b538e4ea07465a7146a109611393b675242fbf7f2047c920100c7c4ea3cb0c3d #14 pulling sha256:af5c7bc43860558cf98f0093f572eef2311123daaa3fe4f53d39227b8e21beb8 1.2s done #14 pulling sha256:b538e4ea07465a7146a109611393b675242fbf7f2047c920100c7c4ea3cb0c3d 0.6s done #14 pulling sha256:1cc57126d389db92c6cbd4fe0005aa53e91bc2c80c5692edadc57160132c7762 17.7s done #14 CACHED #15 exporting to image #15 exporting layers done #15 preparing layers for inline cache 0.0s done #15 writing image sha256:03b259bad4eefb0ec48e61a8f4ece3692aa67806d7e356619e532ac4ee95f70d done #15 naming to docker.io/altinityinfra/style-test:981-aarch64 done #15 naming to docker.io/altinityinfra/style-test:latest done #15 DONE 0.0s #16 pushing altinityinfra/style-test:981-aarch64 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 #16 pushing layer 3e04ae02e3b4 #16 pushing layer 4bd6c616b9fd 6.0s done #16 pushing layer 5372a5262e76 6.0s done #16 pushing layer 2c7fb2b48af7 6.0s done #16 pushing layer c3ab53a65439 6.0s done #16 pushing layer 679b83e56fbd 6.0s done #16 pushing layer 421a4c308e94 6.0s done #16 pushing layer 3e04ae02e3b4 6.0s done #16 DONE 6.3s #17 pushing altinityinfra/style-test:latest with docker #17 pushing layer 5372a5262e76 #17 pushing layer 2c7fb2b48af7 #17 pushing layer c3ab53a65439 #17 pushing layer 679b83e56fbd #17 pushing layer 421a4c308e94 #17 pushing layer 3e04ae02e3b4 1.5s #17 pushing layer 4bd6c616b9fd 1.5s #17 pushing layer 679b83e56fbd 3.5s done #17 pushing layer 5372a5262e76 3.5s done #17 pushing layer 2c7fb2b48af7 3.5s done #17 pushing layer c3ab53a65439 3.5s done #17 pushing layer 421a4c308e94 3.5s done #17 pushing layer 4bd6c616b9fd 3.5s done #17 pushing layer 3e04ae02e3b4 3.5s done #17 DONE 3.8s