# Run sent to worker: doanac-reckless == 2021-12-17 16:17:18.807026: Setting up runner on worker == 2021-12-17 16:17:19.289490: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/jobserv/builds/259/runs/build-container//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2021-12-17 16:17:19.493791: Pulling container: docker:dind dind: Pulling from library/docker Digest: sha256:1f50d3a86f7035805843779f803e81e8f4ce96b62ed68fc70cdcf4922f43470b Status: Image is up to date for docker:dind docker.io/library/docker:dind == 2021-12-17 16:17:21.207794: Preparing bind mounts 2021-12-17 16:17:21.208192: INFO Creating secret: dockerpass == 2021-12-17 16:17:21.386751: Creating container .netrc file 2021-12-17 16:17:21.386880: INFO Creating token for jobserv run access == 2021-12-17 16:17:21.614439: Preparing script == 2021-12-17 16:17:21.807310: Cloning git repository 2021-12-17 16:17:21.807342: INFO Clone_url: https://github.com/foundriesio/jobserv.git 2021-12-17 16:17:21.807357: INFO Checking to see if https://github.com/foundriesio/jobserv.git requires authentication. 2021-12-17 16:17:21.998284: INFO Server does not appear to need credentials for cloning 2021-12-17 16:17:21.998817: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmpihf0l31s/repo'... 2021-12-17 16:17:23.019311: INFO Checking out: f60229246c7765da8d9626cfe8a539a2d044d4fe Switched to branch 'jobserv-run' == 2021-12-17 16:17:23.694404: Setting up container environment 2021-12-17 16:17:23.694490: INFO Container environment variables: GIT_URL=https://github.com/foundriesio/jobserv.git GIT_POLL_REFS=refs/heads/master GIT_REF=refs/heads/master GIT_OLD_SHA=03b0e05f83d22735933579eb32a27ebd694916df GIT_SHA=f60229246c7765da8d9626cfe8a539a2d044d4fe H_PROJECT=jobserv H_BUILD=259 H_RUN=build-container H_WORKER=doanac-reckless == 2021-12-17 16:17:23.889477: Running script inside container 2021-12-17 16:17:23.889514: INFO Running with "--privileged" + docker build -t doanac/jobserv:f60229 --force-rm . Sending build context to Docker daemon 642.6kB Step 1/14 : FROM alpine latest: Pulling from library/alpine 59bf1c3509f3: Pulling fs layer 59bf1c3509f3: Verifying Checksum 59bf1c3509f3: Download complete 59bf1c3509f3: Pull complete Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300 Status: Downloaded newer image for alpine:latest ---> c059bfaa849c Step 2/14 : ENV APPDIR=/srv/jobserv ---> Running in 7bd6eb2785c4 Removing intermediate container 7bd6eb2785c4 ---> 2ee2c274fbeb Step 3/14 : ENV PYTHONPATH=$APPDIR ---> Running in 95bab80cb46b Removing intermediate container 95bab80cb46b ---> d9c028c3530c Step 4/14 : ENV FLASK_APP=jobserv.app:app ---> Running in f55a03da4fc7 Removing intermediate container f55a03da4fc7 ---> 3431121c68df Step 5/14 : RUN mkdir -p $APPDIR ---> Running in 687fcefe6372 Removing intermediate container 687fcefe6372 ---> 995246c6ba2a Step 6/14 : COPY ./requirements.txt /srv/jobserv/ ---> 9e49099a8ac5 Step 7/14 : RUN apk --no-cache add python3 py3-pip mysql-client python3-dev musl-dev g++ openssl libffi-dev openssl-dev rust cargo linux-headers && pip3 install --upgrade pip setuptools && pip3 install -r $APPDIR/requirements.txt && apk del python3-dev musl-dev g++ libffi-dev openssl-dev rust cargo linux-headers ---> Running in 8da1eef17e2a fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz (1/69) Installing rust-stdlib (1.56.1-r0) (2/69) Installing libgcc (10.3.1_git20211027-r0) (3/69) Installing libstdc++ (10.3.1_git20211027-r0) (4/69) Installing binutils (2.37-r3) (5/69) Installing libgomp (10.3.1_git20211027-r0) (6/69) Installing libatomic (10.3.1_git20211027-r0) (7/69) Installing libgphobos (10.3.1_git20211027-r0) (8/69) Installing gmp (6.2.1-r0) (9/69) Installing isl22 (0.22-r0) (10/69) Installing mpfr4 (4.1.0-r0) (11/69) Installing mpc1 (1.2.1-r0) (12/69) Installing gcc (10.3.1_git20211027-r0) (13/69) Installing musl-dev (1.2.2-r7) (14/69) Installing libffi (3.4.2-r1) (15/69) Installing xz-libs (5.2.5-r0) (16/69) Installing libxml2 (2.9.12-r2) (17/69) Installing llvm12-libs (12.0.1-r0) (18/69) Installing rust (1.56.1-r0) (19/69) Installing ca-certificates (20191127-r7) (20/69) Installing brotli-libs (1.0.9-r5) (21/69) Installing nghttp2-libs (1.46.0-r0) (22/69) Installing libcurl (7.80.0-r0) (23/69) Installing cargo (1.56.1-r0) (24/69) Installing libc-dev (0.7.2-r3) (25/69) Installing g++ (10.3.1_git20211027-r0) (26/69) Installing linux-headers (5.10.41-r0) (27/69) Installing pkgconf (1.8.0-r0) (28/69) Installing libffi-dev (3.4.2-r1) (29/69) Installing mariadb-common (10.6.4-r2) (30/69) Installing ncurses-terminfo-base (6.3_p20211120-r0) (31/69) Installing ncurses-libs (6.3_p20211120-r0) (32/69) Installing mariadb-client (10.6.4-r2) (33/69) Installing mysql-client (10.6.4-r2) (34/69) Installing openssl (1.1.1l-r7) (35/69) Installing openssl-dev (1.1.1l-r7) (36/69) Installing libbz2 (1.0.8-r1) (37/69) Installing expat (2.4.1-r0) (38/69) Installing gdbm (1.22-r0) (39/69) Installing mpdecimal (2.5.1-r1) (40/69) Installing readline (8.1.1-r0) (41/69) Installing sqlite-libs (3.36.0-r0) (42/69) Installing python3 (3.9.7-r4) (43/69) Installing py3-appdirs (1.4.4-r2) (44/69) Installing py3-certifi (2020.12.5-r1) (45/69) Installing py3-charset-normalizer (2.0.7-r0) (46/69) Installing py3-idna (3.3-r0) (47/69) Installing py3-urllib3 (1.26.7-r0) (48/69) Installing py3-requests (2.26.0-r1) (49/69) Installing py3-msgpack (1.0.2-r1) (50/69) Installing py3-lockfile (0.12.2-r4) (51/69) Installing py3-cachecontrol (0.12.10-r0) (52/69) Installing py3-colorama (0.4.4-r1) (53/69) Installing py3-contextlib2 (21.6.0-r1) (54/69) Installing py3-distlib (0.3.3-r0) (55/69) Installing py3-distro (1.6.0-r0) (56/69) Installing py3-six (1.16.0-r0) (57/69) Installing py3-webencodings (0.5.1-r4) (58/69) Installing py3-html5lib (1.1-r1) (59/69) Installing py3-parsing (2.4.7-r2) (60/69) Installing py3-packaging (20.9-r1) (61/69) Installing py3-tomli (1.2.2-r0) (62/69) Installing py3-pep517 (0.12.0-r0) (63/69) Installing py3-progress (1.6-r0) (64/69) Installing py3-retrying (1.3.3-r2) (65/69) Installing py3-ordered-set (4.0.2-r2) (66/69) Installing py3-setuptools (52.0.0-r4) (67/69) Installing py3-toml (0.10.2-r2) (68/69) Installing py3-pip (20.3.4-r1) (69/69) Installing python3-dev (3.9.7-r4) Executing busybox-1.34.1-r3.trigger Executing ca-certificates-20191127-r7.trigger OK: 1048 MiB in 83 packages Requirement already satisfied: pip in /usr/lib/python3.9/site-packages (20.3.4) Collecting pip Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Requirement already satisfied: setuptools in /usr/lib/python3.9/site-packages (52.0.0) Collecting setuptools Downloading setuptools-59.6.0-py3-none-any.whl (952 kB) Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 52.0.0 Uninstalling setuptools-52.0.0: Successfully uninstalled setuptools-52.0.0 Attempting uninstall: pip Found existing installation: pip 20.3.4 Uninstalling pip-20.3.4: Successfully uninstalled pip-20.3.4 Successfully installed pip-21.3.1 setuptools-59.6.0 Collecting Flask-Migrate==3.1.0 Downloading Flask_Migrate-3.1.0-py3-none-any.whl (20 kB) Collecting Flask-SQLAlchemy==2.5.1 Downloading Flask_SQLAlchemy-2.5.1-py2.py3-none-any.whl (17 kB) Collecting Flask-Testing==0.8.1 Downloading Flask-Testing-0.8.1.tar.gz (45 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Flask==1.1.4 Downloading Flask-1.1.4-py2.py3-none-any.whl (94 kB) Collecting Jinja2==2.11.3 Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB) Collecting Mako==1.1.5 Downloading Mako-1.1.5-py2.py3-none-any.whl (75 kB) Collecting MarkupSafe==2.0.1 Downloading MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl (30 kB) Collecting PyJWT==2.1.0 Downloading PyJWT-2.1.0-py3-none-any.whl (16 kB) Collecting PyMySQL==1.0.2 Downloading PyMySQL-1.0.2-py3-none-any.whl (43 kB) Collecting PyYAML==5.4.1 Downloading PyYAML-5.4.1.tar.gz (175 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 SQLAlchemy==1.4.23 Downloading SQLAlchemy-1.4.23.tar.gz (7.7 MB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Werkzeug==0.16.1 Downloading Werkzeug-0.16.1-py2.py3-none-any.whl (327 kB) Collecting bcrypt==3.2.0 Downloading bcrypt-3.2.0.tar.gz (42 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 cryptography==3.4.8 Downloading cryptography-3.4.8-cp36-abi3-musllinux_1_1_x86_64.whl (3.2 MB) Collecting dataclasses==0.6 Downloading dataclasses-0.6-py3-none-any.whl (14 kB) Collecting google-cloud-storage==1.42.0 Downloading google_cloud_storage-1.42.0-py2.py3-none-any.whl (105 kB) Collecting google-crc32c==1.1.2 Downloading google-crc32c-1.1.2.tar.gz (12 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' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting gunicorn==20.0.4 Downloading gunicorn-20.0.4-py2.py3-none-any.whl (77 kB) Collecting pykwalify==1.8.0 Downloading pykwalify-1.8.0-py2.py3-none-any.whl (24 kB) Collecting python-dateutil==2.8.2 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting pytz==2021.1 Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB) Requirement already satisfied: requests==2.26.0 in /usr/lib/python3.9/site-packages (from -r /srv/jobserv/requirements.txt (line 24)) (2.26.0) Collecting setproctitle==1.2.2 Downloading setproctitle-1.2.2.tar.gz (23 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 wheel==0.37.0 Using cached wheel-0.37.0-py2.py3-none-any.whl (35 kB) Collecting alembic>=0.7 Downloading alembic-1.7.5-py3-none-any.whl (209 kB) Collecting click<8.0,>=5.1 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) Collecting itsdangerous<2.0,>=0.24 Downloading itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) Collecting greenlet!=0.4.17 Downloading greenlet-1.1.2-cp39-cp39-musllinux_1_1_x86_64.whl (708 kB) Requirement already satisfied: six>=1.4.1 in /usr/lib/python3.9/site-packages (from bcrypt==3.2.0->-r /srv/jobserv/requirements.txt (line 13)) (1.16.0) Collecting cffi>=1.1 Using cached cffi-1.15.0.tar.gz (484 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting google-api-core<3.0dev,>=1.29.0 Downloading google_api_core-2.3.2-py2.py3-none-any.whl (109 kB) Collecting google-cloud-core<3.0dev,>=1.6.0 Downloading google_cloud_core-2.2.1-py2.py3-none-any.whl (29 kB) Collecting google-auth<3.0dev,>=1.25.0 Downloading google_auth-2.3.3-py2.py3-none-any.whl (155 kB) Collecting google-resumable-media<3.0dev,>=1.3.0 Downloading google_resumable_media-2.1.0-py2.py3-none-any.whl (75 kB) Requirement already satisfied: setuptools>=3.0 in /usr/lib/python3.9/site-packages (from gunicorn==20.0.4->-r /srv/jobserv/requirements.txt (line 20)) (59.6.0) Collecting docopt>=0.6.2 Downloading docopt-0.6.2.tar.gz (25 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting ruamel.yaml>=0.16.0 Downloading ruamel.yaml-0.17.17-py3-none-any.whl (109 kB) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.9/site-packages (from requests==2.26.0->-r /srv/jobserv/requirements.txt (line 24)) (1.26.7) Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests==2.26.0->-r /srv/jobserv/requirements.txt (line 24)) (2020.12.5) Requirement already satisfied: charset_normalizer~=2.0.0 in /usr/lib/python3.9/site-packages (from requests==2.26.0->-r /srv/jobserv/requirements.txt (line 24)) (2.0.7) Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests==2.26.0->-r /srv/jobserv/requirements.txt (line 24)) (3.3) Collecting pycparser Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) Collecting protobuf>=3.12.0 Downloading protobuf-3.19.1-py2.py3-none-any.whl (162 kB) Collecting googleapis-common-protos<2.0dev,>=1.52.0 Downloading googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB) Collecting pyasn1-modules>=0.2.1 Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) Collecting cachetools<5.0,>=2.0.0 Downloading cachetools-4.2.4-py3-none-any.whl (10 kB) Collecting rsa<5,>=3.1.4 Downloading rsa-4.8-py3-none-any.whl (39 kB) Collecting ruamel.yaml.clib>=0.1.2 Downloading ruamel.yaml.clib-0.2.6.tar.gz (180 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyasn1<0.5.0,>=0.4.6 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Using legacy 'setup.py install' for Flask-Testing, since package 'wheel' is not installed. Using legacy 'setup.py install' for SQLAlchemy, since package 'wheel' is not installed. Using legacy 'setup.py install' for cffi, since package 'wheel' is not installed. Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. Using legacy 'setup.py install' for ruamel.yaml.clib, since package 'wheel' is not installed. Building wheels for collected packages: PyYAML, bcrypt, google-crc32c, setproctitle Building wheel for PyYAML (pyproject.toml): started Building wheel for PyYAML (pyproject.toml): finished with status 'done' Created wheel for PyYAML: filename=PyYAML-5.4.1-cp39-cp39-linux_x86_64.whl size=45654 sha256=31109664431a48dd3c6c61a2b61162a122cbb6387b13e2daef95bdb2d9523c86 Stored in directory: /root/.cache/pip/wheels/b7/a5/c4/504d913c2a55bb09c607541578ec5f844d1ff33467abe93ba5 Building wheel for bcrypt (pyproject.toml): started Building wheel for bcrypt (pyproject.toml): finished with status 'done' Created wheel for bcrypt: filename=bcrypt-3.2.0-cp39-cp39-linux_x86_64.whl size=64236 sha256=f49187fd17a9fe3a9d8861939fe37965316d6e1e6be33c12604c2eef13f07c0e Stored in directory: /root/.cache/pip/wheels/9a/0b/a2/2c559982bbee4bd184557267e5760e114de3e9ba826fe8d691 Building wheel for google-crc32c (pyproject.toml): started Building wheel for google-crc32c (pyproject.toml): finished with status 'done' Created wheel for google-crc32c: filename=google_crc32c-1.1.2-py3-none-any.whl size=13195 sha256=35cf2f6facc0ea1ef27c3602209883da98035855de98cb8ecc855015b6a22afd Stored in directory: /root/.cache/pip/wheels/a9/03/20/055442aa79ec3f55e9cc10d6b4e48e8e077455cd6ddcc5b24e Building wheel for setproctitle (pyproject.toml): started Building wheel for setproctitle (pyproject.toml): finished with status 'done' Created wheel for setproctitle: filename=setproctitle-1.2.2-cp39-cp39-linux_x86_64.whl size=28672 sha256=c5f0ed0b2d000a4d0d1e672e1b9d118a91fd42c3eae9e9f613a2716d94cf140d Stored in directory: /root/.cache/pip/wheels/4a/6b/63/b7630e7428b1d1cf9d453d3d4af30135fcac11873639b108a1 Successfully built PyYAML bcrypt google-crc32c setproctitle Installing collected packages: pyasn1, rsa, pycparser, pyasn1-modules, protobuf, MarkupSafe, cachetools, Werkzeug, Jinja2, itsdangerous, greenlet, googleapis-common-protos, google-auth, click, cffi, SQLAlchemy, ruamel.yaml.clib, Mako, google-crc32c, google-api-core, Flask, ruamel.yaml, python-dateutil, google-resumable-media, google-cloud-core, Flask-SQLAlchemy, docopt, alembic, wheel, setproctitle, PyYAML, pytz, PyMySQL, pykwalify, PyJWT, gunicorn, google-cloud-storage, Flask-Testing, Flask-Migrate, dataclasses, cryptography, bcrypt Running setup.py install for cffi: started Running setup.py install for cffi: finished with status 'done' Running setup.py install for SQLAlchemy: started Running setup.py install for SQLAlchemy: finished with status 'done' Running setup.py install for ruamel.yaml.clib: started Running setup.py install for ruamel.yaml.clib: finished with status 'done' Running setup.py install for docopt: started Running setup.py install for docopt: finished with status 'done' Running setup.py install for Flask-Testing: started Running setup.py install for Flask-Testing: finished with status 'done' Successfully installed Flask-1.1.4 Flask-Migrate-3.1.0 Flask-SQLAlchemy-2.5.1 Flask-Testing-0.8.1 Jinja2-2.11.3 Mako-1.1.5 MarkupSafe-2.0.1 PyJWT-2.1.0 PyMySQL-1.0.2 PyYAML-5.4.1 SQLAlchemy-1.4.23 Werkzeug-0.16.1 alembic-1.7.5 bcrypt-3.2.0 cachetools-4.2.4 cffi-1.15.0 click-7.1.2 cryptography-3.4.8 dataclasses-0.6 docopt-0.6.2 google-api-core-2.3.2 google-auth-2.3.3 google-cloud-core-2.2.1 google-cloud-storage-1.42.0 google-crc32c-1.1.2 google-resumable-media-2.1.0 googleapis-common-protos-1.54.0 greenlet-1.1.2 gunicorn-20.0.4 itsdangerous-1.1.0 protobuf-3.19.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.21 pykwalify-1.8.0 python-dateutil-2.8.2 pytz-2021.1 rsa-4.8 ruamel.yaml-0.17.17 ruamel.yaml.clib-0.2.6 setproctitle-1.2.2 wheel-0.37.0 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: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.15/main: No such file or directory WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.15/community: No such file or directory (1/26) Purging cargo (1.56.1-r0) (2/26) Purging rust (1.56.1-r0) (3/26) Purging rust-stdlib (1.56.1-r0) (4/26) Purging g++ (10.3.1_git20211027-r0) (5/26) Purging gcc (10.3.1_git20211027-r0) (6/26) Purging binutils (2.37-r3) (7/26) Purging libatomic (10.3.1_git20211027-r0) (8/26) Purging libgomp (10.3.1_git20211027-r0) (9/26) Purging libgphobos (10.3.1_git20211027-r0) (10/26) Purging libc-dev (0.7.2-r3) (11/26) Purging musl-dev (1.2.2-r7) (12/26) Purging libffi-dev (3.4.2-r1) (13/26) Purging linux-headers (5.10.41-r0) (14/26) Purging openssl-dev (1.1.1l-r7) (15/26) Purging python3-dev (3.9.7-r4) (16/26) Purging mpc1 (1.2.1-r0) (17/26) Purging mpfr4 (4.1.0-r0) (18/26) Purging isl22 (0.22-r0) (19/26) Purging gmp (6.2.1-r0) (20/26) Purging llvm12-libs (12.0.1-r0) (21/26) Purging libxml2 (2.9.12-r2) (22/26) Purging libcurl (7.80.0-r0) (23/26) Purging ca-certificates (20191127-r7) Executing ca-certificates-20191127-r7.post-deinstall (24/26) Purging brotli-libs (1.0.9-r5) (25/26) Purging nghttp2-libs (1.46.0-r0) (26/26) Purging pkgconf (1.8.0-r0) Executing busybox-1.34.1-r3.trigger OK: 107 MiB in 57 packages Removing intermediate container 8da1eef17e2a ---> 01f87169ebdb Step 8/14 : COPY ./ $APPDIR/ ---> 108ef851dcfb Step 9/14 : RUN cd $APPDIR/runner && python3 ./setup.py bdist_wheel ---> Running in 9c641290878a running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/jobserv_runner copying jobserv_runner/logging.py -> build/lib/jobserv_runner copying jobserv_runner/__init__.py -> build/lib/jobserv_runner copying jobserv_runner/cmd.py -> build/lib/jobserv_runner copying jobserv_runner/simulator.py -> build/lib/jobserv_runner copying jobserv_runner/jobserv.py -> build/lib/jobserv_runner creating build/lib/jobserv_runner/handlers copying jobserv_runner/handlers/git_poller.py -> build/lib/jobserv_runner/handlers copying jobserv_runner/handlers/generate-public-url.py -> build/lib/jobserv_runner/handlers copying jobserv_runner/handlers/gitlab_mr.py -> build/lib/jobserv_runner/handlers copying jobserv_runner/handlers/simple.py -> build/lib/jobserv_runner/handlers copying jobserv_runner/handlers/__init__.py -> build/lib/jobserv_runner/handlers copying jobserv_runner/handlers/github_pr.py -> build/lib/jobserv_runner/handlers /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/jobserv_runner copying build/lib/jobserv_runner/logging.py -> build/bdist.linux-x86_64/wheel/jobserv_runner copying build/lib/jobserv_runner/__init__.py -> build/bdist.linux-x86_64/wheel/jobserv_runner copying build/lib/jobserv_runner/cmd.py -> build/bdist.linux-x86_64/wheel/jobserv_runner creating build/bdist.linux-x86_64/wheel/jobserv_runner/handlers copying build/lib/jobserv_runner/handlers/git_poller.py -> build/bdist.linux-x86_64/wheel/jobserv_runner/handlers copying build/lib/jobserv_runner/handlers/generate-public-url.py -> build/bdist.linux-x86_64/wheel/jobserv_runner/handlers copying build/lib/jobserv_runner/handlers/gitlab_mr.py -> build/bdist.linux-x86_64/wheel/jobserv_runner/handlers copying build/lib/jobserv_runner/handlers/simple.py -> build/bdist.linux-x86_64/wheel/jobserv_runner/handlers copying build/lib/jobserv_runner/handlers/__init__.py -> build/bdist.linux-x86_64/wheel/jobserv_runner/handlers copying build/lib/jobserv_runner/handlers/github_pr.py -> build/bdist.linux-x86_64/wheel/jobserv_runner/handlers copying build/lib/jobserv_runner/simulator.py -> build/bdist.linux-x86_64/wheel/jobserv_runner copying build/lib/jobserv_runner/jobserv.py -> build/bdist.linux-x86_64/wheel/jobserv_runner running install_egg_info running egg_info creating jobserv_runner.egg-info writing jobserv_runner.egg-info/PKG-INFO writing dependency_links to jobserv_runner.egg-info/dependency_links.txt writing top-level names to jobserv_runner.egg-info/top_level.txt writing manifest file 'jobserv_runner.egg-info/SOURCES.txt' reading manifest file 'jobserv_runner.egg-info/SOURCES.txt' writing manifest file 'jobserv_runner.egg-info/SOURCES.txt' Copying jobserv_runner.egg-info to build/bdist.linux-x86_64/wheel/jobserv_runner-0.1-py3.9.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/jobserv_runner-0.1.dist-info/WHEEL creating 'dist/jobserv_runner-0.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'jobserv_runner/__init__.py' adding 'jobserv_runner/cmd.py' adding 'jobserv_runner/jobserv.py' adding 'jobserv_runner/logging.py' adding 'jobserv_runner/simulator.py' adding 'jobserv_runner/handlers/__init__.py' adding 'jobserv_runner/handlers/generate-public-url.py' adding 'jobserv_runner/handlers/git_poller.py' adding 'jobserv_runner/handlers/github_pr.py' adding 'jobserv_runner/handlers/gitlab_mr.py' adding 'jobserv_runner/handlers/simple.py' adding 'jobserv_runner-0.1.dist-info/METADATA' adding 'jobserv_runner-0.1.dist-info/WHEEL' adding 'jobserv_runner-0.1.dist-info/top_level.txt' adding 'jobserv_runner-0.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Removing intermediate container 9c641290878a ---> 580e3850ee21 Step 10/14 : WORKDIR $APPDIR ---> Running in c5734ba189be Removing intermediate container c5734ba189be ---> 70a7ba1addd3 Step 11/14 : EXPOSE 8000 ---> Running in 195c432962de Removing intermediate container 195c432962de ---> df5c418957a5 Step 12/14 : ARG APP_VERSION=? ---> Running in 049ae6e4fa73 Removing intermediate container 049ae6e4fa73 ---> ac0ded4e9547 Step 13/14 : ENV APP_VERSION=$APP_VERSION ---> Running in b54e0ea7a343 Removing intermediate container b54e0ea7a343 ---> ca3249b42b38 Step 14/14 : CMD ["/srv/jobserv/docker_run.sh"] ---> Running in 9b0113aff39d Removing intermediate container 9b0113aff39d ---> 7a150501f33f Successfully built 7a150501f33f Successfully tagged doanac/jobserv:f60229 + docker tag doanac/jobserv:f60229 doanac/jobserv: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/jobserv:f60229 The push refers to repository [docker.io/doanac/jobserv] addb03270590: Preparing e879afc330ed: Preparing 8eb26328f457: Preparing d68db29752b2: Preparing 687a4d293860: Preparing 8d3ac3489996: Preparing d68db29752b2: Pushed 687a4d293860: Pushed addb03270590: Pushed e879afc330ed: Pushed 8d3ac3489996: Layer already exists 8eb26328f457: Pushed f60229: digest: sha256:a40b027275dd0039879725e4b7cb4f91ecc5e00e325737d38de90039e0c899e6 size: 1573 + docker push doanac/jobserv:latest The push refers to repository [docker.io/doanac/jobserv] addb03270590: Preparing e879afc330ed: Preparing 8eb26328f457: Preparing d68db29752b2: Preparing 687a4d293860: Preparing 8d3ac3489996: Preparing addb03270590: Layer already exists e879afc330ed: Layer already exists 687a4d293860: Layer already exists 8eb26328f457: Layer already exists d68db29752b2: Layer already exists 8d3ac3489996: Layer already exists latest: digest: sha256:a40b027275dd0039879725e4b7cb4f91ecc5e00e325737d38de90039e0c899e6 size: 1573 Script completed == 2021-12-17 16:22:05.714120: Finding artifacts to upload Uploading 1 items 14542 bytes == 2021-12-17 16:22:06.562767: Runner has completed _ _ | \/ | \__|____|__/ | o o| Thumbs Up |___\/_|_____||_ | _____|__| | | |______| | | | | | | | | |_| |_|