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-142387: Reduce Android tesbed API level to 33#144315

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
freakboy3742 merged 1 commit intopython:mainfrommhsmith:android-targetsdk-33
Jan 28, 2026

Conversation

@mhsmith
Copy link
Member

@mhsmithmhsmith commentedJan 28, 2026
edited
Loading

@mhsmith
Copy link
MemberAuthor

!buildbot AMD64 Android

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@mhsmith for commita807ff2 🤖

Results will be shown at:

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

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

The builders matched are:

  • AMD64 Android PR

@mhsmith
Copy link
MemberAuthor

!buildbot aarch64 Android

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@mhsmith for commita807ff2 🤖

Results will be shown at:

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

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

The builders matched are:

  • aarch64 Android PR

@mhsmith
Copy link
MemberAuthor

@freakboy3742: This has passed on both buildbots and on GitHub Actions, so I think it can be merged.

@freakboy3742
Copy link
Contributor

!buildbot iOS

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@freakboy3742 for commita807ff2 🤖

Results will be shown at:

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

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

The builders matched are:

  • iOS ARM64 Simulator PR

Copy link
Contributor

@freakboy3742freakboy3742 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

It's a little concerning that the emulator images have such significant issues (and variability in image size); but pragmatically, this gets the buildbots back online, so I'll take what we can get.

@freakboy3742freakboy3742 merged commit6543720 intopython:mainJan 28, 2026
42 of 43 checks passed
@miss-islington-app
Copy link

Thanks@mhsmith for the PR, and@freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJan 28, 2026
)The emulator images for API level 34 and 35 have significant issues with image size andinternet connectivity. Reverts the default API level used for testbed testing to 33.(cherry picked from commit6543720)Co-authored-by: Malcolm Smith <smith@chaquo.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJan 28, 2026
)The emulator images for API level 34 and 35 have significant issues with image size andinternet connectivity. Reverts the default API level used for testbed testing to 33.(cherry picked from commit6543720)Co-authored-by: Malcolm Smith <smith@chaquo.com>
@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelJan 28, 2026
@bedevere-app
Copy link

GH-144318 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelJan 28, 2026
@bedevere-bot
Copy link

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

Hi! The buildbots390x Fedora Stable LTO + PGO 3.x (tier-3) has failed when building commit6543720.

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/1627/builds/2036) and take a look at the build logs.
  4. Check if the failure is related to this commit (6543720) 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/1627/builds/2036

Failed tests:

  • test_profiling

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/test/test_profiling/test_sampling_profiler/test_live_collector_ui.py", line884, intest_run_failed_script_live    main()~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/cli.py", line788, inmain    _main()~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/cli.py", line922, in_main    handler(args)~~~~~~~^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/cli.py", line999, in_handle_run    _handle_live_run(args)~~~~~~~~~~~~~~~~^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/cli.py", line1133, in_handle_live_run    sample_live(~~~~~~~~~~~^        process.pid,^^^^^^^^^^^^...<9 lines>...        blocking=args.blocking,^^^^^^^^^^^^^^^^^^^^^^^    )^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/sample.py", line478, insample_live    profiler= SampleProfiler(        pid,...<8 lines>...        blocking=blocking,    )  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/sample.py", line60, in__init__raiseSystemExit(err)from errSystemExit:Failed to find the PyRuntime section in process 3758520 on Linux platformTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/sample.py", line58, in__init__self.unwinder=self._new_unwinder(native, gc, opcodes, skip_non_matching_threads)~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/sample.py", line68, in_new_unwinder    unwinder= _remote_debugging.RemoteUnwinder(self.pid, all_threads=self.all_threads, mode=self.mode, native=native, gc=gc,        opcodes=opcodes, skip_non_matching_threads=skip_non_matching_threads,        cache_frames=True, stats=self.collect_stats    )RuntimeError:Failed to find the PyRuntime section in process 3758520 on Linux platformTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/cli.py", line1110, in_handle_live_run    process= _run_with_sync(cmd,suppress_output=True)  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/cli.py", line279, in_run_with_sync    _wait_for_ready_signal(sync_sock, process,_SYNC_TIMEOUT_SEC)~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/cli.py", line219, in_wait_for_ready_signal    _check_process_died(process)~~~~~~~~~~~~~~~~~~~^^^^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/cli.py", line207, in_check_process_diedraiseRuntimeError(stderr_msg)RuntimeError:Traceback (most recent call last):  File"<frozen runpy>", line196, in_run_module_as_main  File"<frozen runpy>", line87, in_run_code  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/_sync_coordinator.py", line256, in<module>    main()~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/_sync_coordinator.py", line249, inmain    _execute_script(script_path, script_args, cwd)~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/_sync_coordinator.py", line196, in_execute_scriptexec(code, main_module.__dict__)~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/tmp/test_python_3raid0ds/tmpn_q4loc0.py", line1, in<module>1/0~^~ZeroDivisionError:division by zeroTraceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/unittest/case.py", line666, inrunwith outcome.testPartExecutor(self):~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ResourceWarning:unclosed file <_io.BufferedReader name=8>Traceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/test/test_profiling/test_sampling_profiler/test_live_collector_ui.py", line884, intest_run_failed_script_live    main()~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/cli.py", line788, inmain    _main()~~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/cli.py", line922, in_main    handler(args)~~~~~~~^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/cli.py", line999, in_handle_run    _handle_live_run(args)~~~~~~~~~~~~~~~~^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/cli.py", line1112, in_handle_live_run    sys.exit(f"Error:{e}")~~~~~~~~^^^^^^^^^^^^^^^SystemExit:Error: Traceback (most recent call last):  File"<frozen runpy>", line196, in_run_module_as_main  File"<frozen runpy>", line87, in_run_code  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/_sync_coordinator.py", line256, in<module>    main()~~~~^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/_sync_coordinator.py", line249, inmain    _execute_script(script_path, script_args, cwd)~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.lto-pgo/build/Lib/profiling/sampling/_sync_coordinator.py", line196, in_execute_scriptexec(code, main_module.__dict__)~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/tmp/test_python_3raid0ds/tmpn_q4loc0.py", line1, in<module>1/0~^~ZeroDivisionError:division by zero

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@freakboy3742freakboy3742freakboy3742 approved these changes

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Android buildbot failures after updating to API level 35

3 participants

@mhsmith@bedevere-bot@freakboy3742

[8]ページ先頭

©2009-2026 Movatter.jp