Package: src:python-inline-snapshot
Version: 0.14.0-2
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inline-snapshot  
* Building wheel...
Successfully built inline_snapshot-0.14.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot  
* Building wheel...
Successfully built inline_snapshot-0.14.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
"installer" module
PYTHONPATH=`dirname $(find .pybuild/ -type d -name "inline_snapshot*dist-info" 
| head -n1)` \
    python3 -m mkdocs build -v --site-dir=html
DEBUG   -  Loading configuration file: /<<PKGBUILDDIR>>/mkdocs.yml
DEBUG   -  Loaded theme configuration for 'material' from 
'/usr/lib/python3/dist-packages/material/templates/mkdocs_theme.yml': 
{'language': 'en', 'direction': None, 'features': [], 'font': {'text': 
'Roboto', 'code': 'Roboto Mono'}, 'icon': None, 'favicon': 
'assets/images/favicon.png', 'static_templates': ['404.html']}
DEBUG   -  Config value 'config_file_path' = '/<<PKGBUILDDIR>>/mkdocs.yml'
DEBUG   -  Config value 'site_name' = 'inline-snapshot'
DEBUG   -  Config value 'nav' = [{'Introduction': 'index.md'}, {'Core': [{'x == 
snapshot()': 'eq_snapshot.md'}, {'x <= snapshot()': 'cmp_snapshot.md'}, {'x in 
snapshot()': 'in_snapshot.md'}, {'snapshot()[key]': 'getitem_snapshot.md'}, 
{'outsource(data)': 'outsource.md'}, {'@customize_repr': 'customize_repr.md'}, 
{'types': 'types.md'}]}, {'Extensions': [{'first-party (extra)': 'extra.md'}, 
{'third-party': 'third_party.md'}]}, {'pytest integration': 'pytest.md'}, 
{'Categories': 'categories.md'}, {'Configuration': 'configuration.md'}, {'Code 
generation': 'code_generation.md'}, {'Testing': 'testing.md'}, {'Limitations': 
'limitations.md'}, {'Contributing': 'contributing.md'}, {'Changelog': 
'changelog.md'}]
DEBUG   -  Config value 'pages' = None
DEBUG   -  Config value 'exclude_docs' = None
DEBUG   -  Config value 'not_in_nav' = None
DEBUG   -  Config value 'site_url' = 
'https://15r10nk.github.io/inline-snapshot/'
DEBUG   -  Config value 'site_description' = None
DEBUG   -  Config value 'site_author' = None
DEBUG   -  Config value 'theme' = Theme(name='material', 
dirs=['/<<PKGBUILDDIR>>/docs/theme', 
'/usr/lib/python3/dist-packages/material/templates', 
'/usr/lib/python3/dist-packages/mkdocs/templates'], 
static_templates={'sitemap.xml', '404.html'}, name='material', 
locale=Locale('en'), language='en', direction=None, features=['toc.follow', 
'content.code.annotate'], font={'text': 'Roboto', 'code': 'Roboto Mono'}, 
icon=None, favicon='assets/images/favicon.png', palette=[{'media': 
'(prefers-color-scheme)'}, {'scheme': 'default', 'media': 
'(prefers-color-scheme: light)', 'primary': 'teal'}, {'scheme': 'slate', 
'media': '(prefers-color-scheme: dark)', 'primary': 'teal'}])
DEBUG   -  Config value 'docs_dir' = '/<<PKGBUILDDIR>>/docs'
DEBUG   -  Config value 'site_dir' = '/<<PKGBUILDDIR>>/html'
DEBUG   -  Config value 'copyright' = None
DEBUG   -  Config value 'google_analytics' = None
DEBUG   -  Config value 'dev_addr' = _IpAddressValue(host='127.0.0.1', 
port=8000)
DEBUG   -  Config value 'use_directory_urls' = False
DEBUG   -  Config value 'repo_url' = 
'https://github.com/15r10nk/inline-snapshot/'
DEBUG   -  Config value 'repo_name' = 'GitHub'
DEBUG   -  Config value 'edit_uri_template' = None
DEBUG   -  Config value 'edit_uri' = 'edit/main/docs/'
DEBUG   -  Config value 'extra_css' = []
DEBUG   -  Config value 'extra_javascript' = []
DEBUG   -  Config value 'extra_templates' = []
DEBUG   -  Config value 'markdown_extensions' = ['toc', 'tables', 
'fenced_code', 'admonition', 'pymdownx.highlight', 'pymdownx.inlinehilite', 
'pymdownx.snippets', 'pymdownx.superfences', 'pymdownx.details', 
'pymdownx.tabbed']
DEBUG   -  Config value 'mdx_configs' = {'toc': {'permalink': True}, 
'pymdownx.highlight': {'anchor_linenums': True}, 'pymdownx.snippets': 
{'check_paths': True}, 'pymdownx.tabbed': {'alternate_style': True}}
DEBUG   -  Config value 'strict' = False
DEBUG   -  Config value 'remote_branch' = 'gh-pages'
DEBUG   -  Config value 'remote_name' = 'origin'
DEBUG   -  Config value 'extra' = {'social': [{'icon': 
'fontawesome/brands/x-twitter', 'link': 'https://x.com/15r10nk'}, {'icon': 
'fontawesome/brands/mastodon', 'link': 'https://fosstodon.org/@15r10nk'}]}
DEBUG   -  Config value 'plugins' = {'mkdocstrings': 
<mkdocstrings.plugin.MkdocstringsPlugin object at 0x7f8499a6ff20>, 
'material/search': <material.plugins.search.plugin.SearchPlugin object at 
0x7f8498d54e30>, 'markdown-exec': 
<markdown_exec.mkdocs_plugin.MarkdownExecPlugin object at 0x7f8498d54ec0>}
DEBUG   -  Config value 'hooks' = {}
DEBUG   -  Config value 'watch' = ['/<<PKGBUILDDIR>>/CONTRIBUTING.md', 
'/<<PKGBUILDDIR>>/CHANGELOG.md', '/<<PKGBUILDDIR>>/README.md', 
'/<<PKGBUILDDIR>>/src/inline_snapshot']
DEBUG   -  Config value 'validation' = {'nav': {'omitted_files': 20, 
'not_found': 30, 'absolute_links': 20}, 'links': {'not_found': 30, 
'absolute_links': 20, 'unrecognized_links': 20}}
DEBUG   -  Running 1 `startup` events
DEBUG   -  Running 3 `config` events
DEBUG   -  mkdocstrings: Adding extension to the list
DEBUG   -  mkdocstrings: Added a subdued autorefs instance 
<mkdocs_autorefs.plugin.AutorefsPlugin object at 0x7f84990dc0b0>
DEBUG   -  Looking for translations for locale 'en'
DEBUG   -  No translations found here: 
'/usr/lib/python3/dist-packages/mkdocs/templates/locales'
DEBUG   -  No translations found here: 
'/usr/lib/python3/dist-packages/material/templates/locales'
DEBUG   -  No translations found here: '/<<PKGBUILDDIR>>/docs/theme/locales'
DEBUG   -  Looking for translations for locale 'en'
DEBUG   -  No translations found here: 
'/usr/lib/python3/dist-packages/mkdocs/templates/locales'
DEBUG   -  No translations found here: 
'/usr/lib/python3/dist-packages/material/templates/locales'
DEBUG   -  No translations found here: '/<<PKGBUILDDIR>>/docs/theme/locales'
DEBUG   -  Looking for translations for locale 'en'
DEBUG   -  No translations found here: 
'/usr/lib/python3/dist-packages/mkdocs/templates/locales'
DEBUG   -  No translations found here: 
'/usr/lib/python3/dist-packages/material/templates/locales'
DEBUG   -  No translations found here: '/<<PKGBUILDDIR>>/docs/theme/locales'
DEBUG   -  mkdocs_autorefs: Adding AutorefsExtension to the list
INFO    -  Cleaning site directory
INFO    -  Building documentation to directory: /<<PKGBUILDDIR>>/html
DEBUG   -  Looking for translations for locale 'en'
DEBUG   -  No translations found here: 
'/usr/lib/python3/dist-packages/mkdocs/templates/locales'
DEBUG   -  No translations found here: 
'/usr/lib/python3/dist-packages/material/templates/locales'
DEBUG   -  No translations found here: '/<<PKGBUILDDIR>>/docs/theme/locales'
DEBUG   -  Reading markdown pages.
DEBUG   -  Reading: index.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: categories.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: changelog.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: cmp_snapshot.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: code_generation.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: configuration.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: contributing.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: customize_repr.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: eq_snapshot.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: extra.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  mkdocstrings: Matched '::: inline_snapshot.extra'
DEBUG   -  mkdocstrings: Using handler 'python'
DEBUG   -  mkdocstrings: Collecting data
DEBUG   -  griffe: Searching path(s) for inline_snapshot
DEBUG   -  griffe: Found inline_snapshot: loading
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/__init__.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/_rewrite_code.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/_find_external.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/_code_repr.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/_format.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/_external.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/pytest_plugin.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/_exceptions.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/_config.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/extra.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/_change.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/_utils.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/_inline_snapshot.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/_align.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/_types.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/_sentinels.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/testing/__init__.py
DEBUG   -  griffe: Loading path 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/inline_snapshot/testing/_example.py
DEBUG   -  griffe: Handling dataclass: 
inline_snapshot._rewrite_code.SourcePosition
DEBUG   -  griffe: Handling dataclass: inline_snapshot._rewrite_code.SourceRange
DEBUG   -  griffe: Handling dataclass: inline_snapshot._rewrite_code.Replacement
DEBUG   -  griffe: Base class Exception is not loaded, or not static, it cannot 
be resolved
DEBUG   -  griffe: Base class abc.ABC is not loaded, or not static, it cannot 
be resolved
DEBUG   -  griffe: Base class abc.ABC is not loaded, or not static, it cannot 
be resolved
DEBUG   -  griffe: Base class abc.ABC is not loaded, or not static, it cannot 
be resolved
DEBUG   -  griffe: Base class Exception is not loaded, or not static, it cannot 
be resolved
DEBUG   -  griffe: Base class Exception is not loaded, or not static, it cannot 
be resolved
DEBUG   -  griffe: Handling dataclass: inline_snapshot._config.Config
DEBUG   -  griffe: Handling dataclass: inline_snapshot._change.Change
DEBUG   -  griffe: Handling dataclass: inline_snapshot._change.Delete
DEBUG   -  griffe: Handling dataclass: inline_snapshot._change.AddArgument
DEBUG   -  griffe: Handling dataclass: inline_snapshot._change.ListInsert
DEBUG   -  griffe: Handling dataclass: inline_snapshot._change.DictInsert
DEBUG   -  griffe: Handling dataclass: inline_snapshot._change.Replace
DEBUG   -  griffe: Handling dataclass: inline_snapshot._change.CallArg
DEBUG   -  griffe: Base class collections.namedtuple is not loaded, or not 
static, it cannot be resolved
DEBUG   -  griffe: Base class Exception is not loaded, or not static, it cannot 
be resolved
DEBUG   -  griffe: Base class Warning is not loaded, or not static, it cannot 
be resolved
DEBUG   -  griffe: Base class typing.Generic is not loaded, or not static, it 
cannot be resolved
DEBUG   -  griffe: Iteration 1 finished, {len(resolved)} aliases resolved, 
still {len(unresolved)} to go
DEBUG   -  mkdocstrings: Updating handler's rendering env
DEBUG   -  mkdocstrings: Rendering templates
DEBUG   -  mkdocstrings_handlers: python/templates/material/module.html.jinja: 
Rendering inline_snapshot.extra
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring.html.jinja: Rendering docstring
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/children.html.jinja: Rendering children of 
inline_snapshot.extra
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/function.html.jinja: Rendering 
inline_snapshot.extra.prints
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/signature.html.jinja: Rendering signature
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring.html.jinja: Rendering docstring
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring/parameters.html.jinja: Rendering parameters 
section
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/function.html.jinja: Rendering 
inline_snapshot.extra.raises
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/signature.html.jinja: Rendering signature
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring.html.jinja: Rendering docstring
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring/parameters.html.jinja: Rendering parameters 
section
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: getitem_snapshot.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: in_snapshot.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: limitations.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: outsource.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  mkdocstrings: Matched '::: inline_snapshot.outsource'
DEBUG   -  mkdocstrings: Using handler 'python'
DEBUG   -  mkdocstrings: Collecting data
DEBUG   -  mkdocstrings: Updating handler's rendering env
DEBUG   -  mkdocstrings: Rendering templates
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/function.html.jinja: Rendering 
inline_snapshot.outsource
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/signature.html.jinja: Rendering signature
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring.html.jinja: Rendering docstring
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring/parameters.html.jinja: Rendering parameters 
section
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring/returns.html.jinja: Rendering returns 
section
DEBUG   -  mkdocstrings: Matched '::: inline_snapshot.external'
DEBUG   -  mkdocstrings: Using handler 'python'
DEBUG   -  mkdocstrings: Collecting data
DEBUG   -  mkdocstrings: Rendering templates
DEBUG   -  mkdocstrings_handlers: python/templates/material/class.html.jinja: 
Rendering inline_snapshot.external
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/children.html.jinja: Rendering children of 
inline_snapshot.external
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/function.html.jinja: Rendering 
inline_snapshot.external.__eq__
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/signature.html.jinja: Rendering signature
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring.html.jinja: Rendering docstring
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/function.html.jinja: Rendering 
inline_snapshot.external.__init__
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/signature.html.jinja: Rendering signature
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring.html.jinja: Rendering docstring
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring/parameters.html.jinja: Rendering parameters 
section
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/function.html.jinja: Rendering 
inline_snapshot.external.__repr__
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/signature.html.jinja: Rendering signature
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring.html.jinja: Rendering docstring
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: pytest.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: testing.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  mkdocstrings: Matched '::: inline_snapshot.testing.Example'
DEBUG   -  mkdocstrings: Using handler 'python'
DEBUG   -  mkdocstrings: Collecting data
DEBUG   -  mkdocstrings: Updating handler's rendering env
DEBUG   -  mkdocstrings: Rendering templates
DEBUG   -  mkdocstrings_handlers: python/templates/material/class.html.jinja: 
Rendering inline_snapshot.testing.Example
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/children.html.jinja: Rendering children of 
inline_snapshot.testing.Example
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/function.html.jinja: Rendering 
inline_snapshot.testing.Example.__init__
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/signature.html.jinja: Rendering signature
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring.html.jinja: Rendering docstring
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring/parameters.html.jinja: Rendering parameters 
section
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/function.html.jinja: Rendering 
inline_snapshot.testing.Example.run_inline
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/signature.html.jinja: Rendering signature
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring.html.jinja: Rendering docstring
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring/parameters.html.jinja: Rendering parameters 
section
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring/returns.html.jinja: Rendering returns 
section
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/function.html.jinja: Rendering 
inline_snapshot.testing.Example.run_pytest
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/signature.html.jinja: Rendering signature
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring.html.jinja: Rendering docstring
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring/parameters.html.jinja: Rendering parameters 
section
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring/returns.html.jinja: Rendering returns 
section
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: third_party.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Reading: types.md
DEBUG   -  Running 1 `page_markdown` events
DEBUG   -  mkdocstrings: Matched '::: inline_snapshot'
DEBUG   -  mkdocstrings: Using handler 'python'
DEBUG   -  mkdocstrings: Collecting data
DEBUG   -  mkdocstrings: Updating handler's rendering env
DEBUG   -  mkdocstrings: Rendering templates
DEBUG   -  mkdocstrings_handlers: python/templates/material/module.html.jinja: 
Rendering inline_snapshot
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/children.html.jinja: Rendering children of 
inline_snapshot
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/attribute.html.jinja: Rendering 
inline_snapshot.Category
DEBUG   -  mkdocstrings_handlers: python/templates/material/labels.html.jinja: 
Rendering labels
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring.html.jinja: Rendering docstring
DEBUG   -  mkdocstrings_handlers: python/templates/material/class.html.jinja: 
Rendering inline_snapshot.Snapshot
DEBUG   -  mkdocstrings_handlers: 
python/templates/material/docstring.html.jinja: Rendering docstring
DEBUG   -  Running 1 `page_content` events
DEBUG   -  Running 2 `env` events
DEBUG   -  mkdocstrings: Creating inventory file objects.inv
DEBUG   -  Copying static assets.
DEBUG   -  Copying media file: 'assets/logo.svg'
DEBUG   -  Copying media file: 'assets/logo_orig.svg'
DEBUG   -  Copying media file: 'assets/sponsors/pydantic.png'
DEBUG   -  Copying media file: 'plugins/pyproject.toml'
DEBUG   -  Copying media file: 'plugins/replace_url.py'
DEBUG   -  Copying media file: 'theme/main.html'
DEBUG   -  Copying media file: 'assets/images/favicon.png'
DEBUG   -  Copying media file: 'assets/javascripts/bundle.3220b9d7.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/bundle.3220b9d7.min.js.map'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.ar.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.da.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.de.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.du.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.el.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.es.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.fi.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.fr.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.he.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.hi.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.hu.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.hy.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.it.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.ja.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.jp.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.kn.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.ko.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.multi.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.nl.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.no.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.pt.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.ro.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.ru.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.sa.min.js'
DEBUG   -  Copying media file: 
'assets/javascripts/lunr/min/lunr.stemmer.support.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.sv.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.ta.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.te.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.th.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.tr.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.vi.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/min/lunr.zh.min.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/tinyseg.js'
DEBUG   -  Copying media file: 'assets/javascripts/lunr/wordcut.js'
DEBUG   -  Copying media file: 
'assets/javascripts/workers/search.b8dbb3d2.min.js'
DEBUG   -  Copying media file: 
'assets/javascripts/workers/search.b8dbb3d2.min.js.map'
DEBUG   -  Copying media file: 'assets/stylesheets/main.66ac8b77.min.css'
DEBUG   -  Copying media file: 'assets/stylesheets/main.66ac8b77.min.css.map'
DEBUG   -  Copying media file: 'assets/stylesheets/palette.06af60db.min.css'
DEBUG   -  Copying media file: 'assets/stylesheets/palette.06af60db.min.css.map'
DEBUG   -  Building theme template: sitemap.xml
DEBUG   -  Gzipping template: sitemap.xml
DEBUG   -  Building theme template: 404.html
DEBUG   -  Building markdown pages.
DEBUG   -  Building page index.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page index.md
DEBUG   -  Building page categories.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page categories.md
DEBUG   -  Building page changelog.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page changelog.md
DEBUG   -  Building page cmp_snapshot.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page cmp_snapshot.md
DEBUG   -  Building page code_generation.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page code_generation.md
DEBUG   -  Building page configuration.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page configuration.md
DEBUG   -  Building page contributing.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page contributing.md
DEBUG   -  Building page customize_repr.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page customize_repr.md
DEBUG   -  Building page eq_snapshot.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page eq_snapshot.md
DEBUG   -  Building page extra.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page extra.md
DEBUG   -  Building page getitem_snapshot.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page getitem_snapshot.md
DEBUG   -  Building page in_snapshot.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page in_snapshot.md
DEBUG   -  Building page limitations.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page limitations.md
DEBUG   -  Building page outsource.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page outsource.md
DEBUG   -  Building page pytest.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page pytest.md
DEBUG   -  Building page testing.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page testing.md
DEBUG   -  Building page third_party.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page third_party.md
DEBUG   -  Building page types.md
DEBUG   -  Running 1 `page_context` events
DEBUG   -  Running 1 `post_page` events
DEBUG   -  mkdocs_autorefs: Fixing references in page types.md
DEBUG   -  Running 3 `post_build` events
DEBUG   -  mkdocstrings: Tearing handlers down
INFO    -  Documentation built in 2.80 seconds
rm -f html/requirements.* html/sitemap.xml.gz
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inline-snapshot/build; python3.13 -m 
pytest "-k not test_diskstorage and not test_empty_sub_snapshot and not 
test_outsource and not test_sub_snapshot and not test_typing and not test_xdist 
and not test_xdist_and_disable and not test_xdist_disabled "
============================= test session starts ==============================
platform linux -- Python 3.13.1, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inline-snapshot/build
configfile: pyproject.toml
plugins: inline-snapshot-0.14.0, pytest_freezer-0.4.9, time-machine-2.14.1, 
typeguard-4.4.1, subtests-0.13.1, hypothesis-6.122.1
collected 344 items / 9 deselected / 335 selected

tests/test_align.py .                                                    [  0%]
tests/test_code_repr.py ....................................             [ 11%]
tests/test_config.py ...                                                 [ 11%]
tests/test_docs.py s                                                     [ 12%]
tests/test_example.py .                                                  [ 12%]
tests/test_external.py ................                                  [ 17%]
tests/test_hasrepr.py .                                                  [ 17%]
tests/test_inline_snapshot.py ..,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,.,,,,,,,,, [ 18%]
,,,,,,,,,,,,,,,,,,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,. [ 21%]
,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,, [ 26%]
,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,, [ 30%]
.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,., [ 34%]
,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,, [ 39%]
,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,. [ 43%]
,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,, [ 47%]
,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,.,,.,,,.,,.,,.,,.,,,.,,.,,. [ 52%]
,,.,,,.,,.,,.,,.,,.,,.,,.,,,.,,.,,.,,.,,,.,,.,,.,,.,,,.,,.,,.,,.,,.,,,., [ 59%]
,.,,.,,.,,,.,,.,,.,,.,,,.,,.,,.,,.,,,.,,.,,.,,.,,,.,,.,,.,,.,,.,,.,,.,,, [ 66%]
.,,.,,.,,.,,,.,,.,,.,,.,,.,,.,,,.,,.,,.,,.,,,.,,.,,.,,.,,.,,,.,,.,,.,,., [ 73%]
,,.,,.,,.,,.,,,.,,.,,.,,.,,.,,.,,.,,,.,,.,,.,,.,,.,,.,,,.,,.,,.,,.,,.,,, [ 79%]
.,,.,,.,,.,,.,,.,,............................                           [ 89%]
tests/test_preserve_values.py ..........,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, [ 92%]
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, [ 92%]
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, [ 92%]
,,,,,,,,,,,,,,,,.                                                        [ 92%]
tests/test_pydantic.py .                                                 [ 93%]
tests/test_pypy.py .                                                     [ 93%]
tests/test_pytest_plugin.py ...FE.FE.............                        [ 99%]
tests/test_raises.py .                                                   [ 99%]
tests/test_rewrite_code.py ..                                            [100%]

==================================== ERRORS ====================================
_______________________ ERROR at teardown of test_update _______________________
some snapshots in this test have incorrect values.
----------------------------- Captured stdout call -----------------------------
write code:
# äöß 🐍
from inline_snapshot import snapshot
from inline_snapshot import outsource


def test_a():
    assert "5" == snapshot('''5''')

running: pytest
     in: /tmp/pytest-of-buildd/pytest-0/test_update0
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /tmp/pytest-of-buildd/pytest-0/test_update0
plugins: inline-snapshot-0.14.0, pytest_freezer-0.4.9, time-machine-2.14.1, 
typeguard-4.4.1, subtests-0.13.1, hypothesis-6.122.1
collected 1 item

test_file.py .                                                           [100%]
=============================== inline snapshot ================================
Info: one snapshot changed its representation (--inline-snapshot=update)

You can also use --inline-snapshot=review to approve the changes interactively

============================== 1 passed in 0.14s ===============================
______________________ ERROR at teardown of test_multiple ______________________
some snapshots in this test have incorrect values.
----------------------------- Captured stdout call -----------------------------
write code:
# äöß 🐍
from inline_snapshot import snapshot
from inline_snapshot import outsource


def test_a():
    assert "5" == snapshot('''5''')
    assert 5 <= snapshot(8)
    assert 5 == snapshot(4)

running: pytest
     in: /tmp/pytest-of-buildd/pytest-0/test_multiple0
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /tmp/pytest-of-buildd/pytest-0/test_multiple0
plugins: inline-snapshot-0.14.0, pytest_freezer-0.4.9, time-machine-2.14.1, 
typeguard-4.4.1, subtests-0.13.1, hypothesis-6.122.1
collected 1 item

test_file.py FE                                                          [100%]

==================================== ERRORS ====================================
_________________________ ERROR at teardown of test_a __________________________
some snapshots in this test have incorrect values.
=================================== FAILURES ===================================
____________________________________ test_a ____________________________________

    def test_a():
        assert "5" == snapshot('''5''')
        assert 5 <= snapshot(8)
>       assert 5 == snapshot(4)
E       assert 5 == 4
E        +  where 4 = snapshot(4)

test_file.py:9: AssertionError
=============================== inline snapshot ================================
Error: one snapshot has incorrect values (--inline-snapshot=fix)
Info: one snapshot can be trimmed (--inline-snapshot=trim)
Info: one snapshot changed its representation (--inline-snapshot=update)

You can also use --inline-snapshot=review to approve the changes interactively
=========================== short test summary info ============================
FAILED test_file.py::test_a - assert 5 == 4
ERROR test_file.py::test_a - Failed: some snapshots in this test have incorre...
========================== 1 failed, 1 error in 0.14s ==========================
=================================== FAILURES ===================================
_________________________________ test_update __________________________________

project = <tests.conftest.project.<locals>.Project object at 0x7fdcdf466900>

    def test_update(project):
        project.setup(
            """\
    def test_a():
        assert "5" == snapshot('''5''')
    """
        )
    
        result = project.run()
    
        result.assert_outcomes(passed=1)
    
>       assert result.report == snapshot("")
E       AssertionError: assert 'Info: one sn...teractively\n' == ''
E         
E         + Info: one snapshot changed its representation 
(--inline-snapshot=update)
E         + You can also use --inline-snapshot=review to approve the changes 
interactively

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inline-snapshot/build/tests/test_pytest_plugin.py:118:
 AssertionError
----------------------------- Captured stdout call -----------------------------
write code:
# äöß 🐍
from inline_snapshot import snapshot
from inline_snapshot import outsource


def test_a():
    assert "5" == snapshot('''5''')

running: pytest
     in: /tmp/pytest-of-buildd/pytest-0/test_update0
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /tmp/pytest-of-buildd/pytest-0/test_update0
plugins: inline-snapshot-0.14.0, pytest_freezer-0.4.9, time-machine-2.14.1, 
typeguard-4.4.1, subtests-0.13.1, hypothesis-6.122.1
collected 1 item

test_file.py .                                                           [100%]
=============================== inline snapshot ================================
Info: one snapshot changed its representation (--inline-snapshot=update)

You can also use --inline-snapshot=review to approve the changes interactively

============================== 1 passed in 0.14s ===============================
________________________________ test_multiple _________________________________

project = <tests.conftest.project.<locals>.Project object at 0x7fdcdf494830>

    def test_multiple(project):
        project.setup(
            """\
    def test_a():
        assert "5" == snapshot('''5''')
        assert 5 <= snapshot(8)
        assert 5 == snapshot(4)
    """
        )
    
        result = project.run()
    
        result.assert_outcomes(failed=1, errors=1)
    
>       assert result.report == snapshot(
            """\
    Error: one snapshot has incorrect values (--inline-snapshot=fix)
    Info: one snapshot can be trimmed (--inline-snapshot=trim)
    You can also use --inline-snapshot=review to approve the changes 
interactively
    """
        )
E       AssertionError: assert 'Error: one s...teractively\n' == 'Error: one 
s...teractively\n'
E         
E         Skipping 114 identical leading characters in diff, use -v to show
E           hot=trim)
E         + Info: one snapshot changed its representation 
(--inline-snapshot=update)
E           You can also use --inline-snapshot=review to approve the changes 
interactively

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inline-snapshot/build/tests/test_pytest_plugin.py:205:
 AssertionError
----------------------------- Captured stdout call -----------------------------
write code:
# äöß 🐍
from inline_snapshot import snapshot
from inline_snapshot import outsource


def test_a():
    assert "5" == snapshot('''5''')
    assert 5 <= snapshot(8)
    assert 5 == snapshot(4)

running: pytest
     in: /tmp/pytest-of-buildd/pytest-0/test_multiple0
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /tmp/pytest-of-buildd/pytest-0/test_multiple0
plugins: inline-snapshot-0.14.0, pytest_freezer-0.4.9, time-machine-2.14.1, 
typeguard-4.4.1, subtests-0.13.1, hypothesis-6.122.1
collected 1 item

test_file.py FE                                                          [100%]

==================================== ERRORS ====================================
_________________________ ERROR at teardown of test_a __________________________
some snapshots in this test have incorrect values.
=================================== FAILURES ===================================
____________________________________ test_a ____________________________________

    def test_a():
        assert "5" == snapshot('''5''')
        assert 5 <= snapshot(8)
>       assert 5 == snapshot(4)
E       assert 5 == 4
E        +  where 4 = snapshot(4)

test_file.py:9: AssertionError
=============================== inline snapshot ================================
Error: one snapshot has incorrect values (--inline-snapshot=fix)
Info: one snapshot can be trimmed (--inline-snapshot=trim)
Info: one snapshot changed its representation (--inline-snapshot=update)

You can also use --inline-snapshot=review to approve the changes interactively
=========================== short test summary info ============================
FAILED test_file.py::test_a - assert 5 == 4
ERROR test_file.py::test_a - Failed: some snapshots in this test have incorre...
========================== 1 failed, 1 error in 0.14s ==========================
=============================== warnings summary ===============================
tests/test_inline_snapshot.py:21
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inline-snapshot/build/tests/test_inline_snapshot.py:21:
 PytestUnknownMarkWarning: Unknown pytest.mark.no_rewriting - is this a typo?  
You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.no_rewriting

tests/test_inline_snapshot.py:28
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inline-snapshot/build/tests/test_inline_snapshot.py:28:
 PytestUnknownMarkWarning: Unknown pytest.mark.no_rewriting - is this a typo?  
You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.no_rewriting

tests/test_pypy.py:8
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inline-snapshot/build/tests/test_pypy.py:8:
 PytestUnknownMarkWarning: Unknown pytest.mark.no_rewriting - is this a typo?  
You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.no_rewriting

tests/test_pytest_plugin.py:253
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inline-snapshot/build/tests/test_pytest_plugin.py:253:
 PytestUnknownMarkWarning: Unknown pytest.mark.no_rewriting - is this a typo?  
You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.no_rewriting

tests/test_pytest_plugin.py:479
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inline-snapshot/build/tests/test_pytest_plugin.py:479:
 PytestUnknownMarkWarning: Unknown pytest.mark.no_rewriting - is this a typo?  
You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.no_rewriting

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=============================== inline snapshot ================================
Error: one snapshot has incorrect values (--inline-snapshot=fix)

You can also use --inline-snapshot=review to approve the changes interactively
=========================== short test summary info ============================
FAILED tests/test_pytest_plugin.py::test_update - AssertionError: assert 'Inf...
FAILED tests/test_pytest_plugin.py::test_multiple - AssertionError: assert 'E...
ERROR tests/test_pytest_plugin.py::test_update - Failed: some snapshots in th...
ERROR tests/test_pytest_plugin.py::test_multiple - Failed: some snapshots in ...
= 2 failed, 332 passed, 1 skipped, 9 deselected, 5 warnings, 2 errors, 903 
subtests passed in 36.79s =
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inline-snapshot/build; python3.13 -m 
pytest "-k not test_diskstorage and not test_empty_sub_snapshot and not 
test_outsource and not test_sub_snapshot and not test_typing and not test_xdist 
and not test_xdist_and_disable and not test_xdist_disabled "
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build; python3.12 -m 
pytest "-k not test_diskstorage and not test_empty_sub_snapshot and not 
test_outsource and not test_sub_snapshot and not test_typing and not test_xdist 
and not test_xdist_and_disable and not test_xdist_disabled "
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build
configfile: pyproject.toml
plugins: inline-snapshot-0.14.0, pytest_freezer-0.4.9, time-machine-2.14.1, 
typeguard-4.4.1, subtests-0.13.1, hypothesis-6.122.1
collected 344 items / 9 deselected / 335 selected

tests/test_align.py .                                                    [  0%]
tests/test_code_repr.py ....................................             [ 11%]
tests/test_config.py ...                                                 [ 11%]
tests/test_docs.py s                                                     [ 12%]
tests/test_example.py .                                                  [ 12%]
tests/test_external.py ................                                  [ 17%]
tests/test_hasrepr.py .                                                  [ 17%]
tests/test_inline_snapshot.py ..,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,.,,,,,,,,, [ 18%]
,,,,,,,,,,,,,,,,,,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,. [ 21%]
,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,, [ 26%]
,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,, [ 30%]
.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,., [ 34%]
,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,, [ 39%]
,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,. [ 43%]
,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,, [ 47%]
,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,,,.,,.,,.,,,.,,.,,.,,.,,,.,,.,,. [ 52%]
,,.,,,.,,.,,.,,.,,.,,.,,.,,,.,,.,,.,,.,,,.,,.,,.,,.,,,.,,.,,.,,.,,.,,,., [ 59%]
,.,,.,,.,,,.,,.,,.,,.,,,.,,.,,.,,.,,,.,,.,,.,,.,,,.,,.,,.,,.,,.,,.,,.,,, [ 66%]
.,,.,,.,,.,,,.,,.,,.,,.,,.,,.,,,.,,.,,.,,.,,,.,,.,,.,,.,,.,,,.,,.,,.,,., [ 73%]
,,.,,.,,.,,.,,,.,,.,,.,,.,,.,,.,,.,,,.,,.,,.,,.,,.,,.,,,.,,.,,.,,.,,.,,, [ 79%]
.,,.,,.,,.,,.,,.,,............................                           [ 89%]
tests/test_preserve_values.py ..........,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, [ 92%]
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, [ 92%]
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, [ 92%]
,,,,,,,,,,,,,,,,.                                                        [ 92%]
tests/test_pydantic.py .                                                 [ 93%]
tests/test_pypy.py .                                                     [ 93%]
tests/test_pytest_plugin.py ...FE.FE.............                        [ 99%]
tests/test_raises.py .                                                   [ 99%]
tests/test_rewrite_code.py ..                                            [100%]

==================================== ERRORS ====================================
_______________________ ERROR at teardown of test_update _______________________
some snapshots in this test have incorrect values.
----------------------------- Captured stdout call -----------------------------
write code:
# äöß 🐍
from inline_snapshot import snapshot
from inline_snapshot import outsource


def test_a():
    assert "5" == snapshot('''5''')

running: pytest
     in: /tmp/pytest-of-buildd/pytest-1/test_update0
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /tmp/pytest-of-buildd/pytest-1/test_update0
plugins: inline-snapshot-0.14.0, pytest_freezer-0.4.9, time-machine-2.14.1, 
typeguard-4.4.1, subtests-0.13.1, hypothesis-6.122.1
collected 1 item

test_file.py .                                                           [100%]
=============================== inline snapshot ================================
Info: one snapshot changed its representation (--inline-snapshot=update)

You can also use --inline-snapshot=review to approve the changes interactively

============================== 1 passed in 0.13s ===============================
______________________ ERROR at teardown of test_multiple ______________________
some snapshots in this test have incorrect values.
----------------------------- Captured stdout call -----------------------------
write code:
# äöß 🐍
from inline_snapshot import snapshot
from inline_snapshot import outsource


def test_a():
    assert "5" == snapshot('''5''')
    assert 5 <= snapshot(8)
    assert 5 == snapshot(4)

running: pytest
     in: /tmp/pytest-of-buildd/pytest-1/test_multiple0
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /tmp/pytest-of-buildd/pytest-1/test_multiple0
plugins: inline-snapshot-0.14.0, pytest_freezer-0.4.9, time-machine-2.14.1, 
typeguard-4.4.1, subtests-0.13.1, hypothesis-6.122.1
collected 1 item

test_file.py FE                                                          [100%]

==================================== ERRORS ====================================
_________________________ ERROR at teardown of test_a __________________________
some snapshots in this test have incorrect values.
=================================== FAILURES ===================================
____________________________________ test_a ____________________________________

    def test_a():
        assert "5" == snapshot('''5''')
        assert 5 <= snapshot(8)
>       assert 5 == snapshot(4)
E       assert 5 == 4
E        +  where 4 = snapshot(4)

test_file.py:9: AssertionError
=============================== inline snapshot ================================
Error: one snapshot has incorrect values (--inline-snapshot=fix)
Info: one snapshot can be trimmed (--inline-snapshot=trim)
Info: one snapshot changed its representation (--inline-snapshot=update)

You can also use --inline-snapshot=review to approve the changes interactively
=========================== short test summary info ============================
FAILED test_file.py::test_a - assert 5 == 4
ERROR test_file.py::test_a - Failed: some snapshots in this test have incorre...
========================== 1 failed, 1 error in 0.14s ==========================
=================================== FAILURES ===================================
_________________________________ test_update __________________________________

project = <tests.conftest.project.<locals>.Project object at 0x7ffbf0425040>

    def test_update(project):
        project.setup(
            """\
    def test_a():
        assert "5" == snapshot('''5''')
    """
        )
    
        result = project.run()
    
        result.assert_outcomes(passed=1)
    
>       assert result.report == snapshot("")
E       AssertionError: assert 'Info: one sn...teractively\n' == ''
E         
E         + Info: one snapshot changed its representation 
(--inline-snapshot=update)
E         + You can also use --inline-snapshot=review to approve the changes 
interactively

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/tests/test_pytest_plugin.py:118:
 AssertionError
----------------------------- Captured stdout call -----------------------------
write code:
# äöß 🐍
from inline_snapshot import snapshot
from inline_snapshot import outsource


def test_a():
    assert "5" == snapshot('''5''')

running: pytest
     in: /tmp/pytest-of-buildd/pytest-1/test_update0
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /tmp/pytest-of-buildd/pytest-1/test_update0
plugins: inline-snapshot-0.14.0, pytest_freezer-0.4.9, time-machine-2.14.1, 
typeguard-4.4.1, subtests-0.13.1, hypothesis-6.122.1
collected 1 item

test_file.py .                                                           [100%]
=============================== inline snapshot ================================
Info: one snapshot changed its representation (--inline-snapshot=update)

You can also use --inline-snapshot=review to approve the changes interactively

============================== 1 passed in 0.13s ===============================
________________________________ test_multiple _________________________________

project = <tests.conftest.project.<locals>.Project object at 0x7ffbf0425fa0>

    def test_multiple(project):
        project.setup(
            """\
    def test_a():
        assert "5" == snapshot('''5''')
        assert 5 <= snapshot(8)
        assert 5 == snapshot(4)
    """
        )
    
        result = project.run()
    
        result.assert_outcomes(failed=1, errors=1)
    
>       assert result.report == snapshot(
            """\
    Error: one snapshot has incorrect values (--inline-snapshot=fix)
    Info: one snapshot can be trimmed (--inline-snapshot=trim)
    You can also use --inline-snapshot=review to approve the changes 
interactively
    """
        )
E       AssertionError: assert 'Error: one s...teractively\n' == 'Error: one 
s...teractively\n'
E         
E         Skipping 114 identical leading characters in diff, use -v to show
E           hot=trim)
E         + Info: one snapshot changed its representation 
(--inline-snapshot=update)
E           You can also use --inline-snapshot=review to approve the changes 
interactively

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/tests/test_pytest_plugin.py:205:
 AssertionError
----------------------------- Captured stdout call -----------------------------
write code:
# äöß 🐍
from inline_snapshot import snapshot
from inline_snapshot import outsource


def test_a():
    assert "5" == snapshot('''5''')
    assert 5 <= snapshot(8)
    assert 5 == snapshot(4)

running: pytest
     in: /tmp/pytest-of-buildd/pytest-1/test_multiple0
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /tmp/pytest-of-buildd/pytest-1/test_multiple0
plugins: inline-snapshot-0.14.0, pytest_freezer-0.4.9, time-machine-2.14.1, 
typeguard-4.4.1, subtests-0.13.1, hypothesis-6.122.1
collected 1 item

test_file.py FE                                                          [100%]

==================================== ERRORS ====================================
_________________________ ERROR at teardown of test_a __________________________
some snapshots in this test have incorrect values.
=================================== FAILURES ===================================
____________________________________ test_a ____________________________________

    def test_a():
        assert "5" == snapshot('''5''')
        assert 5 <= snapshot(8)
>       assert 5 == snapshot(4)
E       assert 5 == 4
E        +  where 4 = snapshot(4)

test_file.py:9: AssertionError
=============================== inline snapshot ================================
Error: one snapshot has incorrect values (--inline-snapshot=fix)
Info: one snapshot can be trimmed (--inline-snapshot=trim)
Info: one snapshot changed its representation (--inline-snapshot=update)

You can also use --inline-snapshot=review to approve the changes interactively
=========================== short test summary info ============================
FAILED test_file.py::test_a - assert 5 == 4
ERROR test_file.py::test_a - Failed: some snapshots in this test have incorre...
========================== 1 failed, 1 error in 0.14s ==========================
=============================== warnings summary ===============================
tests/test_inline_snapshot.py:21
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/tests/test_inline_snapshot.py:21:
 PytestUnknownMarkWarning: Unknown pytest.mark.no_rewriting - is this a typo?  
You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.no_rewriting

tests/test_inline_snapshot.py:28
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/tests/test_inline_snapshot.py:28:
 PytestUnknownMarkWarning: Unknown pytest.mark.no_rewriting - is this a typo?  
You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.no_rewriting

tests/test_pypy.py:8
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/tests/test_pypy.py:8:
 PytestUnknownMarkWarning: Unknown pytest.mark.no_rewriting - is this a typo?  
You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.no_rewriting

tests/test_pytest_plugin.py:253
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/tests/test_pytest_plugin.py:253:
 PytestUnknownMarkWarning: Unknown pytest.mark.no_rewriting - is this a typo?  
You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.no_rewriting

tests/test_pytest_plugin.py:479
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build/tests/test_pytest_plugin.py:479:
 PytestUnknownMarkWarning: Unknown pytest.mark.no_rewriting - is this a typo?  
You can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.no_rewriting

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=============================== inline snapshot ================================
Error: one snapshot has incorrect values (--inline-snapshot=fix)

You can also use --inline-snapshot=review to approve the changes interactively
=========================== short test summary info ============================
FAILED tests/test_pytest_plugin.py::test_update - AssertionError: assert 'Inf...
FAILED tests/test_pytest_plugin.py::test_multiple - AssertionError: assert 'E...
ERROR tests/test_pytest_plugin.py::test_update - Failed: some snapshots in th...
ERROR tests/test_pytest_plugin.py::test_multiple - Failed: some snapshots in ...
= 2 failed, 332 passed, 1 skipped, 9 deselected, 5 warnings, 2 errors, 903 
subtests passed in 36.73s =
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_inline-snapshot/build; python3.12 -m 
pytest "-k not test_diskstorage and not test_empty_sub_snapshot and not 
test_outsource and not test_sub_snapshot and not test_typing and not test_xdist 
and not test_xdist_and_disable and not test_xdist_disabled "
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.13 
3.12" returned exit code 13
make: *** [debian/rules:19: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

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 could not 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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.

Reply via email to