# Run sent to worker: doanac-reckless == 2021-08-27 19:56:40.145861: Setting up runner on worker == 2021-08-27 19:56:43.624172: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/jobserv/builds/238/runs/flake8//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2021-08-27 19:56:45.010904: Pulling container: python:3.9-alpine 3.9-alpine: Pulling from library/python Digest: sha256:55fbe1ef2c62a1607ab702ac14111d9981d6b4f2a62351b75ffe34622f18dc3f Status: Image is up to date for python:3.9-alpine docker.io/library/python:3.9-alpine == 2021-08-27 19:56:53.224457: Preparing bind mounts 2021-08-27 19:56:53.224785: INFO Creating secret: githubtok 2021-08-27 19:56:53.224848: INFO Creating secret: webhook-key 2021-08-27 19:56:53.224904: INFO Creating secret: milosz == 2021-08-27 19:56:54.775174: Creating container .netrc file 2021-08-27 19:56:54.775296: INFO Creating token for jobserv run access 2021-08-27 19:56:54.775347: INFO Creating a github token entry == 2021-08-27 19:56:56.312536: Preparing script == 2021-08-27 19:56:57.934793: Cloning git repository 2021-08-27 19:56:57.934830: INFO Clone_url: https://github.com/doanac/jobserv.git 2021-08-27 19:56:57.934843: INFO Checking to see if https://github.com/doanac/jobserv.git requires authentication. 2021-08-27 19:56:58.825240: INFO Server does not appear to need credentials for cloning 2021-08-27 19:56:58.825544: INFO Adding githubtok to .gitconfig 2021-08-27 19:56:58.825654: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmpownp6cy2/repo'... 2021-08-27 19:57:02.666182: INFO Checking out: 419fffabd06cff9eead4735edc532695b7571dba Switched to branch 'jobserv-run' == 2021-08-27 19:57:04.669314: Setting up container environment 2021-08-27 19:57:04.669354: INFO Container environment variables: GH_PRNUM=48 GH_OWNER=foundriesio GH_REPO=jobserv GH_STATUS_URL=https://api.github.com/repos/foundriesio/jobserv/statuses/419fffabd06cff9eead4735edc532695b7571dba GH_TARGET_REPO=https://github.com/foundriesio/jobserv.git GIT_URL=https://github.com/doanac/jobserv.git GIT_SHA_BASE=aa95dca871801013249fad833e3511e30d49d9ef GIT_OLD_SHA=aa95dca871801013249fad833e3511e30d49d9ef GIT_SHA=419fffabd06cff9eead4735edc532695b7571dba H_PROJECT=jobserv H_BUILD=238 H_RUN=flake8 H_WORKER=doanac-reckless == 2021-08-27 19:57:06.028166: Running script inside container + pip3 install flake8 'flake8-junit-report==2.1.0' 'black==21.7b0' Collecting flake8 Downloading flake8-3.9.2-py2.py3-none-any.whl (73 kB) Collecting flake8-junit-report==2.1.0 Downloading flake8-junit-report-2.1.0.tar.gz (3.1 kB) Collecting black==21.7b0 Downloading black-21.7b0-py3-none-any.whl (141 kB) Collecting mypy-extensions>=0.4.3 Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB) Collecting appdirs Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting pathspec<1,>=0.8.1 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) Collecting regex>=2020.1.8 Downloading regex-2021.8.28.tar.gz (694 kB) Collecting click>=7.1.2 Downloading click-8.0.1-py3-none-any.whl (97 kB) Collecting tomli<2.0.0,>=0.2.6 Downloading tomli-1.2.1-py3-none-any.whl (11 kB) Collecting pycodestyle<2.8.0,>=2.7.0 Downloading pycodestyle-2.7.0-py2.py3-none-any.whl (41 kB) Collecting mccabe<0.7.0,>=0.6.0 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) Collecting pyflakes<2.4.0,>=2.3.0 Downloading pyflakes-2.3.1-py2.py3-none-any.whl (68 kB) Building wheels for collected packages: flake8-junit-report, regex Building wheel for flake8-junit-report (setup.py): started Building wheel for flake8-junit-report (setup.py): finished with status 'done' Created wheel for flake8-junit-report: filename=flake8_junit_report-2.1.0-py3-none-any.whl size=3754 sha256=0693ed08970e0beb40321ae044cbe6e7c51103520e5221091803143179d83412 Stored in directory: /root/.cache/pip/wheels/cf/f4/a2/215f2d41b7ea39ec29290157276313e311195cd929daf91fc4 Building wheel for regex (setup.py): started Building wheel for regex (setup.py): finished with status 'error' ERROR: Command errored out with exit status 1: command: /usr/local/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-xurti9_3/regex_31e5a47165274a908f4999dadefd3a83/setup.py'"'"'; __file__='"'"'/tmp/pip-install-xurti9_3/regex_31e5a47165274a908f4999dadefd3a83/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-kkl1327r cwd: /tmp/pip-install-xurti9_3/regex_31e5a47165274a908f4999dadefd3a83/ Complete output (16 lines): running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.9 creating build/lib.linux-x86_64-3.9/regex copying regex_3/__init__.py -> build/lib.linux-x86_64-3.9/regex copying regex_3/regex.py -> build/lib.linux-x86_64-3.9/regex copying regex_3/_regex_core.py -> build/lib.linux-x86_64-3.9/regex copying regex_3/test_regex.py -> build/lib.linux-x86_64-3.9/regex running build_ext building 'regex._regex' extension creating build/temp.linux-x86_64-3.9 creating build/temp.linux-x86_64-3.9/regex_3 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -I/usr/local/include/python3.9 -c regex_3/_regex.c -o build/temp.linux-x86_64-3.9/regex_3/_regex.o error: command 'gcc' failed: No such file or directory ---------------------------------------- ERROR: Failed building wheel for regex Running setup.py clean for regex Successfully built flake8-junit-report Failed to build regex Installing collected packages: tomli, regex, pyflakes, pycodestyle, pathspec, mypy-extensions, mccabe, click, appdirs, flake8-junit-report, flake8, black Running setup.py install for regex: started Running setup.py install for regex: finished with status 'error' ERROR: Command errored out with exit status 1: command: /usr/local/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-xurti9_3/regex_31e5a47165274a908f4999dadefd3a83/setup.py'"'"'; __file__='"'"'/tmp/pip-install-xurti9_3/regex_31e5a47165274a908f4999dadefd3a83/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ivb50ona/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.9/regex cwd: /tmp/pip-install-xurti9_3/regex_31e5a47165274a908f4999dadefd3a83/ Complete output (16 lines): running install running build running build_py creating build creating build/lib.linux-x86_64-3.9 creating build/lib.linux-x86_64-3.9/regex copying regex_3/__init__.py -> build/lib.linux-x86_64-3.9/regex copying regex_3/regex.py -> build/lib.linux-x86_64-3.9/regex copying regex_3/_regex_core.py -> build/lib.linux-x86_64-3.9/regex copying regex_3/test_regex.py -> build/lib.linux-x86_64-3.9/regex running build_ext building 'regex._regex' extension creating build/temp.linux-x86_64-3.9 creating build/temp.linux-x86_64-3.9/regex_3 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -I/usr/local/include/python3.9 -c regex_3/_regex.c -o build/temp.linux-x86_64-3.9/regex_3/_regex.o error: command 'gcc' failed: No such file or directory ---------------------------------------- ERROR: Command errored out with exit status 1: /usr/local/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-xurti9_3/regex_31e5a47165274a908f4999dadefd3a83/setup.py'"'"'; __file__='"'"'/tmp/pip-install-xurti9_3/regex_31e5a47165274a908f4999dadefd3a83/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ivb50ona/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.9/regex Check the logs for full command output. Script completed with error(s) == 2021-08-27 19:57:25.994291: Finding artifacts to upload Uploading 0 items 0 bytes == 2021-08-27 19:57:26.413584: Runner has completed ________ | o o| Thumbs Down |___/\_|________ | _____|__| | | || |______| | | | | | | | | |_| |_|