# Run sent to worker: doanac-reckless == 2022-09-08 19:51:24.445323: Setting up runner on worker == 2022-09-08 19:51:25.454019: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/jobserv/builds/291/runs/flake8//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2022-09-08 19:51:25.970383: Pulling container: python:3.9-alpine 3.9-alpine: Pulling from library/python 213ec9aee27d: Already exists 6b2a141cd227: Already exists 4aa6bf45bf4c: Pulling fs layer fd786e3b6e49: Pulling fs layer 3d2f8443171a: Pulling fs layer fd786e3b6e49: Verifying Checksum fd786e3b6e49: Download complete 3d2f8443171a: Verifying Checksum 3d2f8443171a: Download complete 4aa6bf45bf4c: Download complete 4aa6bf45bf4c: Pull complete fd786e3b6e49: Pull complete 3d2f8443171a: Pull complete Digest: sha256:d80bb38eb14230a70ef922956d0621f7dd938b16794057f6fe71a90ef9ec5504 Status: Downloaded newer image for python:3.9-alpine docker.io/library/python:3.9-alpine == 2022-09-08 19:52:01.827122: Preparing bind mounts 2022-09-08 19:52:02.023584: INFO Creating secret: githubtok 2022-09-08 19:52:02.189308: INFO Creating secret: webhook-key 2022-09-08 19:52:02.369652: INFO Creating secret: milosz == 2022-09-08 19:52:02.723284: Creating container .netrc file 2022-09-08 19:52:02.900884: INFO Creating token for jobserv run access 2022-09-08 19:52:03.087710: INFO Creating a github token entry == 2022-09-08 19:52:03.481658: Preparing script == 2022-09-08 19:52:03.851290: Cloning git repository 2022-09-08 19:52:04.030417: INFO Clone_url: https://github.com/doanac/jobserv.git 2022-09-08 19:52:04.228748: INFO Checking to see if https://github.com/doanac/jobserv.git requires authentication. 2022-09-08 19:52:04.651675: INFO Server does not appear to need credentials for cloning 2022-09-08 19:52:04.832509: INFO Adding githubtok to .gitconfig 2022-09-08 19:52:05.014601: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmpqpciou8_/repo'... 2022-09-08 19:52:06.515888: INFO Checking out: 1553b70853176d9705e77043037605ba43f5aa02 Switched to branch 'jobserv-run' == 2022-09-08 19:52:07.191882: Setting up container environment 2022-09-08 19:52:07.391183: INFO Container environment variables: GH_PRNUM=67 GH_OWNER=foundriesio GH_REPO=jobserv GH_STATUS_URL=https://api.github.com/repos/foundriesio/jobserv/statuses/1553b70853176d9705e77043037605ba43f5aa02 GH_TARGET_REPO=https://github.com/foundriesio/jobserv.git GIT_URL=https://github.com/doanac/jobserv.git GIT_SHA_BASE=00ff27b2a0d06561bb19577933594ccd8eff7bd6 GIT_OLD_SHA=00ff27b2a0d06561bb19577933594ccd8eff7bd6 GIT_SHA=1553b70853176d9705e77043037605ba43f5aa02 H_PROJECT=jobserv H_BUILD=291 H_RUN=flake8 H_WORKER=doanac-reckless == 2022-09-08 19:52:07.753645: Running script inside container + apk add musl-dev gcc fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz (1/11) Installing libgcc (11.2.1_git20220219-r2) (2/11) Installing libstdc++ (11.2.1_git20220219-r2) (3/11) Installing binutils (2.38-r3) (4/11) Installing libgomp (11.2.1_git20220219-r2) (5/11) Installing libatomic (11.2.1_git20220219-r2) (6/11) Installing gmp (6.2.1-r2) (7/11) Installing isl22 (0.22-r0) (8/11) Installing mpfr4 (4.1.0-r0) (9/11) Installing mpc1 (1.2.1-r0) (10/11) Installing gcc (11.2.1_git20220219-r2) (11/11) Installing musl-dev (1.2.3-r0) Executing busybox-1.35.0-r17.trigger OK: 127 MiB in 47 packages + pip3 install flake8 'flake8-junit-report==2.1.0' 'black==21.7b0' 'click==7.1.2' Collecting flake8 Downloading flake8-5.0.4-py2.py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.9/61.9 KB 205.1 kB/s eta 0:00:00 Collecting flake8-junit-report==2.1.0 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 black==21.7b0 Downloading black-21.7b0-py3-none-any.whl (141 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.2/141.2 KB 660.6 kB/s eta 0:00:00 Collecting click==7.1.2 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 KB 1.2 MB/s eta 0:00:00 Collecting mypy-extensions>=0.4.3 Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB) Collecting pathspec<1,>=0.8.1 Downloading pathspec-0.10.1-py3-none-any.whl (27 kB) Collecting regex>=2020.1.8 Downloading regex-2022.8.17-cp39-cp39-musllinux_1_1_x86_64.whl (735 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 735.2/735.2 KB 2.0 MB/s eta 0:00:00 Collecting appdirs Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting tomli<2.0.0,>=0.2.6 Downloading tomli-1.2.3-py3-none-any.whl (12 kB) Collecting pycodestyle<2.10.0,>=2.9.0 Downloading pycodestyle-2.9.1-py2.py3-none-any.whl (41 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.5/41.5 KB 629.5 kB/s eta 0:00:00 Collecting mccabe<0.8.0,>=0.7.0 Downloading mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB) Collecting pyflakes<2.6.0,>=2.5.0 Downloading pyflakes-2.5.0-py2.py3-none-any.whl (66 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.1/66.1 KB 1.1 MB/s eta 0:00:00 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=3753 sha256=e9198738600d96c4be5d540226f42b4fb29b83f404a76594414ec82460252715 Stored in directory: /root/.cache/pip/wheels/cf/f4/a2/215f2d41b7ea39ec29290157276313e311195cd929daf91fc4 Successfully built flake8-junit-report Installing collected packages: mypy-extensions, flake8-junit-report, appdirs, tomli, regex, pyflakes, pycodestyle, pathspec, mccabe, click, flake8, black Successfully installed appdirs-1.4.4 black-21.7b0 click-7.1.2 flake8-5.0.4 flake8-junit-report-2.1.0 mccabe-0.7.0 mypy-extensions-0.4.3 pathspec-0.10.1 pycodestyle-2.9.1 pyflakes-2.5.0 regex-2022.8.17 tomli-1.2.3 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 WARNING: You are using pip version 22.0.4; however, version 22.2.2 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. + black --check --diff ./jobserv ./runner ./tests ./jobserv_worker.py All done! ✨ 🍰 ✨ 63 files would be left unchanged. + flake8 '--exclude=migrations/' ./ + tee flake8.txt + flake8_junit flake8.txt /archive/junit.xml File /archive/junit.xml was created successfullyScript completed == 2022-09-08 19:52:55.673589: Finding artifacts to upload Uploading 1 items 109 bytes == 2022-09-08 19:52:57.023438: Analyzing junit results(/srv/gavelci-worker/runs/tmpqpciou8_/archive/junit.xml) == 2022-09-08 19:52:58.388138: Runner has completed _ _ | \/ | \__|____|__/ | o o| Thumbs Up |___\/_|_____||_ | _____|__| | | |______| | | | | | | | | |_| |_|