# Run sent to worker: doanac-reckless == 2024-01-12 15:04:00.700840: Setting up runner on worker == 2024-01-12 15:04:01.133786: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/gavel-ci/builds/59/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-12 15:04:01.667686: 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-12 15:04:03.311886: Preparing bind mounts 2024-01-12 15:04:03.494867: INFO Creating secret: dockerpass == 2024-01-12 15:04:03.842082: Creating container .netrc file 2024-01-12 15:04:04.027903: INFO Creating token for jobserv run access == 2024-01-12 15:04:04.366544: Preparing script == 2024-01-12 15:04:04.718993: Cloning git repository 2024-01-12 15:04:04.904940: INFO Clone_url: https://github.com/doanac/gavel-ci.git 2024-01-12 15:04:05.096607: INFO Checking to see if https://github.com/doanac/gavel-ci.git requires authentication. 2024-01-12 15:04:05.499281: INFO Server does not appear to need credentials for cloning 2024-01-12 15:04:05.684754: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmp_dnxv7v5/repo'... 2024-01-12 15:04:06.510012: INFO Checking out: dd4695c23f1c3dc8ba72108ec33102ff246a08d4 Switched to branch 'jobserv-run' == 2024-01-12 15:04:07.091075: Setting up container environment 2024-01-12 15:04:07.265926: 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=2b4e67c2d695ef1fc60e34915998a3364720d0ac GIT_SHA=dd4695c23f1c3dc8ba72108ec33102ff246a08d4 H_PROJECT=gavel-ci H_BUILD=59 H_RUN=build-container H_RUN_URL=https://api.gavelci.us/projects/gavel-ci/builds/59/runs/build-container/ H_WORKER=doanac-reckless == 2024-01-12 15:04:07.605521: Running script inside container 2024-01-12 15:04:07.784603: INFO Running with "--privileged" 2024-01-12 15:04:07.961058: 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:dd4695 --force-rm . Sending build context to Docker daemon 313.3kB Step 1/15 : FROM alpine:3.18 3.18: Pulling from library/alpine c926b61bad3b: Pulling fs layer c926b61bad3b: Verifying Checksum c926b61bad3b: Download complete c926b61bad3b: Pull complete Digest: sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 Status: Downloaded newer image for alpine:3.18 ---> b541f2080109 Step 2/15 : ARG GAVEL_VERSION=? ---> Running in d4206084d50b Removing intermediate container d4206084d50b ---> 4e32bccd32c3 Step 3/15 : ENV APP_VERSION="$GAVEL_VERSION" ---> Running in f69d49b4fcb3 Removing intermediate container f69d49b4fcb3 ---> 7c4268ed2724 Step 4/15 : ENV FLASK_APP="gavel_ci.app:app" ---> Running in bbd232dc4fb1 Removing intermediate container bbd232dc4fb1 ---> 4cc6254cf2e0 Step 5/15 : ARG BUILD_PKGS="python3-dev musl-dev gcc libffi-dev openssl-dev" ---> Running in f8eea1cbc19e Removing intermediate container f8eea1cbc19e ---> 9898c26e7453 Step 6/15 : ENV PYTHONPATH=/srv/gavel-ci ---> Running in 0946641b7b0d Removing intermediate container 0946641b7b0d ---> 0322b52317ca Step 7/15 : WORKDIR /srv/gavel-ci ---> Running in 559bb13209c1 Removing intermediate container 559bb13209c1 ---> 24f3c995a3ad Step 8/15 : COPY ./wait-for /srv/gavel-ci/ ---> a24263d30a6b Step 9/15 : COPY ./requirements.txt /srv/gavel-ci/ ---> c228fc8c36cf Step 10/15 : COPY ./docker_run.sh /srv/gavel-ci/ ---> d5307e126d05 Step 11/15 : COPY ./gavel_ci /srv/gavel-ci/gavel_ci ---> 9de73ae9bbea Step 12/15 : COPY ./gavel_jwt.py /srv/gavel-ci/ ---> 5761a5be44ba Step 13/15 : COPY ./gavel_permissions.py /srv/gavel-ci/ ---> 2e57833e7446 Step 14/15 : COPY ./migrations /srv/gavel-ci/migrations ---> e4102be9b8df Step 15/15 : RUN apk --no-cache add python3 py3-pip openssl $BUILD_PKGS && pip3 install --upgrade pip setuptools && pip3 install -r requirements.txt && apk del $BUILD_PKGS ---> Running in 66d88bb256e2 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz (1/43) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r3) (2/43) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r3) (3/43) Installing libgcc (12.2.1_git20220924-r10) (4/43) Installing libstdc++ (12.2.1_git20220924-r10) (5/43) Installing zstd-libs (1.5.5-r4) (6/43) Installing binutils (2.40-r7) (7/43) Installing libgomp (12.2.1_git20220924-r10) (8/43) Installing libatomic (12.2.1_git20220924-r10) (9/43) Installing gmp (6.2.1-r3) (10/43) Installing isl26 (0.26-r1) (11/43) Installing mpfr4 (4.2.0_p12-r0) (12/43) Installing mpc1 (1.3.1-r1) (13/43) Installing gcc (12.2.1_git20220924-r10) (14/43) Installing linux-headers (6.3-r0) (15/43) Installing libffi (3.4.4-r2) (16/43) Installing pkgconf (1.9.5-r0) (17/43) Installing libffi-dev (3.4.4-r2) (18/43) Installing musl-dev (1.2.4-r2) (19/43) Installing openssl (3.1.4-r3) (20/43) Installing openssl-dev (3.1.4-r3) (21/43) Installing libbz2 (1.0.8-r5) (22/43) Installing libexpat (2.5.0-r1) (23/43) Installing gdbm (1.23-r1) (24/43) Installing xz-libs (5.4.3-r0) (25/43) Installing mpdecimal (2.5.1-r2) (26/43) Installing ncurses-terminfo-base (6.4_p20230506-r0) (27/43) Installing libncursesw (6.4_p20230506-r0) (28/43) Installing libpanelw (6.4_p20230506-r0) (29/43) Installing readline (8.2.1-r1) (30/43) Installing sqlite-libs (3.41.2-r2) (31/43) Installing python3 (3.11.6-r0) (32/43) Installing python3-pycache-pyc0 (3.11.6-r0) (33/43) Installing pyc (0.1-r0) (34/43) Installing py3-setuptools-pyc (67.7.2-r0) (35/43) Installing py3-pip-pyc (23.1.2-r0) (36/43) Installing py3-parsing (3.0.9-r2) (37/43) Installing py3-parsing-pyc (3.0.9-r2) (38/43) Installing py3-packaging-pyc (23.1-r1) (39/43) Installing python3-pyc (3.11.6-r0) (40/43) Installing py3-packaging (23.1-r1) (41/43) Installing py3-setuptools (67.7.2-r0) (42/43) Installing py3-pip (23.1.2-r0) (43/43) Installing python3-dev (3.11.6-r0) Executing busybox-1.36.1-r5.trigger OK: 294 MiB in 56 packages Requirement already satisfied: pip in /usr/lib/python3.11/site-packages (23.1.2) Collecting pip Downloading pip-23.3.2-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 7.1 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3.11/site-packages (67.7.2) Collecting setuptools Downloading setuptools-69.0.3-py3-none-any.whl (819 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.5/819.5 kB 8.8 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.7.2 Uninstalling setuptools-67.7.2: Successfully uninstalled setuptools-67.7.2 Attempting uninstall: pip Found existing installation: pip 23.1.2 Uninstalling pip-23.1.2: Successfully uninstalled pip-23.1.2 Successfully installed pip-23.3.2 setuptools-69.0.3 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 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 466.3 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 798.0 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.9 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 443.4 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 5.0 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 645.4 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 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 Werkzeug (from Flask-Dance==6.2.0->Flask-Dance[sqla]==6.2.0->-r requirements.txt (line 1)) Downloading werkzeug-3.0.1-py3-none-any.whl.metadata (4.1 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.3-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-41.0.7-cp37-abi3-musllinux_1_1_x86_64.whl.metadata (5.2 kB) Requirement already satisfied: setuptools>=3.0 in /usr/lib/python3.11/site-packages (from gunicorn==20.1.0->-r requirements.txt (line 10)) (69.0.3) 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.1.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.0-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.2 MB/s eta 0:00:00 Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 1.4 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 557.6 kB/s eta 0:00:00 Downloading alembic-1.13.1-py3-none-any.whl (233 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.4/233.4 kB 1.9 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.3 MB/s eta 0:00:00 Downloading click-8.1.7-py3-none-any.whl (97 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 883.5 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 6.7 MB/s eta 0:00:00 Downloading idna-3.6-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 714.1 kB/s eta 0:00:00 Downloading MarkupSafe-2.1.3-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.1.0-py3-none-any.whl (104 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.6/104.6 kB 1.2 MB/s eta 0:00:00 Downloading werkzeug-3.0.1-py3-none-any.whl (226 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.7/226.7 kB 2.2 MB/s eta 0:00:00 Downloading cryptography-41.0.7-cp37-abi3-musllinux_1_1_x86_64.whl (4.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 11.0 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 4.6 MB/s eta 0:00:00 Downloading Mako-1.3.0-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.6/78.6 kB 803.7 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=407d0d70302f803f4338bb9ee6160091c17f4d81f4e8be5703f342f121208082 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.0 MarkupSafe-2.1.3 PyMySQL-0.9.2 SQLAlchemy-2.0.4 Werkzeug-3.0.1 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-41.0.7 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.1.0 urlobject-2.4.3 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.18/main: No such file or directory WARNING: opening from cache https://dl-cdn.alpinelinux.org/alpine/v3.18/community: No such file or directory (1/15) Purging gcc (12.2.1_git20220924-r10) (2/15) Purging binutils (2.40-r7) (3/15) Purging libatomic (12.2.1_git20220924-r10) (4/15) Purging libgomp (12.2.1_git20220924-r10) (5/15) Purging isl26 (0.26-r1) (6/15) Purging libffi-dev (3.4.4-r2) (7/15) Purging linux-headers (6.3-r0) (8/15) Purging mpc1 (1.3.1-r1) (9/15) Purging mpfr4 (4.2.0_p12-r0) (10/15) Purging musl-dev (1.2.4-r2) (11/15) Purging openssl-dev (3.1.4-r3) (12/15) Purging python3-dev (3.11.6-r0) (13/15) Purging zstd-libs (1.5.5-r4) (14/15) Purging gmp (6.2.1-r3) (15/15) Purging pkgconf (1.9.5-r0) Executing busybox-1.36.1-r5.trigger OK: 76 MiB in 41 packages Removing intermediate container 66d88bb256e2 ---> b8eb9c539cdd Successfully built b8eb9c539cdd Successfully tagged doanac/gavel-ci:dd4695 + docker tag doanac/gavel-ci:dd4695 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:dd4695 The push refers to repository [docker.io/doanac/gavel-ci] b10316baa3d7: Preparing 2b027119b3f9: Preparing 2b74fb43cb15: Preparing 86eacbcfef73: Preparing 8b9b2546a100: Preparing cc90334e1b0e: Preparing ed72c291934e: Preparing b143e49e134a: Preparing 1e175232de7d: Preparing 9fe9a137fd00: Preparing ed72c291934e: Waiting b143e49e134a: Waiting 1e175232de7d: Waiting cc90334e1b0e: Waiting 9fe9a137fd00: Waiting 2b74fb43cb15: Pushed 86eacbcfef73: Pushed 8b9b2546a100: Pushed 2b027119b3f9: Pushed cc90334e1b0e: Pushed 1e175232de7d: Pushed b143e49e134a: Pushed 9fe9a137fd00: Mounted from library/alpine ed72c291934e: Pushed b10316baa3d7: Pushed dd4695: digest: sha256:54f3109fe26d21b650f37786d51ed6fefc27ab9441280c567679f2d649926962 size: 2400 + docker push doanac/gavel-ci:latest The push refers to repository [docker.io/doanac/gavel-ci] b10316baa3d7: Preparing 2b027119b3f9: Preparing 2b74fb43cb15: Preparing 86eacbcfef73: Preparing 8b9b2546a100: Preparing cc90334e1b0e: Preparing ed72c291934e: Preparing b143e49e134a: Preparing 1e175232de7d: Preparing 9fe9a137fd00: Preparing b143e49e134a: Waiting ed72c291934e: Waiting 1e175232de7d: Waiting cc90334e1b0e: Waiting 9fe9a137fd00: Waiting 8b9b2546a100: Layer already exists b10316baa3d7: Layer already exists 86eacbcfef73: Layer already exists 2b027119b3f9: Layer already exists 2b74fb43cb15: Layer already exists cc90334e1b0e: Layer already exists b143e49e134a: Layer already exists 1e175232de7d: Layer already exists ed72c291934e: Layer already exists 9fe9a137fd00: Layer already exists latest: digest: sha256:54f3109fe26d21b650f37786d51ed6fefc27ab9441280c567679f2d649926962 size: 2400 Script completed == 2024-01-12 15:06:11.055961: Finding artifacts to upload Uploading 1 items 11486 bytes == 2024-01-12 15:06:11.812598: Runner has completed _ _ | \/ | \__|____|__/ | o o| Thumbs Up |___\/_|_____||_ | _____|__| | | |______| | | | | | | | | |_| |_|