# Run sent to worker: doanac-reckless == 2021-08-30 19:24:05.252531: Setting up runner on worker == 2021-08-30 19:24:05.674266: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/jobserv/builds/232/runs/build-container//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2021-08-30 19:24:05.856568: Pulling container: docker:dind dind: Pulling from library/docker Digest: sha256:c0aac52a0f704627c01dfd5177f3d0e5d9bf6e64f2b8a2c35b5b5087ebe94cfc Status: Image is up to date for docker:dind docker.io/library/docker:dind == 2021-08-30 19:24:07.528354: Preparing bind mounts 2021-08-30 19:24:07.528750: INFO Creating secret: dockerpass == 2021-08-30 19:24:07.723223: Creating container .netrc file 2021-08-30 19:24:07.723342: INFO Creating token for jobserv run access == 2021-08-30 19:24:07.912776: Preparing script == 2021-08-30 19:24:08.112831: Cloning git repository 2021-08-30 19:24:08.112868: INFO Clone_url: https://github.com/foundriesio/jobserv.git 2021-08-30 19:24:08.112888: INFO Checking to see if https://github.com/foundriesio/jobserv.git requires authentication. 2021-08-30 19:24:08.402643: INFO Server does not appear to need credentials for cloning 2021-08-30 19:24:08.403178: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmplt8s744f/repo'... 2021-08-30 19:24:09.403481: INFO Checking out: aa95dca871801013249fad833e3511e30d49d9ef Switched to branch 'jobserv-run' == 2021-08-30 19:24:10.031751: Setting up container environment 2021-08-30 19:24:10.031854: 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=8017560e5e6976c1f920c4c31ca9151fe395d558 GIT_SHA=aa95dca871801013249fad833e3511e30d49d9ef H_PROJECT=jobserv H_BUILD=232 H_RUN=build-container H_WORKER=doanac-reckless == 2021-08-30 19:24:10.229989: Running script inside container 2021-08-30 19:24:10.230035: INFO Running with "--privileged" + docker build -t doanac/jobserv:aa95dc --force-rm . Sending build context to Docker daemon 622.1kB Step 1/14 : FROM alpine latest: Pulling from library/alpine a0d0a0d46f8b: Pulling fs layer a0d0a0d46f8b: Verifying Checksum a0d0a0d46f8b: Download complete a0d0a0d46f8b: Pull complete Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a Status: Downloaded newer image for alpine:latest ---> 14119a10abf4 Step 2/14 : ENV APPDIR=/srv/jobserv ---> Running in 1fa89327c0a1 Removing intermediate container 1fa89327c0a1 ---> 6d2e8427ae7a Step 3/14 : ENV PYTHONPATH=$APPDIR ---> Running in d9ca87c8b90e Removing intermediate container d9ca87c8b90e ---> 37b8ab768a0c Step 4/14 : ENV FLASK_APP=jobserv.app:app ---> Running in 72906252e784 Removing intermediate container 72906252e784 ---> 479146bbb69f Step 5/14 : RUN mkdir -p $APPDIR ---> Running in 4af00151f5c4 Removing intermediate container 4af00151f5c4 ---> b06878641517 Step 6/14 : COPY ./requirements.txt /srv/jobserv/ ---> 850b178aa23e 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 0110fc649318 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.12-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.12-r0) (23/59) Installing mysql-client (10.5.12-r0) (24/59) Installing openssl (1.1.1l-r0) (25/59) Installing openssl-dev (1.1.1l-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-r3.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.2.4-py3-none-any.whl (1.6 MB) Requirement already satisfied: setuptools in /usr/lib/python3.9/site-packages (52.0.0) Collecting setuptools Downloading setuptools-57.4.0-py3-none-any.whl (819 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.2.4 setuptools-57.4.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 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 itsdangerous>=0.24 Downloading itsdangerous-2.0.1-py3-none-any.whl (18 kB) Collecting alembic>=0.7 Downloading alembic-1.7.0-py3-none-any.whl (208 kB) Collecting google-resumable-media>=0.3.1 Downloading google_resumable_media-2.0.0-py2.py3-none-any.whl (75 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-api-core<2.0.0dev,>=1.6.0 Downloading google_api_core-1.31.2-py2.py3-none-any.whl (93 kB) Collecting urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 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 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 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.6.tar.gz (475 kB) Collecting Mako Downloading Mako-1.1.5-py2.py3-none-any.whl (75 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.4.0) 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) 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 google-auth<2.0dev,>=1.25.0 Downloading google_auth-1.35.0-py2.py3-none-any.whl (152 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.2-py3-none-any.whl (11 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=45523 sha256=b4f82216b3f985cbb757fce6bac288dba67829becdf872ed97a19c536fcf6b58 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=1180449 sha256=0deabe11b27fc50ba26e2b9e222df5ff535f203d10e3021228ca945c0e5293ca 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=63831 sha256=6a8432ce8241876f2b5db0fcb3c6ad6019badb017ce7811f231f5c7d0b48666b 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=13195 sha256=977deb8689747c2646b30423d0037e4ede3b599864816e6910f8d9f0113ee7b4 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, Mako, google-crc32c, google-api-core, flask, PyYAML, python-dateutil, 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.5 MarkupSafe-2.0.1 PyMySQL-0.9.3 PyYAML-5.4 SQLAlchemy-1.3.23 Werkzeug-0.14.1 alembic-1.7.0 bcrypt-3.1.5 cachetools-4.2.2 cffi-1.14.6 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.31.2 google-auth-1.35.0 google-cloud-core-0.29.1 google-cloud-storage-1.13.2 google-crc32c-1.1.2 google-resumable-media-2.0.0 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 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 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.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.1l-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-r3.trigger OK: 108 MiB in 56 packages Removing intermediate container 0110fc649318 ---> 7689dd60c493 Step 8/14 : COPY ./ $APPDIR/ ---> b8d93c076f00 Step 9/14 : RUN cd $APPDIR/runner && python3 ./setup.py bdist_wheel ---> Running in c80919dd4d8c 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 c80919dd4d8c ---> f1cd2d1e3f0b Step 10/14 : WORKDIR $APPDIR ---> Running in 9f624f4bc986 Removing intermediate container 9f624f4bc986 ---> 760f13fd219c Step 11/14 : EXPOSE 8000 ---> Running in 14d7b1c79a9c Removing intermediate container 14d7b1c79a9c ---> 0344952072bc Step 12/14 : ARG APP_VERSION=? ---> Running in d8d6e4609ffe Removing intermediate container d8d6e4609ffe ---> cecaeab39ab0 Step 13/14 : ENV APP_VERSION=$APP_VERSION ---> Running in 250cf98a3909 Removing intermediate container 250cf98a3909 ---> e1e970220eb2 Step 14/14 : CMD ["/srv/jobserv/docker_run.sh"] ---> Running in 0d459050d0c4 Removing intermediate container 0d459050d0c4 ---> bd4bfc048545 Successfully built bd4bfc048545 Successfully tagged doanac/jobserv:aa95dc + docker tag doanac/jobserv:aa95dc 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:aa95dc The push refers to repository [docker.io/doanac/jobserv] 7885f18af322: Preparing 71af1aa45ca4: Preparing 13751997fdb3: Preparing c47bce72965b: Preparing dc734963085b: Preparing e2eb06d8af82: Preparing e2eb06d8af82: Waiting 7885f18af322: Pushed 71af1aa45ca4: Pushed dc734963085b: Pushed e2eb06d8af82: Layer already exists c47bce72965b: Pushed 13751997fdb3: Pushed aa95dc: digest: sha256:4e9620c74776d1dd87002153685310509b382f98662ce9d4ee614e3f58a6b8a0 size: 1573 + docker push doanac/jobserv:latest The push refers to repository [docker.io/doanac/jobserv] 7885f18af322: Preparing 71af1aa45ca4: Preparing 13751997fdb3: Preparing c47bce72965b: Preparing dc734963085b: Preparing e2eb06d8af82: Preparing e2eb06d8af82: Waiting 71af1aa45ca4: Layer already exists 13751997fdb3: Layer already exists c47bce72965b: Layer already exists dc734963085b: Layer already exists 7885f18af322: Layer already exists e2eb06d8af82: Layer already exists latest: digest: sha256:4e9620c74776d1dd87002153685310509b382f98662ce9d4ee614e3f58a6b8a0 size: 1573 Script completed == 2021-08-30 19:28:40.081100: Finding artifacts to upload Uploading 1 items 14540 bytes == 2021-08-30 19:28:40.907627: Runner has completed _ _ | \/ | \__|____|__/ | o o| Thumbs Up |___\/_|_____||_ | _____|__| | | |______| | | | | | | | | |_| |_|