>>> pgsanity: Building community/pgsanity 0.2.9-r3 (using abuild 3.9.0-r0) started Wed, 20 Apr 2022 10:07:16 +0000 >>> pgsanity: Checking sanity of /home/buildozer/aports/community/pgsanity/APKBUILD... >>> pgsanity: Analyzing dependencies... >>> pgsanity: Installing for build: build-base python3 cmd:ecpg py3-setuptools (1/18) Installing gdbm (1.23-r0) (2/18) Installing mpdecimal (2.5.1-r1) (3/18) Installing readline (8.1.2-r0) (4/18) Installing sqlite-libs (3.38.2-r0) (5/18) Installing python3 (3.10.3-r1) (6/18) Installing libpq (14.2-r2) (7/18) Installing openssl-dev (1.1.1n-r0) (8/18) Installing libpq-dev (14.2-r2) (9/18) Installing libecpg (14.2-r2) (10/18) Installing libecpg-dev (14.2-r2) (11/18) Installing py3-appdirs (1.4.4-r3) (12/18) Installing py3-more-itertools (8.12.0-r2) (13/18) Installing py3-ordered-set (4.0.2-r3) (14/18) Installing py3-parsing (2.4.7-r3) (15/18) Installing py3-six (1.16.0-r1) (16/18) Installing py3-packaging (21.3-r0) (17/18) Installing py3-setuptools (59.4.0-r0) (18/18) Installing .makedepends-pgsanity (20220420.100720) Executing busybox-1.35.0-r8.trigger OK: 1332 MiB in 121 packages >>> pgsanity: Cleaning up srcdir >>> pgsanity: Cleaning up pkgdir >>> pgsanity: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/pgsanity-0.2.9.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 7786 100 7786 0 0 103k 0 --:--:-- --:--:-- --:--:-- 104k >>> pgsanity: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/pgsanity-0.2.9.tar.gz >>> pgsanity: Checking sha512sums... pgsanity-0.2.9.tar.gz: OK >>> pgsanity: Unpacking /var/cache/distfiles/v3.16/pgsanity-0.2.9.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pgsanity copying pgsanity/ecpg.py -> build/lib/pgsanity copying pgsanity/sqlprep.py -> build/lib/pgsanity copying pgsanity/__init__.py -> build/lib/pgsanity copying pgsanity/pgsanity.py -> build/lib/pgsanity running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info creating pgsanity.egg-info writing pgsanity.egg-info/PKG-INFO writing dependency_links to pgsanity.egg-info/dependency_links.txt writing entry points to pgsanity.egg-info/entry_points.txt writing top-level names to pgsanity.egg-info/top_level.txt writing manifest file 'pgsanity.egg-info/SOURCES.txt' reading manifest file 'pgsanity.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pgsanity.egg-info/SOURCES.txt' running build_ext test_args_parsed_add_semicolon (test.test_pgsanity.TestPgSanity) ... ok test_args_parsed_multiple_filenames (test.test_pgsanity.TestPgSanity) ... ok test_args_parsed_one_filename (test.test_pgsanity.TestPgSanity) ... ok test_check_invalid_string (test.test_pgsanity.TestPgSanity) ... ok test_check_valid_string (test.test_pgsanity.TestPgSanity) ... ok test_check_invalid_file (test.test_pgsanity.TestPgSanityFiles) ... ok test_check_missing_semi (test.test_pgsanity.TestPgSanityFiles) ... ok test_check_missing_semi_ok (test.test_pgsanity.TestPgSanityFiles) ... ok test_check_valid_file (test.test_pgsanity.TestPgSanityFiles) ... ok test_append_semi (test.test_sqlprep.TestSqlPrep) ... ok test_append_semi_line_comment (test.test_sqlprep.TestSqlPrep) ... ok test_append_semi_once (test.test_sqlprep.TestSqlPrep) ... ok test_comment_start_found_within_comment_between_statements (test.test_sqlprep.TestSqlPrep) ... ok test_comment_start_found_within_comment_within_statement (test.test_sqlprep.TestSqlPrep) ... ok test_does_not_mangle_first_column_comment_within_statement (test.test_sqlprep.TestSqlPrep) ... ok test_does_not_mangle_inline_comment_within_statement (test.test_sqlprep.TestSqlPrep) ... ok test_double_semicolon (test.test_sqlprep.TestSqlPrep) ... ok test_handles_block_comment_on_last_line (test.test_sqlprep.TestSqlPrep) ... ok test_handles_first_column_comment_between_statements (test.test_sqlprep.TestSqlPrep) ... ok test_handles_first_line_comment (test.test_sqlprep.TestSqlPrep) ... ok test_handles_inline_comment_between_statements (test.test_sqlprep.TestSqlPrep) ... ok test_line_comment_in_block_comment_is_undisturbed (test.test_sqlprep.TestSqlPrep) ... ok test_no_append_semi (test.test_sqlprep.TestSqlPrep) ... ok test_opening_two_block_comments_only_requries_one_close (test.test_sqlprep.TestSqlPrep) ... ok test_prepend_exec_sql_multiple_lines (test.test_sqlprep.TestSqlPrep) ... ok test_prepend_exec_sql_to_simple_statements (test.test_sqlprep.TestSqlPrep) ... ok test_prepend_exec_sql_two_statements_one_line (test.test_sqlprep.TestSqlPrep) ... ok test_prepend_exec_sql_wrapped_statement (test.test_sqlprep.TestSqlPrep) ... ok test_prepend_exec_sql_wrapped_statement_with_multiple_semis_on_last_line (test.test_sqlprep.TestSqlPrep) ... ok test_prepend_exec_sql_wrapped_trailing_sql (test.test_sqlprep.TestSqlPrep) ... ok test_semi_found_in_block_comment (test.test_sqlprep.TestSqlPrep) ... ok test_semi_found_in_comment_at_end_of_line (test.test_sqlprep.TestSqlPrep) ... ok test_split_sql_comment_between_statements (test.test_sqlprep.TestSqlPrep) ... ok test_split_sql_inline_comment (test.test_sqlprep.TestSqlPrep) ... ok test_split_sql_nothing_interesting (test.test_sqlprep.TestSqlPrep) ... ok test_split_sql_trailing_semicolon (test.test_sqlprep.TestSqlPrep) ... ok test_parse_error_comments (test.test_ecpg.TestEcpg) ... ok test_parse_error_simple (test.test_ecpg.TestEcpg) ... ok test_simple_failure (test.test_ecpg.TestEcpg) ... ok test_simple_success (test.test_ecpg.TestEcpg) ... ok ---------------------------------------------------------------------- Ran 40 tests in 0.024s OK line 1: ERROR: unrecognized data type name "garbage" line 1: ERROR: syntax error at or near "" >>> pgsanity: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildozer/aports/community/pgsanity/pkg creating /home/buildozer/aports/community/pgsanity/pkg/pgsanity creating /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr creating /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib creating /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.10 creating /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.10/site-packages/pgsanity copying build/lib/pgsanity/ecpg.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.10/site-packages/pgsanity copying build/lib/pgsanity/sqlprep.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.10/site-packages/pgsanity copying build/lib/pgsanity/__init__.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.10/site-packages/pgsanity copying build/lib/pgsanity/pgsanity.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.10/site-packages/pgsanity byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.10/site-packages/pgsanity/ecpg.py to ecpg.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.10/site-packages/pgsanity/sqlprep.py to sqlprep.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.10/site-packages/pgsanity/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.10/site-packages/pgsanity/pgsanity.py to pgsanity.cpython-310.pyc running install_egg_info running egg_info writing pgsanity.egg-info/PKG-INFO writing dependency_links to pgsanity.egg-info/dependency_links.txt writing entry points to pgsanity.egg-info/entry_points.txt writing top-level names to pgsanity.egg-info/top_level.txt reading manifest file 'pgsanity.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pgsanity.egg-info/SOURCES.txt' Copying pgsanity.egg-info to /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.10/site-packages/pgsanity-0.2.9-py3.10.egg-info running install_scripts Installing pgsanity script to /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/bin >>> pgsanity*: Running postcheck for pgsanity >>> pgsanity*: Preparing package pgsanity... >>> pgsanity*: Tracing dependencies... >>> pgsanity*: Package size: 88.0 KB >>> pgsanity*: Compressing data... >>> pgsanity*: Create checksum... >>> pgsanity*: Create pgsanity-0.2.9-r3.apk >>> pgsanity: Build complete at Wed, 20 Apr 2022 10:07:22 +0000 elapsed time 0h 0m 6s >>> pgsanity: Cleaning up srcdir >>> pgsanity: Cleaning up pkgdir >>> pgsanity: Uninstalling dependencies... (1/18) Purging .makedepends-pgsanity (20220420.100720) (2/18) Purging py3-setuptools (59.4.0-r0) (3/18) Purging py3-appdirs (1.4.4-r3) (4/18) Purging py3-more-itertools (8.12.0-r2) (5/18) Purging py3-ordered-set (4.0.2-r3) (6/18) Purging py3-packaging (21.3-r0) (7/18) Purging py3-six (1.16.0-r1) (8/18) Purging py3-parsing (2.4.7-r3) (9/18) Purging python3 (3.10.3-r1) (10/18) Purging gdbm (1.23-r0) (11/18) Purging mpdecimal (2.5.1-r1) (12/18) Purging readline (8.1.2-r0) (13/18) Purging sqlite-libs (3.38.2-r0) (14/18) Purging libecpg-dev (14.2-r2) (15/18) Purging libecpg (14.2-r2) (16/18) Purging libpq-dev (14.2-r2) (17/18) Purging libpq (14.2-r2) (18/18) Purging openssl-dev (1.1.1n-r0) Executing busybox-1.35.0-r8.trigger OK: 1274 MiB in 103 packages >>> pgsanity: Updating the community/x86_64 repository index... >>> pgsanity: Signing the index...