# Run sent to worker: doanac-reckless == 2026-03-13 23:05:11.255388: Setting up runner on worker == 2026-03-13 23:05:12.465763: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/gavel-ci/builds/82/runs/flake8//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2026-03-13 23:05:13.059493: Pulling container: python:3.11-alpine 3.11-alpine: Pulling from library/python 589002ba0eae: Pulling fs layer 811797f98545: Pulling fs layer 8d1e490ed26d: Pulling fs layer 0b03716e5e03: Pulling fs layer 0b03716e5e03: Waiting 811797f98545: Verifying Checksum 811797f98545: Download complete 589002ba0eae: Verifying Checksum 589002ba0eae: Download complete 0b03716e5e03: Verifying Checksum 0b03716e5e03: Download complete 589002ba0eae: Pull complete 811797f98545: Pull complete 8d1e490ed26d: Verifying Checksum 8d1e490ed26d: Download complete 8d1e490ed26d: Pull complete 0b03716e5e03: Pull complete Digest: sha256:f07e2ace46f560f09a6eeec7b4913b80ee99546e749ef82342a419a326620856 Status: Downloaded newer image for python:3.11-alpine docker.io/library/python:3.11-alpine == 2026-03-13 23:05:19.022952: Preparing bind mounts 2026-03-13 23:05:19.222417: INFO Default docker configuration detected 2026-03-13 23:05:19.433190: INFO Creating secret: githubtok 2026-03-13 23:05:19.640813: INFO Creating secret: webhook-key == 2026-03-13 23:05:20.065804: Creating container .netrc file 2026-03-13 23:05:20.321013: INFO Creating token for jobserv run access 2026-03-13 23:05:20.535242: INFO Creating a github token entry == 2026-03-13 23:05:20.994131: Preparing script == 2026-03-13 23:05:21.397403: Cloning git repository 2026-03-13 23:05:21.606775: INFO Clone_url: https://github.com/foundriesio/gavel-ci.git 2026-03-13 23:05:21.811753: INFO Checking to see if https://github.com/foundriesio/gavel-ci.git requires authentication. 2026-03-13 23:05:22.218475: INFO Server does not appear to need credentials for cloning 2026-03-13 23:05:22.414229: INFO Adding githubtok to .gitconfig 2026-03-13 23:05:22.631994: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmpahdt6gs0/repo'... 2026-03-13 23:05:23.436340: INFO Checking out: 8d10fcfab1cd591d9935e4dc652ccc3aad270e9d Switched to branch 'jobserv-run' == 2026-03-13 23:05:24.121658: Setting up container environment 2026-03-13 23:05:24.331204: INFO Container environment variables: GH_PRNUM=33 GH_OWNER=foundriesio GH_REPO=gavel-ci GH_BRANCH=master GH_STATUS_URL=https://api.github.com/repos/foundriesio/gavel-ci/statuses/8d10fcfab1cd591d9935e4dc652ccc3aad270e9d GH_TARGET_REPO=https://github.com/foundriesio/gavel-ci.git GIT_URL=https://github.com/foundriesio/gavel-ci.git GIT_SHA_BASE=30a1e54a49ef22781b67b644f005a3c02956a1a5 GIT_OLD_SHA=30a1e54a49ef22781b67b644f005a3c02956a1a5 GIT_SHA=8d10fcfab1cd591d9935e4dc652ccc3aad270e9d H_PROJECT=gavel-ci H_BUILD=82 H_RUN=flake8 H_RUN_URL=https://api.gavelci.us/projects/gavel-ci/builds/82/runs/flake8/ H_WORKER=doanac-reckless == 2026-03-13 23:05:24.731582: Running script inside container 2026-03-13 23:05:24.941023: 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 458.0 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 582.4 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 -> 26.0.1 [notice] To update, run: pip install --upgrade pip + flake8 '--ignore=E722' '--exclude=migrations/' ./ Script completed == 2026-03-13 23:05:38.322894: Finding artifacts to upload Uploading 0 items 0 bytes == 2026-03-13 23:05:38.763498: Runner has completed _ _ | \/ | \__|____|__/ | o o| Thumbs Up |___\/_|_____||_ | _____|__| | | |______| | | | | | | | | |_| |_|