Your message dated Tue, 06 Jan 2026 19:37:39 +0000
with message-id <[email protected]>
and subject line Bug#1123267: fixed in python-marshmallow 3.26.1-0.3
has caused the Debian Bug report #1123267,
regarding python-marshmallow: FTBFS: dh_auto_test: error: pybuild --test -i 
python{version} -p "3.14 3.13" returned exit code 13
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1123267: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123267
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-marshmallow
Version: 3.26.1-0.2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-marshmallow, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
        pybuild --clean -i python{version} -p "3.14 3.13"
        rm -rf .pybuild/
        find . -name \*.pyc -exec rm {} \;
   debian/rules execute_after_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf debian/html .cache .pytest_cache
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/python3-marshmallow.substvars 
debian/python3-marshmallow-doc.substvars debian/files
        rm -fr -- debian/python3-marshmallow/ debian/tmp/ 
debian/python3-marshmallow-doc/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a \( -name autom4te.cache -o -name __pycache__ \) 
-prune -exec rm -rf {} + \) \)
 debian/rules binary
dh binary --with sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
        pybuild --configure -i python{version} -p "3.14 3.13"
   dh_auto_build -O--buildsystem=pybuild
        pybuild --build -i python{version} -p "3.14 3.13"
I: pybuild plugin_pyproject:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_marshmallow  
* Building wheel...
Successfully built marshmallow-3.26.1-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with 
"installer" module
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_marshmallow  
* Building wheel...
Successfully built marshmallow-3.26.1-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYTHONPATH=. http_proxy='http://127.0.0.1:9/' python3 -m sphinx -N -bhtml docs 
debian/html
Running Sphinx v8.2.3
loading translations [en]... done
matplotlib is not installed, social cards will not be generated
making output directory... done
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 
'restructuredtext'}`.
[autosummary] generating autosummary for: api_reference.rst, authors.rst, 
changelog.rst, code_of_conduct.rst, contributing.rst, custom_fields.rst, 
donate.rst, examples/index.rst, examples/inflection.rst, 
examples/quotes_api.rst, ..., marshmallow.schema.rst, marshmallow.types.rst, 
marshmallow.utils.rst, marshmallow.validate.rst, nesting.rst, quickstart.rst, 
top_level.rst, upgrading.rst, whos_using.rst, why.rst
WARNING: Failed to import marshmallow.validate.
Possible hints:
* KeyError: 'marshmallow'
* ModuleNotFoundError: No module named 'marshmallow'
WARNING: Failed to import marshmallow.types.
Possible hints:
* KeyError: 'marshmallow'
* ModuleNotFoundError: No module named 'marshmallow'
WARNING: Failed to import marshmallow.
Possible hints:
* KeyError: 'marshmallow'
* ModuleNotFoundError: No module named 'marshmallow'
WARNING: Failed to import marshmallow.fields.
Possible hints:
* KeyError: 'marshmallow'
* ModuleNotFoundError: No module named 'marshmallow'
WARNING: Failed to import marshmallow.class_registry.
Possible hints:
* KeyError: 'marshmallow'
* ModuleNotFoundError: No module named 'marshmallow'
WARNING: Failed to import marshmallow.decorators.
Possible hints:
* KeyError: 'marshmallow'
* ModuleNotFoundError: No module named 'marshmallow'
WARNING: Failed to import marshmallow.exceptions.
Possible hints:
* KeyError: 'marshmallow'
* ModuleNotFoundError: No module named 'marshmallow'
WARNING: Failed to import marshmallow.error_store.
Possible hints:
* KeyError: 'marshmallow'
* ModuleNotFoundError: No module named 'marshmallow'
WARNING: Failed to import marshmallow.utils.
Possible hints:
* KeyError: 'marshmallow'
* ModuleNotFoundError: No module named 'marshmallow'
loading intersphinx inventory 'python' from 
https://docs.python.org/3/objects.inv ...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://docs.python.org/3/objects.inv' not fetchable due 
to <class 'requests.exceptions.ConnectionError'>: 
HTTPSConnectionPool(host='docs.python.org', port=443): Max retries exceeded 
with url: /3/objects.inv (Caused by 
NameResolutionError("<urllib3.connection.HTTPSConnection object at 
0x7f86e6d2e660>: Failed to resolve 'docs.python.org' ([Errno -3] Temporary 
failure in name resolution)"))
building [mo]: targets for 0 po files that are out of date
writing output... 
building [html]: targets for 39 source files that are out of date
updating environment: [new config] 39 added, 0 changed, 0 removed
reading sources... [  3%] api_reference
reading sources... [  5%] authors
reading sources... [  8%] changelog
reading sources... [ 10%] code_of_conduct
reading sources... [ 13%] contributing
reading sources... [ 15%] custom_fields
reading sources... [ 18%] donate
reading sources... [ 21%] examples/index
reading sources... [ 23%] examples/inflection
reading sources... [ 26%] examples/quotes_api
reading sources... [ 28%] examples/validating_package_json
reading sources... [ 31%] extending/custom_error_handling
reading sources... [ 33%] extending/custom_error_messages
reading sources... [ 36%] extending/custom_options
reading sources... [ 38%] extending/index
reading sources... [ 41%] extending/overriding_attribute_access
reading sources... [ 44%] extending/pre_and_post_processing_methods
reading sources... [ 46%] extending/schema_validation
reading sources... [ 49%] extending/using_context
reading sources... [ 51%] extending/using_original_input_data
reading sources... [ 54%] index
reading sources... [ 56%] install
reading sources... [ 59%] kudos
reading sources... [ 62%] license
reading sources... [ 64%] marshmallow.class_registry
reading sources... [ 67%] marshmallow.decorators
reading sources... [ 69%] marshmallow.error_store
reading sources... [ 72%] marshmallow.exceptions
reading sources... [ 74%] marshmallow.fields
reading sources... [ 77%] marshmallow.schema
reading sources... [ 79%] marshmallow.types
reading sources... [ 82%] marshmallow.utils
reading sources... [ 85%] marshmallow.validate
reading sources... [ 87%] nesting
reading sources... [ 90%] quickstart
reading sources... [ 92%] top_level
reading sources... [ 95%] upgrading
reading sources... [ 97%] whos_using
reading sources... [100%] why

WARNING: autodoc: failed to import module 'class_registry' from module 
'marshmallow'; the following exception was raised:
['Traceback (most recent call last):\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 269, in 
import_object\n    module = import_module(modname, try_reload=True)\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 172, in 
import_module\n    raise ModuleNotFoundError(msg, name=modname)  # NoQA: 
TRY301\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', 
"ModuleNotFoundError: No module named 'marshmallow'\n"] [autodoc.import_object]
WARNING: autodoc: failed to import module 'decorators' from module 
'marshmallow'; the following exception was raised:
['Traceback (most recent call last):\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 269, in 
import_object\n    module = import_module(modname, try_reload=True)\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 172, in 
import_module\n    raise ModuleNotFoundError(msg, name=modname)  # NoQA: 
TRY301\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', 
"ModuleNotFoundError: No module named 'marshmallow'\n"] [autodoc.import_object]
WARNING: autodoc: failed to import module 'error_store' from module 
'marshmallow'; the following exception was raised:
['Traceback (most recent call last):\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 269, in 
import_object\n    module = import_module(modname, try_reload=True)\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 172, in 
import_module\n    raise ModuleNotFoundError(msg, name=modname)  # NoQA: 
TRY301\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', 
"ModuleNotFoundError: No module named 'marshmallow'\n"] [autodoc.import_object]
WARNING: autodoc: failed to import module 'exceptions' from module 
'marshmallow'; the following exception was raised:
['Traceback (most recent call last):\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 269, in 
import_object\n    module = import_module(modname, try_reload=True)\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 172, in 
import_module\n    raise ModuleNotFoundError(msg, name=modname)  # NoQA: 
TRY301\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', 
"ModuleNotFoundError: No module named 'marshmallow'\n"] [autodoc.import_object]
WARNING: autodoc: failed to import class 'fields.Field' from module 
'marshmallow'; the following exception was raised:
['Traceback (most recent call last):\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 269, in 
import_object\n    module = import_module(modname, try_reload=True)\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 172, in 
import_module\n    raise ModuleNotFoundError(msg, name=modname)  # NoQA: 
TRY301\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', 
"ModuleNotFoundError: No module named 'marshmallow'\n"] [autodoc.import_object]
WARNING: autodoc: failed to import module 'fields' from module 'marshmallow'; 
the following exception was raised:
['Traceback (most recent call last):\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 269, in 
import_object\n    module = import_module(modname, try_reload=True)\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 172, in 
import_module\n    raise ModuleNotFoundError(msg, name=modname)  # NoQA: 
TRY301\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', 
"ModuleNotFoundError: No module named 'marshmallow'\n"] [autodoc.import_object]
WARNING: autodoc: failed to import class 'schema.Schema' from module 
'marshmallow'; the following exception was raised:
['Traceback (most recent call last):\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 269, in 
import_object\n    module = import_module(modname, try_reload=True)\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 172, in 
import_module\n    raise ModuleNotFoundError(msg, name=modname)  # NoQA: 
TRY301\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', 
"ModuleNotFoundError: No module named 'marshmallow'\n"] [autodoc.import_object]
WARNING: autodoc: failed to import class 'schema.SchemaOpts' from module 
'marshmallow'; the following exception was raised:
['Traceback (most recent call last):\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 269, in 
import_object\n    module = import_module(modname, try_reload=True)\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 172, in 
import_module\n    raise ModuleNotFoundError(msg, name=modname)  # NoQA: 
TRY301\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', 
"ModuleNotFoundError: No module named 'marshmallow'\n"] [autodoc.import_object]
WARNING: autodoc: failed to import module 'types' from module 'marshmallow'; 
the following exception was raised:
['Traceback (most recent call last):\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 269, in 
import_object\n    module = import_module(modname, try_reload=True)\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 172, in 
import_module\n    raise ModuleNotFoundError(msg, name=modname)  # NoQA: 
TRY301\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', 
"ModuleNotFoundError: No module named 'marshmallow'\n"] [autodoc.import_object]
WARNING: autodoc: failed to import module 'utils' from module 'marshmallow'; 
the following exception was raised:
['Traceback (most recent call last):\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 269, in 
import_object\n    module = import_module(modname, try_reload=True)\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 172, in 
import_module\n    raise ModuleNotFoundError(msg, name=modname)  # NoQA: 
TRY301\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', 
"ModuleNotFoundError: No module named 'marshmallow'\n"] [autodoc.import_object]
WARNING: autodoc: failed to import module 'validate' from module 'marshmallow'; 
the following exception was raised:
['Traceback (most recent call last):\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 269, in 
import_object\n    module = import_module(modname, try_reload=True)\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 172, in 
import_module\n    raise ModuleNotFoundError(msg, name=modname)  # NoQA: 
TRY301\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', 
"ModuleNotFoundError: No module named 'marshmallow'\n"] [autodoc.import_object]
WARNING: autodoc: failed to import module 'marshmallow'; the following 
exception was raised:
['Traceback (most recent call last):\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 269, in 
import_object\n    module = import_module(modname, try_reload=True)\n', '  File 
"/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py", line 172, in 
import_module\n    raise ModuleNotFoundError(msg, name=modname)  # NoQA: 
TRY301\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', 
"ModuleNotFoundError: No module named 'marshmallow'\n"] [autodoc.import_object]
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets... 
copying static files... 
Writing evaluated template result to 
/<<PKGBUILDDIR>>/debian/html/_static/basic.css
Writing evaluated template result to 
/<<PKGBUILDDIR>>/debian/html/_static/language_data.js
Writing evaluated template result to 
/<<PKGBUILDDIR>>/debian/html/_static/documentation_options.js
Writing evaluated template result to 
/<<PKGBUILDDIR>>/debian/html/_static/copybutton.js
copying static files: done
copying extra files... 
copying extra files: done
copying assets: done
writing output... [  3%] api_reference
writing output... [  5%] authors
writing output... [  8%] changelog
writing output... [ 10%] code_of_conduct
writing output... [ 13%] contributing
writing output... [ 15%] custom_fields
writing output... [ 18%] donate
writing output... [ 21%] examples/index
writing output... [ 23%] examples/inflection
writing output... [ 26%] examples/quotes_api
writing output... [ 28%] examples/validating_package_json
writing output... [ 31%] extending/custom_error_handling
writing output... [ 33%] extending/custom_error_messages
writing output... [ 36%] extending/custom_options
writing output... [ 38%] extending/index
writing output... [ 41%] extending/overriding_attribute_access
writing output... [ 44%] extending/pre_and_post_processing_methods
writing output... [ 46%] extending/schema_validation
writing output... [ 49%] extending/using_context
writing output... [ 51%] extending/using_original_input_data
writing output... [ 54%] index
writing output... [ 56%] install
writing output... [ 59%] kudos
writing output... [ 62%] license
writing output... [ 64%] marshmallow.class_registry
writing output... [ 67%] marshmallow.decorators
writing output... [ 69%] marshmallow.error_store
writing output... [ 72%] marshmallow.exceptions
writing output... [ 74%] marshmallow.fields
writing output... [ 77%] marshmallow.schema
writing output... [ 79%] marshmallow.types
writing output... [ 82%] marshmallow.utils
writing output... [ 85%] marshmallow.validate
writing output... [ 87%] nesting
writing output... [ 90%] quickstart
writing output... [ 92%] top_level
writing output... [ 95%] upgrading
writing output... [ 97%] whos_using
writing output... [100%] why

generating indices... genindex done
highlighting module code... 
writing additional pages... search done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 22 warnings.

The HTML pages are in debian/html.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test -O--buildsystem=pybuild
        pybuild --test -i python{version} -p "3.14 3.13"
I: pybuild base:317: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_marshmallow/build; python3.14 -m pytest 
tests
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_marshmallow/build
configfile: pyproject.toml
collected 1238 items

tests/test_decorators.py ......................................          [  3%]
tests/test_deserialization.py .......................................... [  6%]
........................................................................ [ 12%]
........................................................................ [ 18%]
........................................................................ [ 23%]
........................................................................ [ 29%]
....................................                                     [ 32%]
tests/test_error_store.py .............................                  [ 34%]
tests/test_exceptions.py .......                                         [ 35%]
tests/test_fields.py ................................................... [ 39%]
........................................................................ [ 45%]
.......................................                                  [ 48%]
tests/test_options.py ..................                                 [ 50%]
tests/test_registry.py ..........                                        [ 50%]
tests/test_schema.py ................................................... [ 55%]
........................................................................ [ 60%]
........................................................................ [ 66%]
...................................................                      [ 70%]
tests/test_serialization.py ............................................ [ 74%]
........................................................................ [ 80%]
...................                                                      [ 81%]
tests/test_utils.py .................................F..                 [ 84%]
tests/test_validate.py ................................................. [ 88%]
........................................................................ [ 94%]
.....................................................................    [ 99%]
tests/test_version_attributes.py .                                       [100%]

=================================== FAILURES ===================================
___________________ test_from_timestamp_with_overflow_value ____________________

    def test_from_timestamp_with_overflow_value():
        value = 9223372036854775
        with pytest.raises(ValueError, match="out of range"):
>           utils.from_timestamp(value)

tests/test_utils.py:254: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

value = 9223372036854776.0

    def from_timestamp(value: typing.Any) -> dt.datetime:
        if value is True or value is False:
            raise ValueError("Not a valid POSIX timestamp")
        value = float(value)
        if value < 0:
            raise ValueError("Not a valid POSIX timestamp")
    
        # Load a timestamp with utc as timezone to prevent using system 
timezone.
        # Then set timezone to None, to let the Field handle adding timezone 
info.
        try:
>           return dt.datetime.fromtimestamp(value, 
> tz=dt.timezone.utc).replace(tzinfo=None)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E           ValueError: year must be in 1..9999, not 292278994

marshmallow/utils.py:209: ValueError

During handling of the above exception, another exception occurred:

    def test_from_timestamp_with_overflow_value():
        value = 9223372036854775
>       with pytest.raises(ValueError, match="out of range"):
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E       AssertionError: Regex pattern did not match.
E         Expected regex: 'out of range'
E         Actual message: 'year must be in 1..9999, not 292278994'

tests/test_utils.py:253: AssertionError
=========================== short test summary info ============================
FAILED tests/test_utils.py::test_from_timestamp_with_overflow_value - Asserti...
======================== 1 failed, 1237 passed in 1.32s ========================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_marshmallow/build; python3.14 -m pytest 
tests
I: pybuild base:317: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_marshmallow/build; python3.13 -m pytest 
tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_marshmallow/build
configfile: pyproject.toml
collected 1238 items

tests/test_decorators.py ......................................          [  3%]
tests/test_deserialization.py .......................................... [  6%]
........................................................................ [ 12%]
........................................................................ [ 18%]
........................................................................ [ 23%]
........................................................................ [ 29%]
....................................                                     [ 32%]
tests/test_error_store.py .............................                  [ 34%]
tests/test_exceptions.py .......                                         [ 35%]
tests/test_fields.py ................................................... [ 39%]
........................................................................ [ 45%]
.......................................                                  [ 48%]
tests/test_options.py ..................                                 [ 50%]
tests/test_registry.py ..........                                        [ 50%]
tests/test_schema.py ................................................... [ 55%]
........................................................................ [ 60%]
........................................................................ [ 66%]
...................................................                      [ 70%]
tests/test_serialization.py ............................................ [ 74%]
........................................................................ [ 80%]
...................                                                      [ 81%]
tests/test_utils.py ....................................                 [ 84%]
tests/test_validate.py ................................................. [ 88%]
........................................................................ [ 94%]
.....................................................................    [ 99%]
tests/test_version_attributes.py .                                       [100%]

============================= 1238 passed in 1.35s =============================
        rm -fr -- /tmp/dh-xdg-rundir-0b0sGfS2
dh_auto_test: error: pybuild --test -i python{version} -p "3.14 3.13" returned 
exit code 13
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-marshmallow
Source-Version: 3.26.1-0.3
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-marshmallow, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated python-marshmallow 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 06 Jan 2026 19:01:57 +0000
Source: python-marshmallow
Architecture: source
Version: 3.26.1-0.3
Distribution: unstable
Urgency: medium
Maintainer: Federico Ceratto <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1123267
Changes:
 python-marshmallow (3.26.1-0.3) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Handle new error message in newer Python (closes: #1123267).
Checksums-Sha1:
 a5da305ba43f89fd2c0328ebc5d059481c2e60e6 2814 python-marshmallow_3.26.1-0.3.dsc
 92b6c5c49559d67cbf2680f53f4052244455a1c8 4704 
python-marshmallow_3.26.1-0.3.debian.tar.xz
 184cdc2e5ec5e35b753f5db2448158485851a453 493292 
python-marshmallow_3.26.1-0.3.git.tar.xz
 eb88a05f408a67e179e70bb80efd90ab57157b6b 17189 
python-marshmallow_3.26.1-0.3_source.buildinfo
Checksums-Sha256:
 9aae1ca7cd9781e514deda75a73ec991d3be6923699ae88e8950cc0d4d27bb3b 2814 
python-marshmallow_3.26.1-0.3.dsc
 63f6b90d60e2bafa55d4ceb0be807bd148e8ff9e35e36ad9b42d47dda4851028 4704 
python-marshmallow_3.26.1-0.3.debian.tar.xz
 0336a0848342abaea2bde416463ffa56d4b6d0d9cdca9859b1d1b79a9ba6131c 493292 
python-marshmallow_3.26.1-0.3.git.tar.xz
 c2b7e6f89575a35a031b87ed820f2b64a35536e9c977dc2d61c13a6592e23ea6 17189 
python-marshmallow_3.26.1-0.3_source.buildinfo
Files:
 7f96b95a230e9c572dea898418b86773 2814 python optional 
python-marshmallow_3.26.1-0.3.dsc
 29d3e5b98f88aaed23b32992e39e3f9a 4704 python optional 
python-marshmallow_3.26.1-0.3.debian.tar.xz
 a797815bbc54185d19bd028e2871c789 493292 python optional 
python-marshmallow_3.26.1-0.3.git.tar.xz
 0db891df22f248e22a856a293ee7409b 17189 python optional 
python-marshmallow_3.26.1-0.3_source.buildinfo
Git-Tag-Info: tag=c826e2a70a39dd5bb2249ced254b3ef2ad2e117e 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmldXSsACgkQYG0ITkaD
wHnfdBAA3Lro7rPeM3qZkL1yyuFm9iB3VovkosVanRtn9dL6a7/DKMUzyu7TDm/R
ntrl7VNVlHVfQytlaP19ehm9lOjsFdArdm4C2SM3GGq28BWOYZ3MKigq8OXYSPag
m4fFHH1Esq0ZO02UmCqEeO1v0Az47NpRGr2ljjnAqmjJiZEMDiR/s54vnwV88dmf
gEO4DJNO5nglUXkDV3JN1n91j42C8Lt9UvFro7berR1gX+4t4uPnD6pNtjJfyX7K
9iFY5KF0pM3LSegGDtzMePzny6d1p0/byR+7Y+oaLdAhC7D4ec97AKJBn2ajFlhH
OXIKqy0EwYhXD3x2UhkFjSC9qUOZch1sOnNxu5aX5YLFNaKDNd1twft5m80hsfqA
x4zH3OrMm8dDXXdygzd5JgL7Ru314nNsuyWFI0K/skv0c8Yw7QKR8K097U8EMNmh
D74EiYH193YSGbt8DklHNzCFE4fHx9ZeTR1Y3F+ME5/2ZVOF+fHO4oTMC1+prST7
vhwRX/Z0Xs7kK988iE5ZV28Ww6h+rHqknmyfaiupfIrQBCMNdJZXn//8h1jpZbzT
A5lZuuZ1/ch8MFCpeGKLZ6bGzUCFxwSKXXxIx5J5y3Apykq0lMlU/Bg4v2Kh1TXC
SHmALVb/RoEyn9bqalW8cy9JaPHOIGYoFFqSvMG/xRlZNdKMva0=
=LObs
-----END PGP SIGNATURE-----

Attachment: pgprmFod8vkIo.pgp
Description: PGP signature


--- End Message ---

Reply via email to