# Run sent to worker: doanac-reckless == 2022-09-08 20:31:00.851792: Setting up runner on worker == 2022-09-08 20:31:01.963155: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/jobserv/builds/294/runs/test-progress//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2022-09-08 20:31:02.514093: Pulling container: python:3.9-alpine 3.9-alpine: Pulling from library/python Digest: sha256:d80bb38eb14230a70ef922956d0621f7dd938b16794057f6fe71a90ef9ec5504 Status: Image is up to date for python:3.9-alpine docker.io/library/python:3.9-alpine == 2022-09-08 20:31:04.058350: Preparing bind mounts 2022-09-08 20:31:04.245821: INFO Creating secret: githubtok 2022-09-08 20:31:04.425611: INFO Creating secret: webhook-key 2022-09-08 20:31:04.596487: INFO Creating secret: milosz == 2022-09-08 20:31:04.945630: Creating container .netrc file 2022-09-08 20:31:05.117759: INFO Creating token for jobserv run access 2022-09-08 20:31:05.290689: INFO Creating a github token entry == 2022-09-08 20:31:05.644658: Preparing script == 2022-09-08 20:31:05.999967: Cloning git repository 2022-09-08 20:31:06.167640: INFO Clone_url: https://github.com/doanac/jobserv.git 2022-09-08 20:31:06.337597: INFO Checking to see if https://github.com/doanac/jobserv.git requires authentication. 2022-09-08 20:31:06.718140: INFO Server does not appear to need credentials for cloning 2022-09-08 20:31:06.915724: INFO Adding githubtok to .gitconfig 2022-09-08 20:31:07.101576: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmp7tyqfouj/repo'... 2022-09-08 20:31:08.021412: INFO Checking out: 6b89eafd398b59d0eb71cca084f6649143dd5ee1 Switched to branch 'jobserv-run' == 2022-09-08 20:31:08.642680: Setting up container environment 2022-09-08 20:31:08.824258: INFO Container environment variables: GH_PRNUM=67 GH_OWNER=foundriesio GH_REPO=jobserv GH_STATUS_URL=https://api.github.com/repos/foundriesio/jobserv/statuses/6b89eafd398b59d0eb71cca084f6649143dd5ee1 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=6b89eafd398b59d0eb71cca084f6649143dd5ee1 H_PROJECT=jobserv H_BUILD=294 H_RUN=test-progress H_WORKER=doanac-reckless == 2022-09-08 20:31:09.183946: Running script inside container 2022-09-08 20:31:09.355867: INFO Running with --memory=14639596339 2022-09-08 20:31:09.545275: ERROR Traceback (most recent call last): | File "/srv/gavelci-worker/runs/tmp7tyqfouj/runner.whl/jobserv_runner/handlers/simple.py", line 255, in docker_run | return log.exec(cmd, hung_cb=hung_cb) | File "/srv/gavelci-worker/runs/tmp7tyqfouj/runner.whl/jobserv_runner/handlers/simple.py", line 99, in exec | stream_cmd(cb, cmd_args, cwd, env, hung_cb) | File "/srv/gavelci-worker/runs/tmp7tyqfouj/runner.whl/jobserv_runner/cmd.py", line 65, in stream_cmd | for buff in _cmd_output(cmd, cwd, env, hung_cb): | File "/srv/gavelci-worker/runs/tmp7tyqfouj/runner.whl/jobserv_runner/cmd.py", line 22, in _cmd_output | env=env, | File "/usr/lib/python3.6/subprocess.py", line 729, in __init__ | restore_signals, start_new_session) | File "/usr/lib/python3.6/subprocess.py", line 1295, in _execute_child | restore_signals, start_new_session, preexec_fn) |TypeError: expected str, bytes or os.PathLike object, not int | == 2022-09-08 20:31:09.916764: expected str, bytes or os.PathLike object, not int