-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Sorry if this is the wrong place to put this. Trying to run the Ansible playbooks on a Ubuntu 18.04 host. This role hangs, and I see files contantly being added to /tmp but the task never moves forward.
...
...
drwx------ 2 max users 4096 Sep 23 17:33 pip-unpack-ltqxzc_p
drwx------ 2 max users 4096 Sep 23 18:21 pip-unpack-k_vi86kr
drwx------ 2 max users 4096 Sep 23 19:10 pip-unpack-83n9xxwe
drwx------ 2 max users 4096 Sep 23 19:58 pip-unpack-63wa2c93
drwx------ 2 max users 4096 Sep 23 19:58 pip-req-tracker-245h032u
When I run strace on the long-running pip process I see:
stat("/tmp/pip-modern-metadata-f4n00__h/pgsu.dist-info/METADATA", {st_mode=S_IFREG|0644, st_size=4270, ...}) = 0
openat(AT_FDCWD, "/tmp/pip-modern-metadata-f4n00__h/pgsu.dist-info/METADATA", O_RDONLY|O_CLOEXEC) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4270, ...}) = 0
ioctl(7, TCGETS, 0x7ffe757cdc20) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(7, 0, SEEK_CUR) = 0
lseek(7, 0, SEEK_CUR) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=4270, ...}) = 0
read(7, "Metadata-Version: 2.1\nName: pgsu"..., 4271) = 4270
read(7, "", 1) = 0
close(7)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels