>>> py3-ruffus: Building community/py3-ruffus 2.8.4-r4 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 20:47:44 +0000 >>> py3-ruffus: Checking sanity of /home/buildozer/aports/community/py3-ruffus/APKBUILD... >>> py3-ruffus: Analyzing dependencies... >>> py3-ruffus: Installing for build: build-base python3 py3-setuptools (1/19) Installing libbz2 (1.0.8-r5) (2/19) Installing libffi (3.4.4-r2) (3/19) Installing gdbm (1.23-r1) (4/19) Installing xz-libs (5.4.2-r1) (5/19) Installing mpdecimal (2.5.1-r2) (6/19) Installing libpanelw (6.4_p20230401-r4) (7/19) Installing readline (8.2.1-r1) (8/19) Installing sqlite-libs (3.41.2-r2) (9/19) Installing python3 (3.11.3-r10) (10/19) Installing python3-pycache-pyc0 (3.11.3-r10) (11/19) Installing pyc (0.1-r0) (12/19) Installing python3-pyc (3.11.3-r10) (13/19) Installing py3-parsing (3.0.9-r2) (14/19) Installing py3-parsing-pyc (3.0.9-r2) (15/19) Installing py3-packaging (23.1-r1) (16/19) Installing py3-packaging-pyc (23.1-r1) (17/19) Installing py3-setuptools (67.7.0-r0) (18/19) Installing py3-setuptools-pyc (67.7.0-r0) (19/19) Installing .makedepends-py3-ruffus (20230421.204745) Executing busybox-1.36.0-r7.trigger OK: 345 MiB in 117 packages >>> py3-ruffus: Cleaning up srcdir >>> py3-ruffus: Cleaning up pkgdir >>> py3-ruffus: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruffus-2.8.4.tar.gz >>> py3-ruffus: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruffus-2.8.4.tar.gz >>> py3-ruffus: Checking sha512sums... ruffus-2.8.4.tar.gz: OK >>> py3-ruffus: Unpacking /var/cache/distfiles/ruffus-2.8.4.tar.gz... running build running build_py creating build creating build/lib creating build/lib/ruffus copying ruffus/ruffus_version.py -> build/lib/ruffus copying ruffus/graph.py -> build/lib/ruffus copying ruffus/proxy_logger.py -> build/lib/ruffus copying ruffus/ruffus_exceptions.py -> build/lib/ruffus copying ruffus/file_name_parameters.py -> build/lib/ruffus copying ruffus/task.py -> build/lib/ruffus copying ruffus/drmaa_wrapper.py -> build/lib/ruffus copying ruffus/ruffus_utility.py -> build/lib/ruffus copying ruffus/parse_old_style_ruffus.py -> build/lib/ruffus copying ruffus/print_dependencies.py -> build/lib/ruffus copying ruffus/adjacent_pairs_iterate.py -> build/lib/ruffus copying ruffus/cmdline.py -> build/lib/ruffus copying ruffus/__init__.py -> build/lib/ruffus copying ruffus/combinatorics.py -> build/lib/ruffus copying ruffus/dbdict.py -> build/lib/ruffus running egg_info writing ruffus.egg-info/PKG-INFO writing dependency_links to ruffus.egg-info/dependency_links.txt writing top-level names to ruffus.egg-info/top_level.txt reading manifest file 'ruffus.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.TXT' writing manifest file 'ruffus.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'ruffus.test' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'ruffus.test' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'ruffus.test' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'ruffus.test' to be distributed and are already explicitly excluding 'ruffus.test' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/ruffus/test copying ruffus/test/check_subpipeline_cmdline.py -> build/lib/ruffus/test copying ruffus/test/complicated_example.py -> build/lib/ruffus/test copying ruffus/test/create_test_script_from_dependency_tree.py -> build/lib/ruffus/test copying ruffus/test/draw_specified_dependency_tree.py -> build/lib/ruffus/test copying ruffus/test/five_second.py -> build/lib/ruffus/test copying ruffus/test/manual_test_ctrl_c_exceptions.py -> build/lib/ruffus/test copying ruffus/test/manual_test_ctrl_c_exceptions_drmaa.py -> build/lib/ruffus/test copying ruffus/test/manual_test_drmaa.py -> build/lib/ruffus/test copying ruffus/test/play_with_colours.py -> build/lib/ruffus/test copying ruffus/test/qrsh_workaround.py -> build/lib/ruffus/test copying ruffus/test/run_all_unit_tests.cmd -> build/lib/ruffus/test copying ruffus/test/run_all_unit_tests3.cmd -> build/lib/ruffus/test copying ruffus/test/simpler_with_shared_logging.py -> build/lib/ruffus/test copying ruffus/test/slow_process_for_testing.py -> build/lib/ruffus/test copying ruffus/test/test_N_x_M_and_collate.py -> build/lib/ruffus/test copying ruffus/test/test_active_if.py -> build/lib/ruffus/test copying ruffus/test/test_branching_dependencies.py -> build/lib/ruffus/test copying ruffus/test/test_check_if_uptodate.py -> build/lib/ruffus/test copying ruffus/test/test_cmdline.py -> build/lib/ruffus/test copying ruffus/test/test_collate.py -> build/lib/ruffus/test copying ruffus/test/test_combinatorics.py -> build/lib/ruffus/test copying ruffus/test/test_drmaa_wrapper_run_job_locally.py -> build/lib/ruffus/test copying ruffus/test/test_empty_files_decorator.py -> build/lib/ruffus/test copying ruffus/test/test_exceptions.py -> build/lib/ruffus/test copying ruffus/test/test_file_name_parameters.py -> build/lib/ruffus/test copying ruffus/test/test_files_decorator.py -> build/lib/ruffus/test copying ruffus/test/test_filesre_combine.py -> build/lib/ruffus/test copying ruffus/test/test_filesre_split_and_combine.py -> build/lib/ruffus/test copying ruffus/test/test_follows_mkdir.py -> build/lib/ruffus/test copying ruffus/test/test_functions_with_extras.py -> build/lib/ruffus/test copying ruffus/test/test_graphviz.py -> build/lib/ruffus/test copying ruffus/test/test_inputs_with_multiple_args_raising_exception.py -> build/lib/ruffus/test copying ruffus/test/test_job_completion_checksums.py -> build/lib/ruffus/test copying ruffus/test/test_job_history_with_exceptions.py -> build/lib/ruffus/test copying ruffus/test/test_mkdir.py -> build/lib/ruffus/test copying ruffus/test/test_newstyle_combinatorics.py -> build/lib/ruffus/test copying ruffus/test/test_newstyle_proxy.py -> build/lib/ruffus/test copying ruffus/test/test_newstyle_regex_error_messages.py -> build/lib/ruffus/test copying ruffus/test/test_pausing.py -> build/lib/ruffus/test copying ruffus/test/test_pipeline_printout_graph.py -> build/lib/ruffus/test copying ruffus/test/test_pool_manager.py -> build/lib/ruffus/test copying ruffus/test/test_posttask_merge.py -> build/lib/ruffus/test copying ruffus/test/test_proxy_logger.py -> build/lib/ruffus/test copying ruffus/test/test_regex_error_messages.py -> build/lib/ruffus/test copying ruffus/test/test_ruffus_utility.py -> build/lib/ruffus/test copying ruffus/test/test_ruffus_utility_parse_task_arguments.py -> build/lib/ruffus/test copying ruffus/test/test_runtime_data.py -> build/lib/ruffus/test copying ruffus/test/test_softlink_uptodate.py -> build/lib/ruffus/test copying ruffus/test/test_split_and_combine.py -> build/lib/ruffus/test copying ruffus/test/test_split_regex_and_collate.py -> build/lib/ruffus/test copying ruffus/test/test_split_subdivide_checkpointing.py -> build/lib/ruffus/test copying ruffus/test/test_subpipeline.py -> build/lib/ruffus/test copying ruffus/test/test_suffix_output_dir.py -> build/lib/ruffus/test copying ruffus/test/test_task_file_dependencies.py -> build/lib/ruffus/test copying ruffus/test/test_task_misc.py -> build/lib/ruffus/test copying ruffus/test/test_transform_add_inputs.py -> build/lib/ruffus/test copying ruffus/test/test_transform_formatter.py -> build/lib/ruffus/test copying ruffus/test/test_transform_inputs.py -> build/lib/ruffus/test copying ruffus/test/test_transform_with_no_re_matches.py -> build/lib/ruffus/test copying ruffus/test/test_tutorial7.py -> build/lib/ruffus/test copying ruffus/test/test_unicode_filenames.py -> build/lib/ruffus/test copying ruffus/test/test_verbosity.py -> build/lib/ruffus/test copying ruffus/test/test_with_logger.py -> build/lib/ruffus/test >>> WARNING: py3-ruffus: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> py3-ruffus: Entering fakeroot... running install /usr/lib/python3.11/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, pypa/build 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/py3-ruffus/pkg creating /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus creating /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr creating /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib creating /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus copying build/lib/ruffus/ruffus_version.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus copying build/lib/ruffus/graph.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus copying build/lib/ruffus/proxy_logger.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus creating /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_active_if.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_job_history_with_exceptions.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/manual_test_ctrl_c_exceptions.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_graphviz.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_posttask_merge.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_pausing.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_proxy_logger.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_with_logger.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/create_test_script_from_dependency_tree.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_pipeline_printout_graph.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_split_regex_and_collate.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/simpler_with_shared_logging.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_task_file_dependencies.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_check_if_uptodate.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_subpipeline.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_pool_manager.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/check_subpipeline_cmdline.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_branching_dependencies.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_ruffus_utility.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_runtime_data.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/run_all_unit_tests3.cmd -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/complicated_example.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/play_with_colours.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_empty_files_decorator.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_job_completion_checksums.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_combinatorics.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_follows_mkdir.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/draw_specified_dependency_tree.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_mkdir.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_filesre_combine.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_transform_with_no_re_matches.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_verbosity.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/manual_test_drmaa.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_newstyle_combinatorics.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_functions_with_extras.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/qrsh_workaround.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_N_x_M_and_collate.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_collate.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_split_and_combine.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/five_second.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_inputs_with_multiple_args_raising_exception.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/run_all_unit_tests.cmd -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_cmdline.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_transform_inputs.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_drmaa_wrapper_run_job_locally.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_regex_error_messages.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/manual_test_ctrl_c_exceptions_drmaa.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_newstyle_regex_error_messages.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_split_subdivide_checkpointing.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_transform_add_inputs.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_transform_formatter.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_newstyle_proxy.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_file_name_parameters.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_ruffus_utility_parse_task_arguments.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_task_misc.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_exceptions.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/slow_process_for_testing.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_files_decorator.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_unicode_filenames.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_suffix_output_dir.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_filesre_split_and_combine.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_tutorial7.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/test/test_softlink_uptodate.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test copying build/lib/ruffus/ruffus_exceptions.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus copying build/lib/ruffus/file_name_parameters.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus copying build/lib/ruffus/task.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus copying build/lib/ruffus/drmaa_wrapper.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus copying build/lib/ruffus/ruffus_utility.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus copying build/lib/ruffus/parse_old_style_ruffus.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus copying build/lib/ruffus/print_dependencies.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus copying build/lib/ruffus/adjacent_pairs_iterate.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus copying build/lib/ruffus/cmdline.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus copying build/lib/ruffus/__init__.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus copying build/lib/ruffus/combinatorics.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus copying build/lib/ruffus/dbdict.py -> /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/ruffus_version.py to ruffus_version.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/graph.py to graph.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/proxy_logger.py to proxy_logger.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_active_if.py to test_active_if.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_job_history_with_exceptions.py to test_job_history_with_exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/manual_test_ctrl_c_exceptions.py to manual_test_ctrl_c_exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_graphviz.py to test_graphviz.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_posttask_merge.py to test_posttask_merge.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_pausing.py to test_pausing.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_proxy_logger.py to test_proxy_logger.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_with_logger.py to test_with_logger.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/create_test_script_from_dependency_tree.py to create_test_script_from_dependency_tree.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_pipeline_printout_graph.py to test_pipeline_printout_graph.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_split_regex_and_collate.py to test_split_regex_and_collate.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/simpler_with_shared_logging.py to simpler_with_shared_logging.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_task_file_dependencies.py to test_task_file_dependencies.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_check_if_uptodate.py to test_check_if_uptodate.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_subpipeline.py to test_subpipeline.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_pool_manager.py to test_pool_manager.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/check_subpipeline_cmdline.py to check_subpipeline_cmdline.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_branching_dependencies.py to test_branching_dependencies.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_ruffus_utility.py to test_ruffus_utility.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_runtime_data.py to test_runtime_data.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/complicated_example.py to complicated_example.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/play_with_colours.py to play_with_colours.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_empty_files_decorator.py to test_empty_files_decorator.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_job_completion_checksums.py to test_job_completion_checksums.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_combinatorics.py to test_combinatorics.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_follows_mkdir.py to test_follows_mkdir.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/draw_specified_dependency_tree.py to draw_specified_dependency_tree.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_mkdir.py to test_mkdir.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_filesre_combine.py to test_filesre_combine.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_transform_with_no_re_matches.py to test_transform_with_no_re_matches.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_verbosity.py to test_verbosity.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/manual_test_drmaa.py to manual_test_drmaa.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_newstyle_combinatorics.py to test_newstyle_combinatorics.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_functions_with_extras.py to test_functions_with_extras.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/qrsh_workaround.py to qrsh_workaround.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_N_x_M_and_collate.py to test_N_x_M_and_collate.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_collate.py to test_collate.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_split_and_combine.py to test_split_and_combine.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/five_second.py to five_second.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_inputs_with_multiple_args_raising_exception.py to test_inputs_with_multiple_args_raising_exception.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_cmdline.py to test_cmdline.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_transform_inputs.py to test_transform_inputs.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_drmaa_wrapper_run_job_locally.py to test_drmaa_wrapper_run_job_locally.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_regex_error_messages.py to test_regex_error_messages.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/manual_test_ctrl_c_exceptions_drmaa.py to manual_test_ctrl_c_exceptions_drmaa.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_newstyle_regex_error_messages.py to test_newstyle_regex_error_messages.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_split_subdivide_checkpointing.py to test_split_subdivide_checkpointing.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_transform_add_inputs.py to test_transform_add_inputs.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_transform_formatter.py to test_transform_formatter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_newstyle_proxy.py to test_newstyle_proxy.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_file_name_parameters.py to test_file_name_parameters.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_ruffus_utility_parse_task_arguments.py to test_ruffus_utility_parse_task_arguments.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_task_misc.py to test_task_misc.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_exceptions.py to test_exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/slow_process_for_testing.py to slow_process_for_testing.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_files_decorator.py to test_files_decorator.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_unicode_filenames.py to test_unicode_filenames.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_suffix_output_dir.py to test_suffix_output_dir.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_filesre_split_and_combine.py to test_filesre_split_and_combine.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_tutorial7.py to test_tutorial7.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/test_softlink_uptodate.py to test_softlink_uptodate.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/ruffus_exceptions.py to ruffus_exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/file_name_parameters.py to file_name_parameters.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/task.py to task.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/drmaa_wrapper.py to drmaa_wrapper.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/ruffus_utility.py to ruffus_utility.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/parse_old_style_ruffus.py to parse_old_style_ruffus.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/print_dependencies.py to print_dependencies.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/adjacent_pairs_iterate.py to adjacent_pairs_iterate.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/cmdline.py to cmdline.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/combinatorics.py to combinatorics.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/dbdict.py to dbdict.cpython-311.pyc running install_egg_info running egg_info writing ruffus.egg-info/PKG-INFO writing dependency_links to ruffus.egg-info/dependency_links.txt writing top-level names to ruffus.egg-info/top_level.txt reading manifest file 'ruffus.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.TXT' writing manifest file 'ruffus.egg-info/SOURCES.txt' Copying ruffus.egg-info to /home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus-2.8.4-py3.11.egg-info running install_scripts >>> py3-ruffus-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/test/__pycache__' -> '/home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus-pyc/usr/lib/python3.11/site-packages/ruffus/test/__pycache__' '/home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus/usr/lib/python3.11/site-packages/ruffus/__pycache__' -> '/home/buildozer/aports/community/py3-ruffus/pkg/py3-ruffus-pyc/usr/lib/python3.11/site-packages/ruffus/__pycache__' >>> py3-ruffus-pyc*: Preparing subpackage py3-ruffus-pyc... >>> py3-ruffus-pyc*: Running postcheck for py3-ruffus-pyc >>> py3-ruffus*: Running postcheck for py3-ruffus >>> py3-ruffus*: Preparing package py3-ruffus... >>> py3-ruffus-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-ruffus-pyc*: Package size: 1.3 MB >>> py3-ruffus-pyc*: Compressing data... >>> py3-ruffus-pyc*: Create checksum... >>> py3-ruffus-pyc*: Create py3-ruffus-pyc-2.8.4-r4.apk >>> py3-ruffus*: Tracing dependencies... python3 python3~3.11 >>> py3-ruffus*: Package size: 1.3 MB >>> py3-ruffus*: Compressing data... >>> py3-ruffus*: Create checksum... >>> py3-ruffus*: Create py3-ruffus-2.8.4-r4.apk >>> py3-ruffus: Build complete at Fri, 21 Apr 2023 20:47:47 +0000 elapsed time 0h 0m 3s >>> py3-ruffus: Cleaning up srcdir >>> py3-ruffus: Cleaning up pkgdir >>> py3-ruffus: Uninstalling dependencies... (1/19) Purging .makedepends-py3-ruffus (20230421.204745) (2/19) Purging py3-setuptools-pyc (67.7.0-r0) (3/19) Purging py3-setuptools (67.7.0-r0) (4/19) Purging py3-packaging-pyc (23.1-r1) (5/19) Purging py3-packaging (23.1-r1) (6/19) Purging py3-parsing-pyc (3.0.9-r2) (7/19) Purging py3-parsing (3.0.9-r2) (8/19) Purging python3-pyc (3.11.3-r10) (9/19) Purging python3-pycache-pyc0 (3.11.3-r10) (10/19) Purging pyc (0.1-r0) (11/19) Purging python3 (3.11.3-r10) (12/19) Purging gdbm (1.23-r1) (13/19) Purging libbz2 (1.0.8-r5) (14/19) Purging libffi (3.4.4-r2) (15/19) Purging libpanelw (6.4_p20230401-r4) (16/19) Purging mpdecimal (2.5.1-r2) (17/19) Purging readline (8.2.1-r1) (18/19) Purging sqlite-libs (3.41.2-r2) (19/19) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 292 MiB in 98 packages >>> py3-ruffus: Updating the community/ppc64le repository index... >>> py3-ruffus: Signing the index...