# Run sent to worker: doanac-reckless == 2021-03-26 14:29:57.480702: Setting up runner on worker == 2021-03-26 14:29:58.004502: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/jobserv/builds/205/runs/build-container//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2021-03-26 14:29:58.262509: Pulling container: docker:dind dind: Pulling from library/docker 9aae54b2144e: Pulling fs layer 6c8aba36c48b: Pulling fs layer d42621afb2e1: Pulling fs layer f4bb57477e3a: Pulling fs layer 5938d06b30e7: Pulling fs layer a259f6e9d512: Pulling fs layer 53ba9c27bd79: Pulling fs layer bbe52de4eb78: Pulling fs layer f1af7795c3a6: Pulling fs layer 5a720caae7ad: Pulling fs layer 23c939cc4c16: Pulling fs layer f4bb57477e3a: Waiting 5938d06b30e7: Waiting f1af7795c3a6: Waiting 5a720caae7ad: Waiting a259f6e9d512: Waiting 23c939cc4c16: Waiting bbe52de4eb78: Waiting d42621afb2e1: Download complete 6c8aba36c48b: Verifying Checksum 6c8aba36c48b: Download complete 9aae54b2144e: Verifying Checksum 9aae54b2144e: Download complete 5938d06b30e7: Verifying Checksum 5938d06b30e7: Download complete 9aae54b2144e: Pull complete 53ba9c27bd79: Verifying Checksum 53ba9c27bd79: Download complete a259f6e9d512: Verifying Checksum a259f6e9d512: Download complete 6c8aba36c48b: Pull complete f1af7795c3a6: Verifying Checksum f1af7795c3a6: Download complete d42621afb2e1: Pull complete 5a720caae7ad: Verifying Checksum 5a720caae7ad: Download complete 23c939cc4c16: Verifying Checksum 23c939cc4c16: Download complete bbe52de4eb78: Verifying Checksum bbe52de4eb78: Download complete f4bb57477e3a: Verifying Checksum f4bb57477e3a: Download complete f4bb57477e3a: Pull complete 5938d06b30e7: Pull complete a259f6e9d512: Pull complete 53ba9c27bd79: Pull complete bbe52de4eb78: Pull complete f1af7795c3a6: Pull complete 5a720caae7ad: Pull complete 23c939cc4c16: Pull complete Digest: sha256:5e1ed8b6e6db0e8507f40633f1f651084fd1b5445d83c37a66919c2a52d33fbf Status: Downloaded newer image for docker:dind docker.io/library/docker:dind == 2021-03-26 14:30:14.847435: Preparing bind mounts 2021-03-26 14:30:14.847814: INFO Creating secret: dockerpass == 2021-03-26 14:30:15.078085: Creating container .netrc file 2021-03-26 14:30:15.078162: INFO Creating token for jobserv run access == 2021-03-26 14:30:15.338935: Preparing script == 2021-03-26 14:30:15.592636: Cloning git repository 2021-03-26 14:30:15.592674: INFO Clone_url: https://github.com/foundriesio/jobserv.git 2021-03-26 14:30:15.592695: INFO Checking to see if https://github.com/foundriesio/jobserv.git requires authentication. 2021-03-26 14:30:15.837934: INFO Server does not appear to need credentials for cloning 2021-03-26 14:30:15.838412: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmplr0_u43p/repo'... 2021-03-26 14:30:16.843653: INFO Checking out: 7a89724d9f540eb6ff89b065cefc1ea5b97f4614 Switched to branch 'jobserv-run' == 2021-03-26 14:30:17.615891: Setting up container environment 2021-03-26 14:30:17.616002: 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=2cdb7549ff483ebc1c18754d42a4483e2202820a GIT_SHA=7a89724d9f540eb6ff89b065cefc1ea5b97f4614 H_PROJECT=jobserv H_BUILD=205 H_RUN=build-container H_WORKER=doanac-reckless == 2021-03-26 14:30:17.852350: Running script inside container 2021-03-26 14:30:17.852373: INFO Running with "--privileged" + docker build -t doanac/jobserv:7a8972 --force-rm . Sending build context to Docker daemon 614.4kB Step 1/14 : FROM alpine latest: Pulling from library/alpine 9aae54b2144e: Pulling fs layer 9aae54b2144e: Verifying Checksum 9aae54b2144e: Download complete 9aae54b2144e: Pull complete Digest: sha256:826f70e0ac33e99a72cf20fb0571245a8fee52d68cb26d8bc58e53bfa65dcdfa Status: Downloaded newer image for alpine:latest ---> 302aba9ce190 Step 2/14 : ENV APPDIR=/srv/jobserv ---> Running in 7081f4db75d7 Removing intermediate container 7081f4db75d7 ---> ba36dcfed277 Step 3/14 : ENV PYTHONPATH=$APPDIR ---> Running in d8093cba0465 Removing intermediate container d8093cba0465 ---> e070791572e6 Step 4/14 : ENV FLASK_APP=jobserv.app:app ---> Running in bdcf011a13ab Removing intermediate container bdcf011a13ab ---> f34741c8f6a9 Step 5/14 : RUN mkdir -p $APPDIR ---> Running in 6d5f4873c9fc Removing intermediate container 6d5f4873c9fc ---> 007a173fccc5 Step 6/14 : COPY ./requirements.txt /srv/jobserv/ ---> 6450fbcc9eca 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 362182f01ae7 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz (1/58) Installing libgcc (10.2.1_pre1-r3) (2/58) Installing libstdc++ (10.2.1_pre1-r3) (3/58) Installing binutils (2.35.1-r1) (4/58) Installing libgomp (10.2.1_pre1-r3) (5/58) Installing libatomic (10.2.1_pre1-r3) (6/58) Installing libgphobos (10.2.1_pre1-r3) (7/58) Installing gmp (6.2.1-r0) (8/58) Installing isl22 (0.22-r0) (9/58) Installing mpfr4 (4.1.0-r0) (10/58) Installing mpc1 (1.2.0-r0) (11/58) Installing gcc (10.2.1_pre1-r3) (12/58) Installing musl-dev (1.2.2-r0) (13/58) Installing libc-dev (0.7.2-r3) (14/58) Installing g++ (10.2.1_pre1-r3) (15/58) Installing linux-headers (5.7.8-r0) (16/58) Installing libffi (3.3-r2) (17/58) Installing pkgconf (1.7.3-r0) (18/58) Installing libffi-dev (3.3-r2) (19/58) Installing mariadb-common (10.5.8-r0) (20/58) Installing ncurses-terminfo-base (6.2_p20210109-r0) (21/58) Installing ncurses-libs (6.2_p20210109-r0) (22/58) Installing mariadb-client (10.5.8-r0) (23/58) Installing mysql-client (10.5.8-r0) (24/58) Installing openssl (1.1.1k-r0) (25/58) Installing openssl-dev (1.1.1k-r0) (26/58) Installing libbz2 (1.0.8-r1) (27/58) Installing expat (2.2.10-r1) (28/58) Installing gdbm (1.19-r0) (29/58) Installing xz-libs (5.2.5-r0) (30/58) Installing readline (8.1.0-r0) (31/58) Installing sqlite-libs (3.34.1-r0) (32/58) Installing python3 (3.8.8-r0) (33/58) Installing py3-appdirs (1.4.4-r1) (34/58) Installing py3-ordered-set (4.0.2-r0) (35/58) Installing py3-parsing (2.4.7-r1) (36/58) Installing py3-six (1.15.0-r0) (37/58) Installing py3-packaging (20.9-r0) (38/58) Installing py3-setuptools (51.3.3-r0) (39/58) Installing py3-chardet (4.0.0-r0) (40/58) Installing py3-idna (3.1-r0) (41/58) Installing py3-urllib3 (1.26.2-r1) (42/58) Installing py3-requests (2.25.1-r1) (43/58) Installing py3-msgpack (1.0.2-r0) (44/58) Installing py3-lockfile (0.12.2-r3) (45/58) Installing py3-cachecontrol (0.12.6-r0) (46/58) Installing py3-colorama (0.4.4-r0) (47/58) Installing py3-contextlib2 (0.6.0-r0) (48/58) Installing py3-distlib (0.3.1-r1) (49/58) Installing py3-distro (1.5.0-r1) (50/58) Installing py3-webencodings (0.5.1-r3) (51/58) Installing py3-html5lib (1.1-r0) (52/58) Installing py3-pytoml (0.1.21-r0) (53/58) Installing py3-pep517 (0.9.1-r0) (54/58) Installing py3-progress (1.5-r0) (55/58) Installing py3-retrying (1.3.3-r0) (56/58) Installing py3-toml (0.10.2-r0) (57/58) Installing py3-pip (20.3.4-r0) (58/58) Installing python3-dev (3.8.8-r0) Executing busybox-1.32.1-r3.trigger OK: 336 MiB in 72 packages Requirement already satisfied: pip in /usr/lib/python3.8/site-packages (20.3.4) Collecting pip Downloading pip-21.0.1-py3-none-any.whl (1.5 MB) Requirement already satisfied: setuptools in /usr/lib/python3.8/site-packages (51.3.3) Collecting setuptools Downloading setuptools-54.2.0-py3-none-any.whl (785 kB) Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 51.3.3 Uninstalling setuptools-51.3.3: Successfully uninstalled setuptools-51.3.3 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.0.1 setuptools-54.2.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 cffi>=1.1 Using cached cffi-1.14.5.tar.gz (475 kB) Requirement already satisfied: six>=1.4.1 in /usr/lib/python3.8/site-packages (from bcrypt==3.1.5->-r /srv/jobserv/requirements.txt (line 17)) (1.15.0) Collecting click>=5.1 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) Collecting Jinja2>=2.10 Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB) Collecting itsdangerous>=0.24 Downloading itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) Collecting alembic>=0.7 Downloading alembic-1.5.8-py2.py3-none-any.whl (159 kB) Collecting google-api-core<2.0.0dev,>=1.6.0 Downloading google_api_core-1.26.2-py2.py3-none-any.whl (93 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.2.0-py2.py3-none-any.whl (75 kB) Collecting docopt>=0.6.2 Downloading docopt-0.6.2.tar.gz (25 kB) Collecting idna<2.9,>=2.5 Downloading idna-2.8-py2.py3-none-any.whl (58 kB) Collecting chardet<3.1.0,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting certifi>=2017.4.17 Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB) Collecting urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 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.8/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)) (54.2.0) Collecting googleapis-common-protos<2.0dev,>=1.6.0 Downloading googleapis_common_protos-1.53.0-py2.py3-none-any.whl (198 kB) Requirement already satisfied: packaging>=14.3 in /usr/lib/python3.8/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 google-auth<2.0dev,>=1.21.1 Downloading google_auth-1.28.0-py2.py3-none-any.whl (136 kB) Collecting protobuf>=3.12.0 Downloading protobuf-3.15.6-py2.py3-none-any.whl (173 kB) Collecting rsa<5,>=3.1.4 Downloading rsa-4.7.2-py3-none-any.whl (34 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.1-py3-none-any.whl (12 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>=0.23 Downloading MarkupSafe-1.1.1.tar.gz (19 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: bcrypt, cryptography, PyYAML, google-crc32c 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-cp38-cp38-linux_x86_64.whl size=63990 sha256=7ec84d3b4b902a5d8f9badafc6877326692b4ebab0a400cd96110fac12c8c7d3 Stored in directory: /root/.cache/pip/wheels/9f/e0/da/f0ac19cb50f1176502903e8af7fb408c3e316cd42eb6e0cec7 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-cp38-cp38-linux_x86_64.whl size=1180936 sha256=a13e8be86a40d1d14568d0165464fed208113d9c77d58eccb3274c9c413a0dbc Stored in directory: /root/.cache/pip/wheels/be/78/4a/8369e36abca13e612acbb8588a6df07ebe8dc7a62f2c5ca2f1 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-cp38-cp38-linux_x86_64.whl size=45508 sha256=c9ee88682a8b21c78d37e60a7d99428d44eec8ce246664a2e3d9c07c1d6a0e78 Stored in directory: /root/.cache/pip/wheels/89/b4/5f/cb055d6b1decb1050d7a3620abf3bca515f16d28e8c42ae23e 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=13180 sha256=e721a597e3bbcb2a5fba32aecc0ddcd0d39dd315c003f9e720407e532c5d6f5d Stored in directory: /root/.cache/pip/wheels/b2/b5/78/c99b8c3a85d3691b3e145cf58d3b8871b273f874363af9586e Successfully built bcrypt cryptography PyYAML google-crc32c Installing collected packages: pyasn1, urllib3, rsa, pycparser, pyasn1-modules, protobuf, MarkupSafe, idna, chardet, certifi, 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.2 Uninstalling urllib3-1.26.2: Successfully uninstalled urllib3-1.26.2 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.1 Uninstalling idna-3.1: Successfully uninstalled idna-3.1 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-2.11.3 Mako-1.1.4 MarkupSafe-1.1.1 PyMySQL-0.9.3 PyYAML-5.4 SQLAlchemy-1.3.23 Werkzeug-0.14.1 alembic-1.5.8 bcrypt-3.1.5 cachetools-4.2.1 certifi-2020.12.5 cffi-1.14.5 chardet-3.0.4 click-7.1.2 cryptography-3.3.2 dataclasses-0.6 docopt-0.6.2 flask-1.0.2 google-api-core-1.26.2 google-auth-1.28.0 google-cloud-core-0.29.1 google-cloud-storage-1.13.2 google-crc32c-1.1.2 google-resumable-media-1.2.0 googleapis-common-protos-1.53.0 gunicorn-19.9.0 idna-2.8 itsdangerous-1.1.0 protobuf-3.15.6 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: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/main: No such file or directory WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/community: No such file or directory (1/17) Purging g++ (10.2.1_pre1-r3) (2/17) Purging gcc (10.2.1_pre1-r3) (3/17) Purging binutils (2.35.1-r1) (4/17) Purging libatomic (10.2.1_pre1-r3) (5/17) Purging libgomp (10.2.1_pre1-r3) (6/17) Purging libgphobos (10.2.1_pre1-r3) (7/17) Purging libc-dev (0.7.2-r3) (8/17) Purging musl-dev (1.2.2-r0) (9/17) Purging libffi-dev (3.3-r2) (10/17) Purging linux-headers (5.7.8-r0) (11/17) Purging openssl-dev (1.1.1k-r0) (12/17) Purging python3-dev (3.8.8-r0) (13/17) Purging mpc1 (1.2.0-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.3-r0) Executing busybox-1.32.1-r3.trigger OK: 107 MiB in 55 packages Removing intermediate container 362182f01ae7 ---> 87ff2f78b573 Step 8/14 : COPY ./ $APPDIR/ ---> 542d4107a5ac Step 9/14 : RUN cd $APPDIR/runner && python3 ./setup.py bdist_wheel ---> Running in 0ee4f0d40177 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.8.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 0ee4f0d40177 ---> 16b7c4ea3685 Step 10/14 : WORKDIR $APPDIR ---> Running in c2153a7ff410 Removing intermediate container c2153a7ff410 ---> ac076a728553 Step 11/14 : EXPOSE 8000 ---> Running in a2eb6ed3c296 Removing intermediate container a2eb6ed3c296 ---> ef0ef49f0863 Step 12/14 : ARG APP_VERSION=? ---> Running in 618b44e131cf Removing intermediate container 618b44e131cf ---> 11552647689f Step 13/14 : ENV APP_VERSION=$APP_VERSION ---> Running in f84501353d59 Removing intermediate container f84501353d59 ---> 2b445b12546e Step 14/14 : CMD ["/srv/jobserv/docker_run.sh"] ---> Running in 18022cf598ee Removing intermediate container 18022cf598ee ---> ec054ce73499 Successfully built ec054ce73499 Successfully tagged doanac/jobserv:7a8972 + docker tag doanac/jobserv:7a8972 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:7a8972 The push refers to repository [docker.io/doanac/jobserv] f463467ba6c2: Preparing f0d748b02165: Preparing 85aa06974447: Preparing 81e1f1286729: Preparing 7b11c15eef9e: Preparing 0f7b3ff8b310: Preparing 7b11c15eef9e: Pushed 81e1f1286729: Pushed f463467ba6c2: Pushed f0d748b02165: Pushed 0f7b3ff8b310: Mounted from library/alpine 85aa06974447: Pushed 7a8972: digest: sha256:06d8d7694dd45725d99449e61c352d2e72a79d18f77e0c82575ebfaf630af176 size: 1573 + docker push doanac/jobserv:latest The push refers to repository [docker.io/doanac/jobserv] f463467ba6c2: Preparing f0d748b02165: Preparing 85aa06974447: Preparing 81e1f1286729: Preparing 7b11c15eef9e: Preparing 0f7b3ff8b310: Preparing 0f7b3ff8b310: Waiting 81e1f1286729: Layer already exists 85aa06974447: Layer already exists f463467ba6c2: Layer already exists f0d748b02165: Layer already exists 7b11c15eef9e: Layer already exists 0f7b3ff8b310: Layer already exists latest: digest: sha256:06d8d7694dd45725d99449e61c352d2e72a79d18f77e0c82575ebfaf630af176 size: 1573 Script completed == 2021-03-26 14:34:39.746206: Finding artifacts to upload Uploading 1 items 13861 bytes == 2021-03-26 14:34:40.887667: Runner has completed _ _ | \/ | \__|____|__/ | o o| Thumbs Up |___\/_|_____||_ | _____|__| | | |______| | | | | | | | | |_| |_|