>>> pgsanity: Building community/pgsanity 0.2.9-r2 (using abuild 3.9.0_rc2-r1) started Mon, 25 Oct 2021 07:51:01 +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/16) Installing libffi (3.4.2-r1) (2/16) Installing gdbm (1.20-r2) (3/16) Installing mpdecimal (2.5.1-r1) (4/16) Installing readline (8.1.1-r0) (5/16) Installing sqlite-libs (3.36.0-r0) (6/16) Installing python3 (3.9.7-r3) (7/16) Installing libpq (14.0-r4) (8/16) Installing libecpg (14.0-r4) (9/16) Installing libecpg-dev (14.0-r4) (10/16) Installing py3-ordered-set (4.0.2-r2) (11/16) Installing py3-appdirs (1.4.4-r2) (12/16) Installing py3-parsing (2.4.7-r2) (13/16) Installing py3-six (1.16.0-r0) (14/16) Installing py3-packaging (20.9-r1) (15/16) Installing py3-setuptools (52.0.0-r4) (16/16) Installing .makedepends-pgsanity (20211025.075102) Executing busybox-1.34.1-r2.trigger OK: 398 MiB in 113 packages >>> pgsanity: Cleaning up srcdir >>> pgsanity: Cleaning up pkgdir >>> pgsanity: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/pgsanity-0.2.9.tar.gz >>> pgsanity: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/pgsanity-0.2.9.tar.gz >>> pgsanity: Checking sha512sums... pgsanity-0.2.9.tar.gz: OK >>> pgsanity: Unpacking /var/cache/distfiles/v3.15/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' 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.032s OK line 1: ERROR: unrecognized data type name "garbage" line 1: ERROR: syntax error at or near "" >>> pgsanity: Entering fakeroot... running install 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.9 creating /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.9/site-packages/pgsanity copying build/lib/pgsanity/ecpg.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.9/site-packages/pgsanity copying build/lib/pgsanity/sqlprep.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.9/site-packages/pgsanity copying build/lib/pgsanity/__init__.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.9/site-packages/pgsanity copying build/lib/pgsanity/pgsanity.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.9/site-packages/pgsanity byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.9/site-packages/pgsanity/ecpg.py to ecpg.cpython-39.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.9/site-packages/pgsanity/sqlprep.py to sqlprep.cpython-39.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.9/site-packages/pgsanity/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.9/site-packages/pgsanity/pgsanity.py to pgsanity.cpython-39.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' writing manifest file 'pgsanity.egg-info/SOURCES.txt' Copying pgsanity.egg-info to /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.9/site-packages/pgsanity-0.2.9-py3.9.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-r2.apk >>> pgsanity: Build complete at Mon, 25 Oct 2021 07:51:04 +0000 elapsed time 0h 0m 3s >>> pgsanity: Cleaning up srcdir >>> pgsanity: Cleaning up pkgdir >>> pgsanity: Uninstalling dependencies... (1/16) Purging .makedepends-pgsanity (20211025.075102) (2/16) Purging py3-setuptools (52.0.0-r4) (3/16) Purging py3-ordered-set (4.0.2-r2) (4/16) Purging py3-appdirs (1.4.4-r2) (5/16) Purging py3-packaging (20.9-r1) (6/16) Purging py3-parsing (2.4.7-r2) (7/16) Purging py3-six (1.16.0-r0) (8/16) Purging python3 (3.9.7-r3) (9/16) Purging libffi (3.4.2-r1) (10/16) Purging gdbm (1.20-r2) (11/16) Purging mpdecimal (2.5.1-r1) (12/16) Purging readline (8.1.1-r0) (13/16) Purging sqlite-libs (3.36.0-r0) (14/16) Purging libecpg-dev (14.0-r4) (15/16) Purging libecpg (14.0-r4) (16/16) Purging libpq (14.0-r4) Executing busybox-1.34.1-r2.trigger OK: 345 MiB in 97 packages >>> pgsanity: Updating the community/x86_64 repository index... >>> pgsanity: Signing the index...