>>> pgsanity: Building community/pgsanity 0.2.9-r4 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 17:07:58 +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/17) Installing libbz2 (1.0.8-r4) (2/17) Installing libffi (3.4.4-r0) (3/17) Installing gdbm (1.23-r0) (4/17) Installing xz-libs (5.2.8-r0) (5/17) Installing mpdecimal (2.5.1-r1) (6/17) Installing readline (8.2.0-r0) (7/17) Installing sqlite-libs (3.40.0-r0) (8/17) Installing python3 (3.11.0-r2) (9/17) Installing libpq (15.1-r1) (10/17) Installing openssl-dev (3.0.7-r0) (11/17) Installing libpq-dev (15.1-r1) (12/17) Installing libecpg (15.1-r1) (13/17) Installing libecpg-dev (15.1-r1) (14/17) Installing py3-parsing (3.0.9-r1) (15/17) Installing py3-packaging (21.3-r3) (16/17) Installing py3-setuptools (65.6.0-r1) (17/17) Installing .makedepends-pgsanity (20221123.170759) Executing busybox-1.35.0-r29.trigger OK: 412 MiB in 113 packages >>> pgsanity: Cleaning up srcdir >>> pgsanity: Cleaning up pkgdir >>> pgsanity: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pgsanity-0.2.9.tar.gz >>> pgsanity: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pgsanity-0.2.9.tar.gz >>> pgsanity: Checking sha512sums... pgsanity-0.2.9.tar.gz: OK >>> pgsanity: Unpacking /var/cache/distfiles/edge/pgsanity-0.2.9.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pgsanity copying pgsanity/pgsanity.py -> build/lib/pgsanity copying pgsanity/ecpg.py -> build/lib/pgsanity copying pgsanity/__init__.py -> build/lib/pgsanity copying pgsanity/sqlprep.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_parse_error_comments (test.test_ecpg.TestEcpg.test_parse_error_comments) ... ok test_parse_error_simple (test.test_ecpg.TestEcpg.test_parse_error_simple) ... ok test_simple_failure (test.test_ecpg.TestEcpg.test_simple_failure) ... ok test_simple_success (test.test_ecpg.TestEcpg.test_simple_success) ... ok test_args_parsed_add_semicolon (test.test_pgsanity.TestPgSanity.test_args_parsed_add_semicolon) ... ok test_args_parsed_multiple_filenames (test.test_pgsanity.TestPgSanity.test_args_parsed_multiple_filenames) ... ok test_args_parsed_one_filename (test.test_pgsanity.TestPgSanity.test_args_parsed_one_filename) ... ok test_check_invalid_string (test.test_pgsanity.TestPgSanity.test_check_invalid_string) ... ok test_check_valid_string (test.test_pgsanity.TestPgSanity.test_check_valid_string) ... ok test_check_invalid_file (test.test_pgsanity.TestPgSanityFiles.test_check_invalid_file) ... ok test_check_missing_semi (test.test_pgsanity.TestPgSanityFiles.test_check_missing_semi) ... ok test_check_missing_semi_ok (test.test_pgsanity.TestPgSanityFiles.test_check_missing_semi_ok) ... ok test_check_valid_file (test.test_pgsanity.TestPgSanityFiles.test_check_valid_file) ... ok test_append_semi (test.test_sqlprep.TestSqlPrep.test_append_semi) ... ok test_append_semi_line_comment (test.test_sqlprep.TestSqlPrep.test_append_semi_line_comment) ... ok test_append_semi_once (test.test_sqlprep.TestSqlPrep.test_append_semi_once) ... ok test_comment_start_found_within_comment_between_statements (test.test_sqlprep.TestSqlPrep.test_comment_start_found_within_comment_between_statements) ... ok test_comment_start_found_within_comment_within_statement (test.test_sqlprep.TestSqlPrep.test_comment_start_found_within_comment_within_statement) ... ok test_does_not_mangle_first_column_comment_within_statement (test.test_sqlprep.TestSqlPrep.test_does_not_mangle_first_column_comment_within_statement) ... ok test_does_not_mangle_inline_comment_within_statement (test.test_sqlprep.TestSqlPrep.test_does_not_mangle_inline_comment_within_statement) ... ok test_double_semicolon (test.test_sqlprep.TestSqlPrep.test_double_semicolon) ... ok test_handles_block_comment_on_last_line (test.test_sqlprep.TestSqlPrep.test_handles_block_comment_on_last_line) ... ok test_handles_first_column_comment_between_statements (test.test_sqlprep.TestSqlPrep.test_handles_first_column_comment_between_statements) ... ok test_handles_first_line_comment (test.test_sqlprep.TestSqlPrep.test_handles_first_line_comment) ... ok test_handles_inline_comment_between_statements (test.test_sqlprep.TestSqlPrep.test_handles_inline_comment_between_statements) ... ok test_line_comment_in_block_comment_is_undisturbed (test.test_sqlprep.TestSqlPrep.test_line_comment_in_block_comment_is_undisturbed) ... ok test_no_append_semi (test.test_sqlprep.TestSqlPrep.test_no_append_semi) ... ok test_opening_two_block_comments_only_requries_one_close (test.test_sqlprep.TestSqlPrep.test_opening_two_block_comments_only_requries_one_close) ... ok test_prepend_exec_sql_multiple_lines (test.test_sqlprep.TestSqlPrep.test_prepend_exec_sql_multiple_lines) ... ok test_prepend_exec_sql_to_simple_statements (test.test_sqlprep.TestSqlPrep.test_prepend_exec_sql_to_simple_statements) ... ok test_prepend_exec_sql_two_statements_one_line (test.test_sqlprep.TestSqlPrep.test_prepend_exec_sql_two_statements_one_line) ... ok test_prepend_exec_sql_wrapped_statement (test.test_sqlprep.TestSqlPrep.test_prepend_exec_sql_wrapped_statement) ... ok test_prepend_exec_sql_wrapped_statement_with_multiple_semis_on_last_line (test.test_sqlprep.TestSqlPrep.test_prepend_exec_sql_wrapped_statement_with_multiple_semis_on_last_line) ... ok test_prepend_exec_sql_wrapped_trailing_sql (test.test_sqlprep.TestSqlPrep.test_prepend_exec_sql_wrapped_trailing_sql) ... ok test_semi_found_in_block_comment (test.test_sqlprep.TestSqlPrep.test_semi_found_in_block_comment) ... ok test_semi_found_in_comment_at_end_of_line (test.test_sqlprep.TestSqlPrep.test_semi_found_in_comment_at_end_of_line) ... ok test_split_sql_comment_between_statements (test.test_sqlprep.TestSqlPrep.test_split_sql_comment_between_statements) ... ok test_split_sql_inline_comment (test.test_sqlprep.TestSqlPrep.test_split_sql_inline_comment) ... ok test_split_sql_nothing_interesting (test.test_sqlprep.TestSqlPrep.test_split_sql_nothing_interesting) ... ok test_split_sql_trailing_semicolon (test.test_sqlprep.TestSqlPrep.test_split_sql_trailing_semicolon) ... ok ---------------------------------------------------------------------- Ran 40 tests in 0.016s 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.11/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.11 creating /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.11/site-packages/pgsanity copying build/lib/pgsanity/pgsanity.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.11/site-packages/pgsanity copying build/lib/pgsanity/ecpg.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.11/site-packages/pgsanity copying build/lib/pgsanity/__init__.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.11/site-packages/pgsanity copying build/lib/pgsanity/sqlprep.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.11/site-packages/pgsanity byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.11/site-packages/pgsanity/pgsanity.py to pgsanity.cpython-311.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.11/site-packages/pgsanity/ecpg.py to ecpg.cpython-311.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.11/site-packages/pgsanity/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.11/site-packages/pgsanity/sqlprep.py to sqlprep.cpython-311.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.11/site-packages/pgsanity-0.2.9-py3.11.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-r4.apk >>> pgsanity: Build complete at Wed, 23 Nov 2022 17:08:01 +0000 elapsed time 0h 0m 3s >>> pgsanity: Cleaning up srcdir >>> pgsanity: Cleaning up pkgdir >>> pgsanity: Uninstalling dependencies... (1/17) Purging .makedepends-pgsanity (20221123.170759) (2/17) Purging py3-setuptools (65.6.0-r1) (3/17) Purging py3-packaging (21.3-r3) (4/17) Purging py3-parsing (3.0.9-r1) (5/17) Purging python3 (3.11.0-r2) (6/17) Purging libbz2 (1.0.8-r4) (7/17) Purging libffi (3.4.4-r0) (8/17) Purging gdbm (1.23-r0) (9/17) Purging xz-libs (5.2.8-r0) (10/17) Purging mpdecimal (2.5.1-r1) (11/17) Purging readline (8.2.0-r0) (12/17) Purging sqlite-libs (3.40.0-r0) (13/17) Purging libecpg-dev (15.1-r1) (14/17) Purging libecpg (15.1-r1) (15/17) Purging libpq-dev (15.1-r1) (16/17) Purging libpq (15.1-r1) (17/17) Purging openssl-dev (3.0.7-r0) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> pgsanity: Updating the community/armhf repository index... >>> pgsanity: Signing the index...