# Run sent to worker: doanac-reckless == 2021-06-22 18:20:44.641720: Setting up runner on worker == 2021-06-22 18:20:45.817267: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/jobserv/builds/220/runs/build-container//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2021-06-22 18:20:46.184969: Pulling container: docker:dind dind: Pulling from library/docker 540db60ca938: Already exists 5a38b3726f4b: Already exists e5fa5deb3340: Already exists c521bbbd9945: Pulling fs layer 59707d521c45: Pulling fs layer 26abe223b186: Pulling fs layer 9d806bc20361: Pulling fs layer 918595a0e69b: Pulling fs layer eaf6f33d26f8: Pulling fs layer 3b0522a0264f: Pulling fs layer 05a966a453c7: Pulling fs layer 26abe223b186: Waiting 59707d521c45: Waiting 9d806bc20361: Waiting 3b0522a0264f: Waiting 05a966a453c7: Waiting 918595a0e69b: Waiting eaf6f33d26f8: Waiting 59707d521c45: Download complete 26abe223b186: Verifying Checksum 26abe223b186: Download complete 9d806bc20361: Verifying Checksum 9d806bc20361: Download complete eaf6f33d26f8: Verifying Checksum eaf6f33d26f8: Download complete 3b0522a0264f: Verifying Checksum 3b0522a0264f: Download complete 05a966a453c7: Verifying Checksum 05a966a453c7: Download complete 918595a0e69b: Verifying Checksum 918595a0e69b: Download complete c521bbbd9945: Download complete c521bbbd9945: Pull complete 59707d521c45: Pull complete 26abe223b186: Pull complete 9d806bc20361: Pull complete 918595a0e69b: Pull complete eaf6f33d26f8: Pull complete 3b0522a0264f: Pull complete 05a966a453c7: Pull complete Digest: sha256:c979de0f48d11f806ca8b26c64c13f96a598433e9d3ba9923198cf6b2d51c20e Status: Downloaded newer image for docker:dind docker.io/library/docker:dind == 2021-06-22 18:23:08.880973: Preparing bind mounts 2021-06-22 18:23:08.881248: INFO Creating secret: dockerpass == 2021-06-22 18:23:09.068456: Creating container .netrc file 2021-06-22 18:23:09.068598: INFO Creating token for jobserv run access == 2021-06-22 18:23:09.273237: Preparing script == 2021-06-22 18:23:09.568840: Cloning git repository 2021-06-22 18:23:09.568868: INFO Clone_url: https://github.com/foundriesio/jobserv.git 2021-06-22 18:23:09.568877: INFO Checking to see if https://github.com/foundriesio/jobserv.git requires authentication. 2021-06-22 18:23:09.799662: INFO Server does not appear to need credentials for cloning 2021-06-22 18:23:09.800107: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmp0e5ub0dq/repo'... 2021-06-22 18:23:11.609197: INFO Checking out: 8017560e5e6976c1f920c4c31ca9151fe395d558 Switched to branch 'jobserv-run' == 2021-06-22 18:23:12.234398: Setting up container environment 2021-06-22 18:23:12.234434: 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=1f71b93e5188e56eb3272a68311f4b6515f3c462 GIT_SHA=8017560e5e6976c1f920c4c31ca9151fe395d558 H_PROJECT=jobserv H_BUILD=220 H_RUN=build-container H_WORKER=doanac-reckless == 2021-06-22 18:23:12.439144: Running script inside container 2021-06-22 18:23:12.439165: INFO Running with "--privileged" + docker build -t doanac/jobserv:801756 --force-rm . Sending build context to Docker daemon 617kB Step 1/14 : FROM alpine latest: Pulling from library/alpine 5843afab3874: Pulling fs layer 5843afab3874: Download complete 5843afab3874: Pull complete Digest: sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0 Status: Downloaded newer image for alpine:latest ---> d4ff818577bc Step 2/14 : ENV APPDIR=/srv/jobserv ---> Running in 3679443b3424 Removing intermediate container 3679443b3424 ---> 55d17f96ab31 Step 3/14 : ENV PYTHONPATH=$APPDIR ---> Running in d03f91cb6947 Removing intermediate container d03f91cb6947 ---> 92017bbb23c2 Step 4/14 : ENV FLASK_APP=jobserv.app:app ---> Running in 82c3aae0b542 Removing intermediate container 82c3aae0b542 ---> f41a4178e440 Step 5/14 : RUN mkdir -p $APPDIR ---> Running in 6da9d64f56a2 Removing intermediate container 6da9d64f56a2 ---> c5e29cccbc78 Step 6/14 : COPY ./requirements.txt /srv/jobserv/ ---> 9e18745ecc9e Step 7/14 : RUN apk --no-cache add python3 py3-pip mysql-client python3-dev musl-dev g++ openssl libffi-dev openssl-dev && pip3 install --upgrade pip setuptools && pip3 install -r $APPDIR/requirements.txt && apk del python3-dev musl-dev g++ libffi-dev openssl-dev ---> Running in 825c45dd62c4 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz (1/59) Installing libgcc (10.3.1_git20210424-r2) (2/59) Installing libstdc++ (10.3.1_git20210424-r2) (3/59) Installing binutils (2.35.2-r2) (4/59) Installing libgomp (10.3.1_git20210424-r2) (5/59) Installing libatomic (10.3.1_git20210424-r2) (6/59) Installing libgphobos (10.3.1_git20210424-r2) (7/59) Installing gmp (6.2.1-r0) (8/59) Installing isl22 (0.22-r0) (9/59) Installing mpfr4 (4.1.0-r0) (10/59) Installing mpc1 (1.2.1-r0) (11/59) Installing gcc (10.3.1_git20210424-r2) (12/59) Installing musl-dev (1.2.2-r3) (13/59) Installing libc-dev (0.7.2-r3) (14/59) Installing g++ (10.3.1_git20210424-r2) (15/59) Installing linux-headers (5.10.41-r0) (16/59) Installing libffi (3.3-r2) (17/59) Installing pkgconf (1.7.4-r0) (18/59) Installing libffi-dev (3.3-r2) (19/59) Installing mariadb-common (10.5.9-r0) (20/59) Installing ncurses-terminfo-base (6.2_p20210612-r0) (21/59) Installing ncurses-libs (6.2_p20210612-r0) (22/59) Installing mariadb-client (10.5.9-r0) (23/59) Installing mysql-client (10.5.9-r0) (24/59) Installing openssl (1.1.1k-r0) (25/59) Installing openssl-dev (1.1.1k-r0) (26/59) Installing libbz2 (1.0.8-r1) (27/59) Installing expat (2.4.1-r0) (28/59) Installing gdbm (1.19-r0) (29/59) Installing xz-libs (5.2.5-r0) (30/59) Installing mpdecimal (2.5.1-r1) (31/59) Installing readline (8.1.0-r0) (32/59) Installing sqlite-libs (3.35.5-r0) (33/59) Installing python3 (3.9.5-r1) (34/59) Installing py3-appdirs (1.4.4-r2) (35/59) Installing py3-chardet (4.0.0-r2) (36/59) Installing py3-idna (3.2-r0) (37/59) Installing py3-urllib3 (1.26.5-r0) (38/59) Installing py3-certifi (2020.12.5-r1) (39/59) Installing py3-requests (2.25.1-r4) (40/59) Installing py3-msgpack (1.0.2-r1) (41/59) Installing py3-lockfile (0.12.2-r4) (42/59) Installing py3-cachecontrol (0.12.6-r1) (43/59) Installing py3-colorama (0.4.4-r1) (44/59) Installing py3-contextlib2 (0.6.0-r1) (45/59) Installing py3-distlib (0.3.1-r3) (46/59) Installing py3-distro (1.5.0-r3) (47/59) Installing py3-six (1.15.0-r1) (48/59) Installing py3-webencodings (0.5.1-r4) (49/59) Installing py3-html5lib (1.1-r1) (50/59) Installing py3-parsing (2.4.7-r2) (51/59) Installing py3-packaging (20.9-r1) (52/59) Installing py3-toml (0.10.2-r2) (53/59) Installing py3-pep517 (0.10.0-r2) (54/59) Installing py3-progress (1.5-r2) (55/59) Installing py3-retrying (1.3.3-r1) (56/59) Installing py3-ordered-set (4.0.2-r1) (57/59) Installing py3-setuptools (52.0.0-r3) (58/59) Installing py3-pip (20.3.4-r1) (59/59) Installing python3-dev (3.9.5-r1) Executing busybox-1.33.1-r2.trigger OK: 343 MiB in 73 packages Requirement already satisfied: pip in /usr/lib/python3.9/site-packages (20.3.4) Collecting pip Downloading pip-21.1.2-py3-none-any.whl (1.5 MB) Requirement already satisfied: setuptools in /usr/lib/python3.9/site-packages (52.0.0) Collecting setuptools Downloading setuptools-57.0.0-py3-none-any.whl (821 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.1.2 setuptools-57.0.0 Collecting Werkzeug==0.14.1 Downloading Werkzeug-0.14.1-py2.py3-none-any.whl (322 kB) Collecting flask==1.0.2 Downloading Flask-1.0.2-py2.py3-none-any.whl (91 kB) Collecting Flask-SQLAlchemy==2.3.2 Downloading Flask_SQLAlchemy-2.3.2-py2.py3-none-any.whl (16 kB) Collecting Flask-Migrate==2.3.1 Downloading Flask_Migrate-2.3.1-py2.py3-none-any.whl (12 kB) Collecting Flask-Testing==0.7.1 Downloading Flask-Testing-0.7.1.tar.gz (43 kB) Collecting google_cloud_storage==1.13.2 Downloading google_cloud_storage-1.13.2-py2.py3-none-any.whl (59 kB) Collecting gunicorn==19.9.0 Downloading gunicorn-19.9.0-py2.py3-none-any.whl (112 kB) Collecting PyYAML==5.4 Downloading PyYAML-5.4.tar.gz (174 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 wheel metadata: started Preparing wheel metadata: finished with status 'done' Collecting requests==2.21.0 Downloading requests-2.21.0-py2.py3-none-any.whl (57 kB) Collecting PyMySQL==0.9.3 Downloading PyMySQL-0.9.3-py2.py3-none-any.whl (47 kB) Collecting wheel==0.32.3 Downloading wheel-0.32.3-py2.py3-none-any.whl (21 kB) Collecting pykwalify==1.7.0 Downloading pykwalify-1.7.0-py2.py3-none-any.whl (40 kB) Collecting python-dateutil==2.7.5 Downloading python_dateutil-2.7.5-py2.py3-none-any.whl (225 kB) Collecting pytz==2018.7 Downloading pytz-2018.7-py2.py3-none-any.whl (506 kB) Collecting setproctitle==1.1.10 Downloading setproctitle-1.1.10.zip (34 kB) Collecting cryptography==3.3.2 Downloading cryptography-3.3.2.tar.gz (539 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 wheel metadata: started Preparing wheel metadata: finished with status 'done' Collecting bcrypt==3.1.5 Downloading bcrypt-3.1.5.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 wheel metadata: started Preparing wheel metadata: finished with status 'done' Collecting pyjwt==1.7.1 Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) Collecting dataclasses==0.6.0 Downloading dataclasses-0.6-py3-none-any.whl (14 kB) Collecting SQLAlchemy==1.3.23 Downloading SQLAlchemy-1.3.23.tar.gz (6.3 MB) Collecting itsdangerous>=0.24 Downloading itsdangerous-2.0.1-py3-none-any.whl (18 kB) Collecting Jinja2>=2.10 Downloading Jinja2-3.0.1-py3-none-any.whl (133 kB) Collecting click>=5.1 Downloading click-8.0.1-py3-none-any.whl (97 kB) Collecting alembic>=0.7 Downloading alembic-1.6.5-py2.py3-none-any.whl (164 kB) Collecting google-cloud-core<0.30dev,>=0.29.0 Downloading google_cloud_core-0.29.1-py2.py3-none-any.whl (25 kB) Collecting google-resumable-media>=0.3.1 Downloading google_resumable_media-1.3.1-py2.py3-none-any.whl (75 kB) Collecting google-api-core<2.0.0dev,>=1.6.0 Downloading google_api_core-1.30.0-py2.py3-none-any.whl (93 kB) Collecting idna<2.9,>=2.5 Downloading idna-2.8-py2.py3-none-any.whl (58 kB) Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests==2.21.0->-r /srv/jobserv/requirements.txt (line 9)) (2020.12.5) Collecting urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Collecting chardet<3.1.0,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting docopt>=0.6.2 Downloading docopt-0.6.2.tar.gz (25 kB) Requirement already satisfied: six>=1.5 in /usr/lib/python3.9/site-packages (from python-dateutil==2.7.5->-r /srv/jobserv/requirements.txt (line 13)) (1.15.0) Collecting cffi>=1.12 Using cached cffi-1.14.5.tar.gz (475 kB) Collecting Mako Downloading Mako-1.1.4-py2.py3-none-any.whl (75 kB) Collecting python-editor>=0.3 Downloading python_editor-1.0.4-py3-none-any.whl (4.9 kB) Collecting pycparser Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB) Requirement already satisfied: setuptools>=40.3.0 in /usr/lib/python3.9/site-packages (from google-api-core<2.0.0dev,>=1.6.0->google_cloud_storage==1.13.2->-r /srv/jobserv/requirements.txt (line 6)) (57.0.0) Collecting google-auth<2.0dev,>=1.25.0 Downloading google_auth-1.32.0-py2.py3-none-any.whl (147 kB) Requirement already satisfied: packaging>=14.3 in /usr/lib/python3.9/site-packages (from google-api-core<2.0.0dev,>=1.6.0->google_cloud_storage==1.13.2->-r /srv/jobserv/requirements.txt (line 6)) (20.9) Collecting protobuf>=3.12.0 Downloading protobuf-3.17.3-py2.py3-none-any.whl (173 kB) Collecting googleapis-common-protos<2.0dev,>=1.6.0 Downloading googleapis_common_protos-1.53.0-py2.py3-none-any.whl (198 kB) Collecting rsa<5,>=3.1.4 Downloading rsa-4.7.2-py3-none-any.whl (34 kB) Collecting cachetools<5.0,>=2.0.0 Downloading cachetools-4.2.2-py3-none-any.whl (11 kB) Collecting pyasn1-modules>=0.2.1 Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) Collecting google-crc32c<2.0dev,>=1.0 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 wheel metadata: started Preparing wheel metadata: finished with status 'done' Collecting MarkupSafe>=2.0 Downloading MarkupSafe-2.0.1.tar.gz (18 kB) 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 setproctitle, 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 MarkupSafe, since package 'wheel' is not installed. Building wheels for collected packages: PyYAML, cryptography, bcrypt, google-crc32c Building wheel for PyYAML (PEP 517): started Building wheel for PyYAML (PEP 517): finished with status 'done' Created wheel for PyYAML: filename=PyYAML-5.4-cp39-cp39-linux_x86_64.whl size=45524 sha256=18f642f798d41b41b525e39be76c8e46c04e0474a8d18748b875b6e7a1741d1a Stored in directory: /root/.cache/pip/wheels/11/a6/0e/9fdfb1aa0e17ad2702af1b2768ac6b6e40a41028ac309ab6e0 Building wheel for cryptography (PEP 517): started Building wheel for cryptography (PEP 517): finished with status 'done' Created wheel for cryptography: filename=cryptography-3.3.2-cp39-cp39-linux_x86_64.whl size=1180493 sha256=545a966bb4545aef9b450b8c0c31ead9c5308e9c4229f2848acfc5f9f89995e8 Stored in directory: /root/.cache/pip/wheels/0b/8b/61/b67c8d096e2e7ce198c09468a96a762be8ce29881268a000aa Building wheel for bcrypt (PEP 517): started Building wheel for bcrypt (PEP 517): finished with status 'done' Created wheel for bcrypt: filename=bcrypt-3.1.5-cp39-cp39-linux_x86_64.whl size=63838 sha256=24f0755b990101c72dd26db9c70ab2afe8419bc05954b2775bae3f55c37ad49e Stored in directory: /root/.cache/pip/wheels/47/b6/a3/81faa716ce26960b1b06595047700da5472e645810932011f0 Building wheel for google-crc32c (PEP 517): started Building wheel for google-crc32c (PEP 517): finished with status 'done' Created wheel for google-crc32c: filename=google_crc32c-1.1.2-py3-none-any.whl size=13196 sha256=b8e607c222d10f7535c66acc42739f0b586ca4c22ba1d538d521e99c88741eb9 Stored in directory: /root/.cache/pip/wheels/a9/03/20/055442aa79ec3f55e9cc10d6b4e48e8e077455cd6ddcc5b24e Successfully built PyYAML cryptography bcrypt google-crc32c Installing collected packages: pyasn1, urllib3, rsa, pycparser, pyasn1-modules, protobuf, MarkupSafe, idna, chardet, cachetools, Werkzeug, requests, pytz, Jinja2, itsdangerous, googleapis-common-protos, google-auth, click, cffi, SQLAlchemy, python-editor, python-dateutil, Mako, google-crc32c, google-api-core, flask, PyYAML, google-resumable-media, google-cloud-core, Flask-SQLAlchemy, docopt, alembic, wheel, setproctitle, PyMySQL, pykwalify, pyjwt, gunicorn, google-cloud-storage, Flask-Testing, Flask-Migrate, dataclasses, cryptography, bcrypt Attempting uninstall: urllib3 Found existing installation: urllib3 1.26.5 Uninstalling urllib3-1.26.5: Successfully uninstalled urllib3-1.26.5 Running setup.py install for MarkupSafe: started Running setup.py install for MarkupSafe: finished with status 'done' Attempting uninstall: idna Found existing installation: idna 3.2 Uninstalling idna-3.2: Successfully uninstalled idna-3.2 Attempting uninstall: chardet Found existing installation: chardet 4.0.0 Uninstalling chardet-4.0.0: Successfully uninstalled chardet-4.0.0 Attempting uninstall: requests Found existing installation: requests 2.25.1 Uninstalling requests-2.25.1: Successfully uninstalled requests-2.25.1 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 docopt: started Running setup.py install for docopt: finished with status 'done' Running setup.py install for setproctitle: started Running setup.py install for setproctitle: 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-Migrate-2.3.1 Flask-SQLAlchemy-2.3.2 Flask-Testing-0.7.1 Jinja2-3.0.1 Mako-1.1.4 MarkupSafe-2.0.1 PyMySQL-0.9.3 PyYAML-5.4 SQLAlchemy-1.3.23 Werkzeug-0.14.1 alembic-1.6.5 bcrypt-3.1.5 cachetools-4.2.2 cffi-1.14.5 chardet-3.0.4 click-8.0.1 cryptography-3.3.2 dataclasses-0.6 docopt-0.6.2 flask-1.0.2 google-api-core-1.30.0 google-auth-1.32.0 google-cloud-core-0.29.1 google-cloud-storage-1.13.2 google-crc32c-1.1.2 google-resumable-media-1.3.1 googleapis-common-protos-1.53.0 gunicorn-19.9.0 idna-2.8 itsdangerous-2.0.1 protobuf-3.17.3 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pyjwt-1.7.1 pykwalify-1.7.0 python-dateutil-2.7.5 python-editor-1.0.4 pytz-2018.7 requests-2.21.0 rsa-4.7.2 setproctitle-1.1.10 urllib3-1.24.3 wheel-0.32.3 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/main: No such file or directory WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/community: No such file or directory (1/17) Purging g++ (10.3.1_git20210424-r2) (2/17) Purging gcc (10.3.1_git20210424-r2) (3/17) Purging binutils (2.35.2-r2) (4/17) Purging libatomic (10.3.1_git20210424-r2) (5/17) Purging libgomp (10.3.1_git20210424-r2) (6/17) Purging libgphobos (10.3.1_git20210424-r2) (7/17) Purging libc-dev (0.7.2-r3) (8/17) Purging musl-dev (1.2.2-r3) (9/17) Purging libffi-dev (3.3-r2) (10/17) Purging linux-headers (5.10.41-r0) (11/17) Purging openssl-dev (1.1.1k-r0) (12/17) Purging python3-dev (3.9.5-r1) (13/17) Purging mpc1 (1.2.1-r0) (14/17) Purging mpfr4 (4.1.0-r0) (15/17) Purging isl22 (0.22-r0) (16/17) Purging gmp (6.2.1-r0) (17/17) Purging pkgconf (1.7.4-r0) Executing busybox-1.33.1-r2.trigger OK: 108 MiB in 56 packages Removing intermediate container 825c45dd62c4 ---> d8f41c3ed884 Step 8/14 : COPY ./ $APPDIR/ ---> 15fb47027c4a Step 9/14 : RUN cd $APPDIR/runner && python3 ./setup.py bdist_wheel ---> Running in 3f048d04b878 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 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 3f048d04b878 ---> b8eec77686a0 Step 10/14 : WORKDIR $APPDIR ---> Running in c98c55ce2dac Removing intermediate container c98c55ce2dac ---> 073d350aac2b Step 11/14 : EXPOSE 8000 ---> Running in 67e491721a96 Removing intermediate container 67e491721a96 ---> 5aa2538663ba Step 12/14 : ARG APP_VERSION=? ---> Running in 0972935b7937 Removing intermediate container 0972935b7937 ---> 148dae1b7708 Step 13/14 : ENV APP_VERSION=$APP_VERSION ---> Running in d9b49022943b Removing intermediate container d9b49022943b ---> f5426da19def Step 14/14 : CMD ["/srv/jobserv/docker_run.sh"] ---> Running in 0f716aac560d Removing intermediate container 0f716aac560d ---> 985ee3fc008b Successfully built 985ee3fc008b Successfully tagged doanac/jobserv:801756 + docker tag doanac/jobserv:801756 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:801756 The push refers to repository [docker.io/doanac/jobserv] 98e060e6e133: Preparing dbc73a4cee6d: Preparing cd17169963aa: Preparing dfd1c79f984d: Preparing fc33ed909d25: Preparing 72e830a4dff5: Preparing 72e830a4dff5: Waiting dfd1c79f984d: Pushed dbc73a4cee6d: Pushed 98e060e6e133: Pushed fc33ed909d25: Pushed 72e830a4dff5: Mounted from library/alpine cd17169963aa: Pushed 801756: digest: sha256:4e2bf506b800fd69d65f0fe9ee57b2bdb07b54ade623668f728a05b6f7882093 size: 1573 + docker push doanac/jobserv:latest The push refers to repository [docker.io/doanac/jobserv] 98e060e6e133: Preparing dbc73a4cee6d: Preparing cd17169963aa: Preparing dfd1c79f984d: Preparing fc33ed909d25: Preparing 72e830a4dff5: Preparing 72e830a4dff5: Waiting dfd1c79f984d: Layer already exists fc33ed909d25: Layer already exists 98e060e6e133: Layer already exists cd17169963aa: Layer already exists dbc73a4cee6d: Layer already exists 72e830a4dff5: Layer already exists latest: digest: sha256:4e2bf506b800fd69d65f0fe9ee57b2bdb07b54ade623668f728a05b6f7882093 size: 1573 Script completed == 2021-06-22 18:29:08.466968: Finding artifacts to upload Uploading 1 items 14224 bytes == 2021-06-22 18:29:09.298506: Runner has completed _ _ | \/ | \__|____|__/ | o o| Thumbs Up |___\/_|_____||_ | _____|__| | | |______| | | | | | | | | |_| |_|