>>> pgsanity: Building community/pgsanity 0.2.9-r3 (using abuild 3.9.0-r0) started Fri, 22 Apr 2022 02:37:05 +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/21) Installing libbz2 (1.0.8-r1) (2/21) Installing libffi (3.4.2-r1) (3/21) Installing gdbm (1.23-r0) (4/21) Installing xz-libs (5.2.5-r1) (5/21) Installing mpdecimal (2.5.1-r1) (6/21) Installing readline (8.1.2-r0) (7/21) Installing sqlite-libs (3.38.2-r0) (8/21) Installing python3 (3.10.3-r1) (9/21) Installing libpq (14.2-r2) (10/21) Installing openssl-dev (1.1.1n-r0) (11/21) Installing libpq-dev (14.2-r2) (12/21) Installing libecpg (14.2-r2) (13/21) Installing libecpg-dev (14.2-r2) (14/21) Installing py3-appdirs (1.4.4-r3) (15/21) Installing py3-more-itertools (8.12.0-r2) (16/21) Installing py3-ordered-set (4.0.2-r3) (17/21) Installing py3-parsing (2.4.7-r3) (18/21) Installing py3-six (1.16.0-r1) (19/21) Installing py3-packaging (21.3-r0) (20/21) Installing py3-setuptools (59.4.0-r0) (21/21) Installing .makedepends-pgsanity (20220422.023708) Executing busybox-1.35.0-r8.trigger OK: 382 MiB in 110 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 27932 0 --:--:-- --:--:-- --:--:-- 28007 >>> 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/__init__.py -> build/lib/pgsanity copying pgsanity/sqlprep.py -> build/lib/pgsanity copying pgsanity/ecpg.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_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 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_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 ---------------------------------------------------------------------- Ran 40 tests in 0.040s 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/__init__.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/ecpg.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/__init__.py to __init__.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/ecpg.py to ecpg.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 Fri, 22 Apr 2022 02:37:10 +0000 elapsed time 0h 0m 5s >>> pgsanity: Cleaning up srcdir >>> pgsanity: Cleaning up pkgdir >>> pgsanity: Uninstalling dependencies... (1/21) Purging .makedepends-pgsanity (20220422.023708) (2/21) Purging py3-setuptools (59.4.0-r0) (3/21) Purging py3-appdirs (1.4.4-r3) (4/21) Purging py3-more-itertools (8.12.0-r2) (5/21) Purging py3-ordered-set (4.0.2-r3) (6/21) Purging py3-packaging (21.3-r0) (7/21) Purging py3-six (1.16.0-r1) (8/21) Purging py3-parsing (2.4.7-r3) (9/21) Purging python3 (3.10.3-r1) (10/21) Purging libbz2 (1.0.8-r1) (11/21) Purging libffi (3.4.2-r1) (12/21) Purging gdbm (1.23-r0) (13/21) Purging xz-libs (5.2.5-r1) (14/21) Purging mpdecimal (2.5.1-r1) (15/21) Purging readline (8.1.2-r0) (16/21) Purging sqlite-libs (3.38.2-r0) (17/21) Purging libecpg-dev (14.2-r2) (18/21) Purging libecpg (14.2-r2) (19/21) Purging libpq-dev (14.2-r2) (20/21) Purging libpq (14.2-r2) (21/21) Purging openssl-dev (1.1.1n-r0) Executing busybox-1.35.0-r8.trigger OK: 324 MiB in 89 packages >>> pgsanity: Updating the community/s390x repository index... >>> pgsanity: Signing the index...