Your message dated Tue, 21 Aug 2018 12:03:59 +0000 with message-id <[email protected]> and subject line Bug#906334: fixed in alembic 1.0.0-1 has caused the Debian Bug report #906334, regarding alembic: FTBFS in buster/sid (failing tests) to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 906334: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906334 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:alembic Version: 0.9.7-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --with python2,python3,sphinxdoc --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_autoreconf -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python2.7 setup.py config running config I: pybuild base:217: python3.6 setup.py config running config dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python setup.py build running build running build_py creating /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_alembic/build/alembic [... snipped ...] Traceback (most recent call last): File "/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_alembic/build/tests/test_op.py", line 355, in test_alter_column_schema_schema_type_unnamed 'ALTER TABLE foo.t ADD CHECK (c IN (0, 1))' File "/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_alembic/build/alembic/testing/fixtures.py", line 130, in assert_ eq_(buf.lines, list(sql)) File "/usr/lib/python2.7/dist-packages/sqlalchemy/testing/assertions.py", line 222, in eq_ assert a == b, msg or "%r != %r" % (a, b) AssertionError: [u'ALTER TABLE foo.t ALTER COLUMN c BIT'] != ['ALTER TABLE foo.t ALTER COLUMN c BIT', 'ALTER TABLE foo.t ADD CHECK (c IN (0, 1))'] ______________ OpTest.test_alter_column_schema_type_existing_type ______________ Traceback (most recent call last): File "/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_alembic/build/tests/test_op.py", line 380, in test_alter_column_schema_type_existing_type 'ALTER TABLE t ALTER COLUMN c VARCHAR(10)' File "/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_alembic/build/alembic/testing/fixtures.py", line 130, in assert_ eq_(buf.lines, list(sql)) File "/usr/lib/python2.7/dist-packages/sqlalchemy/testing/assertions.py", line 222, in eq_ assert a == b, msg or "%r != %r" % (a, b) AssertionError: [u'ALTER TABLE t ALTER COLUMN c VARCHAR(10)'] != ['ALTER TABLE t DROP CONSTRAINT xyz', 'ALTER TABLE t ALTER COLUMN c VARCHAR(10)'] __________________ OpTest.test_alter_column_schema_type_named __________________ Traceback (most recent call last): File "/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_alembic/build/tests/test_op.py", line 363, in test_alter_column_schema_type_named 'ALTER TABLE t ADD CONSTRAINT xyz CHECK (c IN (0, 1))' File "/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_alembic/build/alembic/testing/fixtures.py", line 130, in assert_ eq_(buf.lines, list(sql)) File "/usr/lib/python2.7/dist-packages/sqlalchemy/testing/assertions.py", line 222, in eq_ assert a == b, msg or "%r != %r" % (a, b) AssertionError: [u'ALTER TABLE t ALTER COLUMN c BIT'] != ['ALTER TABLE t ALTER COLUMN c BIT', 'ALTER TABLE t ADD CONSTRAINT xyz CHECK (c IN (0, 1))'] _________________ OpTest.test_alter_column_schema_type_unnamed _________________ Traceback (most recent call last): File "/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_alembic/build/tests/test_op.py", line 347, in test_alter_column_schema_type_unnamed 'ALTER TABLE t ADD CHECK (c IN (0, 1))' File "/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_alembic/build/alembic/testing/fixtures.py", line 130, in assert_ eq_(buf.lines, list(sql)) File "/usr/lib/python2.7/dist-packages/sqlalchemy/testing/assertions.py", line 222, in eq_ assert a == b, msg or "%r != %r" % (a, b) AssertionError: [u'ALTER TABLE t ALTER COLUMN c BIT'] != ['ALTER TABLE t ALTER COLUMN c BIT', 'ALTER TABLE t ADD CHECK (c IN (0, 1))'] =========================== short test summary info ============================ FAIL tests/test_op.py::OpTest::()::test_alter_column_schema_schema_type_existing_type FAIL tests/test_op.py::OpTest::()::test_alter_column_schema_schema_type_named FAIL tests/test_op.py::OpTest::()::test_alter_column_schema_schema_type_unnamed FAIL tests/test_op.py::OpTest::()::test_alter_column_schema_type_existing_type FAIL tests/test_op.py::OpTest::()::test_alter_column_schema_type_named FAIL tests/test_op.py::OpTest::()::test_alter_column_schema_type_unnamed ============== 6 failed, 885 passed, 213 skipped in 7.83 seconds =============== E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_alembic/build; python2.7 -m pytest tests dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 returned exit code 13 make: *** [debian/rules:9: build-indep] Error 25 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -A" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/alembic.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: alembic Source-Version: 1.0.0-1 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ondřej Nový <[email protected]> (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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 21 Aug 2018 13:23:57 +0200 Source: alembic Binary: alembic python-alembic python3-alembic Architecture: source all Version: 1.0.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Ondřej Nový <[email protected]> Description: alembic - lightweight database migration tool for SQLAlchemy python-alembic - lightweight database migration tool for SQLAlchemy - Python 2.x python3-alembic - lightweight database migration tool for SQLAlchemy - Python 3.x Closes: 906334 Changes: alembic (1.0.0-1) unstable; urgency=medium . * New upstream release (Closes: #906334) * Convert git repository from git-dpm to gbp layout * Use 'python3 -m sphinx' instead of sphinx-build for building docs * Bump standards version to 4.2.0 (no changes) Checksums-Sha1: a89f4217ae9206c5bec5b4bed1db9f4307a8eaee 2476 alembic_1.0.0-1.dsc 17f35603cde81c8cf76358ebbb7be4cab00de9d3 429922 alembic_1.0.0.orig.tar.gz 8ebaab15a5093dc67a3a1c1c81005725d44157d4 7220 alembic_1.0.0-1.debian.tar.xz c0e7552c5c92f54a17bcd7f17a88b7cd90e73c5a 369640 alembic_1.0.0-1_all.deb 4e1c152ec5b2f9f6817c95161aed574fdc789019 8959 alembic_1.0.0-1_amd64.buildinfo 96c0b6e2b343855b8f4b0947b5e59b491a9d54a3 117620 python-alembic_1.0.0-1_all.deb 3148b834d13f77ad2f66441ec325d16427df06f7 117704 python3-alembic_1.0.0-1_all.deb Checksums-Sha256: 68876352fe4dbc0585f12a338b388295a2ee0cedc9047025065e2f12bb52b3ab 2476 alembic_1.0.0-1.dsc c34595f6bd87e2898a81b45c6ac8cff5065586437bc4a542ebff54186448a00c 429922 alembic_1.0.0.orig.tar.gz 3420a7399c6e487148efe0fdf7548c073b445d5f0a471c93038aedfd10be01b3 7220 alembic_1.0.0-1.debian.tar.xz ce3ef4bccaf6c3a2c4eb4a95e70310d5f57be27517a10942026a8f8f6b91e957 369640 alembic_1.0.0-1_all.deb 904389185f24b36e901da4d68bc97960d48f3a448e88b280c9e9e172d728a711 8959 alembic_1.0.0-1_amd64.buildinfo 436f9e4dd8fe6d7684e60742830024d763ee4beb247bb553a9e6112fdbbdfec4 117620 python-alembic_1.0.0-1_all.deb 459863d9cf15f78e2087af0672f6b66b68a12af8d1c0080efd0883074b38a7cc 117704 python3-alembic_1.0.0-1_all.deb Files: bc19210381fde81d03ee8ea38349010e 2476 python optional alembic_1.0.0-1.dsc fbb10e70e02157cba4dfa39c79171dd6 429922 python optional alembic_1.0.0.orig.tar.gz 9431de2aa306b73a632786d6d8b0d12f 7220 python optional alembic_1.0.0-1.debian.tar.xz c7bbe57957f18a7a0f760622ab823b74 369640 python optional alembic_1.0.0-1_all.deb c79718006bf1a0efcad68242974d975c 8959 python optional alembic_1.0.0-1_amd64.buildinfo 210bbd7ffe3664d4f5bed8665be971b8 117620 python optional python-alembic_1.0.0-1_all.deb 9743880eb4848cf66f29a0d2a2822f02 117704 python optional python3-alembic_1.0.0-1_all.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEPZg8UuuFmAxGpWCQNXMSVZ0eBksFAlt7+jQACgkQNXMSVZ0e Bkvu9g//fetsGmTCSo+n910Ch1D+1sSKg/vBHDh9Go5OYAD2OQXzJTBJJ4iE/NCb vgruUo9WPuDqWQjilN9fAEoVXb9zHTrKjAEsmT+5MxgqtjirQgEAlsJLOCNWh2QV mYHeNrsk7iqSm/HFbIWUMfmdGFYK2H67Z2Kowhw+fq9PC50HcP3oToeikJ3swMEq e2QE2AKKRh1RzA65MP0uqgsTNcZbk1cSuQEnKYdSWehDIOxN9eUobLCmgvVumtqo BNkgljOlBtBhLQpulZ7Q7j9oa+i8R/wfihdBj1P2KymK2QqC+3Lj7xImz+Au8JuL D+zcz/wtRONJ671udy/GAa/zdOd11NKsewbPkD2N3BYBv9F+YjHeK/ATOdn+0Uyz bniC8ymoBhyPnlCkT92Q8GkOXv0+AtFNMWZflt94YvhMRBpzP4qz511Vj1/y7c24 Re58V7C8tBvB8Yk90rHGqxuKUi+a3G2x6AFnSr+wria5o6Py+4Re8T+4MP6hdgt5 i8XSrLWv2bX/UneTV6ZafAH4P10Xpe0klSSuKV5Kkq0SIDzLUKpSCEQEZJhMjvrS 7V7llvX6fAnyZCIfJ2uvGmX7RbY3DNXCa7B/PyeO7qzNNzxIVf+mlsCpaJp4DSRy QNGKAaaXLOQn9IcK6Yl8s0y0/EKfjGqy0WTJaZLqIFphpIPFo8A= =ve1/ -----END PGP SIGNATURE-----
--- End Message ---

