# Run sent to worker: doanac-reckless == 2025-06-10 19:14:08.262833: Setting up runner on worker == 2025-06-10 19:14:10.729400: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/jobserv/builds/493/runs/flake8//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2025-06-10 19:14:12.280798: Pulling container: python:3.11-alpine3.19 3.11-alpine3.19: Pulling from library/python Digest: sha256:135b0db9b7c3e33d654ba8893b63cbe9394768cc64fc2a2f283148125ae8aa1f Status: Image is up to date for python:3.11-alpine3.19 docker.io/library/python:3.11-alpine3.19 == 2025-06-10 19:14:16.624327: Preparing bind mounts 2025-06-10 19:14:17.387532: INFO Default docker configuration detected 2025-06-10 19:14:17.932043: INFO Creating secret: githubtok 2025-06-10 19:14:18.420553: INFO Creating secret: webhook-key 2025-06-10 19:14:18.961207: INFO Creating secret: milosz == 2025-06-10 19:14:19.656607: Creating container .netrc file 2025-06-10 19:14:19.824417: INFO Creating token for jobserv run access 2025-06-10 19:14:19.959076: INFO Creating a github token entry == 2025-06-10 19:14:20.680290: Preparing script == 2025-06-10 19:14:21.157256: Cloning git repository 2025-06-10 19:14:21.692729: INFO Clone_url: https://github.com/doanac/jobserv.git 2025-06-10 19:14:22.075602: INFO Checking to see if https://github.com/doanac/jobserv.git requires authentication. 2025-06-10 19:14:22.550091: INFO Server does not appear to need credentials for cloning 2025-06-10 19:14:22.789846: INFO Adding githubtok to .gitconfig 2025-06-10 19:14:23.289789: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmpcxssb1t7/repo'... 2025-06-10 19:14:25.759889: INFO Checking out: 6ecfc497b62623ef055daed79ef56e98b7ae98ff Switched to branch 'jobserv-run' == 2025-06-10 19:14:26.596862: Setting up container environment 2025-06-10 19:14:26.732259: INFO Container environment variables: GH_PRNUM=146 GH_OWNER=foundriesio GH_REPO=jobserv GH_BRANCH=master GH_STATUS_URL=https://api.github.com/repos/foundriesio/jobserv/statuses/6ecfc497b62623ef055daed79ef56e98b7ae98ff GH_TARGET_REPO=https://github.com/foundriesio/jobserv.git GIT_URL=https://github.com/doanac/jobserv.git GIT_SHA_BASE=26b78bea383308cf8c7bfda039e44c8871d21e56 GIT_OLD_SHA=26b78bea383308cf8c7bfda039e44c8871d21e56 GIT_SHA=6ecfc497b62623ef055daed79ef56e98b7ae98ff H_PROJECT=jobserv H_BUILD=493 H_RUN=flake8 H_RUN_URL=https://api.gavelci.us/projects/jobserv/builds/493/runs/flake8/ H_WORKER=doanac-reckless == 2025-06-10 19:14:27.027062: Running script inside container 2025-06-10 19:14:27.164016: INFO Running with --memory=14639596339 WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. + apk add musl-dev gcc fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz (1/14) Upgrading musl (1.2.4_git20230717-r4 -> 1.2.4_git20230717-r5) (2/14) Installing libgcc (13.2.1_git20231014-r0) (3/14) Installing jansson (2.14-r4) (4/14) Installing libstdc++ (13.2.1_git20231014-r0) (5/14) Installing zstd-libs (1.5.5-r8) (6/14) Installing binutils (2.41-r1) (7/14) Installing libgomp (13.2.1_git20231014-r0) (8/14) Installing libatomic (13.2.1_git20231014-r0) (9/14) Installing gmp (6.3.0-r0) (10/14) Installing isl26 (0.26-r1) (11/14) Installing mpfr4 (4.2.1-r0) (12/14) Installing mpc1 (1.3.1-r1) (13/14) Installing gcc (13.2.1_git20231014-r0) (14/14) Installing musl-dev (1.2.4_git20230717-r5) Executing busybox-1.36.1-r19.trigger OK: 166 MiB in 50 packages + pip3 install -r ./requirements-lint.txt Collecting black==24.4.2 (from -r ./requirements-lint.txt (line 1)) Downloading black-24.4.2-py3-none-any.whl.metadata (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB 516.0 kB/s eta 0:00:00 Collecting flake8-junit-report==2.1.0 (from -r ./requirements-lint.txt (line 2)) Downloading flake8-junit-report-2.1.0.tar.gz (3.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting click>=8.0.0 (from black==24.4.2->-r ./requirements-lint.txt (line 1)) Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) Collecting mypy-extensions>=0.4.3 (from black==24.4.2->-r ./requirements-lint.txt (line 1)) Downloading mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB) Collecting packaging>=22.0 (from black==24.4.2->-r ./requirements-lint.txt (line 1)) Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting pathspec>=0.9.0 (from black==24.4.2->-r ./requirements-lint.txt (line 1)) Downloading pathspec-0.12.1-py3-none-any.whl.metadata (21 kB) Collecting platformdirs>=2 (from black==24.4.2->-r ./requirements-lint.txt (line 1)) Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB) Downloading black-24.4.2-py3-none-any.whl (205 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205.9/205.9 kB 1.3 MB/s eta 0:00:00 Downloading click-8.2.1-py3-none-any.whl (102 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.2/102.2 kB 560.0 kB/s eta 0:00:00 Downloading mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB) Downloading packaging-25.0-py3-none-any.whl (66 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.5/66.5 kB 445.5 kB/s eta 0:00:00 Downloading pathspec-0.12.1-py3-none-any.whl (31 kB) Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB) Building wheels for collected packages: flake8-junit-report Building wheel for flake8-junit-report (setup.py): started Building wheel for flake8-junit-report (setup.py): finished with status 'done' Created wheel for flake8-junit-report: filename=flake8_junit_report-2.1.0-py3-none-any.whl size=3736 sha256=6e78541e750b208ada21469953ccb9dd4ca1951778541a1e8346ecd74d328439 Stored in directory: /root/.cache/pip/wheels/61/49/33/d490b7f9a42bd5abfb880d2af6c9e97ab4c0e6eb3441a38c19 Successfully built flake8-junit-report Installing collected packages: flake8-junit-report, platformdirs, pathspec, packaging, mypy-extensions, click, black Successfully installed black-24.4.2 click-8.2.1 flake8-junit-report-2.1.0 mypy-extensions-1.1.0 packaging-25.0 pathspec-0.12.1 platformdirs-4.3.8 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.1.1 [notice] To update, run: pip install --upgrade pip + black --check --diff ./jobserv ./runner ./tests ./jobserv_worker.py --- jobserv_worker.py 2025-06-10 19:14:26.274486+00:00 +++ jobserv_worker.py 2025-06-10 19:14:50.586456+00:00 @@ -898,11 +898,11 @@ p.add_argument("--dryrun", action="store_true") p.set_defaults(func=cmd_gcvols) p = sub.add_parser( "upload", - help="Upload the content of STDIN to the server as data that can be used for debug." + help="Upload the content of STDIN to the server as data that can be used for debug.", ) p.set_defaults(func=cmd_upload) args = parser.parse_args(args) args.server = JobServ() would reformat jobserv_worker.py Oh no! 💥 💔 💥 1 file would be reformatted, 62 files would be left unchanged. Script completed with error(s) == 2025-06-10 19:15:00.776118: Finding artifacts to upload Uploading 0 items 0 bytes == 2025-06-10 19:15:01.071064: Runner has completed ________ | o o| Thumbs Down |___/\_|________ | _____|__| | | || |______| | | | | | | | | |_| |_|