bpo-40334: Fix broken mkdir -p call in regen-pegen#19695
Conversation
lysnikolaou
left a comment
There was a problem hiding this comment.
Yup.
Sorry, something went wrong.
|
@gvanrossum: Please replace |
Sorry, something went wrong.
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot AMD64 Ubuntu Shared 3.x has failed when building commit 3e89251. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/all/#builders/101/builds/787 Failed tests:
Failed subtests:
Summary of the results of the build (if available): == Tests result: FAILURE then FAILURE == 405 tests OK. 10 slowest tests:
1 test failed: 17 tests skipped: 1 re-run test: Total duration: 36 min 25 sec Click to see traceback logsTraceback (most recent call last):
File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_concurrent_futures.py", line 542, in test_shutdown_no_wait
executor.shutdown(wait=False)
File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/concurrent/futures/process.py", line 724, in shutdown
self._executor_manager_thread_wakeup.wakeup()
File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/concurrent/futures/process.py", line 80, in wakeup
self._writer.send_bytes(b"")
File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/multiprocessing/connection.py", line 205, in send_bytes
self._send_bytes(m[offset:offset + size])
File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/multiprocessing/connection.py", line 416, in _send_bytes
self._send(header + buf)
File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/multiprocessing/connection.py", line 373, in _send
n = write(self._handle, buf)
OSError: [Errno 9] Bad file descriptor
|
Sorry, something went wrong.
This caused problems on platforms (like macOS) where MKDIR_P is set to
./install-sh -c -d.https://bugs.python.org/issue40334