Package: src:python-ruffus Version: 2.8.4-6 Severity: serious Tags: ftbfs Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build: -------------------------------------------------------------------------------- [...] debian/rules binary dh binary --buildsystem=pybuild dh_update_autotools_config -O--buildsystem=pybuild dh_autoreconf -O--buildsystem=pybuild dh_auto_configure -O--buildsystem=pybuild I: pybuild base:311: python3.13 setup.py config running config I: pybuild base:311: python3.12 setup.py config running config dh_auto_build -O--buildsystem=pybuild I: pybuild base:311: /usr/bin/python3.13 setup.py build running build running build_py creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/task.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/parse_old_style_ruffus.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/ruffus_utility.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/ruffus_version.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/ruffus_exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/graph.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/drmaa_wrapper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/combinatorics.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/file_name_parameters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/dbdict.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/proxy_logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/cmdline.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/adjacent_pairs_iterate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus copying ruffus/print_dependencies.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus running egg_info creating ruffus.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 writing manifest file 'ruffus.egg-info/SOURCES.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/dist-packages/setuptools/command/build_py.py:218: _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 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/check_subpipeline_cmdline.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/complicated_example.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/create_test_script_from_dependency_tree.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/draw_specified_dependency_tree.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/five_second.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/manual_test_ctrl_c_exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/manual_test_ctrl_c_exceptions_drmaa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/manual_test_drmaa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/play_with_colours.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/qrsh_workaround.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/run_all_unit_tests.cmd -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/run_all_unit_tests3.cmd -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/simpler_with_shared_logging.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/slow_process_for_testing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_N_x_M_and_collate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_active_if.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_branching_dependencies.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_check_if_uptodate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_cmdline.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_collate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_combinatorics.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_drmaa_wrapper_run_job_locally.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_empty_files_decorator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_file_name_parameters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_files_decorator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_filesre_combine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_filesre_split_and_combine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_follows_mkdir.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_graphviz.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_inputs_with_multiple_args_raising_exception.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_job_completion_checksums.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_job_history_with_exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_mkdir.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_newstyle_combinatorics.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_newstyle_proxy.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_newstyle_regex_error_messages.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_pausing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_pipeline_printout_graph.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_pool_manager.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_posttask_merge.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_proxy_logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_regex_error_messages.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_ruffus_utility.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_ruffus_utility_parse_task_arguments.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_runtime_data.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_softlink_uptodate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_split_and_combine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_split_regex_and_collate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_split_subdivide_checkpointing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_subpipeline.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_suffix_output_dir.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_task_file_dependencies.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_task_misc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_transform_add_inputs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_transform_formatter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_transform_inputs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_transform_with_no_re_matches.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_tutorial7.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_unicode_filenames.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_verbosity.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test copying ruffus/test/test_with_logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ruffus/build/ruffus/test I: pybuild base:311: /usr/bin/python3 setup.py build running build running build_py creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/task.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/parse_old_style_ruffus.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/ruffus_utility.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/ruffus_version.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/ruffus_exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/graph.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/drmaa_wrapper.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/combinatorics.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/file_name_parameters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/dbdict.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/proxy_logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/cmdline.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/adjacent_pairs_iterate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus copying ruffus/print_dependencies.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/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/dist-packages/setuptools/command/build_py.py:218: _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 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/check_subpipeline_cmdline.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/complicated_example.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/create_test_script_from_dependency_tree.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/draw_specified_dependency_tree.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/five_second.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/manual_test_ctrl_c_exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/manual_test_ctrl_c_exceptions_drmaa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/manual_test_drmaa.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/play_with_colours.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/qrsh_workaround.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/run_all_unit_tests.cmd -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/run_all_unit_tests3.cmd -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/simpler_with_shared_logging.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/slow_process_for_testing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_N_x_M_and_collate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_active_if.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_branching_dependencies.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_check_if_uptodate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_cmdline.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_collate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_combinatorics.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_drmaa_wrapper_run_job_locally.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_empty_files_decorator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_file_name_parameters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_files_decorator.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_filesre_combine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_filesre_split_and_combine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_follows_mkdir.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_graphviz.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_inputs_with_multiple_args_raising_exception.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_job_completion_checksums.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_job_history_with_exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_mkdir.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_newstyle_combinatorics.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_newstyle_proxy.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_newstyle_regex_error_messages.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_pausing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_pipeline_printout_graph.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_pool_manager.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_posttask_merge.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_proxy_logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_regex_error_messages.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_ruffus_utility.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_ruffus_utility_parse_task_arguments.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_runtime_data.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_softlink_uptodate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_split_and_combine.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_split_regex_and_collate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_split_subdivide_checkpointing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_subpipeline.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_suffix_output_dir.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_task_file_dependencies.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_task_misc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_transform_add_inputs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_transform_formatter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_transform_inputs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_transform_with_no_re_matches.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_tutorial7.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_unicode_filenames.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_verbosity.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test copying ruffus/test/test_with_logger.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ruffus/build/ruffus/test debian/rules execute_after_dh_auto_build-indep make[1]: Entering directory '/<<PKGBUILDDIR>>' make --directory=doc html make[2]: Entering directory '/<<PKGBUILDDIR>>/doc' sphinx-build -b html -d _build/doctrees -D latex_paper_size=a4 . _build/html Running Sphinx v8.1.3 ['/<<PKGBUILDDIR>>', '/usr/bin', '/usr/lib/python312.zip', '/usr/lib/python3.12', '/usr/lib/python3.12/lib-dynload', '/usr/local/lib/python3.12/dist-packages', '/usr/lib/python3/dist-packages'] 2.8.4 2.8.4 loading translations [en]... done making output directory... done WARNING: unknown config value 'latex_paper_size' in override, ignoring Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/']. Expected a two-element tuple or list. Configuration error: Invalid `intersphinx_mapping` configuration (1 error). make[2]: *** [Makefile:53: html] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc' make[1]: *** [debian/rules:16: execute_after_dh_auto_build-indep] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:12: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 -------------------------------------------------------------------------------- The above is just how the build ends and not necessarily the most relevant part. If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202412/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you could not reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.