# Run sent to worker: doanac-reckless == 2025-12-16 15:21:40.147244: Setting up runner on worker == 2025-12-16 15:21:41.136007: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/gavel-ci/builds/78/runs/flake8//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2025-12-16 15:21:41.536234: Pulling container: python:3.11-alpine 3.11-alpine: Pulling from library/python 014e56e61396: Pulling fs layer bb5f4599b21e: Pulling fs layer ae6d29a60776: Pulling fs layer f9d933e5f528: Pulling fs layer f9d933e5f528: Waiting bb5f4599b21e: Verifying Checksum bb5f4599b21e: Download complete 014e56e61396: Verifying Checksum 014e56e61396: Download complete f9d933e5f528: Verifying Checksum f9d933e5f528: Download complete 014e56e61396: Pull complete bb5f4599b21e: Pull complete ae6d29a60776: Verifying Checksum ae6d29a60776: Download complete ae6d29a60776: Pull complete f9d933e5f528: Pull complete Digest: sha256:d174db33fa506083fbd941b265f7bae699e7c338c77c415f85dddff4f176d1de Status: Downloaded newer image for python:3.11-alpine docker.io/library/python:3.11-alpine == 2025-12-16 15:21:47.231392: Preparing bind mounts 2025-12-16 15:21:47.370302: INFO Default docker configuration detected 2025-12-16 15:21:47.508596: INFO Creating secret: githubtok 2025-12-16 15:21:47.646529: INFO Creating secret: webhook-key == 2025-12-16 15:21:47.912637: Creating container .netrc file 2025-12-16 15:21:48.050585: INFO Creating token for jobserv run access 2025-12-16 15:21:48.189631: INFO Creating a github token entry == 2025-12-16 15:21:48.438183: Preparing script == 2025-12-16 15:21:48.689200: Cloning git repository 2025-12-16 15:21:48.828709: INFO Clone_url: https://github.com/foundriesio/gavel-ci.git 2025-12-16 15:21:48.967161: INFO Checking to see if https://github.com/foundriesio/gavel-ci.git requires authentication. 2025-12-16 15:21:49.380601: INFO Server does not appear to need credentials for cloning 2025-12-16 15:21:49.517216: INFO Adding githubtok to .gitconfig 2025-12-16 15:21:49.655161: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmpmz4ncc5p/repo'... 2025-12-16 15:21:50.391831: INFO Checking out: cddb48c087cf438cf0aa239d555c86ba07e87c96 Switched to branch 'jobserv-run' == 2025-12-16 15:21:50.879760: Setting up container environment 2025-12-16 15:21:51.019965: INFO Container environment variables: GH_PRNUM=31 GH_OWNER=foundriesio GH_REPO=gavel-ci GH_BRANCH=master GH_STATUS_URL=https://api.github.com/repos/foundriesio/gavel-ci/statuses/cddb48c087cf438cf0aa239d555c86ba07e87c96 GH_TARGET_REPO=https://github.com/foundriesio/gavel-ci.git GIT_URL=https://github.com/foundriesio/gavel-ci.git GIT_SHA_BASE=0020c635d766576329cf5ce6e7377e67854eb542 GIT_OLD_SHA=0020c635d766576329cf5ce6e7377e67854eb542 GIT_SHA=cddb48c087cf438cf0aa239d555c86ba07e87c96 H_PROJECT=gavel-ci H_BUILD=78 H_RUN=flake8 H_RUN_URL=https://api.gavelci.us/projects/gavel-ci/builds/78/runs/flake8/ H_WORKER=doanac-reckless == 2025-12-16 15:21:51.303347: Running script inside container 2025-12-16 15:21:51.436046: INFO Running with --memory=14639596339 WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. + pip3 install flake8 Collecting flake8 Downloading flake8-7.3.0-py2.py3-none-any.whl.metadata (3.8 kB) Collecting mccabe<0.8.0,>=0.7.0 (from flake8) Downloading mccabe-0.7.0-py2.py3-none-any.whl.metadata (5.0 kB) Collecting pycodestyle<2.15.0,>=2.14.0 (from flake8) Downloading pycodestyle-2.14.0-py2.py3-none-any.whl.metadata (4.5 kB) Collecting pyflakes<3.5.0,>=3.4.0 (from flake8) Downloading pyflakes-3.4.0-py2.py3-none-any.whl.metadata (3.5 kB) Downloading flake8-7.3.0-py2.py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.9/57.9 kB 467.8 kB/s eta 0:00:00 Downloading mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB) Downloading pycodestyle-2.14.0-py2.py3-none-any.whl (31 kB) Downloading pyflakes-3.4.0-py2.py3-none-any.whl (63 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.6/63.6 kB 593.1 kB/s eta 0:00:00 Installing collected packages: pyflakes, pycodestyle, mccabe, flake8 Successfully installed flake8-7.3.0 mccabe-0.7.0 pycodestyle-2.14.0 pyflakes-3.4.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 [notice] A new release of pip is available: 24.0 -> 25.3 [notice] To update, run: pip install --upgrade pip + flake8 '--ignore=E722' '--exclude=migrations/' ./ ./gavel_ci/flask.py:13:1: E302 expected 2 blank lines, found 1 ./gavel_ci/flask.py:15:80: E501 line too long (96 > 79 characters) ./gavel_ci/flask.py:16:80: E501 line too long (96 > 79 characters) ./gavel_ci/flask.py:26:80: E501 line too long (91 > 79 characters) ./gavel_ci/flask.py:30:80: E501 line too long (99 > 79 characters) ./gavel_ci/flask.py:35:1: E303 too many blank lines (3) ./gavel_ci/flask.py:42:80: E501 line too long (85 > 79 characters) ./gavel_ci/flask.py:44:80: E501 line too long (84 > 79 characters) ./gavel_ci/flask.py:46:80: E501 line too long (93 > 79 characters) ./gavel_ci/flask.py:48:80: E501 line too long (80 > 79 characters) ./gavel_ci/flask.py:50:80: E501 line too long (95 > 79 characters) ./gavel_ci/flask.py:67:43: W291 trailing whitespace ./gavel_ci/flask.py:77:80: E501 line too long (100 > 79 characters) ./gavel_ci/flask.py:78:80: E501 line too long (97 > 79 characters) ./gavel_ci/flask.py:83:51: W292 no newline at end of file Script completed with error(s) == 2025-12-16 15:22:05.840330: Finding artifacts to upload Uploading 0 items 0 bytes == 2025-12-16 15:22:06.125861: Runner has completed ________ | o o| Thumbs Down |___/\_|________ | _____|__| | | || |______| | | | | | | | | |_| |_|