Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-111482: Fix time_clockid_converter() on AIX #112170

Merged
merged 1 commit into from Nov 16, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 16, 2023

clockid_t is defined as long long on AIX.

clockid_t is defined as long long on AIX.
@vstinner
Copy link
Member Author

!buildbot AIX

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @vstinner for commit c7c5479 🤖

The command will test the builders whose names match following regular expression: AIX

The builders matched are:

  • PPC64 AIX PR
  • PPC64 AIX XLC PR

@vstinner vstinner merged commit ceefa0b into python:main Nov 16, 2023
30 of 32 checks passed
@vstinner vstinner deleted the aix_clockid branch November 16, 2023 23:00
@vstinner
Copy link
Member Author

Nice, my change fixed the build error on the PPC64 AIX buildbot. Well, there are other errors, but at least, it's possible again to build Python on this buildbot ;-)

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 FreeBSD14 3.x has failed when building commit ceefa0b.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/1232/builds/571) and take a look at the build logs.
  4. Check if the failure is related to this commit (ceefa0b) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/1232/builds/571

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):
  File "<frozen getpath>", line 352, in <module>
ValueError: embedded null byte
Warning -- Uncaught thread exception: RuntimeError
Exception in thread Thread-34 (task):
RuntimeError: error evaluating path


Traceback (most recent call last):
  File "<frozen getpath>", line 352, in <module>
ValueError: embedded null byte
Warning -- Uncaught thread exception: RuntimeError
Exception in thread Thread-169 (task):
RuntimeError: error evaluating path


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/threading.py", line 1083, in _bootstrap_inner
    self.run()
  File "/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/threading.py", line 1020, in run
    self._target(*self._args, **self._kwargs)
  File "/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/test/test_interpreters.py", line 595, in task
    interp = interpreters.create()
             ^^^^^^^^^^^^^^^^^^^^^
  File "/home/buildbot/buildarea/3.x.opsec-fbsd14/build/Lib/test/support/interpreters.py", line 26, in create
    id = _interpreters.create(isolated=isolated)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: interpreter creation failed
k

aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants