This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Michael.Felt
Recipients Michael.Felt, vstinner
Date 2020-04-01.14:31:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585751470.59.0.10988496046.issue31160@roundup.psfhosted.org>
In-reply-to
Content
With PR19263 The AIX bots are now red.

======================================================================
ERROR: test_input_no_stdout_fileno (test.test_builtin.PtyTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_builtin.py", line 1952, in test_input_no_stdout_fileno
    lines = self.run_child(child, b"quux\r")
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_builtin.py", line 1898, in run_child
    support.wait_process(pid, exitcode=0)
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/support/__init__.py", line 3432, in wait_process
    os.kill(pid, signal.SIGKILL)
NameError: name 'signal' is not defined
----------------------------------------------------------------------
Ran 101 tests in 30.348s
FAILED (errors=1, skipped=7)
1 test failed again:
    test_builtin

+++++++++++++++
The Buildbot has detected a failed build on builder PPC64 AIX 3.x while building python/cpython.
Full details are available at:
    https://buildbot.python.org/all/#builders/227/builds/565

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: edelsohn-aix-ppc64
Worker for this Build: aixtools-aix-power6
History
Date User Action Args
2020-04-01 14:31:10Michael.Feltsetrecipients: + Michael.Felt, vstinner
2020-04-01 14:31:10Michael.Feltsetmessageid: <1585751470.59.0.10988496046.issue31160@roundup.psfhosted.org>
2020-04-01 14:31:10Michael.Feltlinkissue31160 messages
2020-04-01 14:31:10Michael.Feltcreate