# Run sent to worker: doanac-reckless == 2024-01-31 14:16:31.377680: Setting up runner on worker == 2024-01-31 14:16:31.793929: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/gavel-ci/builds/62/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:16:32.316383: 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:16:33.733984: Preparing bind mounts 2024-01-31 14:16:33.900991: INFO Creating secret: dockerpass == 2024-01-31 14:16:34.235996: Creating container .netrc file 2024-01-31 14:16:34.407848: INFO Creating token for jobserv run access == 2024-01-31 14:16:34.757862: Preparing script == 2024-01-31 14:16:35.092033: Cloning git repository 2024-01-31 14:16:35.267126: INFO Clone_url: https://github.com/doanac/gavel-ci.git 2024-01-31 14:16:35.458969: INFO Checking to see if https://github.com/doanac/gavel-ci.git requires authentication. 2024-01-31 14:16:35.956826: INFO Server does not appear to need credentials for cloning 2024-01-31 14:16:36.136199: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmpn301ts3v/repo'... 2024-01-31 14:16:36.913059: INFO Checking out: 25d04f517325b968f590aae088733c119addf920 Switched to branch 'jobserv-run' == 2024-01-31 14:16:37.489012: Setting up container environment 2024-01-31 14:16:37.663472: 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=6c1e0f1d2591c9f56d06f0fddfa60e9ae259adc1 GIT_SHA=25d04f517325b968f590aae088733c119addf920 H_PROJECT=gavel-ci H_BUILD=62 H_RUN=build-container H_RUN_URL=https://api.gavelci.us/projects/gavel-ci/builds/62/runs/build-container/ H_WORKER=doanac-reckless == 2024-01-31 14:16:38.017245: Running script inside container 2024-01-31 14:16:38.189806: INFO Running with "--privileged" 2024-01-31 14:16:38.361901: 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:25d04f --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: 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 df75240f0aef Removing intermediate container df75240f0aef ---> 16ef2d67c836 Step 3/15 : ENV APP_VERSION="$GAVEL_VERSION" ---> Running in ba59ca95fda9 Removing intermediate container ba59ca95fda9 ---> 8bf7c16189e8 Step 4/15 : ENV FLASK_APP="gavel_ci.app:app" ---> Running in c1cdb8fbebfd Removing intermediate container c1cdb8fbebfd ---> 741aff0cc1a1 Step 5/15 : ARG BUILD_PKGS="python3-dev py3-pip musl-dev gcc libffi-dev openssl-dev" ---> Running in 5fac88f89f62 Removing intermediate container 5fac88f89f62 ---> 4f49cbdc1a73 Step 6/15 : ENV PYTHONPATH=/srv/gavel-ci ---> Running in bada81ae6b9a Removing intermediate container bada81ae6b9a ---> bf4d553b0224 Step 7/15 : WORKDIR /srv/gavel-ci ---> Running in 01ec598293f8 Removing intermediate container 01ec598293f8 ---> 1822e1e7c4b1 Step 8/15 : COPY ./wait-for /srv/gavel-ci/ ---> c94657937ced Step 9/15 : COPY ./requirements.txt /srv/gavel-ci/ ---> d71107e8b88a Step 10/15 : COPY ./docker_run.sh /srv/gavel-ci/ ---> 11bda306e1ce Step 11/15 : COPY ./gavel_ci /srv/gavel-ci/gavel_ci ---> da022ff87698 Step 12/15 : COPY ./gavel_jwt.py /srv/gavel-ci/ ---> 52c2cc26fb19 Step 13/15 : COPY ./gavel_permissions.py /srv/gavel-ci/ ---> 24d4fd96e85c Step 14/15 : COPY ./migrations /srv/gavel-ci/migrations ---> 879bbd8781be 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 f093d6575b7a 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 407.6 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 841.7 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 9.3 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 442.5 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 3.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 615.0 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 setuptools==69.0.3 (from -r requirements.txt (line 14)) Downloading setuptools-69.0.3-py3-none-any.whl.metadata (6.3 kB) Collecting werkzeug==2.3.8 (from -r requirements.txt (line 15)) 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.5 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) 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 1.3 MB/s eta 0:00:00 Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 1.5 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 566.0 kB/s eta 0:00:00 Using cached setuptools-69.0.3-py3-none-any.whl (819 kB) Downloading werkzeug-2.3.8-py3-none-any.whl (242 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.3/242.3 kB 1.9 MB/s eta 0:00:00 Downloading alembic-1.13.1-py3-none-any.whl (233 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.4/233.4 kB 2.2 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.4 MB/s eta 0:00:00 Downloading click-8.1.7-py3-none-any.whl (97 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 1.0 MB/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.3 MB/s eta 0:00:00 Downloading idna-3.6-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 598.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.4 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 9.8 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.7 MB/s eta 0:00:00 Downloading Mako-1.3.2-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 kB 798.5 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=7be343dcb68ef2ac989858dd8f3066a41751b20c393eeb87bb289366daa3c9e7 Stored in directory: /root/.cache/pip/wheels/63/69/1e/27e9ecc1870bf9862cc2fb31933b498d6cc6a350e5569d424a Successfully built urlobject Installing collected packages: urlobject, urllib3, typing-extensions, setuptools, pyjwt, pycparser, oauthlib, MarkupSafe, itsdangerous, idna, greenlet, click, charset-normalizer, certifi, blinker, bcrypt, werkzeug, SQLAlchemy, requests, Mako, Jinja2, gunicorn, cffi, requests-oauthlib, Flask, cryptography, alembic, PyMySQL, Flask-SQLAlchemy, Flask-Login, Flask-Dance, Flask-Migrate Attempting uninstall: setuptools Found existing installation: setuptools 68.2.2 Uninstalling setuptools-68.2.2: Successfully uninstalled setuptools-68.2.2 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 setuptools-69.0.3 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 f093d6575b7a ---> 62c70ce86ae2 Successfully built 62c70ce86ae2 Successfully tagged doanac/gavel-ci:25d04f + docker tag doanac/gavel-ci:25d04f 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:25d04f The push refers to repository [docker.io/doanac/gavel-ci] ce0f68b6b64b: Preparing 3069abb6ed47: Preparing 084f3ee2a619: Preparing 0d3b8a288998: Preparing 4bba3f6fec4f: Preparing 62a0408b9259: Preparing 9d4f37dddd31: Preparing 15b0ac901c5c: Preparing e24a8959783b: Preparing d4fc045c9e3a: Preparing 9d4f37dddd31: Waiting 62a0408b9259: Waiting 15b0ac901c5c: Waiting e24a8959783b: Waiting d4fc045c9e3a: Waiting 4bba3f6fec4f: Pushed 0d3b8a288998: Pushed 3069abb6ed47: Pushed 084f3ee2a619: Pushed 62a0408b9259: Pushed 9d4f37dddd31: Pushed d4fc045c9e3a: Layer already exists e24a8959783b: Pushed 15b0ac901c5c: Pushed ce0f68b6b64b: Pushed 25d04f: digest: sha256:5e3d43848baf47a602650e86a1a8af36bce61c0d02f8db17737fd67aaf211e9e size: 2400 + docker push doanac/gavel-ci:latest The push refers to repository [docker.io/doanac/gavel-ci] ce0f68b6b64b: Preparing 3069abb6ed47: Preparing 084f3ee2a619: Preparing 0d3b8a288998: Preparing 4bba3f6fec4f: Preparing 62a0408b9259: Preparing 9d4f37dddd31: Preparing 15b0ac901c5c: Preparing e24a8959783b: Preparing d4fc045c9e3a: Preparing 9d4f37dddd31: Waiting 15b0ac901c5c: Waiting 62a0408b9259: Waiting e24a8959783b: Waiting d4fc045c9e3a: Waiting 0d3b8a288998: Layer already exists 3069abb6ed47: Layer already exists 084f3ee2a619: Layer already exists 4bba3f6fec4f: Layer already exists ce0f68b6b64b: Layer already exists 62a0408b9259: Layer already exists 9d4f37dddd31: Layer already exists d4fc045c9e3a: Layer already exists e24a8959783b: Layer already exists 15b0ac901c5c: Layer already exists latest: digest: sha256:5e3d43848baf47a602650e86a1a8af36bce61c0d02f8db17737fd67aaf211e9e size: 2400 Script completed == 2024-01-31 14:18:39.009846: Finding artifacts to upload Uploading 1 items 11486 bytes == 2024-01-31 14:18:39.687050: Runner has completed _ _ | \/ | \__|____|__/ | o o| Thumbs Up |___\/_|_____||_ | _____|__| | | |______| | | | | | | | | |_| |_|