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.

Reply via email to