jolly-midnight-72759
11/10/2020, 3:39 PM--pantsd
I get the dreaded `103850.41 [DEBUG] connecting to pantsd on port 44973 (attempt 1/3)
Failed to launch child `/var/lib/buildkite-agent/.cache/pants/setup/bootstrap-Linux-x86_64/2.0.0_py36/bin/pants`: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }` error.jolly-midnight-72759
11/10/2020, 3:39 PMjolly-midnight-72759
11/10/2020, 3:40 PMpantsd
and one is the failure to find python3.6
.jolly-midnight-72759
11/10/2020, 3:40 PMenough-analyst-54434
11/10/2020, 3:40 PMjolly-midnight-72759
11/10/2020, 3:41 PMenough-analyst-54434
11/10/2020, 3:41 PMjolly-midnight-72759
11/10/2020, 3:42 PMts/setup/bootstrap-Linux-x86_64/2.0.0_py36/bin/pants
File: /var/lib/buildkite-agent/.cache/pants/setup/bootstrap-Linux-x86_64/2.0.0_py36/bin/pants
Size: 306 Blocks: 8 IO Block: 4096 regular file
Device: 10302h/66306d Inode: 4614039 Links: 1
Access: (0775/-rwxrwxr-x) Uid: ( 999/buildkite-agent) Gid: ( 999/buildkite-agent)
Access: 2020-11-09 23:15:43.856779291 -0500
Modify: 2020-11-09 23:15:43.848783291 -0500
Change: 2020-11-09 23:15:43.848783291 -0500
Birth: -
jolly-midnight-72759
11/10/2020, 3:42 PMjolly-midnight-72759
11/10/2020, 3:42 PMenough-analyst-54434
11/10/2020, 3:42 PMhead -1
that "binary"?jolly-midnight-72759
11/10/2020, 3:43 PMno BUILDROOT
type errors.jolly-midnight-72759
11/10/2020, 3:43 PM/var/lib/buildkite-agent/.cache/pants/setup/bootstrap-Linux-x86_64/2.0.0_py36/bin/pants
is not a binary.jolly-midnight-72759
11/10/2020, 3:43 PM#!/var/lib/buildkite-agent/.cache/pants/setup/bootstrap-Linux-x86_64/pants.0KECIN/install/bin/python3.6
# -*- coding: utf-8 -*-
import re
import sys
from pants.bin.pants_loader import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())
enough-analyst-54434
11/10/2020, 3:43 PMjolly-midnight-72759
11/10/2020, 3:44 PMenough-analyst-54434
11/10/2020, 3:44 PMjolly-midnight-72759
11/10/2020, 3:44 PMjolly-midnight-72759
11/10/2020, 3:44 PMjolly-midnight-72759
11/10/2020, 3:45 PMbuildkite-agent
.jolly-midnight-72759
11/10/2020, 3:46 PMenough-analyst-54434
11/10/2020, 3:47 PMjolly-midnight-72759
11/10/2020, 3:47 PMenough-analyst-54434
11/10/2020, 3:48 PMjolly-midnight-72759
11/10/2020, 3:48 PMenough-analyst-54434
11/10/2020, 3:49 PMenough-analyst-54434
11/10/2020, 3:50 PMjolly-midnight-72759
11/10/2020, 3:50 PMenough-analyst-54434
11/10/2020, 3:50 PMjolly-midnight-72759
11/10/2020, 3:51 PM