On Thu Dec 4, 2025 at 7:09 PM CET, Trevor Gamblin wrote:
> Here goes the first attempt at upgrading the python3 recipe to 3.14.0. This
> will
> likely break some stuff, so it'd be good to start testing it early before
> Wrynose begins the build phase. You can see the specific commits for more
> details, but I will note that in addition to the buildall-qemu,
> reproducibility,
> and ptest checks I've reported in the python3 upgrade patch itself, I've also
> done the following on my build machine (F43):
>
> - bitbake core-image-ptest-all (which is how I found the problems fixed by the
> bcrypt, jsonpointer, and pytest changes);
> - bitbake -k world (which IIRC is where I found the rpm issue).
>
> Trevor Gamblin (6):
Hi Trevor,
Thanks for your patches.
It looks like we do have some issues on the autobuilder.
A first one, maybe only with alternate distro?
Traceback (most recent call last):
File
"/srv/pokybuild/yocto-worker/qemux86-alt/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py",
line 35, in wrapped_f
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File
"/srv/pokybuild/yocto-worker/qemux86-alt/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py",
line 35, in wrapped_f
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File
"/srv/pokybuild/yocto-worker/qemux86-alt/build/layers/openembedded-core/meta/lib/oeqa/runtime/cases/gi.py",
line 20, in test_python
self.assertEqual(status, 0, msg="Python failed (%s)" % (output))
AssertionError: 1 != 0 : Python failed (Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.14/site-packages/gi/__init__.py", line 40, in <module>
from . import _gi
File "/usr/lib/python3.14/asyncio/__init__.py", line 8, in <module>
from .base_events import *
File "/usr/lib/python3.14/asyncio/base_events.py", line 18, in <module>
import concurrent.futures
File "/usr/lib/python3.14/concurrent/futures/__init__.py", line 8, in <module>
from concurrent.futures._base import (FIRST_COMPLETED,
File "/usr/lib/python3.14/concurrent/futures/_base.py", line 7, in <module>
import logging
File "/usr/lib/python3.14/logging/__init__.py", line 26, in <module>
import sys, os, time, io, re, traceback, warnings, weakref, collections.abc
File "/usr/lib/python3.14/traceback.py", line 8, in <module>
import warnings
File "/usr/lib/python3.14/warnings.py", line 15, in <module>
from _py_warnings import (
ModuleNotFoundError: No module named '_py_warnings')
...
RESULTS - gi.GObjectIntrospectionTest.test_python: FAILED (0.67s)
https://autobuilder.yoctoproject.org/valkyrie/#/builders/20/builds/2793
https://autobuilder.yoctoproject.org/valkyrie/#/builders/9/builds/2804
https://autobuilder.yoctoproject.org/valkyrie/#/builders/95/builds/2785
And another one here:
Traceback (most recent call last):
File
"/srv/pokybuild/yocto-worker/qemuarmv5/build/layers/openembedded-core/meta/lib/oeqa/sdk/cases/maturin.py",
line 30, in test_maturin_list_python
self.assertIn(expected, output)
AssertionError: '3.14 at
/srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/work/qemuarmv5-poky-linux-gnueabi/core-image-sato/1.0/testsdkext/buildtools/sysroots/x86_64-pokysdk-linux/usr/bin/python3'
not found in '🐍 1 python interpreter found:\n - CPython 3.9 at
/srv/pokybuild/buildbot-venv/bin/python3.9\n'
...
core-image-sato esdk
(poky-glibc-x86_64-core-image-sato-armv5e-qemuarmv5-toolchain-ext-5.2.99+snapshot.sh:environment-setup-armv5e-poky-linux-gnueabi)
- Ran 30 tests in 616.844s
core-image-sato esdk - FAIL - Required tests failed (successes=19, skipped=10,
failures=1, errors=0)
ERROR: core-image-sato-1.0-r0 do_testsdkext: core-image-sato - FAILED - check
the task log and the commands log
...
RESULTS - maturin.MaturinTest.test_maturin_list_python: FAILED (3.43s)
https://autobuilder.yoctoproject.org/valkyrie/#/builders/80/builds/2661
Can you try to fix these?
Thanks,
Mathieu
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#227351):
https://lists.openembedded.org/g/openembedded-core/message/227351
Mute This Topic: https://lists.openembedded.org/mt/116616536/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-