>>> pgsanity: Building community/pgsanity 0.2.9-r0 (using abuild 3.7.0_rc1-r2) started Thu, 24 Dec 2020 15:56:18 +0000 >>> pgsanity: Checking sanity of /home/buildozer/aports/community/pgsanity/APKBUILD... >>> pgsanity: Analyzing dependencies... >>> pgsanity: Installing for build: build-base python3 postgresql-dev py3-setuptools (1/29) Installing libbz2 (1.0.8-r1) (2/29) Installing libffi (3.3-r2) (3/29) Installing gdbm (1.18.1-r0) (4/29) Installing xz-libs (5.2.5-r0) (5/29) Installing readline (8.0.4-r0) (6/29) Installing sqlite-libs (3.34.0-r0) (7/29) Installing python3 (3.8.6-r0) (8/29) Installing libxml2 (2.9.10-r5) (9/29) Installing llvm10-libs (10.0.1-r0) (10/29) Installing clang-libs (10.0.1-r0) (11/29) Installing clang (10.0.1-r0) (12/29) Installing llvm10-dev (10.0.1-r0) (13/29) Installing llvm10 (10.0.1-r0) (14/29) Installing openssl-dev (1.1.1i-r0) (15/29) Installing icu-libs (67.1-r1) (16/29) Installing icu (67.1-r1) (17/29) Installing icu-dev (67.1-r1) (18/29) Installing libsasl (2.1.27-r10) (19/29) Installing libldap (2.4.56-r0) (20/29) Installing libpq (13.1-r0) (21/29) Installing postgresql-libs (13.1-r0) (22/29) Installing postgresql-dev (13.1-r0) (23/29) Installing py3-ordered-set (4.0.2-r0) (24/29) Installing py3-appdirs (1.4.4-r1) (25/29) Installing py3-parsing (2.4.7-r1) (26/29) Installing py3-six (1.15.0-r0) (27/29) Installing py3-packaging (20.8-r0) (28/29) Installing py3-setuptools (51.0.0-r0) (29/29) Installing .makedepends-pgsanity (20201224.155621) Executing busybox-1.32.0-r8.trigger OK: 590 MiB in 115 packages >>> pgsanity: Cleaning up srcdir >>> pgsanity: Cleaning up pkgdir >>> pgsanity: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/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 107k 0 --:--:-- --:--:-- --:--:-- 108k >>> pgsanity: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/pgsanity-0.2.9.tar.gz >>> pgsanity: Checking sha512sums... pgsanity-0.2.9.tar.gz: OK >>> pgsanity: Unpacking /var/cache/distfiles/v3.13/pgsanity-0.2.9.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pgsanity copying pgsanity/sqlprep.py -> build/lib/pgsanity copying pgsanity/pgsanity.py -> build/lib/pgsanity copying pgsanity/__init__.py -> build/lib/pgsanity copying pgsanity/ecpg.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_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_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 ---------------------------------------------------------------------- Ran 40 tests in 0.033s 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.8 creating /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.8/site-packages creating /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.8/site-packages/pgsanity copying build/lib/pgsanity/sqlprep.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.8/site-packages/pgsanity copying build/lib/pgsanity/pgsanity.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.8/site-packages/pgsanity copying build/lib/pgsanity/__init__.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.8/site-packages/pgsanity copying build/lib/pgsanity/ecpg.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.8/site-packages/pgsanity byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.8/site-packages/pgsanity/sqlprep.py to sqlprep.cpython-38.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.8/site-packages/pgsanity/pgsanity.py to pgsanity.cpython-38.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.8/site-packages/pgsanity/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.8/site-packages/pgsanity/ecpg.py to ecpg.cpython-38.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.8/site-packages/pgsanity-0.2.9-py3.8.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-r0.apk >>> pgsanity: Build complete at Thu, 24 Dec 2020 15:56:26 +0000 elapsed time 0h 0m 8s >>> pgsanity: Cleaning up srcdir >>> pgsanity: Cleaning up pkgdir >>> pgsanity: Uninstalling dependencies... (1/29) Purging .makedepends-pgsanity (20201224.155621) (2/29) Purging postgresql-dev (13.1-r0) (3/29) Purging clang (10.0.1-r0) (4/29) Purging openssl-dev (1.1.1i-r0) (5/29) Purging icu-dev (67.1-r1) (6/29) Purging icu (67.1-r1) (7/29) Purging icu-libs (67.1-r1) (8/29) Purging postgresql-libs (13.1-r0) (9/29) Purging py3-setuptools (51.0.0-r0) (10/29) Purging py3-ordered-set (4.0.2-r0) (11/29) Purging py3-appdirs (1.4.4-r1) (12/29) Purging py3-packaging (20.8-r0) (13/29) Purging py3-parsing (2.4.7-r1) (14/29) Purging py3-six (1.15.0-r0) (15/29) Purging python3 (3.8.6-r0) (16/29) Purging libbz2 (1.0.8-r1) (17/29) Purging llvm10 (10.0.1-r0) (18/29) Purging llvm10-dev (10.0.1-r0) (19/29) Purging clang-libs (10.0.1-r0) (20/29) Purging llvm10-libs (10.0.1-r0) (21/29) Purging libffi (3.3-r2) (22/29) Purging libpq (13.1-r0) (23/29) Purging libldap (2.4.56-r0) (24/29) Purging libsasl (2.1.27-r10) (25/29) Purging gdbm (1.18.1-r0) (26/29) Purging libxml2 (2.9.10-r5) (27/29) Purging xz-libs (5.2.5-r0) (28/29) Purging readline (8.0.4-r0) (29/29) Purging sqlite-libs (3.34.0-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> pgsanity: Updating the community/x86 repository index... >>> pgsanity: Signing the index...