# Run sent to worker: doanac-reckless == 2022-01-06 18:38:12.275112: Setting up runner on worker == 2022-01-06 18:38:12.707518: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/jobserv/builds/260/runs/build-container//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2022-01-06 18:38:13.281616: 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 == 2022-01-06 18:38:15.080282: Preparing bind mounts 2022-01-06 18:38:15.279359: INFO Creating secret: dockerpass == 2022-01-06 18:38:15.657954: Creating container .netrc file 2022-01-06 18:38:15.852039: INFO Creating token for jobserv run access == 2022-01-06 18:38:16.252515: Preparing script == 2022-01-06 18:38:16.624724: Cloning git repository 2022-01-06 18:38:16.829636: INFO Clone_url: https://github.com/foundriesio/jobserv.git 2022-01-06 18:38:17.040419: INFO Checking to see if https://github.com/foundriesio/jobserv.git requires authentication. 2022-01-06 18:38:17.498345: INFO Server does not appear to need credentials for cloning 2022-01-06 18:38:17.701923: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmp7805i4mg/repo'... 2022-01-06 18:38:18.644115: INFO Checking out: ae591ee30b1495ff74edc318f0f01dd7fb7fc4f7 Switched to branch 'jobserv-run' == 2022-01-06 18:38:19.299100: Setting up container environment 2022-01-06 18:38:19.487201: 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=f60229246c7765da8d9626cfe8a539a2d044d4fe GIT_SHA=ae591ee30b1495ff74edc318f0f01dd7fb7fc4f7 H_PROJECT=jobserv H_BUILD=260 H_RUN=build-container H_WORKER=doanac-reckless == 2022-01-06 18:38:19.867138: Running script inside container 2022-01-06 18:38:20.076339: INFO Running with "--privileged" + docker build -t doanac/jobserv:ae591e --force-rm . Sending build context to Docker daemon 643.1kB 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 45c65fdffd77 Removing intermediate container 45c65fdffd77 ---> 80f99b582d3c Step 3/14 : ENV PYTHONPATH=$APPDIR ---> Running in 3ed4ac8c3b4e Removing intermediate container 3ed4ac8c3b4e ---> 1f521a80648a Step 4/14 : ENV FLASK_APP=jobserv.app:app ---> Running in 4b38e991f64c Removing intermediate container 4b38e991f64c ---> e9daec988059 Step 5/14 : RUN mkdir -p $APPDIR ---> Running in d35a5217f9a5 Removing intermediate container d35a5217f9a5 ---> 3adddcb5238e Step 6/14 : COPY ./requirements.txt /srv/jobserv/ ---> 67ba2fd4ff88 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 272c8dec1224 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/71) Upgrading libcrypto1.1 (1.1.1l-r7 -> 1.1.1l-r8) (2/71) Upgrading libssl1.1 (1.1.1l-r7 -> 1.1.1l-r8) (3/71) Installing rust-stdlib (1.56.1-r0) (4/71) Installing libgcc (10.3.1_git20211027-r0) (5/71) Installing libstdc++ (10.3.1_git20211027-r0) (6/71) Installing binutils (2.37-r3) (7/71) Installing libgomp (10.3.1_git20211027-r0) (8/71) Installing libatomic (10.3.1_git20211027-r0) (9/71) Installing libgphobos (10.3.1_git20211027-r0) (10/71) Installing gmp (6.2.1-r0) (11/71) Installing isl22 (0.22-r0) (12/71) Installing mpfr4 (4.1.0-r0) (13/71) Installing mpc1 (1.2.1-r0) (14/71) Installing gcc (10.3.1_git20211027-r0) (15/71) Installing musl-dev (1.2.2-r7) (16/71) Installing libffi (3.4.2-r1) (17/71) Installing xz-libs (5.2.5-r0) (18/71) Installing libxml2 (2.9.12-r2) (19/71) Installing llvm12-libs (12.0.1-r0) (20/71) Installing rust (1.56.1-r0) (21/71) Installing ca-certificates (20191127-r7) (22/71) Installing brotli-libs (1.0.9-r5) (23/71) Installing nghttp2-libs (1.46.0-r0) (24/71) Installing libcurl (7.80.0-r0) (25/71) Installing cargo (1.56.1-r0) (26/71) Installing libc-dev (0.7.2-r3) (27/71) Installing g++ (10.3.1_git20211027-r0) (28/71) Installing linux-headers (5.10.41-r0) (29/71) Installing pkgconf (1.8.0-r0) (30/71) Installing libffi-dev (3.4.2-r1) (31/71) Installing mariadb-common (10.6.4-r2) (32/71) Installing ncurses-terminfo-base (6.3_p20211120-r0) (33/71) Installing ncurses-libs (6.3_p20211120-r0) (34/71) Installing mariadb-client (10.6.4-r2) (35/71) Installing mysql-client (10.6.4-r2) (36/71) Installing openssl (1.1.1l-r8) (37/71) Installing openssl-dev (1.1.1l-r8) (38/71) Installing libbz2 (1.0.8-r1) (39/71) Installing expat (2.4.1-r0) (40/71) Installing gdbm (1.22-r0) (41/71) Installing mpdecimal (2.5.1-r1) (42/71) Installing readline (8.1.1-r0) (43/71) Installing sqlite-libs (3.36.0-r0) (44/71) Installing python3 (3.9.7-r4) (45/71) Installing py3-appdirs (1.4.4-r2) (46/71) Installing py3-certifi (2020.12.5-r1) (47/71) Installing py3-charset-normalizer (2.0.7-r0) (48/71) Installing py3-idna (3.3-r0) (49/71) Installing py3-urllib3 (1.26.7-r0) (50/71) Installing py3-requests (2.26.0-r1) (51/71) Installing py3-msgpack (1.0.2-r1) (52/71) Installing py3-lockfile (0.12.2-r4) (53/71) Installing py3-cachecontrol (0.12.10-r0) (54/71) Installing py3-colorama (0.4.4-r1) (55/71) Installing py3-contextlib2 (21.6.0-r1) (56/71) Installing py3-distlib (0.3.3-r0) (57/71) Installing py3-distro (1.6.0-r0) (58/71) Installing py3-six (1.16.0-r0) (59/71) Installing py3-webencodings (0.5.1-r4) (60/71) Installing py3-html5lib (1.1-r1) (61/71) Installing py3-parsing (2.4.7-r2) (62/71) Installing py3-packaging (20.9-r1) (63/71) Installing py3-tomli (1.2.2-r0) (64/71) Installing py3-pep517 (0.12.0-r0) (65/71) Installing py3-progress (1.6-r0) (66/71) Installing py3-retrying (1.3.3-r2) (67/71) Installing py3-ordered-set (4.0.2-r2) (68/71) Installing py3-setuptools (52.0.0-r4) (69/71) Installing py3-toml (0.10.2-r2) (70/71) Installing py3-pip (20.3.4-r1) (71/71) 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-60.3.1-py3-none-any.whl (953 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-60.3.1 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-cp36-abi3-musllinux_1_1_x86_64.whl (61 kB) 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 Downloading 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-auth<3.0dev,>=1.25.0 Downloading google_auth-2.3.3-py2.py3-none-any.whl (155 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-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)) (60.3.1) 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.20-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 cachetools<5.0,>=2.0.0 Downloading cachetools-4.2.4-py3-none-any.whl (10 kB) Collecting pyasn1-modules>=0.2.1 Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) Collecting rsa<5,>=3.1.4 Downloading rsa-4.8-py3-none-any.whl (39 kB) Collecting ruamel.yaml.clib>=0.2.6 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, 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=45655 sha256=8970f57bf655edca50539e6536efac08d8724f487a755b556a63add1d746f53e Stored in directory: /root/.cache/pip/wheels/b7/a5/c4/504d913c2a55bb09c607541578ec5f844d1ff33467abe93ba5 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=13194 sha256=d749e65eeeb797f63d40fddba89c6dd4c5b61202c4e5543e86618b787de38104 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=28678 sha256=05e083aafa550de958c767bdba095e739e03ffbf1276ef87efc11e874474f3ad Stored in directory: /root/.cache/pip/wheels/4a/6b/63/b7630e7428b1d1cf9d453d3d4af30135fcac11873639b108a1 Successfully built PyYAML 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.20 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-r8) (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 272c8dec1224 ---> da4f75d940f9 Step 8/14 : COPY ./ $APPDIR/ ---> f454d9a8b10d Step 9/14 : RUN cd $APPDIR/runner && python3 ./setup.py bdist_wheel ---> Running in 360f0e0ac3a6 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( 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 creating build/bdist.linux-x86_64/wheel/jobserv_runner/handlers running install_egg_info running egg_info creating jobserv_runner.egg-info writing 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 Removing intermediate container 360f0e0ac3a6 ---> 354b02ebf0f2 Step 10/14 : WORKDIR $APPDIR ---> Running in 1775443be333 Removing intermediate container 1775443be333 ---> 0267f509ef4a Step 11/14 : EXPOSE 8000 ---> Running in f32ab86071f7 Removing intermediate container f32ab86071f7 ---> db654a2a2f47 Step 12/14 : ARG APP_VERSION=? ---> Running in 2ae5c0119eb3 Removing intermediate container 2ae5c0119eb3 ---> 4f771ec93a50 Step 13/14 : ENV APP_VERSION=$APP_VERSION ---> Running in 384a597de4fb Removing intermediate container 384a597de4fb ---> 44d3d8acd0d5 Step 14/14 : CMD ["/srv/jobserv/docker_run.sh"] 2022-01-06 18:41:43.467033: INFO cmd seems hung, dumping diagnostic info to archive/hung-1641494503.4669898.txt 2022-01-06 18:42:13.861152: INFO cmd seems hung, dumping diagnostic info to archive/hung-1641494533.8610566.txt 2022-01-06 18:42:44.312375: INFO cmd seems hung, dumping diagnostic info to archive/hung-1641494564.312279.txt ---> Running in 30035008eca3 Removing intermediate container 30035008eca3 ---> be14223c6d3a Successfully built be14223c6d3a Successfully tagged doanac/jobserv:ae591e + docker tag doanac/jobserv:ae591e 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:ae591e The push refers to repository [docker.io/doanac/jobserv] 910524440b02: Preparing c13fdb2f9fed: Preparing b6bb66a1e865: Preparing 1fccd7c88f6f: Preparing 6a0c0453e294: Preparing 8d3ac3489996: Preparing 8d3ac3489996: Waiting 6a0c0453e294: Pushed 910524440b02: Pushed 1fccd7c88f6f: Pushed 8d3ac3489996: Layer already exists c13fdb2f9fed: Pushed b6bb66a1e865: Pushed ae591e: digest: sha256:19c6e08158dc48b760a3d23cf3b9ed5addd1a2a4c03b725c45b7c6fa455c2a47 size: 1573 + docker push doanac/jobserv:latest The push refers to repository [docker.io/doanac/jobserv] 910524440b02: Preparing c13fdb2f9fed: Preparing b6bb66a1e865: Preparing 1fccd7c88f6f: Preparing 6a0c0453e294: Preparing 8d3ac3489996: Preparing 8d3ac3489996: Waiting b6bb66a1e865: Layer already exists 910524440b02: Layer already exists c13fdb2f9fed: Layer already exists 6a0c0453e294: Layer already exists 1fccd7c88f6f: Layer already exists 8d3ac3489996: Layer already exists latest: digest: sha256:19c6e08158dc48b760a3d23cf3b9ed5addd1a2a4c03b725c45b7c6fa455c2a47 size: 1573 Script completed == 2022-01-06 18:42:54.041029: Finding artifacts to upload Uploading 4 items 18985 bytes == 2022-01-06 18:42:54.974053: Runner has completed _ _ | \/ | \__|____|__/ | o o| Thumbs Up |___\/_|_____||_ | _____|__| | | |______| | | | | | | | | |_| |_|