>>> pgsanity: Building community/pgsanity 0.2.9-r6 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 07:51:12 +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/24) Installing libbz2 (1.0.8-r6) (2/24) Installing libffi (3.4.6-r0) (3/24) Installing gdbm (1.23-r1) (4/24) Installing xz-libs (5.6.1-r3) (5/24) Installing mpdecimal (4.0.0-r0) (6/24) Installing libpanelw (6.4_p20240330-r0) (7/24) Installing readline (8.2.10-r0) (8/24) Installing sqlite-libs (3.45.2-r0) (9/24) Installing python3 (3.12.3-r0) (10/24) Installing python3-pycache-pyc0 (3.12.3-r0) (11/24) Installing pyc (3.12.3-r0) (12/24) Installing python3-pyc (3.12.3-r0) (13/24) Installing libpq (16.2-r2) (14/24) Installing openssl-dev (3.3.0-r0) (15/24) Installing libpq-dev (16.2-r2) (16/24) Installing libecpg (16.2-r2) (17/24) Installing libecpg-dev (16.2-r2) (18/24) Installing py3-parsing (3.1.2-r1) (19/24) Installing py3-parsing-pyc (3.1.2-r1) (20/24) Installing py3-packaging (24.0-r1) (21/24) Installing py3-packaging-pyc (24.0-r1) (22/24) Installing py3-setuptools (69.2.0-r2) (23/24) Installing py3-setuptools-pyc (69.2.0-r2) (24/24) Installing .makedepends-pgsanity (20240413.075113) Executing busybox-1.36.1-r25.trigger OK: 400 MiB in 131 packages >>> pgsanity: Cleaning up srcdir >>> pgsanity: Cleaning up pkgdir >>> pgsanity: Cleaning up tmpdir >>> pgsanity: Fetching https://distfiles.alpinelinux.org/distfiles/edge//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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 7786 100 7786 0 0 31409 0 --:--:-- --:--:-- --:--:-- 31395 >>> 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/__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. /usr/lib/python3.12/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. 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_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 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 ---------------------------------------------------------------------- Ran 40 tests in 0.007s 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.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() 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.12 creating /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.12/site-packages/pgsanity copying build/lib/pgsanity/__init__.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.12/site-packages/pgsanity copying build/lib/pgsanity/sqlprep.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.12/site-packages/pgsanity copying build/lib/pgsanity/ecpg.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.12/site-packages/pgsanity copying build/lib/pgsanity/pgsanity.py -> /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.12/site-packages/pgsanity byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.12/site-packages/pgsanity/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.12/site-packages/pgsanity/sqlprep.py to sqlprep.cpython-312.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.12/site-packages/pgsanity/ecpg.py to ecpg.cpython-312.pyc byte-compiling /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.12/site-packages/pgsanity/pgsanity.py to pgsanity.cpython-312.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.12/site-packages/pgsanity-0.2.9-py3.12.egg-info running install_scripts Installing pgsanity script to /home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/bin >>> pgsanity-pyc*: Running split function pyc... '/home/buildozer/aports/community/pgsanity/pkg/pgsanity/usr/lib/python3.12/site-packages/pgsanity/__pycache__' -> '/home/buildozer/aports/community/pgsanity/pkg/pgsanity-pyc/usr/lib/python3.12/site-packages/pgsanity/__pycache__' >>> pgsanity-pyc*: Preparing subpackage pgsanity-pyc... >>> pgsanity-pyc*: Running postcheck for pgsanity-pyc >>> pgsanity*: Running postcheck for pgsanity >>> pgsanity*: Preparing package pgsanity... >>> pgsanity-pyc*: Tracing dependencies... python3 cmd:ecpg python3~3.12 >>> pgsanity-pyc*: Package size: 44.0 KB >>> pgsanity-pyc*: Compressing data... >>> pgsanity-pyc*: Create checksum... >>> pgsanity-pyc*: Create pgsanity-pyc-0.2.9-r6.apk >>> pgsanity*: Tracing dependencies... python3 cmd:ecpg python3~3.12 >>> pgsanity*: Package size: 68.0 KB >>> pgsanity*: Compressing data... >>> pgsanity*: Create checksum... >>> pgsanity*: Create pgsanity-0.2.9-r6.apk >>> pgsanity: Build complete at Sat, 13 Apr 2024 07:51:14 +0000 elapsed time 0h 0m 2s >>> pgsanity: Cleaning up srcdir >>> pgsanity: Cleaning up pkgdir >>> pgsanity: Uninstalling dependencies... (1/24) Purging .makedepends-pgsanity (20240413.075113) (2/24) Purging py3-setuptools-pyc (69.2.0-r2) (3/24) Purging py3-setuptools (69.2.0-r2) (4/24) Purging py3-packaging-pyc (24.0-r1) (5/24) Purging py3-packaging (24.0-r1) (6/24) Purging py3-parsing-pyc (3.1.2-r1) (7/24) Purging py3-parsing (3.1.2-r1) (8/24) Purging libecpg-dev (16.2-r2) (9/24) Purging libecpg (16.2-r2) (10/24) Purging libpq-dev (16.2-r2) (11/24) Purging libpq (16.2-r2) (12/24) Purging openssl-dev (3.3.0-r0) (13/24) Purging python3-pyc (3.12.3-r0) (14/24) Purging python3-pycache-pyc0 (3.12.3-r0) (15/24) Purging pyc (3.12.3-r0) (16/24) Purging python3 (3.12.3-r0) (17/24) Purging gdbm (1.23-r1) (18/24) Purging libbz2 (1.0.8-r6) (19/24) Purging libffi (3.4.6-r0) (20/24) Purging libpanelw (6.4_p20240330-r0) (21/24) Purging mpdecimal (4.0.0-r0) (22/24) Purging readline (8.2.10-r0) (23/24) Purging sqlite-libs (3.45.2-r0) (24/24) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 346 MiB in 107 packages >>> pgsanity: Updating the community/s390x repository index... >>> pgsanity: Signing the index...