# Run sent to worker: doanac-reckless == 2025-11-17 18:23:51.399184: Setting up runner on worker == 2025-11-17 18:23:52.351129: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/gavel-ci/builds/74/runs/flake8//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2025-11-17 18:23:52.756158: Pulling container: python:3.11-alpine 3.11-alpine: Pulling from library/python Digest: sha256:610ede222c1fa9675c694c99429f8d2c1b4e243f1982246da9e540eb5800ee4a Status: Image is up to date for python:3.11-alpine docker.io/library/python:3.11-alpine == 2025-11-17 18:23:54.113283: Preparing bind mounts 2025-11-17 18:23:54.252534: INFO Default docker configuration detected 2025-11-17 18:23:54.396307: INFO Creating secret: githubtok 2025-11-17 18:23:54.531119: INFO Creating secret: webhook-key == 2025-11-17 18:23:54.797632: Creating container .netrc file 2025-11-17 18:23:54.929670: INFO Creating token for jobserv run access 2025-11-17 18:23:55.060175: INFO Creating a github token entry == 2025-11-17 18:23:55.336942: Preparing script == 2025-11-17 18:23:55.611454: Cloning git repository 2025-11-17 18:23:55.740971: INFO Clone_url: https://github.com/foundriesio/gavel-ci.git 2025-11-17 18:23:55.880896: INFO Checking to see if https://github.com/foundriesio/gavel-ci.git requires authentication. 2025-11-17 18:23:56.265162: INFO Server does not appear to need credentials for cloning 2025-11-17 18:23:56.410747: INFO Adding githubtok to .gitconfig 2025-11-17 18:23:56.549838: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmp2t9ii0lh/repo'... 2025-11-17 18:23:57.289867: INFO Checking out: 9129f7135c4052170439784c75799efcfc0f68f7 Switched to branch 'jobserv-run' == 2025-11-17 18:23:57.762668: Setting up container environment 2025-11-17 18:23:57.927412: INFO Container environment variables: GH_PRNUM=29 GH_OWNER=foundriesio GH_REPO=gavel-ci GH_BRANCH=master GH_STATUS_URL=https://api.github.com/repos/foundriesio/gavel-ci/statuses/9129f7135c4052170439784c75799efcfc0f68f7 GH_TARGET_REPO=https://github.com/foundriesio/gavel-ci.git GIT_URL=https://github.com/foundriesio/gavel-ci.git GIT_SHA_BASE=d2d71b95f3159d679a327a30b915505eda73f7d2 GIT_OLD_SHA=d2d71b95f3159d679a327a30b915505eda73f7d2 GIT_SHA=9129f7135c4052170439784c75799efcfc0f68f7 H_PROJECT=gavel-ci H_BUILD=74 H_RUN=flake8 H_RUN_URL=https://api.gavelci.us/projects/gavel-ci/builds/74/runs/flake8/ H_WORKER=doanac-reckless == 2025-11-17 18:23:58.206739: Running script inside container 2025-11-17 18:23:58.343908: 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 556.3 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 575.3 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-11-17 18:24:08.608060: Finding artifacts to upload Uploading 0 items 0 bytes == 2025-11-17 18:24:08.893673: Runner has completed ________ | o o| Thumbs Down |___/\_|________ | _____|__| | | || |______| | | | | | | | | |_| |_|