[issue39248] test_distutils fails on PPC64 Fedora 3.x: /tmp/subprocess.py

2020-01-27 Thread STINNER Victor
STINNER Victor added the comment: The buildbot is back to green, thank you David :-) https://buildbot.python.org/all/#/builders/8/builds/254 -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue39248] test_distutils fails on PPC64 Fedora 3.x: /tmp/subprocess.py

2020-01-27 Thread David Edelsohn
David Edelsohn added the comment: The file was created and owned by another user. I have removed the file. I have reached out to the user to find out why he is creating it. -- ___ Python tracker _

[issue39248] test_distutils fails on PPC64 Fedora 3.x: /tmp/subprocess.py

2020-01-08 Thread STINNER Victor
Change by STINNER Victor : -- title: test_distutils fails on PPC64 Fedora 3.x -> test_distutils fails on PPC64 Fedora 3.x: /tmp/subprocess.py ___ Python tracker ___ __

[issue39248] test_distutils fails on PPC64 Fedora 3.x

2020-01-07 Thread STINNER Victor
STINNER Victor added the comment: The problem seems to be that /tmp/subprocess.py file exists: when /tmp/tmpo2bw8_ak.py temporary script was run, /tmp/subprocess.py was used rather than the subprocess of the stdlib. -- ___ Python tracker

[issue39248] test_distutils fails on PPC64 Fedora 3.x

2020-01-07 Thread STINNER Victor
STINNER Victor added the comment: It seems like a change on the worker rather than in the code, since 3.7, 3.8 and master branches are affected. David Edelsohn: Would you mind to have a look at this issue? PPC64 Fedora 3.7: https://buildbot.python.org/all/#builders/32/builds/40 PPC64 Fedora

[issue39248] test_distutils fails on PPC64 Fedora 3.x

2020-01-07 Thread STINNER Victor
New submission from STINNER Victor : https://buildbot.python.org/all/#/builders/8/builds/136 0:11:37 load avg: 2.21 [230/420/1] test_distutils failed Traceback (most recent call last): File "/tmp/tmpo2bw8_ak.py", line 5, in byte_compile(files, optimize=1, force=None, File "/home/shage