Your message dated Mon, 16 Dec 2024 17:22:34 +0000
with message-id <e1tneni-0019k9...@fasolo.debian.org>
and subject line Bug#1090162: fixed in python-ruffus 2.8.4-7
has caused the Debian Bug report #1090162,
regarding python-ruffus: FTBFS: ERROR: Invalid value `None` in 
intersphinx_mapping['http://docs.python.org/']. Expected a two-element tuple or 
list.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1090162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090162
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: python-ruffus
Source-Version: 2.8.4-7
Done: Andreas Tille <ti...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-ruffus, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1090...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated python-ruffus package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 16 Dec 2024 17:34:27 +0100
Source: python-ruffus
Architecture: source
Version: 2.8.4-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1090162
Changes:
 python-ruffus (2.8.4-7) unstable; urgency=medium
 .
   * Remove intersphinx
     Closes: #1090162
Checksums-Sha1:
 2622dac059a098d36143aa9ce49b94de5dd669f5 2358 python-ruffus_2.8.4-7.dsc
 eac10ac421986204b04181fe99b332574d0c3361 9668 
python-ruffus_2.8.4-7.debian.tar.xz
 ccee241f6a625b8d6b70a32c7a422a33c25fd6c5 10774 
python-ruffus_2.8.4-7_amd64.buildinfo
Checksums-Sha256:
 c90054304e16c1e289f39be9fd8709606621d51de46c0b039dfed4a73e8eb9ba 2358 
python-ruffus_2.8.4-7.dsc
 dd4b0d5835f7b3e7007f7e793380ad36cd8599e78b1c953adebc39aa3a8b70c7 9668 
python-ruffus_2.8.4-7.debian.tar.xz
 f9f809487f4ddf39177bedb4e6a5dcdf07989f525db8f9cbc9721d68a74471c5 10774 
python-ruffus_2.8.4-7_amd64.buildinfo
Files:
 b0d00d47c299558c9454eab56f38d78c 2358 python optional python-ruffus_2.8.4-7.dsc
 3f8fa62aa33cebb14f3c1dae20f9531d 9668 python optional 
python-ruffus_2.8.4-7.debian.tar.xz
 d40bc7a604f978ec8f0e3d7c9de1d41f 10774 python optional 
python-ruffus_2.8.4-7_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmdgWKERHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGIeQ//R8xP55sWTYmsFuK2JCw8w7oTD8YAaVQ/
9qU42uAE85apqAUPfMRhnty2lW499S9gOkSFJFzALFtWKV+QppRUjIcJH3VFnQWT
WhNEgn9uetFBVS3lYFSAAqAxBK3uhnlSnrdz1NPLo+iEjfTwFJEiOS56MH70Rd83
Kok8IoBY70Xj9LztOSxFVIRX5kpbiYbXv2EbNRuBfhsd0NP1LZJXz7ssYk/4Gbd/
OiS7od1goz0aKaQqV+PGajph/OMJJu49iJEx8+uZKXaAoZ4itxxZMdJ0mFfZwGar
iPinIVT2i5Dv/9SoPYOLuowFuBNa7vexbAhTdofvHoGp3umsFkLmJA5V8x2pV+Hd
0DXf6hl6yGx/OihErJDtEQ8EXWMBRDocoiHbLIAnEwqIGcovhoHoMarJ2r8EQS+S
gP5MG7ferjyNuYVHmM35nZwSGOy1sPNCNnFJIfGJBZXxQmaA7uDrAKo6N8A/BjvK
5OMJW6Uw/wjaJrcj/XWngRwikrsFFRmk3yWODPT8gm+fxlaVATp4gLJCqi/f/Ep/
1hva/Gj3zulrviiug1BRnET1j1vI45IgOYSquAhDRywvvd7MAtO84cf86cy+Ixpj
+qigTK0OaXyTJF+aPteMENt9vnW2lShwnRpFlFk6FW3bOHACAWz4bxUnYhOkqtJT
HfywpD7iRy0=
=URzP
-----END PGP SIGNATURE-----

Attachment: pgpps_BwGsIHe.pgp
Description: PGP signature


--- End Message ---

Reply via email to