# Run sent to worker: doanac-reckless == 2021-03-24 16:27:40.837355: Setting up runner on worker == 2021-03-24 16:27:41.306482: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/jobserv/builds/201/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-24 16:27:41.502102: Pulling container: docker:dind dind: Pulling from library/docker Digest: sha256:9f9a930bc5ec2e000867a87de844cae04590bafe929340e2fae4cb959cf6bc8f Status: Image is up to date for docker:dind docker.io/library/docker:dind == 2021-03-24 16:27:43.455635: Preparing bind mounts 2021-03-24 16:27:43.455966: INFO Creating secret: dockerpass == 2021-03-24 16:27:43.680444: Creating container .netrc file 2021-03-24 16:27:43.680537: INFO Creating token for jobserv run access == 2021-03-24 16:27:43.906518: Preparing script == 2021-03-24 16:27:44.125109: Cloning git repository 2021-03-24 16:27:44.125137: INFO Clone_url: https://github.com/foundriesio/jobserv.git 2021-03-24 16:27:44.125146: INFO Checking to see if https://github.com/foundriesio/jobserv.git requires authentication. 2021-03-24 16:27:44.390293: INFO Server does not appear to need credentials for cloning 2021-03-24 16:27:44.390556: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmpgl8_5v5h/repo'... 2021-03-24 16:27:45.360311: INFO Checking out: b3218a7eb8e0ea1e6c9f15b83fc39eb37f1226bd Switched to branch 'jobserv-run' == 2021-03-24 16:27:46.004415: Setting up container environment 2021-03-24 16:27:46.004447: 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=09bb1c0cd9fdebefd1160463953938cbb2b13bd4 GIT_SHA=b3218a7eb8e0ea1e6c9f15b83fc39eb37f1226bd H_PROJECT=jobserv H_BUILD=201 H_RUN=build-container H_WORKER=doanac-reckless == 2021-03-24 16:27:46.199361: Running script inside container 2021-03-24 16:27:46.199379: INFO Running with "--privileged" + docker build -t doanac/jobserv:b3218a --force-rm . Sending build context to Docker daemon 614.4kB Step 1/14 : FROM alpine latest: Pulling from library/alpine ba3557a56b15: Pulling fs layer ba3557a56b15: Download complete ba3557a56b15: Pull complete Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be Status: Downloaded newer image for alpine:latest ---> 28f6e2705743 Step 2/14 : ENV APPDIR=/srv/jobserv ---> Running in 3fd481b5ffbb Removing intermediate container 3fd481b5ffbb ---> 502f97d5f170 Step 3/14 : ENV PYTHONPATH=$APPDIR ---> Running in 59e1b164dcd3 Removing intermediate container 59e1b164dcd3 ---> 02663e54fe8b Step 4/14 : ENV FLASK_APP=jobserv.app:app ---> Running in a7cf137d2968 Removing intermediate container a7cf137d2968 ---> 41b710d34e6a Step 5/14 : RUN mkdir -p $APPDIR ---> Running in 1f6404ef0257 Removing intermediate container 1f6404ef0257 ---> 006390b16755 Step 6/14 : COPY ./requirements.txt /srv/jobserv/ ---> 9603b64a8a88 Step 7/14 : RUN apk --no-cache add python3 py3-pip mysql-client python3-dev musl-dev gcc openssl libffi-dev openssl-dev && pip3 install --upgrade pip setuptools && pip3 install -r $APPDIR/requirements.txt && apk del python3-dev musl-dev gcc libffi-dev openssl-dev ---> Running in 6cf88320cd95 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/56) Installing libgcc (10.2.1_pre1-r3) (2/56) Installing libstdc++ (10.2.1_pre1-r3) (3/56) Installing binutils (2.35.1-r1) (4/56) Installing libgomp (10.2.1_pre1-r3) (5/56) Installing libatomic (10.2.1_pre1-r3) (6/56) Installing libgphobos (10.2.1_pre1-r3) (7/56) Installing gmp (6.2.1-r0) (8/56) Installing isl22 (0.22-r0) (9/56) Installing mpfr4 (4.1.0-r0) (10/56) Installing mpc1 (1.2.0-r0) (11/56) Installing gcc (10.2.1_pre1-r3) (12/56) Installing linux-headers (5.7.8-r0) (13/56) Installing libffi (3.3-r2) (14/56) Installing pkgconf (1.7.3-r0) (15/56) Installing libffi-dev (3.3-r2) (16/56) Installing musl-dev (1.2.2-r0) (17/56) Installing mariadb-common (10.5.8-r0) (18/56) Installing ncurses-terminfo-base (6.2_p20210109-r0) (19/56) Installing ncurses-libs (6.2_p20210109-r0) (20/56) Installing mariadb-client (10.5.8-r0) (21/56) Installing mysql-client (10.5.8-r0) (22/56) Installing openssl (1.1.1j-r0) (23/56) Installing openssl-dev (1.1.1j-r0) (24/56) Installing libbz2 (1.0.8-r1) (25/56) Installing expat (2.2.10-r1) (26/56) Installing gdbm (1.19-r0) (27/56) Installing xz-libs (5.2.5-r0) (28/56) Installing readline (8.1.0-r0) (29/56) Installing sqlite-libs (3.34.1-r0) (30/56) Installing python3 (3.8.8-r0) (31/56) Installing py3-appdirs (1.4.4-r1) (32/56) Installing py3-ordered-set (4.0.2-r0) (33/56) Installing py3-parsing (2.4.7-r1) (34/56) Installing py3-six (1.15.0-r0) (35/56) Installing py3-packaging (20.9-r0) (36/56) Installing py3-setuptools (51.3.3-r0) (37/56) Installing py3-chardet (4.0.0-r0) (38/56) Installing py3-idna (3.1-r0) (39/56) Installing py3-urllib3 (1.26.2-r1) (40/56) Installing py3-requests (2.25.1-r1) (41/56) Installing py3-msgpack (1.0.2-r0) (42/56) Installing py3-lockfile (0.12.2-r3) (43/56) Installing py3-cachecontrol (0.12.6-r0) (44/56) Installing py3-colorama (0.4.4-r0) (45/56) Installing py3-contextlib2 (0.6.0-r0) (46/56) Installing py3-distlib (0.3.1-r1) (47/56) Installing py3-distro (1.5.0-r1) (48/56) Installing py3-webencodings (0.5.1-r3) (49/56) Installing py3-html5lib (1.1-r0) (50/56) Installing py3-pytoml (0.1.21-r0) (51/56) Installing py3-pep517 (0.9.1-r0) (52/56) Installing py3-progress (1.5-r0) (53/56) Installing py3-retrying (1.3.3-r0) (54/56) Installing py3-toml (0.10.2-r0) (55/56) Installing py3-pip (20.3.4-r0) (56/56) Installing python3-dev (3.8.8-r0) Executing busybox-1.32.1-r3.trigger OK: 274 MiB in 70 packages Requirement already satisfied: pip in /usr/lib/python3.8/site-packages (20.3.4) Collecting pip  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to files.pythonhosted.org timed out. (connect timeout=15)')': /packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl  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==4.2b4 Downloading PyYAML-4.2b4.tar.gz (262 kB) 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) 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 cffi>=1.1 Using cached cffi-1.14.5.tar.gz (475 kB) Collecting Jinja2>=2.10 Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB) Collecting click>=5.1 Downloading click-7.1.2-py2.py3-none-any.whl (82 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 SQLAlchemy>=0.8.0 Downloading SQLAlchemy-1.4.2.tar.gz (7.5 MB) Collecting google-resumable-media>=0.3.1 Downloading google_resumable_media-1.2.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.26.2-py2.py3-none-any.whl (93 kB) Collecting docopt>=0.6.2 Downloading docopt-0.6.2.tar.gz (25 kB) Collecting chardet<3.1.0,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting idna<2.9,>=2.5 Downloading idna-2.8-py2.py3-none-any.whl (58 kB) Collecting urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Collecting certifi>=2017.4.17 Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 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) Collecting protobuf>=3.12.0 Downloading protobuf-3.15.6-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.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) 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 cachetools<5.0,>=2.0.0 Downloading cachetools-4.2.1-py3-none-any.whl (12 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 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) Collecting greenlet!=0.4.17 Downloading greenlet-1.0.0.tar.gz (84 kB) Using legacy 'setup.py install' for Flask-Testing, since package 'wheel' is not installed. Using legacy 'setup.py install' for PyYAML, 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 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. Using legacy 'setup.py install' for SQLAlchemy, since package 'wheel' is not installed. Using legacy 'setup.py install' for greenlet, since package 'wheel' is not installed. Building wheels for collected packages: bcrypt, cryptography, 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=63995 sha256=a96e53acdaabb983a59d96f50a4bff7a521f1a686845093af647a28bf3f121c8 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=1180943 sha256=d8b41cd70697726fbeaf36f5030f22259f5bd38d18de95548773dac87d48ff6e Stored in directory: /root/.cache/pip/wheels/be/78/4a/8369e36abca13e612acbb8588a6df07ebe8dc7a62f2c5ca2f1 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=5067ae3646dcfbede2e3ca96f0a4ba1b8fdd620872e9d5c15baf5158bcc92335 Stored in directory: /root/.cache/pip/wheels/b2/b5/78/c99b8c3a85d3691b3e145cf58d3b8871b273f874363af9586e Successfully built bcrypt cryptography google-crc32c Installing collected packages: pyasn1, urllib3, rsa, pycparser, pyasn1-modules, protobuf, MarkupSafe, idna, chardet, certifi, cachetools, Werkzeug, requests, pytz, Jinja2, itsdangerous, greenlet, 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 greenlet: started Running setup.py install for greenlet: finished with status 'error'  ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-kcuv1pfe/greenlet_d4c777c23edb443da19426d63bad3e73/setup.py'"'"'; __file__='"'"'/tmp/pip-install-kcuv1pfe/greenlet_d4c777c23edb443da19426d63bad3e73/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-g_9z_fu4/install-record.txt --single-version-externally-managed --compile --install-headers /usr/include/python3.8/greenlet cwd: /tmp/pip-install-kcuv1pfe/greenlet_d4c777c23edb443da19426d63bad3e73/ Complete output (82 lines): running install running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/greenlet copying src/greenlet/__init__.py -> build/lib.linux-x86_64-3.8/greenlet creating build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/test_version.py -> build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/test_cpp.py -> build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/test_tracing.py -> build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/test_gc.py -> build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/__init__.py -> build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/test_generator.py -> build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/test_leaks.py -> build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/test_throw.py -> build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/test_weakref.py -> build/lib.linux-x86_64-3.8/greenlet/tests running egg_info writing src/greenlet.egg-info/PKG-INFO writing dependency_links to src/greenlet.egg-info/dependency_links.txt writing requirements to src/greenlet.egg-info/requires.txt writing top-level names to src/greenlet.egg-info/top_level.txt reading manifest file 'src/greenlet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no files found matching '*.py' under directory 'appveyor' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '.coverage' found anywhere in distribution writing manifest file 'src/greenlet.egg-info/SOURCES.txt' copying src/greenlet/greenlet.c -> build/lib.linux-x86_64-3.8/greenlet copying src/greenlet/greenlet.h -> build/lib.linux-x86_64-3.8/greenlet copying src/greenlet/slp_platformselect.h -> build/lib.linux-x86_64-3.8/greenlet creating build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-x86_64-3.8/greenlet/platform copying src/greenlet/tests/_test_extension.c -> build/lib.linux-x86_64-3.8/greenlet/tests copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-x86_64-3.8/greenlet/tests running build_ext building 'greenlet._greenlet' extension creating build/temp.linux-x86_64-3.8 creating build/temp.linux-x86_64-3.8/src creating build/temp.linux-x86_64-3.8/src/greenlet gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -fPIC -I/usr/include/python3.8 -c src/greenlet/greenlet.c -o build/temp.linux-x86_64-3.8/src/greenlet/greenlet.o gcc -shared -Wl,--as-needed -Wl,--as-needed build/temp.linux-x86_64-3.8/src/greenlet/greenlet.o -L/usr/lib -o build/lib.linux-x86_64-3.8/greenlet/_greenlet.cpython-38-x86_64-linux-gnu.so building 'greenlet.tests._test_extension' extension creating build/temp.linux-x86_64-3.8/src/greenlet/tests gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -fPIC -Isrc/greenlet/ -I/usr/include/python3.8 -c src/greenlet/tests/_test_extension.c -o build/temp.linux-x86_64-3.8/src/greenlet/tests/_test_extension.o gcc -shared -Wl,--as-needed -Wl,--as-needed build/temp.linux-x86_64-3.8/src/greenlet/tests/_test_extension.o -L/usr/lib -o build/lib.linux-x86_64-3.8/greenlet/tests/_test_extension.cpython-38-x86_64-linux-gnu.so building 'greenlet.tests._test_extension_cpp' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -fPIC -Isrc/greenlet/ -I/usr/include/python3.8 -c src/greenlet/tests/_test_extension_cpp.cpp -o build/temp.linux-x86_64-3.8/src/greenlet/tests/_test_extension_cpp.o gcc: fatal error: cannot execute 'cc1plus': execvp: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 ---------------------------------------- ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-kcuv1pfe/greenlet_d4c777c23edb443da19426d63bad3e73/setup.py'"'"'; __file__='"'"'/tmp/pip-install-kcuv1pfe/greenlet_d4c777c23edb443da19426d63bad3e73/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-g_9z_fu4/install-record.txt --single-version-externally-managed --compile --install-headers /usr/include/python3.8/greenlet Check the logs for full command output. Removing intermediate container 6cf88320cd95 The command '/bin/sh -c apk --no-cache add python3 py3-pip mysql-client python3-dev musl-dev gcc openssl libffi-dev openssl-dev && pip3 install --upgrade pip setuptools && pip3 install -r $APPDIR/requirements.txt && apk del python3-dev musl-dev gcc libffi-dev openssl-dev' returned a non-zero code: 1 Script completed with error(s) == 2021-03-24 16:30:21.845550: Finding artifacts to upload Uploading 1 items 12539 bytes == 2021-03-24 16:30:22.767578: Runner has completed ________ | o o| Thumbs Down |___/\_|________ | _____|__| | | || |______| | | | | | | | | |_| |_|