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-91048: Don't attempt to run on FreeBSD #129189

Merged
merged 1 commit into from
Jan 22, 2025
Merged

GH-91048: Don't attempt to run on FreeBSD #129189

merged 1 commit into from
Jan 22, 2025

Conversation

ambv
Copy link
Contributor

@ambv ambv commented Jan 22, 2025

The ifdef game was inadequate for our diverse set of buildbots.

@bedevere-app bedevere-app bot added the tests Tests in the Lib/test dir label Jan 22, 2025
@ambv ambv added the skip news label Jan 22, 2025
@ambv
Copy link
Contributor Author

ambv commented Jan 22, 2025

!buildbot FreeBSD

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @ambv for commit 25d2819 🤖

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

The builders matched are:

  • AMD64 FreeBSD PR
  • AMD64 FreeBSD Refleaks PR
  • AMD64 FreeBSD14 PR
  • AMD64 FreeBSD15 PR

@ambv ambv merged commit 67d804b into python:main Jan 22, 2025
50 checks passed
@ambv ambv deleted the fix-freebsd branch January 22, 2025 19:13
@vstinner
Copy link
Member

vstinner commented Jan 22, 2025

test_external_inspection fails on AMD64 Fedora Stable LTO + PGO 3.x: https://buildbot.python.org/#/builders/29/builds/7598

And on AMD64 RHEL8 LTO 3.x: https://buildbot.python.org/#/builders/64/builds/8461

Example:

ERROR: test_async_gather_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_async_gather_remote_stack_trace)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/test_external_inspection.py", line 271, in test_async_gather_remote_stack_trace
    stack_trace = get_async_stack_trace(p.pid)
SystemError: <built-in function get_async_stack_trace> returned NULL without setting an exception

read_async_debug() returns NULL without setting an exception: get_async_debug(pid) returns -1 because search_map_for_section() returns NULL simply because well, it didn't find the section.

cc @encukou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants