Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-133551: Skip annotationlib for now in ast roundtrip tests#133634

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JelleZijlstra merged 1 commit intopython:mainfromJelleZijlstra:fixbuild
May 8, 2025

Conversation

JelleZijlstra
Copy link
Member

@JelleZijlstraJelleZijlstra commentedMay 8, 2025
edited by bedevere-appbot
Loading

Currentlyt"" doesn't roundtrip. I'll put up a PR to fix that but in the meantime this fixes the buildbots.

@bedevere-appbedevere-appbot added the testsTests in the Lib/test dir labelMay 8, 2025
@JelleZijlstraJelleZijlstra merged commit0a3ccb8 intopython:mainMay 8, 2025
44 checks passed
@JelleZijlstraJelleZijlstra added the needs backport to 3.14bugs and security fixes labelMay 8, 2025
@miss-islington-app
Copy link

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

@JelleZijlstraJelleZijlstra deleted the fixbuild branchMay 8, 2025 02:36
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestMay 8, 2025
…ythonGH-133634)(cherry picked from commit0a3ccb8)Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@bedevere-app
Copy link

GH-133636 is a backport of this pull request to the3.14 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelMay 8, 2025
JelleZijlstra added a commit that referenced this pull requestMay 8, 2025
…H-133634) (#133636)gh-133551: Skip annotationlib for now in ast roundtrip tests (GH-133634)(cherry picked from commit0a3ccb8)Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@bedevere-bot
Copy link

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

Hi! The buildbotPPC64LE RHEL8 Refleaks 3.14 (tier-2) has failed when building commitf12e576.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/#/builders/1777/builds/2) and take a look at the build logs.
  4. Check if the failure is related to this commit (f12e576) 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/#/builders/1777/builds/2

Failed tests:

  • test.test_multiprocessing_spawn.test_processes

Failed subtests:

  • test_interrupt - test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_interrupt

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

==

Click to see traceback logs
Traceback (most recent call last):  File"<string>", line1, in<module>from multiprocessing.spawnimport spawn_main; spawn_main(tracker_fd=6,pipe_handle=8)~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/spawn.py", line122, inspawn_main    exitcode= _main(fd, parent_sentinel)  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/spawn.py", line132, in_mainself= reduction.pickle.load(from_parent)  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_multiprocessing_spawn/test_processes.py", line2, in<module>from test._test_multiprocessingimport install_tests_in_module_dict  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line67, in<module>from multiprocessing.sharedctypesimport Value, copy  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/sharedctypes.py", line212, in<module>classSynchronized(SynchronizedBase):        value= make_property('value')  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/sharedctypes.py", line213, inSynchronized    value= make_property('value')  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/sharedctypes.py", line153, inmake_propertyexec(template% ((name,)*7), d)~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"<string>", line0, in<module>from multiprocessing.spawnimport spawn_main; spawn_main(tracker_fd=6,pipe_handle=8)    KeyboardInterruptFAILTraceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/sharedctypes.py", line150, inmake_propertyreturn prop_cache[name]~~~~~~~~~~^^^^^^KeyError:'value'Traceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line578, intest_interruptself.assertEqual(exitcode,1)~~~~~~~~~~~~~~~~^^^^^^^^^^^^^AssertionError:-2 != 1Traceback (most recent call last):  File"<string>", line1, in<module>from multiprocessing.spawnimport spawn_main; spawn_main(tracker_fd=7,pipe_handle=9)~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/spawn.py", line122, inspawn_main    exitcode= _main(fd, parent_sentinel)  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/spawn.py", line132, in_mainself= reduction.pickle.load(from_parent)  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/test_multiprocessing_spawn/test_processes.py", line2, in<module>from test._test_multiprocessingimport install_tests_in_module_dict  File"<frozen importlib._bootstrap>", line1371, in_find_and_load  File"<frozen importlib._bootstrap>", line1342, in_find_and_load_unlocked  File"<frozen importlib._bootstrap>", line938, in_load_unlocked  File"<frozen importlib._bootstrap_external>", line758, inexec_module  File"<frozen importlib._bootstrap_external>", line891, inget_code  File"<frozen importlib._bootstrap_external>", line514, in_compile_bytecodeKeyboardInterruptFAILTraceback (most recent call last):  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/process.py", line320, in_bootstrapself.run()~~~~~~~~^^  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/process.py", line108, inrunself._target(*self._args,**self._kwargs)~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.14.cstratak-RHEL8-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line513, in_sleep_some    time.sleep(100)~~~~~~~~~~^^^^^KeyboardInterruptk

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
skip newstestsTests in the Lib/test dir
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@JelleZijlstra@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp