Your message dated Mon, 21 Feb 2022 10:18:44 +0000
with message-id <e1nm5mg-000679...@fasolo.debian.org>
and subject line Bug#1006044: fixed in alembic 1.7.6-1
has caused the Debian Bug report #1006044,
regarding alembic: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.10 3.9" 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.)


-- 
1006044: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006044
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: alembic
Version: 1.7.1-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> =================================== FAILURES 
> ===================================
> _ 
> FutureOnlineTransactionalDDLTest.test_noerr_rev_leaves_open_transaction_transactional_ddl
>  _
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/testing/assertions.py",
>  line 82, in _expect_raises
>     yield ec
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/tests/test_script_consumption.py",
>  line 581, in test_noerr_rev_leaves_open_transaction_transactional_ddl
>     command.upgrade(self.cfg, c)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/command.py", 
> line 320, in upgrade
>     script.run_env()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/script/base.py",
>  line 563, in run_env
>     util.load_python_file(self.dir, "env.py")
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/util/pyfiles.py",
>  line 92, in load_python_file
>     module = load_module_py(module_id, path)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/util/pyfiles.py",
>  line 108, in load_module_py
>     spec.loader.exec_module(module)  # type: ignore
>   File "<frozen importlib._bootstrap_external>", line 850, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File "scratch/scripts/env.py", line 77, in <module>
>     run_migrations_online()
>   File "scratch/scripts/env.py", line 71, in run_migrations_online
>     context.run_migrations()
>   File "<string>", line 8, in run_migrations
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/runtime/environment.py",
>  line 851, in run_migrations
>     self.get_context().run_migrations(**kw)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/runtime/migration.py",
>  line 612, in run_migrations
>     step.migration_fn(**kw)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/2623e2e7ad13_revision_b.py",
>  line 13, in upgrade
>     trans = conn.begin()
>   File "/usr/lib/python3/dist-packages/sqlalchemy/future/engine.py", line 
> 144, in begin
>     return super(Connection, self).begin()
>   File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 766, 
> in begin
>     raise exc.InvalidRequestError(
> sqlalchemy.exc.InvalidRequestError: This connection has already initialized a 
> SQLAlchemy Transaction() object via begin() or autobegin; can't call begin() 
> here unless rollback() or commit() is called first.
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/tests/test_script_consumption.py",
>  line 581, in test_noerr_rev_leaves_open_transaction_transactional_ddl
>     command.upgrade(self.cfg, c)
>   File "/usr/lib/python3.9/contextlib.py", line 137, in __exit__
>     self.gen.throw(typ, value, traceback)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/testing/assertions.py",
>  line 88, in _expect_raises
>     assert re.search(
> AssertionError: 'a transaction is already begun for this connection' !~ This 
> connection has already initialized a SQLAlchemy Transaction() object via 
> begin() or autobegin; can't call begin() here unless rollback() or commit() 
> is called first.
> ----------------------------- Captured stdout call 
> -----------------------------
> Creating directory 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts ...  done
> Creating directory 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions 
> ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/test_alembic.ini 
> ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/README 
> ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/env.py 
> ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/script.py.mako
>  ...  done
> Please edit configuration/connection/logging settings in 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/test_alembic.ini'
>  before proceeding.
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/b7c52431857b_revision_a.py
>  ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/2623e2e7ad13_revision_b.py
>  ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/fbfa63f04842_revision_c.py
>  ...  done
> _ 
> FutureOnlineTransactionalDDLTest.test_raise_when_rev_leaves_open_transaction _
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/testing/assertions.py",
>  line 82, in _expect_raises
>     yield ec
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/tests/test_script_consumption.py",
>  line 537, in test_raise_when_rev_leaves_open_transaction
>     command.upgrade(self.cfg, c)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/command.py", 
> line 320, in upgrade
>     script.run_env()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/script/base.py",
>  line 563, in run_env
>     util.load_python_file(self.dir, "env.py")
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/util/pyfiles.py",
>  line 92, in load_python_file
>     module = load_module_py(module_id, path)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/util/pyfiles.py",
>  line 108, in load_module_py
>     spec.loader.exec_module(module)  # type: ignore
>   File "<frozen importlib._bootstrap_external>", line 850, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File "scratch/scripts/env.py", line 77, in <module>
>     run_migrations_online()
>   File "scratch/scripts/env.py", line 71, in run_migrations_online
>     context.run_migrations()
>   File "<string>", line 8, in run_migrations
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/runtime/environment.py",
>  line 851, in run_migrations
>     self.get_context().run_migrations(**kw)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/runtime/migration.py",
>  line 612, in run_migrations
>     step.migration_fn(**kw)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/d55e1e112790_revision_b.py",
>  line 13, in upgrade
>     trans = conn.begin()
>   File "/usr/lib/python3/dist-packages/sqlalchemy/future/engine.py", line 
> 144, in begin
>     return super(Connection, self).begin()
>   File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 766, 
> in begin
>     raise exc.InvalidRequestError(
> sqlalchemy.exc.InvalidRequestError: This connection has already initialized a 
> SQLAlchemy Transaction() object via begin() or autobegin; can't call begin() 
> here unless rollback() or commit() is called first.
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/tests/test_script_consumption.py",
>  line 537, in test_raise_when_rev_leaves_open_transaction
>     command.upgrade(self.cfg, c)
>   File "/usr/lib/python3.9/contextlib.py", line 137, in __exit__
>     self.gen.throw(typ, value, traceback)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/testing/assertions.py",
>  line 88, in _expect_raises
>     assert re.search(
> AssertionError: 'a transaction is already begun for this connection' !~ This 
> connection has already initialized a SQLAlchemy Transaction() object via 
> begin() or autobegin; can't call begin() here unless rollback() or commit() 
> is called first.
> ----------------------------- Captured stdout call 
> -----------------------------
> Creating directory 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts ...  done
> Creating directory 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions 
> ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/test_alembic.ini 
> ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/README 
> ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/env.py 
> ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/script.py.mako
>  ...  done
> Please edit configuration/connection/logging settings in 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/test_alembic.ini'
>  before proceeding.
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/12a8fcb3f2ab_revision_a.py
>  ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/d55e1e112790_revision_b.py
>  ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/5a62aea4d6c0_revision_c.py
>  ...  done
> _ 
> FutureOnlineTransactionalDDLTest.test_raise_when_rev_leaves_open_transaction_tpm
>  _
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/testing/assertions.py",
>  line 82, in _expect_raises
>     yield ec
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/tests/test_script_consumption.py",
>  line 559, in test_raise_when_rev_leaves_open_transaction_tpm
>     command.upgrade(self.cfg, c)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/command.py", 
> line 320, in upgrade
>     script.run_env()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/script/base.py",
>  line 563, in run_env
>     util.load_python_file(self.dir, "env.py")
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/util/pyfiles.py",
>  line 92, in load_python_file
>     module = load_module_py(module_id, path)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/util/pyfiles.py",
>  line 108, in load_module_py
>     spec.loader.exec_module(module)  # type: ignore
>   File "<frozen importlib._bootstrap_external>", line 850, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File "scratch/scripts/env.py", line 77, in <module>
>     run_migrations_online()
>   File "scratch/scripts/env.py", line 71, in run_migrations_online
>     context.run_migrations()
>   File "<string>", line 8, in run_migrations
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/runtime/environment.py",
>  line 851, in run_migrations
>     self.get_context().run_migrations(**kw)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/runtime/migration.py",
>  line 612, in run_migrations
>     step.migration_fn(**kw)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/f8d00111baf3_revision_b.py",
>  line 13, in upgrade
>     trans = conn.begin()
>   File "/usr/lib/python3/dist-packages/sqlalchemy/future/engine.py", line 
> 144, in begin
>     return super(Connection, self).begin()
>   File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 766, 
> in begin
>     raise exc.InvalidRequestError(
> sqlalchemy.exc.InvalidRequestError: This connection has already initialized a 
> SQLAlchemy Transaction() object via begin() or autobegin; can't call begin() 
> here unless rollback() or commit() is called first.
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/tests/test_script_consumption.py",
>  line 559, in test_raise_when_rev_leaves_open_transaction_tpm
>     command.upgrade(self.cfg, c)
>   File "/usr/lib/python3.9/contextlib.py", line 137, in __exit__
>     self.gen.throw(typ, value, traceback)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/alembic/testing/assertions.py",
>  line 88, in _expect_raises
>     assert re.search(
> AssertionError: 'a transaction is already begun for this connection' !~ This 
> connection has already initialized a SQLAlchemy Transaction() object via 
> begin() or autobegin; can't call begin() here unless rollback() or commit() 
> is called first.
> ----------------------------- Captured stdout call 
> -----------------------------
> Creating directory 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts ...  done
> Creating directory 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions 
> ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/test_alembic.ini 
> ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/README 
> ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/env.py 
> ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/script.py.mako
>  ...  done
> Please edit configuration/connection/logging settings in 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/test_alembic.ini'
>  before proceeding.
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/5cb82bc30b05_revision_a.py
>  ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/f8d00111baf3_revision_b.py
>  ...  done
> Generating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build/scratch/scripts/versions/70402182452c_revision_c.py
>  ...  done
> =========================== short test summary info 
> ============================
> SKIPPED [3] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'AutogenerateDiffTestWSchema' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [7] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'AutogenCrossSchemaTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [2] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'AutogenCustomVersionTableAndSchemaTest' unsupported on any DB 
> implementation 'sqlite(3.37.2)+pysqlite'
> SKIPPED [2] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'AutogenCustomVersionTableSchemaTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [3] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'AutogenDefaultSchemaTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'AutogenSystemColTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_37_2::test_datetime_comparisons[cola0-colb0-False-_exclusions0]
>  (call)' : not postgresql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_37_2::test_datetime_comparisons[cola1-colb1-True-_exclusions1]
>  (call)' : not postgresql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_37_2::test_datetime_comparisons[cola2-colb2-True-_exclusions2]
>  (call)' : not postgresql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_37_2::test_string_comparisons[cola10-colb10-False-_exclusions10]
>  (call)' : not postgresql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_37_2::test_string_comparisons[cola11-colb11-False-_exclusions11]
>  (call)' : not mysql and not mariadb
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_37_2::test_string_comparisons[cola12-colb12-True-_exclusions12]
>  (call)' : not mysql and not mariadb
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_37_2::test_string_comparisons[cola13-colb13-False-_exclusions13]
>  (call)' : not mysql and not mariadb
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_autogen_diffs.py::CompareMetadataToInspectorTest_sqlite+pysqlite_3_37_2::test_string_comparisons[cola14-colb14-True-_exclusions14]
>  (call)' : not mysql and not mariadb
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'PGCompareMetaData' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [39] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'MySQLUniqueIndexTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [4] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  unique constraint reflection disabled for this suite
> SKIPPED [39] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'OracleUniqueIndexTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [48] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'PGUniqueIndexTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [51] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'BatchRoundTripMySQLTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [52] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'BatchRoundTripPostgresqlTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_batch.py::BatchRoundTripTest::test_add_column_auto_identity 
> (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_batch.py::BatchRoundTripTest::test_add_column_comment (call)' : 
> custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_batch.py::BatchRoundTripTest::test_add_column_comment_recreate 
> (call)' : custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_batch.py::BatchRoundTripTest::test_add_table_comment (call)' : 
> custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_batch.py::BatchRoundTripTest::test_alter_column_comment (call)' 
> : custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_batch.py::BatchRoundTripTest::test_alter_column_comment_recreate 
> (call)' : custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_batch.py::BatchRoundTripTest::test_drop_table_comment (call)' : 
> custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_mssql.py::OpTest::test_add_column_identity[kw0] (call)' : not 
> postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_mssql.py::OpTest::test_add_column_identity[kw1] (call)' : not 
> postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_mssql.py::OpTest::test_add_column_identity[kw2] (call)' : not 
> postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_mssql.py::OpTest::test_add_column_identity[kw3] (call)' : not 
> postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_mssql.py::OpTest::test_alter_column_identity_add_not_supported[<lambda>-<lambda>0]
>  (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_mssql.py::OpTest::test_alter_column_identity_add_not_supported[<lambda>-<lambda>1]
>  (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_mssql.py::OpTest::test_alter_column_identity_add_not_supported[<lambda>-<lambda>2]
>  (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [6] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'MySQLBackendOpTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [9] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'MySQLDefaultCompareTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_op.py::OpTest::test_create_table_comment_op (call)' : custom 
> function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_op.py::OpTest::test_drop_table_comment_op (call)' : custom 
> function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_oracle.py::OpTest::test_add_column_identity[kw0-None] (call)' : 
> not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_oracle.py::OpTest::test_add_column_identity[kw1-None] (call)' : 
> not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_oracle.py::OpTest::test_add_column_identity[kw2-ORDER] (call)' : 
> not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_oracle.py::OpTest::test_add_column_identity[kw3-INCREMENT BY 33 
> START WITH 3 MAXVALUE 99 CYCLE] (call)' : not postgresql >= (10,) and not 
> oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_oracle.py::OpTest::test_add_column_identity[kw4-START WITH 42] 
> (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_oracle.py::OpTest::test_add_column_with_comment (call)' : custom 
> function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_oracle.py::OpTest::test_add_identity_to_column[kw0-None] (call)' 
> : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_oracle.py::OpTest::test_add_identity_to_column[kw1-None] (call)' 
> : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_oracle.py::OpTest::test_add_identity_to_column[kw2-CYCLE] 
> (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_oracle.py::OpTest::test_add_identity_to_column[kw3-INCREMENT BY 
> 33 START WITH 3 MAXVALUE 99 CYCLE] (call)' : not postgresql >= (10,) and not 
> oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_oracle.py::OpTest::test_add_identity_to_column[kw4-START WITH 
> 42] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_oracle.py::OpTest::test_change_identity_in_column[existing0-updated0-None]
>  (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_oracle.py::OpTest::test_change_identity_in_column[existing1-updated1-START
>  WITH 3] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not 
> mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_oracle.py::OpTest::test_change_identity_in_column[existing2-updated2-INCREMENT
>  BY 1 START WITH 3 MINVALUE -3 MAXVALUE 99 CYCLE] (call)' : not postgresql >= 
> (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_oracle.py::OpTest::test_change_identity_in_column[existing3-updated3-START
>  WITH 3 CACHE 2 ORDER] (call)' : not postgresql >= (10,) and not oracle >= 
> (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_oracle.py::OpTest::test_change_identity_in_column[existing4-updated4-MINVALUE
>  0] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_oracle.py::OpTest::test_create_table_with_column_comments 
> (call)' : custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_oracle.py::OpTest::test_remove_identity_from_column (call)' : 
> not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'PGAutocommitBlockTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [26] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'PostgresqlDefaultCompareTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [4] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'PostgresqlDetectSerialTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'PostgresqlInlineLiteralTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw0-None]
>  (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw1-None]
>  (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_postgresql.py::PostgresqlOpTest::test_add_column_identity[kw2-INCREMENT
>  BY 33 START WITH 3 MAXVALUE 99 CYCLE] (call)' : not postgresql >= (10,) and 
> not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw0-None]
>  (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw1-None]
>  (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_postgresql.py::PostgresqlOpTest::test_add_identity_to_column[kw2-INCREMENT
>  BY 33 START WITH 3 MAXVALUE 99 CYCLE] (call)' : not postgresql >= (10,) and 
> not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing0-updated0-SET
>  GENERATED ALWAYS] (call)' : not postgresql >= (10,) and not oracle >= (12,) 
> and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing1-updated1-SET
>  GENERATED BY DEFAULT SET START WITH 3] (call)' : not postgresql >= (10,) and 
> not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing2-updated2-SET
>  CYCLE SET INCREMENT BY 1] (call)' : not postgresql >= (10,) and not oracle 
> >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing3-updated3-SET
>  CACHE 2] (call)' : not postgresql >= (10,) and not oracle >= (12,) and not 
> mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_postgresql.py::PostgresqlOpTest::test_change_identity_in_column[existing4-updated4-SET
>  MINVALUE 0] (call)' : not postgresql >= (10,) and not oracle >= (12,) and 
> not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_postgresql.py::PostgresqlOpTest::test_remove_identity_from_column 
> (call)' : not postgresql >= (10,) and not oracle >= (12,) and not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_sqlite.py::SQLiteTest::test_add_column_with_comment_ignored 
> (call)' : custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'tests/test_sqlite.py::SQLiteTest::test_create_table_with_comment_ignored 
> (call)' : custom function
> SKIPPED [2] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'TestStubFiles' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'black and zimports are required for this test
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_37_2::test_all_existings_filled[False]
>  (call)' : custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_37_2::test_all_existings_filled[True]
>  (call)' : custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_37_2::test_all_existings_filled_in_comment[False]
>  (call)' : custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_37_2::test_all_existings_filled_in_comment[True]
>  (call)' : custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_37_2::test_all_existings_filled_in_notnull[False]
>  (call)' : custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_37_2::test_all_existings_filled_in_notnull[True]
>  (call)' : custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_37_2::test_all_existings_filled_in_server_default[False]
>  (call)' : custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AlterColumnTest_sqlite+pysqlite_3_37_2::test_all_existings_filled_in_server_default[True]
>  (call)' : custom function
> SKIPPED [8] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'AutogenerateCommentsTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_37_2::test_computed_unchanged[<lambda>-_exclusions3]
>  (call)' : custom function
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AutogenerateComputedTest_sqlite+pysqlite_3_37_2::test_remove_computed_default_on_computed
>  (call)' : backend reflects computed construct as a server default
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_37_2::test_add_deferrable
>  (call)' : not postgresql and not oracle
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_37_2::test_add_initially_deferrable_nochange_one
>  (call)' : not postgresql and not oracle
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_37_2::test_add_initially_deferrable_nochange_three
>  (call)' : not postgresql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_37_2::test_add_initially_deferrable_nochange_two
>  (call)' : not postgresql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_37_2::test_add_initially_deferred
>  (call)' : not postgresql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_37_2::test_add_initially_immediate_plus_deferrable
>  (call)' : not postgresql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_37_2::test_remove_deferrable
>  (call)' : not postgresql and not oracle
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_37_2::test_remove_initially_deferred
>  (call)' : not postgresql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AutogenerateFKOptionsTest_sqlite+pysqlite_3_37_2::test_remove_initially_immediate_plus_deferrable
>  (call)' : not postgresql
> SKIPPED [12] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'AutogenerateIdentityTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and 
> not mssql
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::AutoincrementTest_sqlite+pysqlite_3_37_2::test_alter_column_autoincrement_compositepk_explicit_true
>  (call)' : not supported by database
> SKIPPED [6] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'BackendAlterColumnTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'no ALTER COLUMN support
> SKIPPED [5] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  'IncludeHooksTest' unsupported on any DB implementation 
> 'sqlite(3.37.2)+pysqlite'sqlite
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_37_2::test_autocommit_block
>  (call)' : not postgresql and not mysql and not mariadb
> SKIPPED [1] 
> ../../../../../../usr/lib/python3/dist-packages/sqlalchemy/testing/config.py:205:
>  
> 'tests/test_suite.py::MigrationTransactionTest_sqlite+pysqlite_3_37_2::test_autocommit_block_no_transaction
>  (call)' : not postgresql and not mysql and not mariadb
> FAILED 
> tests/test_script_consumption.py::FutureOnlineTransactionalDDLTest::test_noerr_rev_leaves_open_transaction_transactional_ddl
> FAILED 
> tests/test_script_consumption.py::FutureOnlineTransactionalDDLTest::test_raise_when_rev_leaves_open_transaction
> FAILED 
> tests/test_script_consumption.py::FutureOnlineTransactionalDDLTest::test_raise_when_rev_leaves_open_transaction_tpm
> ================= 3 failed, 1371 passed, 410 skipped in 22.08s 
> =================
> E: pybuild pybuild:367: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_alembic/build; python3.9 -m pytest 
> tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 
> 3.9" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/alembic_1.7.1-3_unstable.log

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 marking 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: alembic
Source-Version: 1.7.6-1
Done: Thomas Goirand <z...@debian.org>

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

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated alembic 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: Mon, 21 Feb 2022 10:59:51 +0100
Source: alembic
Architecture: source
Version: 1.7.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1006044
Changes:
 alembic (1.7.6-1) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Remove constraints unnecessary since buster:
     + Build-Depends: Drop versioned constraint on dh-python.
     + Build-Depends-Indep: Drop versioned constraint on python3-sqlalchemy.
     + alembic: Drop versioned constraint on python-alembic and python3-alembic
       in Replaces.
     + alembic: Drop versioned constraint on python-alembic and python3-alembic
       in Breaks.
     + python3-alembic: Drop versioned constraint on alembic in Breaks.
 .
   [ Thomas Goirand ]
   * Fix debian/watch to use github instead of bitbucket.
   * Update d/control and d/copyright upstream URLs to point to github.
   * New upstream release:
     - Fixes FTBFS with newer SQLAlchemy (Closes: #1006044).
Checksums-Sha1:
 16d322f649dadccdadd6f340fdb4fa026be96e11 2275 alembic_1.7.6-1.dsc
 109b5eb1e91483626a76799dc9cdfe41fe3e7858 540095 alembic_1.7.6.orig.tar.gz
 999468001107e95fc7e695c9b0a61f251557845d 7724 alembic_1.7.6-1.debian.tar.xz
 26a36721857a04e83f0f5e408396379df8f35cc0 8401 alembic_1.7.6-1_amd64.buildinfo
Checksums-Sha256:
 348c429fa7edba27e8dfa8da88de7cfcf7b05a84f0966f2ca088a09c99090de5 2275 
alembic_1.7.6-1.dsc
 9cefe260191ed668bcd6d4d19d180bdd2855ad438cb724b3b57f6b423d5a3c99 540095 
alembic_1.7.6.orig.tar.gz
 3de378c15718f2ecd6590ea5ba961e5af2b2f992cefcafc8f10fcde132e1316b 7724 
alembic_1.7.6-1.debian.tar.xz
 c4b259439a19d101fb205326584f4b823b15df56c9e4c631a04b70bd29ae592e 8401 
alembic_1.7.6-1_amd64.buildinfo
Files:
 186c4b269d35bd57853a94f634f5469e 2275 python optional alembic_1.7.6-1.dsc
 4bd24b804cd8ca9f217f2d66bca1e399 540095 python optional 
alembic_1.7.6.orig.tar.gz
 a9615f85481852172f64840297532fbf 7724 python optional 
alembic_1.7.6-1.debian.tar.xz
 62f20f20eea7f9d9c634cbd345ebd323 8401 python optional 
alembic_1.7.6-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmITY88ACgkQ1BatFaxr
Q/48Uw/8DEcw46mE80ZGxLp7e6Ixwf7VhqDkP5lAGZnT83ford7qwdAlsogDnRmz
ElXEVQ2bIoaYClOkUAzavoIFaGvxs/SZoK8GyXeGOS7RtFrVdQYk7iEb4jnYaOGf
TWZiVsQXiNC5CcIRsezaxNGz607rj1VZm0h36a7LdFsSn7/yG27/lbV99tY+clGV
LKGjMYd7pVu69kZYwD9AfbqlJbeYaa4dzSJbBEIcCwawbPGdjqNx8IQfHEXomwNh
OR+/FIwwjmimrqYs2fDf5/3BU0/yACLVysdy2jB9JdCpPg80Yj6W8HiW2AI4OC/1
0uEUrUJdXPsNMEkKFy/W2fZUpDAAN/qDrLyRByvmVtQPod7JxUDO+i+7byLwrhVZ
Ci3kT829IclHHz3Y01l4hukD+3XIR0q5eXlELiTwOxCvBQUhokcFutJBuxaxl2kW
wMTGiycE2uXAeP+YebQ5UeHEB2Mb9qKzyZyGd+Et0TFSki7Gv8SUhGVJMUf4eDNM
+WrnNYlfb2Lqr2op2JiF+eOdYOeHVP7y3QofQnFoQBG5Q0WFUg1tlvMkfwqYYtjw
AC0jyXBwW9mZhCsfZTBfKINfjWHZzxyHTG/a6zPT9pX9Ne7e3iJ3yW2PGSlkDaBI
bGeo5uzikEjB8/CTvCiteV6YCOrFRPkVYMF4oy5Ge2M+m5ClQP4=
=w55r
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to