# Run sent to worker: doanac-reckless == 2021-03-23 20:22:36.898059: Setting up runner on worker == 2021-03-23 20:22:37.951628: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/jobserv/builds/195/runs/unit-test//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2021-03-23 20:22:38.138762: Pulling container: python:3.6-alpine 3.6-alpine: Pulling from library/python Digest: sha256:63cc6a8a4b923c4cd3781981317cd4e6aa377d4eb9d8c8a8a7299092f3fc0372 Status: Image is up to date for python:3.6-alpine docker.io/library/python:3.6-alpine == 2021-03-23 20:22:41.327396: Preparing bind mounts 2021-03-23 20:22:41.328100: INFO Creating secret: githubtok 2021-03-23 20:22:41.328245: INFO Creating secret: webhook-key 2021-03-23 20:22:41.328373: INFO Creating secret: milosz 2021-03-23 20:22:41.328511: INFO Adding shared volume: /lmp-bitbake-cache == 2021-03-23 20:22:41.534453: Creating container .netrc file 2021-03-23 20:22:41.534614: INFO Creating token for jobserv run access 2021-03-23 20:22:41.534683: INFO Creating a github token entry == 2021-03-23 20:22:41.785721: Preparing script == 2021-03-23 20:22:41.982913: Cloning git repository 2021-03-23 20:22:41.982971: INFO Clone_url: https://github.com/foundriesio/jobserv.git 2021-03-23 20:22:41.983007: INFO Checking to see if https://github.com/foundriesio/jobserv.git requires authentication. 2021-03-23 20:22:42.228076: INFO Server does not appear to need credentials for cloning 2021-03-23 20:22:42.228266: INFO Adding githubtok to .gitconfig 2021-03-23 20:22:42.228333: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmpdrjlp7k_/repo'... 2021-03-23 20:22:43.236699: INFO Checking out: 93ec72ba1705832b73dbec56cdf2d5bf3a4d26e8 Switched to branch 'jobserv-run' == 2021-03-23 20:22:43.948357: Setting up container environment 2021-03-23 20:22:43.948469: INFO Container environment variables: GH_PRNUM=35 GH_OWNER=foundriesio GH_REPO=jobserv GH_STATUS_URL=https://api.github.com/repos/foundriesio/jobserv/statuses/93ec72ba1705832b73dbec56cdf2d5bf3a4d26e8 GH_TARGET_REPO=https://github.com/foundriesio/jobserv.git GIT_URL=https://github.com/foundriesio/jobserv.git GIT_SHA_BASE=50e93beab6a7a88a9ccf5db1bacad95d2f65a8b9 GIT_OLD_SHA=50e93beab6a7a88a9ccf5db1bacad95d2f65a8b9 GIT_SHA=93ec72ba1705832b73dbec56cdf2d5bf3a4d26e8 H_PROJECT=jobserv H_BUILD=195 H_RUN=unit-test H_WORKER=doanac-reckless == 2021-03-23 20:22:44.143057: Running script inside container + apk --no-cache add git python3-dev musl-dev gcc openssl libffi-dev openssl-dev 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/24) Installing libgcc (10.2.1_pre1-r3) (2/24) Installing libstdc++ (10.2.1_pre1-r3) (3/24) Installing binutils (2.35.1-r1) (4/24) Installing libgomp (10.2.1_pre1-r3) (5/24) Installing libatomic (10.2.1_pre1-r3) (6/24) Installing libgphobos (10.2.1_pre1-r3) (7/24) Installing gmp (6.2.1-r0) (8/24) Installing isl22 (0.22-r0) (9/24) Installing mpfr4 (4.1.0-r0) (10/24) Installing mpc1 (1.2.0-r0) (11/24) Installing gcc (10.2.1_pre1-r3) (12/24) Installing brotli-libs (1.0.9-r3) (13/24) Installing nghttp2-libs (1.42.0-r1) (14/24) Installing libcurl (7.74.0-r1) (15/24) Installing pcre2 (10.36-r0) (16/24) Installing git (2.30.2-r0) (17/24) Installing linux-headers (5.7.8-r0) (18/24) Installing pkgconf (1.7.3-r0) (19/24) Installing libffi-dev (3.3-r2) (20/24) Installing musl-dev (1.2.2-r0) (21/24) Installing openssl (1.1.1j-r0) (22/24) Installing openssl-dev (1.1.1j-r0) (23/24) Installing python3 (3.8.8-r0) (24/24) Installing python3-dev (3.8.8-r0) Executing busybox-1.32.1-r3.trigger OK: 237 MiB in 58 packages + git config --global user.email cibot@example.com + git config --global user.name cibot + ls /lmp-bitbake-cache/ dmesg.out + ./unit-test.sh + readlink -f ./unit-test.sh + dirname /repo/unit-test.sh + HERE=/repo + cd /repo + mktemp -d + VENV=/tmp/tmp.pBmIBF + trap '[ -z ] || docker kill jobserv-db; rm -rf /tmp/tmp.pBmIBF' EXIT + '[' -n ] + '[' -z ] + echo 'WARNING: Using sqlite database - work queue testing will be skipped' WARNING: Using sqlite database - work queue testing will be skipped + export 'SQLALCHEMY_DATABASE_URI=sqlite://' + python3 -m venv /tmp/tmp.pBmIBF + /tmp/tmp.pBmIBF/bin/pip3 install -U pip Collecting pip Downloading https://files.pythonhosted.org/packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl (1.5MB) Installing collected packages: pip Found existing installation: pip 18.1 Uninstalling pip-18.1: Successfully uninstalled pip-18.1 Successfully installed pip-21.0.1 + /tmp/tmp.pBmIBF/bin/pip3 install -U setuptools Requirement already satisfied: setuptools in /tmp/tmp.pBmIBF/lib/python3.6/site-packages (40.6.2) Collecting setuptools Downloading setuptools-54.2.0-py3-none-any.whl (785 kB) Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 40.6.2 Uninstalling setuptools-40.6.2: Successfully uninstalled setuptools-40.6.2 Successfully installed setuptools-54.2.0 + /tmp/tmp.pBmIBF/bin/pip3 install -r requirements.txt 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) Collecting six>=1.4.1 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) Collecting cffi>=1.1 Using cached cffi-1.14.5.tar.gz (475 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 Jinja2>=2.10 Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 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-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 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 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 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 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 packaging>=14.3 Downloading packaging-20.9-py2.py3-none-any.whl (40 kB) Collecting google-auth<2.0dev,>=1.21.1 Downloading google_auth-1.28.0-py2.py3-none-any.whl (136 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: setuptools>=40.3.0 in /tmp/tmp.pBmIBF/lib/python3.6/site-packages (from google-api-core<2.0.0dev,>=1.6.0->google_cloud_storage==1.13.2->-r requirements.txt (line 6)) (54.2.0) 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 rsa<5,>=3.1.4 Downloading rsa-4.7.2-py3-none-any.whl (34 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 pyparsing>=2.0.2 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Collecting pyasn1<0.5.0,>=0.4.6 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Collecting importlib-metadata Downloading importlib_metadata-3.7.3-py3-none-any.whl (12 kB) Collecting greenlet!=0.4.17 Downloading greenlet-1.0.0.tar.gz (84 kB) Collecting typing-extensions>=3.6.4 Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB) Collecting zipp>=0.5 Downloading zipp-3.4.1-py3-none-any.whl (5.2 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-cp36-cp36m-linux_x86_64.whl size=31357 sha256=cc2da184036bf296895278d27eaa9c8f606fd9fdd347775631fc3127454ff93b Stored in directory: /root/.cache/pip/wheels/cd/86/5e/e88158de61faa7dceb6aa1baba7cfa5f37c0a2652179761607 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-cp36-cp36m-linux_x86_64.whl size=362957 sha256=c41fb2e227fa34e267cb0d6625edf088407cefde6fd36da2c7d751e77a64fbb6 Stored in directory: /root/.cache/pip/wheels/06/08/8e/768be7fa739b125963be4e18f24855a058d92e217efe1488a9 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=28312da0c37c9ac1f557e2bf9385694d915311824afddf7ce508a491fcf18214 Stored in directory: /root/.cache/pip/wheels/75/a8/38/d3314351d93cfe20d490f95a3e716125c3dc6ec558150fbbfc Successfully built bcrypt cryptography google-crc32c Installing collected packages: six, pyasn1, zipp, urllib3, typing-extensions, rsa, pyparsing, pycparser, pyasn1-modules, protobuf, MarkupSafe, idna, chardet, certifi, cachetools, Werkzeug, requests, pytz, packaging, Jinja2, itsdangerous, importlib-metadata, 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 Running setup.py install for MarkupSafe: started Running setup.py install for MarkupSafe: finished with status 'done' 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: /tmp/tmp.pBmIBF/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-8v020h44/greenlet_ac2a988c1f6646229514ec10ced7b4e9/setup.py'"'"'; __file__='"'"'/tmp/pip-install-8v020h44/greenlet_ac2a988c1f6646229514ec10ced7b4e9/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-euinxxek/install-record.txt --single-version-externally-managed --compile --install-headers /tmp/tmp.pBmIBF/include/site/python3.6/greenlet cwd: /tmp/pip-install-8v020h44/greenlet_ac2a988c1f6646229514ec10ced7b4e9/ Complete output (82 lines): running install running build running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/__init__.py -> build/lib.linux-x86_64-3.6/greenlet creating build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_version.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_cpp.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_tracing.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_gc.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/__init__.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_generator.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_leaks.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_throw.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_weakref.py -> build/lib.linux-x86_64-3.6/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.6/greenlet copying src/greenlet/greenlet.h -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/slp_platformselect.h -> build/lib.linux-x86_64-3.6/greenlet creating build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/tests/_test_extension.c -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-x86_64-3.6/greenlet/tests running build_ext building 'greenlet._greenlet' extension creating build/temp.linux-x86_64-3.6 creating build/temp.linux-x86_64-3.6/src creating build/temp.linux-x86_64-3.6/src/greenlet gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -I/tmp/tmp.pBmIBF/include -I/usr/local/include/python3.6m -c src/greenlet/greenlet.c -o build/temp.linux-x86_64-3.6/src/greenlet/greenlet.o gcc -shared -Wl,--strip-all build/temp.linux-x86_64-3.6/src/greenlet/greenlet.o -L/usr/local/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/greenlet/_greenlet.cpython-36m-x86_64-linux-gnu.so building 'greenlet.tests._test_extension' extension creating build/temp.linux-x86_64-3.6/src/greenlet/tests gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Isrc/greenlet/ -I/tmp/tmp.pBmIBF/include -I/usr/local/include/python3.6m -c src/greenlet/tests/_test_extension.c -o build/temp.linux-x86_64-3.6/src/greenlet/tests/_test_extension.o gcc -shared -Wl,--strip-all build/temp.linux-x86_64-3.6/src/greenlet/tests/_test_extension.o -L/usr/local/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/greenlet/tests/_test_extension.cpython-36m-x86_64-linux-gnu.so building 'greenlet.tests._test_extension_cpp' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Isrc/greenlet/ -I/tmp/tmp.pBmIBF/include -I/usr/local/include/python3.6m -c src/greenlet/tests/_test_extension_cpp.cpp -o build/temp.linux-x86_64-3.6/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: /tmp/tmp.pBmIBF/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-8v020h44/greenlet_ac2a988c1f6646229514ec10ced7b4e9/setup.py'"'"'; __file__='"'"'/tmp/pip-install-8v020h44/greenlet_ac2a988c1f6646229514ec10ced7b4e9/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-euinxxek/install-record.txt --single-version-externally-managed --compile --install-headers /tmp/tmp.pBmIBF/include/site/python3.6/greenlet Check the logs for full command output. + '[' -z ] + rm -rf /tmp/tmp.pBmIBF Script completed with error(s) == 2021-03-23 20:24:26.316835: Finding artifacts to upload Uploading 0 items 0 bytes == 2021-03-23 20:24:26.777512: Runner has completed ________ | o o| Thumbs Down |___/\_|________ | _____|__| | | || |______| | | | | | | | | |_| |_|