Skip to content

Conversation

@picnixz
Copy link
Member

@picnixz picnixz commented Jan 4, 2026

It doesn't matter whether I spawn Python itself or another utility. I'm not sure if the issue with builbots is the fact that Python is installed as a shared library (and thus we're lacking some LD* variables in the spawned process) or if it's something else.

@picnixz

This comment was marked as outdated.

@picnixz

This comment was marked as outdated.

@python python deleted a comment from bedevere-bot Jan 4, 2026
@python python deleted a comment from bedevere-bot Jan 4, 2026
@picnixz
Copy link
Member Author

picnixz commented Jan 4, 2026

!buildbot "AMD64 Fedora Stable 3.x"

@bedevere-bot
Copy link

The regex '"AMD64 Fedora Stable 3.x"' did not match any buildbot builder. Is the requested builder in the list of stable builders?

@picnixz
Copy link
Member Author

picnixz commented Jan 4, 2026

!buildbot AMD64

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @picnixz for commit 2a8a5a2 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143415%2Fmerge

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

The builders matched are:

  • AMD64 Fedora Rawhide NoGIL PR
  • AMD64 RHEL8 Refleaks PR
  • AMD64 RHEL8 LTO + PGO PR
  • AMD64 CentOS9 LTO + PGO PR
  • AMD64 FreeBSD Refleaks PR
  • AMD64 Arch Linux Asan PR
  • AMD64 CentOS9 NoGIL Refleaks PR
  • AMD64 CentOS9 NoGIL PR
  • AMD64 Fedora Rawhide Clang PR
  • AMD64 Fedora Stable LTO PR
  • AMD64 Debian root PR
  • AMD64 Arch Linux TraceRefs PR
  • AMD64 RHEL8 FIPS No Builtin Hashes PR
  • AMD64 FreeBSD PR
  • AMD64 FreeBSD14 PR
  • AMD64 Windows10 PR
  • AMD64 Fedora Stable PR
  • AMD64 Alpine Linux NoGIL PR
  • AMD64 Arch Linux Usan PR
  • AMD64 Arch Linux Usan Function PR
  • AMD64 Ubuntu Shared PR
  • AMD64 Arch Linux Asan Debug PR
  • AMD64 Fedora Stable Clang PR
  • AMD64 Windows Server 2022 NoGIL PR
  • AMD64 CentOS9 Refleaks PR
  • AMD64 Fedora Stable Refleaks PR
  • AMD64 Fedora Rawhide LTO + PGO PR
  • AMD64 CentOS9 FIPS No Builtin Hashes PR
  • AMD64 Ubuntu PR
  • AMD64 Fedora Rawhide Refleaks PR
  • AMD64 Alpine Linux PR
  • AMD64 CentOS9 LTO PR
  • AMD64 RHEL8 LTO PR
  • AMD64 Windows11 Refleaks PR
  • AMD64 Windows PGO NoGIL PR
  • AMD64 Fedora Stable Clang Installed PR
  • AMD64 Arch Linux Valgrind PR
  • AMD64 Fedora Stable LTO + PGO PR
  • AMD64 Android PR
  • AMD64 Fedora Rawhide Clang Installed PR
  • AMD64 Windows11 Bigmem PR
  • AMD64 Fedora Rawhide NoGIL refleaks PR
  • AMD64 FreeBSD15 PR
  • AMD64 RHEL8 FIPS Only Blake2 Builtin Hash PR
  • AMD64 CentOS9 PR
  • AMD64 Windows11 Non-Debug PR
  • AMD64 RHEL8 PR
  • AMD64 Arch Linux Perf PR
  • AMD64 CentOS9 FIPS Only Blake2 Builtin Hash PR
  • AMD64 Fedora Rawhide PR
  • AMD64 Fedora Rawhide LTO PR
  • AMD64 Windows PGO PR

@picnixz
Copy link
Member Author

picnixz commented Jan 4, 2026

This doesn't seem to work =/ I'm not sure if it's because of execve itself though.

@picnixz
Copy link
Member Author

picnixz commented Jan 4, 2026

!buildbot AMD64 Fedora Stable PR

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @picnixz for commit 7d741e6 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143415%2Fmerge

The command will test the builders whose names match following regular expression: AMD64 Fedora Stable PR

The builders matched are:

  • AMD64 Fedora Stable PR

@picnixz picnixz added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jan 4, 2026
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @picnixz for commit 7d741e6 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143415%2Fmerge

If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jan 4, 2026
@picnixz picnixz merged commit c99f766 into python:main Jan 4, 2026
108 of 111 checks passed
@picnixz picnixz deleted the fix/buildbots/execve-tests-143309 branch January 4, 2026 20:44
@picnixz picnixz added the needs backport to 3.14 bugs and security fixes label Jan 4, 2026
@miss-islington-app
Copy link

Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 4, 2026
…_posix` buildbot failure (pythonGH-143415)

(cherry picked from commit c99f766)

Co-authored-by: Bénédikt Tran <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Jan 4, 2026

GH-143419 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Jan 4, 2026
picnixz added a commit that referenced this pull request Jan 4, 2026
…h_posix` buildbot failure (GH-143415) (#143419)

gh-143309: fix `test_execve_env_concurrent_mutation_with_fspath_posix` buildbot failure (GH-143415)
(cherry picked from commit c99f766)

Co-authored-by: Bénédikt Tran <[email protected]>
picnixz added a commit to picnixz/cpython that referenced this pull request Jan 5, 2026
picnixz added a commit to picnixz/cpython that referenced this pull request Jan 5, 2026
picnixz added a commit to picnixz/cpython that referenced this pull request Jan 5, 2026
…s concurrently mutated (python#143314) (python#143415)

(cherry picked from commit 9609574)
(cherry picked from commit c99f766)
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.

2 participants