# Run sent to worker: doanac-reckless == 2025-12-02 04:49:43.866886: Setting up runner on worker == 2025-12-02 04:49:44.917225: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/gavel-ci/builds/75/runs/flake8//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2025-12-02 04:49:45.324001: 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-12-02 04:49:46.743055: Preparing bind mounts 2025-12-02 04:49:46.905169: INFO Default docker configuration detected 2025-12-02 04:49:47.050826: INFO Creating secret: githubtok 2025-12-02 04:49:47.198459: INFO Creating secret: webhook-key == 2025-12-02 04:49:47.493112: Creating container .netrc file 2025-12-02 04:49:47.631181: INFO Creating token for jobserv run access 2025-12-02 04:49:47.778674: INFO Creating a github token entry == 2025-12-02 04:49:48.038345: Preparing script == 2025-12-02 04:49:48.318005: Cloning git repository 2025-12-02 04:49:48.456677: INFO Clone_url: https://github.com/foundriesio/gavel-ci.git 2025-12-02 04:49:48.591100: INFO Checking to see if https://github.com/foundriesio/gavel-ci.git requires authentication. 2025-12-02 04:49:48.939538: INFO Server does not appear to need credentials for cloning 2025-12-02 04:49:49.079752: INFO Adding githubtok to .gitconfig 2025-12-02 04:49:49.215635: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmp_4602181/repo'... 2025-12-02 04:49:49.994867: INFO Checking out: c1c822394dc8661d466e8920a447ee0b9668cd83 Switched to branch 'jobserv-run' == 2025-12-02 04:49:50.483886: Setting up container environment 2025-12-02 04:49:50.621000: INFO Container environment variables: GH_PRNUM=30 GH_OWNER=foundriesio GH_REPO=gavel-ci GH_BRANCH=master GH_STATUS_URL=https://api.github.com/repos/foundriesio/gavel-ci/statuses/c1c822394dc8661d466e8920a447ee0b9668cd83 GH_TARGET_REPO=https://github.com/foundriesio/gavel-ci.git GIT_URL=https://github.com/foundriesio/gavel-ci.git GIT_SHA_BASE=b046580f0ffba401ffe7258b1c50e829d7c2ab52 GIT_OLD_SHA=b046580f0ffba401ffe7258b1c50e829d7c2ab52 GIT_SHA=c1c822394dc8661d466e8920a447ee0b9668cd83 H_PROJECT=gavel-ci H_BUILD=75 H_RUN=flake8 H_RUN_URL=https://api.gavelci.us/projects/gavel-ci/builds/75/runs/flake8/ H_WORKER=doanac-reckless == 2025-12-02 04:49:50.882381: Running script inside container 2025-12-02 04:49:51.011796: 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 505.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 623.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-12-02 04:50:01.698012: Finding artifacts to upload Uploading 0 items 0 bytes == 2025-12-02 04:50:02.005017: Runner has completed ________ | o o| Thumbs Down |___/\_|________ | _____|__| | | || |______| | | | | | | | | |_| |_|