# Run sent to worker: doanac-reckless == 2024-01-31 14:07:32.555293: Setting up runner on worker == 2024-01-31 14:07:32.992452: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/gavel-ci/builds/61/runs/build-container//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2024-01-31 14:07:33.494092: Pulling container: docker:19.03.5-dind 19.03.5-dind: Pulling from library/docker Digest: sha256:033ba84f8ea98910d8fc51b8263fbeb24c48d6daf55ef7c654e2981784dac2f4 Status: Image is up to date for docker:19.03.5-dind docker.io/library/docker:19.03.5-dind == 2024-01-31 14:07:34.935047: Preparing bind mounts 2024-01-31 14:07:35.103766: INFO Creating secret: dockerpass == 2024-01-31 14:07:35.439497: Creating container .netrc file 2024-01-31 14:07:35.609182: INFO Creating token for jobserv run access == 2024-01-31 14:07:35.950033: Preparing script == 2024-01-31 14:07:36.290348: Cloning git repository 2024-01-31 14:07:36.449560: INFO Clone_url: https://github.com/doanac/gavel-ci.git 2024-01-31 14:07:36.614713: INFO Checking to see if https://github.com/doanac/gavel-ci.git requires authentication. 2024-01-31 14:07:36.999297: INFO Server does not appear to need credentials for cloning 2024-01-31 14:07:37.175430: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmpny9mj_wt/repo'... 2024-01-31 14:07:37.932536: INFO Checking out: 6c1e0f1d2591c9f56d06f0fddfa60e9ae259adc1 Switched to branch 'jobserv-run' == 2024-01-31 14:07:38.506435: Setting up container environment 2024-01-31 14:07:38.681665: INFO Container environment variables: GIT_URL=https://github.com/doanac/gavel-ci.git GIT_POLL_REFS=refs/heads/master GIT_REF=refs/heads/master GIT_OLD_SHA=d5fbba1f6765b9659515c5c6f9344ffe133fb1cb GIT_SHA=6c1e0f1d2591c9f56d06f0fddfa60e9ae259adc1 H_PROJECT=gavel-ci H_BUILD=61 H_RUN=build-container H_RUN_URL=https://api.gavelci.us/projects/gavel-ci/builds/61/runs/build-container/ H_WORKER=doanac-reckless == 2024-01-31 14:07:39.037602: Running script inside container 2024-01-31 14:07:39.214978: INFO Running with "--privileged" 2024-01-31 14:07:39.388489: INFO Running with --memory=14639596339 WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. + docker build -t doanac/gavel-ci:6c1e0f --force-rm . Sending build context to Docker daemon 314.9kB Step 1/15 : FROM alpine:3.19 3.19: Pulling from library/alpine 4abcf2066143: Pulling fs layer 4abcf2066143: Verifying Checksum 4abcf2066143: Download complete 4abcf2066143: Pull complete Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b Status: Downloaded newer image for alpine:3.19 ---> 05455a08881e Step 2/15 : ARG GAVEL_VERSION=? ---> Running in 48f30c15b01e Removing intermediate container 48f30c15b01e ---> 62ea6f50ba45 Step 3/15 : ENV APP_VERSION="$GAVEL_VERSION" ---> Running in 32fc808f6f5b Removing intermediate container 32fc808f6f5b ---> 442224a58e42 Step 4/15 : ENV FLASK_APP="gavel_ci.app:app" ---> Running in eb3463229bbc Removing intermediate container eb3463229bbc ---> 2ef215576483 Step 5/15 : ARG BUILD_PKGS="python3-dev py3-pip musl-dev gcc libffi-dev openssl-dev" ---> Running in d88dafe1c21a Removing intermediate container d88dafe1c21a ---> 56ef0deadc60 Step 6/15 : ENV PYTHONPATH=/srv/gavel-ci ---> Running in c91f8a193bbc Removing intermediate container c91f8a193bbc ---> d90ff5439f7e Step 7/15 : WORKDIR /srv/gavel-ci ---> Running in 8048d0422109 Removing intermediate container 8048d0422109 ---> 6929c132d928 Step 8/15 : COPY ./wait-for /srv/gavel-ci/ ---> 12702f611a92 Step 9/15 : COPY ./requirements.txt /srv/gavel-ci/ ---> 71fb75b6891c Step 10/15 : COPY ./docker_run.sh /srv/gavel-ci/ ---> 266a1eabb766 Step 11/15 : COPY ./gavel_ci /srv/gavel-ci/gavel_ci ---> 13f9e09078b6 Step 12/15 : COPY ./gavel_jwt.py /srv/gavel-ci/ ---> 20e64175db68 Step 13/15 : COPY ./gavel_permissions.py /srv/gavel-ci/ ---> afa14662cba6 Step 14/15 : COPY ./migrations /srv/gavel-ci/migrations ---> 28785c65da07 Step 15/15 : RUN apk --no-cache add python3 openssl $BUILD_PKGS && pip3 install --break-system-packages -r requirements.txt && apk del $BUILD_PKGS ---> Running in 5c955f5700b9 fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz (1/42) Installing libgcc (13.2.1_git20231014-r0) (2/42) Installing jansson (2.14-r4) (3/42) Installing libstdc++ (13.2.1_git20231014-r0) (4/42) Installing zstd-libs (1.5.5-r8) (5/42) Installing binutils (2.41-r0) (6/42) Installing libgomp (13.2.1_git20231014-r0) (7/42) Installing libatomic (13.2.1_git20231014-r0) (8/42) Installing gmp (6.3.0-r0) (9/42) Installing isl26 (0.26-r1) (10/42) Installing mpfr4 (4.2.1-r0) (11/42) Installing mpc1 (1.3.1-r1) (12/42) Installing gcc (13.2.1_git20231014-r0) (13/42) Installing linux-headers (6.5-r0) (14/42) Installing libffi (3.4.4-r3) (15/42) Installing pkgconf (2.1.0-r0) (16/42) Installing libffi-dev (3.4.4-r3) (17/42) Installing musl-dev (1.2.4_git20230717-r4) (18/42) Installing openssl (3.1.4-r5) (19/42) Installing openssl-dev (3.1.4-r5) (20/42) Installing libbz2 (1.0.8-r6) (21/42) Installing libexpat (2.5.0-r2) (22/42) Installing gdbm (1.23-r1) (23/42) Installing xz-libs (5.4.5-r0) (24/42) Installing mpdecimal (2.5.1-r2) (25/42) Installing ncurses-terminfo-base (6.4_p20231125-r0) (26/42) Installing libncursesw (6.4_p20231125-r0) (27/42) Installing libpanelw (6.4_p20231125-r0) (28/42) Installing readline (8.2.1-r2) (29/42) Installing sqlite-libs (3.44.2-r0) (30/42) Installing python3 (3.11.6-r1) (31/42) Installing python3-pycache-pyc0 (3.11.6-r1) (32/42) Installing pyc (3.11.6-r1) (33/42) Installing py3-setuptools-pyc (68.2.2-r0) (34/42) Installing py3-pip-pyc (23.3.1-r0) (35/42) Installing py3-parsing (3.1.1-r0) (36/42) Installing py3-parsing-pyc (3.1.1-r0) (37/42) Installing py3-packaging-pyc (23.2-r0) (38/42) Installing python3-pyc (3.11.6-r1) (39/42) Installing py3-packaging (23.2-r0) (40/42) Installing py3-setuptools (68.2.2-r0) (41/42) Installing py3-pip (23.3.1-r0) (42/42) Installing python3-dev (3.11.6-r1) Executing busybox-1.36.1-r15.trigger OK: 301 MiB in 57 packages Collecting Flask-Dance==6.2.0 (from Flask-Dance[sqla]==6.2.0->-r requirements.txt (line 1)) Downloading flask_dance-6.2.0-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 460.0 kB/s eta 0:00:00 Collecting Flask-Login==0.6.2 (from -r requirements.txt (line 2)) Downloading Flask_Login-0.6.2-py3-none-any.whl (17 kB) Collecting Flask-Migrate==4.0.4 (from -r requirements.txt (line 3)) Downloading Flask_Migrate-4.0.4-py3-none-any.whl (20 kB) Collecting Flask-SQLAlchemy==3.0.3 (from -r requirements.txt (line 4)) Downloading Flask_SQLAlchemy-3.0.3-py3-none-any.whl (24 kB) Collecting Flask==2.3.2 (from -r requirements.txt (line 5)) Downloading Flask-2.3.2-py3-none-any.whl (96 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.9/96.9 kB 873.6 kB/s eta 0:00:00 Collecting Jinja2==3.1.3 (from -r requirements.txt (line 6)) Downloading Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB) Collecting SQLAlchemy==2.0.4 (from -r requirements.txt (line 7)) Downloading SQLAlchemy-2.0.4-cp311-cp311-musllinux_1_1_x86_64.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 10.1 MB/s eta 0:00:00 Collecting PyMySQL==0.9.2 (from -r requirements.txt (line 8)) Downloading PyMySQL-0.9.2-py2.py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.8/47.8 kB 396.8 kB/s eta 0:00:00 Collecting bcrypt==4.0.1 (from -r requirements.txt (line 9)) Downloading bcrypt-4.0.1-cp36-abi3-musllinux_1_1_x86_64.whl (624 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 624.3/624.3 kB 4.8 MB/s eta 0:00:00 Collecting gunicorn==20.1.0 (from -r requirements.txt (line 10)) Downloading gunicorn-20.1.0-py3-none-any.whl (79 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 768.9 kB/s eta 0:00:00 Collecting pyjwt==2.4.0 (from -r requirements.txt (line 11)) Downloading PyJWT-2.4.0-py3-none-any.whl (18 kB) Collecting requests==2.31.0 (from -r requirements.txt (line 12)) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting blinker==1.6.2 (from -r requirements.txt (line 13)) Downloading blinker-1.6.2-py3-none-any.whl (13 kB) Collecting werkzeug==2.3.8 (from -r requirements.txt (line 14)) Downloading werkzeug-2.3.8-py3-none-any.whl.metadata (4.1 kB) Collecting oauthlib (from Flask-Dance==6.2.0->Flask-Dance[sqla]==6.2.0->-r requirements.txt (line 1)) Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 kB 1.6 MB/s eta 0:00:00 Collecting requests-oauthlib>=1.0.0 (from Flask-Dance==6.2.0->Flask-Dance[sqla]==6.2.0->-r requirements.txt (line 1)) Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) Collecting urlobject (from Flask-Dance==6.2.0->Flask-Dance[sqla]==6.2.0->-r requirements.txt (line 1)) Downloading URLObject-2.4.3.tar.gz (27 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting alembic>=1.9.0 (from Flask-Migrate==4.0.4->-r requirements.txt (line 3)) Downloading alembic-1.13.1-py3-none-any.whl.metadata (7.4 kB) Collecting itsdangerous>=2.1.2 (from Flask==2.3.2->-r requirements.txt (line 5)) Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB) Collecting click>=8.1.3 (from Flask==2.3.2->-r requirements.txt (line 5)) Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting MarkupSafe>=2.0 (from Jinja2==3.1.3->-r requirements.txt (line 6)) Downloading MarkupSafe-2.1.4-cp311-cp311-musllinux_1_1_x86_64.whl.metadata (3.0 kB) Collecting typing-extensions>=4.2.0 (from SQLAlchemy==2.0.4->-r requirements.txt (line 7)) Downloading typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB) Collecting greenlet!=0.4.17 (from SQLAlchemy==2.0.4->-r requirements.txt (line 7)) Downloading greenlet-3.0.3-cp311-cp311-musllinux_1_1_x86_64.whl.metadata (3.8 kB) Collecting cryptography (from PyMySQL==0.9.2->-r requirements.txt (line 8)) Downloading cryptography-42.0.2-cp39-abi3-musllinux_1_2_x86_64.whl.metadata (5.3 kB) Requirement already satisfied: setuptools>=3.0 in /usr/lib/python3.11/site-packages (from gunicorn==20.1.0->-r requirements.txt (line 10)) (68.2.2) Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 12)) Downloading charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 12)) Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 12)) Downloading urllib3-2.2.0-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 12)) Downloading certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB) Collecting Mako (from alembic>=1.9.0->Flask-Migrate==4.0.4->-r requirements.txt (line 3)) Downloading Mako-1.3.2-py3-none-any.whl.metadata (2.9 kB) Collecting cffi>=1.12 (from cryptography->PyMySQL==0.9.2->-r requirements.txt (line 8)) Downloading cffi-1.16.0-cp311-cp311-musllinux_1_1_x86_64.whl.metadata (1.5 kB) Collecting pycparser (from cffi>=1.12->cryptography->PyMySQL==0.9.2->-r requirements.txt (line 8)) Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 984.8 kB/s eta 0:00:00 Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 872.2 kB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 489.4 kB/s eta 0:00:00 Downloading werkzeug-2.3.8-py3-none-any.whl (242 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.3/242.3 kB 2.0 MB/s eta 0:00:00 Downloading alembic-1.13.1-py3-none-any.whl (233 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.4/233.4 kB 2.0 MB/s eta 0:00:00 Downloading certifi-2023.11.17-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 1.6 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_x86_64.whl (140 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.9/140.9 kB 1.2 MB/s eta 0:00:00 Downloading click-8.1.7-py3-none-any.whl (97 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 862.8 kB/s eta 0:00:00 Downloading greenlet-3.0.3-cp311-cp311-musllinux_1_1_x86_64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 7.0 MB/s eta 0:00:00 Downloading idna-3.6-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 564.5 kB/s eta 0:00:00 Downloading MarkupSafe-2.1.4-cp311-cp311-musllinux_1_1_x86_64.whl (33 kB) Downloading typing_extensions-4.9.0-py3-none-any.whl (32 kB) Downloading urllib3-2.2.0-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.9/120.9 kB 1.2 MB/s eta 0:00:00 Downloading cryptography-42.0.2-cp39-abi3-musllinux_1_2_x86_64.whl (4.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 11.1 MB/s eta 0:00:00 Downloading cffi-1.16.0-cp311-cp311-musllinux_1_1_x86_64.whl (476 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 476.4/476.4 kB 3.5 MB/s eta 0:00:00 Downloading Mako-1.3.2-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 kB 710.2 kB/s eta 0:00:00 Building wheels for collected packages: urlobject Building wheel for urlobject (pyproject.toml): started Building wheel for urlobject (pyproject.toml): finished with status 'done' Created wheel for urlobject: filename=URLObject-2.4.3-py3-none-any.whl size=14511 sha256=0db7ff254e414580e21e975b18f53d1412ff1072c757d2e13c3c185223d1d13a Stored in directory: /root/.cache/pip/wheels/63/69/1e/27e9ecc1870bf9862cc2fb31933b498d6cc6a350e5569d424a Successfully built urlobject Installing collected packages: urlobject, urllib3, typing-extensions, pyjwt, pycparser, oauthlib, MarkupSafe, itsdangerous, idna, gunicorn, greenlet, click, charset-normalizer, certifi, blinker, bcrypt, werkzeug, SQLAlchemy, requests, Mako, Jinja2, cffi, requests-oauthlib, Flask, cryptography, alembic, PyMySQL, Flask-SQLAlchemy, Flask-Login, Flask-Dance, Flask-Migrate Successfully installed Flask-2.3.2 Flask-Dance-6.2.0 Flask-Login-0.6.2 Flask-Migrate-4.0.4 Flask-SQLAlchemy-3.0.3 Jinja2-3.1.3 Mako-1.3.2 MarkupSafe-2.1.4 PyMySQL-0.9.2 SQLAlchemy-2.0.4 alembic-1.13.1 bcrypt-4.0.1 blinker-1.6.2 certifi-2023.11.17 cffi-1.16.0 charset-normalizer-3.3.2 click-8.1.7 cryptography-42.0.2 greenlet-3.0.3 gunicorn-20.1.0 idna-3.6 itsdangerous-2.1.2 oauthlib-3.2.2 pycparser-2.21 pyjwt-2.4.0 requests-2.31.0 requests-oauthlib-1.3.1 typing-extensions-4.9.0 urllib3-2.2.0 urlobject-2.4.3 werkzeug-2.3.8 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv WARNING: opening from cache https://dl-cdn.alpinelinux.org/alpine/v3.19/main: No such file or directory WARNING: opening from cache https://dl-cdn.alpinelinux.org/alpine/v3.19/community: No such file or directory (1/24) Purging gcc (13.2.1_git20231014-r0) (2/24) Purging binutils (2.41-r0) (3/24) Purging libatomic (13.2.1_git20231014-r0) (4/24) Purging libgomp (13.2.1_git20231014-r0) (5/24) Purging isl26 (0.26-r1) (6/24) Purging jansson (2.14-r4) (7/24) Purging libffi-dev (3.4.4-r3) (8/24) Purging linux-headers (6.5-r0) (9/24) Purging mpc1 (1.3.1-r1) (10/24) Purging mpfr4 (4.2.1-r0) (11/24) Purging musl-dev (1.2.4_git20230717-r4) (12/24) Purging openssl-dev (3.1.4-r5) (13/24) Purging py3-packaging-pyc (23.2-r0) (14/24) Purging py3-parsing-pyc (3.1.1-r0) (15/24) Purging py3-pip-pyc (23.3.1-r0) (16/24) Purging py3-pip (23.3.1-r0) (17/24) Purging py3-setuptools-pyc (68.2.2-r0) (18/24) Purging py3-setuptools (68.2.2-r0) (19/24) Purging py3-packaging (23.2-r0) (20/24) Purging py3-parsing (3.1.1-r0) (21/24) Purging python3-dev (3.11.6-r1) (22/24) Purging zstd-libs (1.5.5-r8) (23/24) Purging gmp (6.3.0-r0) (24/24) Purging pkgconf (2.1.0-r0) Executing busybox-1.36.1-r15.trigger OK: 52 MiB in 33 packages Removing intermediate container 5c955f5700b9 ---> 4ec635af6387 Successfully built 4ec635af6387 Successfully tagged doanac/gavel-ci:6c1e0f + docker tag doanac/gavel-ci:6c1e0f doanac/gavel-ci:latest + '[' -f /secrets/dockerpass ] + set +x WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /root/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded + docker push doanac/gavel-ci:6c1e0f The push refers to repository [docker.io/doanac/gavel-ci] cf2775861243: Preparing d208f25b36c9: Preparing cdfa53f59fb8: Preparing 07c054a7afa5: Preparing f4a1de218b45: Preparing 804903bc6365: Preparing 09dd51d7e2fb: Preparing a034194cc23f: Preparing 0378328e7e89: Preparing d4fc045c9e3a: Preparing 09dd51d7e2fb: Waiting a034194cc23f: Waiting d4fc045c9e3a: Waiting 0378328e7e89: Waiting 804903bc6365: Waiting f4a1de218b45: Pushed cdfa53f59fb8: Pushed d208f25b36c9: Pushed 07c054a7afa5: Pushed a034194cc23f: Pushed 09dd51d7e2fb: Pushed 804903bc6365: Pushed d4fc045c9e3a: Mounted from library/alpine 0378328e7e89: Pushed cf2775861243: Pushed 6c1e0f: digest: sha256:5bf43516b6fffadb86c7cd593bc999bab7a7f2115d6ae34807f1104003b6c2d1 size: 2400 + docker push doanac/gavel-ci:latest The push refers to repository [docker.io/doanac/gavel-ci] cf2775861243: Preparing d208f25b36c9: Preparing cdfa53f59fb8: Preparing 07c054a7afa5: Preparing f4a1de218b45: Preparing 804903bc6365: Preparing 09dd51d7e2fb: Preparing a034194cc23f: Preparing 0378328e7e89: Preparing d4fc045c9e3a: Preparing 804903bc6365: Waiting 09dd51d7e2fb: Waiting a034194cc23f: Waiting d4fc045c9e3a: Waiting 0378328e7e89: Waiting d208f25b36c9: Layer already exists 07c054a7afa5: Layer already exists cdfa53f59fb8: Layer already exists f4a1de218b45: Layer already exists cf2775861243: Layer already exists 804903bc6365: Layer already exists d4fc045c9e3a: Layer already exists a034194cc23f: Layer already exists 09dd51d7e2fb: Layer already exists 0378328e7e89: Layer already exists latest: digest: sha256:5bf43516b6fffadb86c7cd593bc999bab7a7f2115d6ae34807f1104003b6c2d1 size: 2400 Script completed == 2024-01-31 14:09:39.983570: Finding artifacts to upload Uploading 1 items 11486 bytes == 2024-01-31 14:09:40.706087: Runner has completed _ _ | \/ | \__|____|__/ | o o| Thumbs Up |___\/_|_____||_ | _____|__| | | |______| | | | | | | | | |_| |_|