FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-91048: Don't attempt to run on FreeBSD by ambv · Pull Request #129189 · python/cpython · GitHub

/ cpython Public

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

Merged
ambv merged 1 commit into
python:mainfrom
ambv:fix-freebsd
Jan 22, 2025
Merged

GH-91048: Don't attempt to run on FreeBSD#129189
ambv merged 1 commit into
python:mainfrom
ambv:fix-freebsd

Conversation

ambv commented Jan 22, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

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

bedevere-app Bot added the tests Tests in the Lib/test dir label Jan 22, 2025
ambv added the skip news label Jan 22, 2025

ambv commented Jan 22, 2025

Copy link
Copy Markdown
Contributor Author

!buildbot FreeBSD

Copy link
Copy Markdown

🤖 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 merged commit 67d804b into python:main Jan 22, 2025
ambv deleted the fix-freebsd branch January 22, 2025 19:13

vstinner commented Jan 22, 2025
edited
Loading

Copy link
Copy Markdown
Member

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

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL