Your message dated Tue, 27 Dec 2022 23:17:19 +0000
with message-id <e1pajcb-00caq2...@fasolo.debian.org>
and subject line Bug#1026506: fixed in ormar 0.12.0-2
has caused the Debian Bug report #1026506,
regarding ormar: FTBFS: dh_auto_test: error: pybuild --test -i python{version} 
-p "3.11 3.10" 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 ow...@bugs.debian.org
immediately.)


-- 
1026506: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026506
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ormar
Version: 0.12.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  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
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:107: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:240: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar 
> * Building wheel...
> Successfully built ormar-0.12.0-py3-none-any.whl
> I: pybuild plugin_pyproject:118: Unpacking wheel built for python3.11 with 
> "installer" module
> I: pybuild plugin_pyproject:107: Building wheel for python3.10 with "build" 
> module
> I: pybuild base:240: python3.10 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar 
> * Building wheel...
> Successfully built ormar-0.12.0-py3-none-any.whl
> I: pybuild plugin_pyproject:118: Unpacking wheel built for python3.10 with 
> "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build; 
> python3.11 -m pytest --asyncio-mode=auto
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build
> plugins: anyio-3.6.2, tornasync-0.6.0.post2, asyncio-0.20.3
> asyncio: mode=Mode.AUTO
> collected 411 items / 19 errors
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> tests/test_exclude_include_dict/test_excluding_fields_in_fastapi.py _
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_exclude_include_dict/test_excluding_fields_in_fastapi.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_exclude_include_dict/test_excluding_fields_in_fastapi.py:10: in 
> <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> __________ ERROR collecting tests/test_fastapi/test_binary_fields.py 
> ___________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_binary_fields.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_binary_fields.py:10: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> __________ ERROR collecting tests/test_fastapi/test_choices_schema.py 
> __________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_choices_schema.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_choices_schema.py:11: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> _ ERROR collecting 
> tests/test_fastapi/test_docs_with_multiple_relations_to_one.py _
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_docs_with_multiple_relations_to_one.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_docs_with_multiple_relations_to_one.py:7: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> ____ ERROR collecting tests/test_fastapi/test_excludes_with_get_pydantic.py 
> ____
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_excludes_with_get_pydantic.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_excludes_with_get_pydantic.py:4: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> _________ ERROR collecting tests/test_fastapi/test_excluding_fields.py 
> _________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_excluding_fields.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_excluding_fields.py:7: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> ______ ERROR collecting tests/test_fastapi/test_extra_ignore_parameter.py 
> ______
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_extra_ignore_parameter.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_extra_ignore_parameter.py:7: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> ___________ ERROR collecting tests/test_fastapi/test_fastapi_docs.py 
> ___________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_fastapi_docs.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_fastapi_docs.py:9: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> __________ ERROR collecting tests/test_fastapi/test_fastapi_usage.py 
> ___________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_fastapi_usage.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_fastapi_usage.py:6: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> ___ ERROR collecting tests/test_fastapi/test_inheritance_concrete_fastapi.py 
> ___
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_inheritance_concrete_fastapi.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_inheritance_concrete_fastapi.py:7: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> ____ ERROR collecting tests/test_fastapi/test_inheritance_mixins_fastapi.py 
> ____
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_inheritance_mixins_fastapi.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_inheritance_mixins_fastapi.py:6: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> ________ ERROR collecting tests/test_fastapi/test_json_field_fastapi.py 
> ________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_json_field_fastapi.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_json_field_fastapi.py:10: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> __________ ERROR collecting tests/test_fastapi/test_m2m_forwardref.py 
> __________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_m2m_forwardref.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_m2m_forwardref.py:9: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> ______ ERROR collecting tests/test_fastapi/test_more_reallife_fastapi.py 
> _______
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_more_reallife_fastapi.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_more_reallife_fastapi.py:8: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> __________ ERROR collecting tests/test_fastapi/test_nested_saving.py 
> ___________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_nested_saving.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_nested_saving.py:8: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> _________ ERROR collecting tests/test_fastapi/test_recursion_error.py 
> __________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_recursion_error.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_recursion_error.py:11: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> __ ERROR collecting tests/test_fastapi/test_relations_with_nested_defaults.py 
> __
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_relations_with_nested_defaults.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_relations_with_nested_defaults.py:8: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> _______ ERROR collecting tests/test_fastapi/test_skip_reverse_models.py 
> ________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_skip_reverse_models.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_skip_reverse_models.py:8: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> _________ ERROR collecting tests/test_fastapi/test_wekref_exclusion.py 
> _________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/tests/test_fastapi/test_wekref_exclusion.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_wekref_exclusion.py:9: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> =============================== warnings summary 
> ===============================
> ormar/fields/base.py:51
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build/ormar/fields/base.py:51: 
> DeprecationWarning: Parameter `pydantic_only` is deprecated and will be 
> removed in one of the next releases.
>    You can declare pydantic fields in a normal way. 
>    Check documentation: 
> https://collerek.github.io/ormar/fields/pydantic-fields
>     warnings.warn(
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR tests/test_exclude_include_dict/test_excluding_fields_in_fastapi.py
> ERROR tests/test_fastapi/test_binary_fields.py
> ERROR tests/test_fastapi/test_choices_schema.py
> ERROR tests/test_fastapi/test_docs_with_multiple_relations_to_one.py
> ERROR tests/test_fastapi/test_excludes_with_get_pydantic.py
> ERROR tests/test_fastapi/test_excluding_fields.py
> ERROR tests/test_fastapi/test_extra_ignore_parameter.py
> ERROR tests/test_fastapi/test_fastapi_docs.py
> ERROR tests/test_fastapi/test_fastapi_usage.py
> ERROR tests/test_fastapi/test_inheritance_concrete_fastapi.py
> ERROR tests/test_fastapi/test_inheritance_mixins_fastapi.py
> ERROR tests/test_fastapi/test_json_field_fastapi.py
> ERROR tests/test_fastapi/test_m2m_forwardref.py
> ERROR tests/test_fastapi/test_more_reallife_fastapi.py
> ERROR tests/test_fastapi/test_nested_saving.py
> ERROR tests/test_fastapi/test_recursion_error.py
> ERROR tests/test_fastapi/test_relations_with_nested_defaults.py
> ERROR tests/test_fastapi/test_skip_reverse_models.py
> ERROR tests/test_fastapi/test_wekref_exclusion.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 19 errors during collection 
> !!!!!!!!!!!!!!!!!!!
> ======================== 1 warning, 19 errors in 4.28s 
> =========================
> E: pybuild pybuild:386: test: plugin pyproject failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_ormar/build; python3.11 -m pytest 
> --asyncio-mode=auto
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build; 
> python3.10 -m pytest --asyncio-mode=auto
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.10.9, pytest-7.2.0, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build
> plugins: anyio-3.6.2, tornasync-0.6.0.post2, asyncio-0.20.3
> asyncio: mode=auto
> collected 411 items / 19 errors
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> tests/test_exclude_include_dict/test_excluding_fields_in_fastapi.py _
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_exclude_include_dict/test_excluding_fields_in_fastapi.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_exclude_include_dict/test_excluding_fields_in_fastapi.py:10: in 
> <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> __________ ERROR collecting tests/test_fastapi/test_binary_fields.py 
> ___________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_binary_fields.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_binary_fields.py:10: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> __________ ERROR collecting tests/test_fastapi/test_choices_schema.py 
> __________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_choices_schema.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_choices_schema.py:11: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> _ ERROR collecting 
> tests/test_fastapi/test_docs_with_multiple_relations_to_one.py _
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_docs_with_multiple_relations_to_one.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_docs_with_multiple_relations_to_one.py:7: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> ____ ERROR collecting tests/test_fastapi/test_excludes_with_get_pydantic.py 
> ____
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_excludes_with_get_pydantic.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_excludes_with_get_pydantic.py:4: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> _________ ERROR collecting tests/test_fastapi/test_excluding_fields.py 
> _________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_excluding_fields.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_excluding_fields.py:7: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> ______ ERROR collecting tests/test_fastapi/test_extra_ignore_parameter.py 
> ______
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_extra_ignore_parameter.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_extra_ignore_parameter.py:7: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> ___________ ERROR collecting tests/test_fastapi/test_fastapi_docs.py 
> ___________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_fastapi_docs.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_fastapi_docs.py:9: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> __________ ERROR collecting tests/test_fastapi/test_fastapi_usage.py 
> ___________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_fastapi_usage.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_fastapi_usage.py:6: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> ___ ERROR collecting tests/test_fastapi/test_inheritance_concrete_fastapi.py 
> ___
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_inheritance_concrete_fastapi.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_inheritance_concrete_fastapi.py:7: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> ____ ERROR collecting tests/test_fastapi/test_inheritance_mixins_fastapi.py 
> ____
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_inheritance_mixins_fastapi.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_inheritance_mixins_fastapi.py:6: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> ________ ERROR collecting tests/test_fastapi/test_json_field_fastapi.py 
> ________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_json_field_fastapi.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_json_field_fastapi.py:10: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> __________ ERROR collecting tests/test_fastapi/test_m2m_forwardref.py 
> __________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_m2m_forwardref.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_m2m_forwardref.py:9: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> ______ ERROR collecting tests/test_fastapi/test_more_reallife_fastapi.py 
> _______
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_more_reallife_fastapi.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_more_reallife_fastapi.py:8: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> __________ ERROR collecting tests/test_fastapi/test_nested_saving.py 
> ___________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_nested_saving.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_nested_saving.py:8: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> _________ ERROR collecting tests/test_fastapi/test_recursion_error.py 
> __________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_recursion_error.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_recursion_error.py:11: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> __ ERROR collecting tests/test_fastapi/test_relations_with_nested_defaults.py 
> __
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_relations_with_nested_defaults.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_relations_with_nested_defaults.py:8: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> _______ ERROR collecting tests/test_fastapi/test_skip_reverse_models.py 
> ________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_skip_reverse_models.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_skip_reverse_models.py:8: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> _________ ERROR collecting tests/test_fastapi/test_wekref_exclusion.py 
> _________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/tests/test_fastapi/test_wekref_exclusion.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_fastapi/test_wekref_exclusion.py:9: in <module>
>     from starlette.testclient import TestClient
> /usr/lib/python3/dist-packages/starlette/testclient.py:16: in <module>
>     import httpx
> E   ModuleNotFoundError: No module named 'httpx'
> =============================== warnings summary 
> ===============================
> ormar/fields/base.py:51
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build/ormar/fields/base.py:51: 
> DeprecationWarning: Parameter `pydantic_only` is deprecated and will be 
> removed in one of the next releases.
>    You can declare pydantic fields in a normal way. 
>    Check documentation: 
> https://collerek.github.io/ormar/fields/pydantic-fields
>     warnings.warn(
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR tests/test_exclude_include_dict/test_excluding_fields_in_fastapi.py
> ERROR tests/test_fastapi/test_binary_fields.py
> ERROR tests/test_fastapi/test_choices_schema.py
> ERROR tests/test_fastapi/test_docs_with_multiple_relations_to_one.py
> ERROR tests/test_fastapi/test_excludes_with_get_pydantic.py
> ERROR tests/test_fastapi/test_excluding_fields.py
> ERROR tests/test_fastapi/test_extra_ignore_parameter.py
> ERROR tests/test_fastapi/test_fastapi_docs.py
> ERROR tests/test_fastapi/test_fastapi_usage.py
> ERROR tests/test_fastapi/test_inheritance_concrete_fastapi.py
> ERROR tests/test_fastapi/test_inheritance_mixins_fastapi.py
> ERROR tests/test_fastapi/test_json_field_fastapi.py
> ERROR tests/test_fastapi/test_m2m_forwardref.py
> ERROR tests/test_fastapi/test_more_reallife_fastapi.py
> ERROR tests/test_fastapi/test_nested_saving.py
> ERROR tests/test_fastapi/test_recursion_error.py
> ERROR tests/test_fastapi/test_relations_with_nested_defaults.py
> ERROR tests/test_fastapi/test_skip_reverse_models.py
> ERROR tests/test_fastapi/test_wekref_exclusion.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 19 errors during collection 
> !!!!!!!!!!!!!!!!!!!
> ======================== 1 warning, 19 errors in 4.72s 
> =========================
> E: pybuild pybuild:386: test: plugin pyproject failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_ormar/build; python3.10 -m pytest 
> --asyncio-mode=auto
> dh_auto_test: error: pybuild --test -i python{version} -p "3.11 3.10" 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/ormar_0.12.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: ormar
Source-Version: 0.12.0-2
Done: Sandro Tosi <mo...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ormar, 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 1026...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated ormar 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 27 Dec 2022 17:43:20 -0500
Source: ormar
Architecture: source
Version: 0.12.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Closes: 1026020 1026258 1026506
Changes:
 ormar (0.12.0-2) unstable; urgency=medium
 .
   * debian/control
     - add httpx to b-d, needed by tests (via starlette.testclient);
       Closes: #1026020, #1026506
   * debian/patches/PR971.patch
     - make tests compatible with new starlette/httpx; Closes: #1026258
Checksums-Sha1:
 ee7f3cb7de1903e4afee0a1807042a45a17991df 2685 ormar_0.12.0-2.dsc
 4f4654f517a035692d5e5f31938bc85fea84003d 3648 ormar_0.12.0-2.debian.tar.xz
 f492748c9012816943c5423578826ef2ec1ae495 8747 ormar_0.12.0-2_source.buildinfo
Checksums-Sha256:
 ff42715a3da0c1010145c76e5d1e8c38e465b01b4035109af4dbe1116396eefe 2685 
ormar_0.12.0-2.dsc
 08a8dfab93cbff551e8d7c749e83c82527aea4f2e649a4b1e497071143d749a9 3648 
ormar_0.12.0-2.debian.tar.xz
 23f3df448cabd6b7c58092359d3ddfd8b5ec12c2a3727fd14e84d9c3f9cd7ca2 8747 
ormar_0.12.0-2_source.buildinfo
Files:
 3f2b8d5134a9da77f811652212986017 2685 python optional ormar_0.12.0-2.dsc
 445b963df635bcf497d2c7e1edbd20fd 3648 python optional 
ormar_0.12.0-2.debian.tar.xz
 2d8763579b2d370d23c26e2d224a6e1e 8747 python optional 
ormar_0.12.0-2_source.buildinfo

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

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAmOrdSoACgkQh588mTgB
qU9pvA/9FLXVuC3alMUwmtftgsXh3e6+w/9hAL2UtroAhrzgaVFwVkK/dxlHRo+A
nN9jYqwfnZ5nWNxLmsHvRDIkvd1nqJkgJ7Gr/hkoWCEuKtdu6oQ+UQGPVSyz6EBC
BRBf68Bop+hTEQ73UW9mUtef4hxzaVB58Ema8+TjecLNUd8GqSWGkNpaFXNX0Sgl
esrMZbXb8tRd6BOYUNWurXOV9gCvZGPCGYzrAtImWwsfVVCmP0es71zOG2ex/CCE
cHEl4GvfTp6cmW6iOvMTkDG+1VpIkcgjriuIGdTjMA69bR1Nhhb4CWjyzvl42D9y
oiWna6pafa50lX5j/R30wK8vwGf/59ehTlNzz8UVfd5ZeEdnsn9xF26+imlhNXmB
6PEQGQi4NheMObIhSgrQJQBShK8qw1yI231a/0KeGO9RJJzArGuH8+0eztnUyHQA
5YKK63xcWF1eFSSzb3ch0rPT+PDEpst+Z0oDmrPWiyOY+4falsXar9SKQmmhub2n
ob8nLuRT9Qv97XZ6gUyOoS1OLrf5AQ4z7PzdoFv+Ov5RgdUeTbmvNqI8cu5MNa57
Y+b4Tu6rii303eEeyMxOJvzO9bGS/EsHJdXWNGmZoYLRl7xM3lyiJaXc4i0n+Wbz
f1Hz7C9IkaKY1HZN/EdRYDyC+i3g0w/5kaM4VPys6nZPZyRQN/E=
=R/Qu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to