# Run sent to worker: doanac-reckless == 2025-11-17 18:06:20.466631: Setting up runner on worker == 2025-11-17 18:06:21.466097: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/gavel-ci/builds/73/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:06:21.881542: Pulling container: python:3.11-alpine 3.11-alpine: Pulling from library/python 2d35ebdb57d9: Pulling fs layer d6919b1d38e5: Pulling fs layer 2216f72b5039: Pulling fs layer bc0e8b3a76b9: Pulling fs layer bc0e8b3a76b9: Waiting d6919b1d38e5: Verifying Checksum d6919b1d38e5: Download complete bc0e8b3a76b9: Verifying Checksum bc0e8b3a76b9: Download complete 2d35ebdb57d9: Verifying Checksum 2d35ebdb57d9: Download complete 2d35ebdb57d9: Pull complete 2216f72b5039: Verifying Checksum 2216f72b5039: Download complete d6919b1d38e5: Pull complete 2216f72b5039: Pull complete bc0e8b3a76b9: Pull complete Digest: sha256:610ede222c1fa9675c694c99429f8d2c1b4e243f1982246da9e540eb5800ee4a Status: Downloaded newer image for python:3.11-alpine docker.io/library/python:3.11-alpine == 2025-11-17 18:06:28.214171: Preparing bind mounts 2025-11-17 18:06:28.344944: INFO Default docker configuration detected 2025-11-17 18:06:28.485048: INFO Creating secret: githubtok 2025-11-17 18:06:28.629885: INFO Creating secret: webhook-key == 2025-11-17 18:06:28.934783: Creating container .netrc file 2025-11-17 18:06:29.062694: INFO Creating token for jobserv run access 2025-11-17 18:06:29.199503: INFO Creating a github token entry == 2025-11-17 18:06:29.480109: Preparing script == 2025-11-17 18:06:29.763571: Cloning git repository 2025-11-17 18:06:29.897609: INFO Clone_url: https://github.com/foundriesio/gavel-ci.git 2025-11-17 18:06:30.037277: INFO Checking to see if https://github.com/foundriesio/gavel-ci.git requires authentication. 2025-11-17 18:06:30.397467: INFO Server does not appear to need credentials for cloning 2025-11-17 18:06:30.529714: INFO Adding githubtok to .gitconfig 2025-11-17 18:06:30.673907: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmpr3m55w_x/repo'... 2025-11-17 18:06:31.507748: INFO Checking out: 817007946e74cd945775b5297735b92651910e20 Switched to branch 'jobserv-run' == 2025-11-17 18:06:31.994799: Setting up container environment 2025-11-17 18:06:32.126468: 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/817007946e74cd945775b5297735b92651910e20 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=817007946e74cd945775b5297735b92651910e20 H_PROJECT=gavel-ci H_BUILD=73 H_RUN=flake8 H_RUN_URL=https://api.gavelci.us/projects/gavel-ci/builds/73/runs/flake8/ H_WORKER=doanac-reckless == 2025-11-17 18:06:32.410112: Running script inside container 2025-11-17 18:06:32.555449: 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 427.2 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 539.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:75:80: E501 line too long (100 > 79 characters) ./gavel_ci/flask.py:76:80: E501 line too long (97 > 79 characters) ./gavel_ci/flask.py:81:51: W292 no newline at end of file Script completed with error(s) == 2025-11-17 18:06:47.252442: Finding artifacts to upload Uploading 0 items 0 bytes == 2025-11-17 18:06:47.546507: Runner has completed ________ | o o| Thumbs Down |___/\_|________ | _____|__| | | || |______| | | | | | | | | |_| |_|