Your message dated Fri, 05 Apr 2019 16:04:01 +0000 with message-id <[email protected]> and subject line Bug#925903: fixed in onionshare 2.0-3 has caused the Debian Bug report #925903, regarding onionshare: FTBFS in sid 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 [email protected] immediately.) -- 925903: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925903 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:onionshare Version: 2.0-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in sid but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --with python3 --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python3.7 setup.py config running config /usr/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'include_package_data' warnings.warn(msg) dh_auto_build -i -O--buildsystem=pybuild I: pybuild base:217: /usr/bin/python3 setup.py build running build running build_py creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare copying onionshare/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare copying onionshare/onion.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare copying onionshare/onionshare.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare copying onionshare/strings.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare copying onionshare/settings.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare copying onionshare/common.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare/web copying onionshare/web/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare/web copying onionshare/web/share_mode.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare/web copying onionshare/web/receive_mode.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare/web copying onionshare/web/web.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare/web creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui copying onionshare_gui/tor_connection_dialog.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui copying onionshare_gui/update_checker.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui copying onionshare_gui/server_status.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui copying onionshare_gui/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui copying onionshare_gui/threads.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui copying onionshare_gui/settings_dialog.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui copying onionshare_gui/widgets.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui copying onionshare_gui/onionshare_gui.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui/mode copying onionshare_gui/mode/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui/mode copying onionshare_gui/mode/history.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui/mode creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui/mode/share_mode copying onionshare_gui/mode/share_mode/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui/mode/share_mode copying onionshare_gui/mode/share_mode/threads.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui/mode/share_mode copying onionshare_gui/mode/share_mode/file_selection.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui/mode/share_mode creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui/mode/receive_mode copying onionshare_gui/mode/receive_mode/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui/mode/receive_mode running build_scripts creating build creating build/scripts-3.7 copying and adjusting install/scripts/onionshare -> build/scripts-3.7 copying and adjusting install/scripts/onionshare-gui -> build/scripts-3.7 changing mode of build/scripts-3.7/onionshare from 664 to 775 changing mode of build/scripts-3.7/onionshare-gui from 664 to 775 /usr/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'include_package_data' warnings.warn(msg) dh_auto_test -i -O--buildsystem=pybuild I: pybuild base:217: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build; python3.7 -m pytest tests ============================= test session starts ============================== platform linux -- Python 3.7.3, pytest-3.10.1, py-1.7.0, pluggy-0.8.0 rootdir: /<<PKGBUILDDIR>>, inifile: collected 252 items / 29 errors ==================================== ERRORS ==================================== ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_404_public_mode_skips_ratelimit_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_404_public_mode_skips_ratelimit_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_404_public_mode_skips_ratelimit_test.py:5: in <module> from .GuiShareTest import GuiShareTest tests/GuiShareTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_404_triggers_ratelimit_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_404_triggers_ratelimit_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_404_triggers_ratelimit_test.py:5: in <module> from .GuiShareTest import GuiShareTest tests/GuiShareTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_quitting_during_share_prompts_warning_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_quitting_during_share_prompts_warning_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_quitting_during_share_prompts_warning_test.py:6: in <module> from .GuiShareTest import GuiShareTest tests/GuiShareTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_receive_mode_sender_closed_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_receive_mode_sender_closed_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_receive_mode_sender_closed_test.py:5: in <module> from .GuiReceiveTest import GuiReceiveTest tests/GuiReceiveTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_receive_mode_timer_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_receive_mode_timer_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_receive_mode_timer_test.py:5: in <module> from .GuiReceiveTest import GuiReceiveTest tests/GuiReceiveTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_receive_mode_upload_non_writable_dir_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_receive_mode_upload_non_writable_dir_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_receive_mode_upload_non_writable_dir_test.py:5: in <module> from .GuiReceiveTest import GuiReceiveTest tests/GuiReceiveTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_receive_mode_upload_public_mode_non_writable_dir_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_receive_mode_upload_public_mode_non_writable_dir_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_receive_mode_upload_public_mode_non_writable_dir_test.py:5: in <module> from .GuiReceiveTest import GuiReceiveTest tests/GuiReceiveTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_receive_mode_upload_public_mode_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_receive_mode_upload_public_mode_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_receive_mode_upload_public_mode_test.py:5: in <module> from .GuiReceiveTest import GuiReceiveTest tests/GuiReceiveTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_receive_mode_upload_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_receive_mode_upload_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_receive_mode_upload_test.py:5: in <module> from .GuiReceiveTest import GuiReceiveTest tests/GuiReceiveTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_download_public_mode_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_download_public_mode_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_share_mode_download_public_mode_test.py:5: in <module> from .GuiShareTest import GuiShareTest tests/GuiShareTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_download_stay_open_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_download_stay_open_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_share_mode_download_stay_open_test.py:5: in <module> from .GuiShareTest import GuiShareTest tests/GuiShareTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_download_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_download_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_share_mode_download_test.py:5: in <module> from .GuiShareTest import GuiShareTest tests/GuiShareTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_large_download_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_large_download_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_share_mode_large_download_test.py:5: in <module> from .GuiShareTest import GuiShareTest tests/GuiShareTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_slug_persistent_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_slug_persistent_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_share_mode_slug_persistent_test.py:5: in <module> from .GuiShareTest import GuiShareTest tests/GuiShareTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_timer_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_timer_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_share_mode_timer_test.py:5: in <module> from .GuiShareTest import GuiShareTest tests/GuiShareTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_timer_too_short_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_timer_too_short_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_share_mode_timer_too_short_test.py:6: in <module> from .GuiShareTest import GuiShareTest tests/GuiShareTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_unreadable_file_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/local_onionshare_share_mode_unreadable_file_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/local_onionshare_share_mode_unreadable_file_test.py:5: in <module> from .GuiShareTest import GuiShareTest tests/GuiShareTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/onionshare_790_cancel_on_second_share_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/onionshare_790_cancel_on_second_share_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/onionshare_790_cancel_on_second_share_test.py:5: in <module> from .TorGuiShareTest import TorGuiShareTest tests/TorGuiShareTest.py:1: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/onionshare_receive_mode_upload_public_mode_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/onionshare_receive_mode_upload_public_mode_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/onionshare_receive_mode_upload_public_mode_test.py:5: in <module> from .TorGuiReceiveTest import TorGuiReceiveTest tests/TorGuiReceiveTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/onionshare_receive_mode_upload_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/onionshare_receive_mode_upload_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/onionshare_receive_mode_upload_test.py:5: in <module> from .TorGuiReceiveTest import TorGuiReceiveTest tests/TorGuiReceiveTest.py:2: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/onionshare_share_mode_cancel_share_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/onionshare_share_mode_cancel_share_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/onionshare_share_mode_cancel_share_test.py:5: in <module> from .TorGuiShareTest import TorGuiShareTest tests/TorGuiShareTest.py:1: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/onionshare_share_mode_download_public_mode_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/onionshare_share_mode_download_public_mode_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/onionshare_share_mode_download_public_mode_test.py:5: in <module> from .TorGuiShareTest import TorGuiShareTest tests/TorGuiShareTest.py:1: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/onionshare_share_mode_download_stay_open_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/onionshare_share_mode_download_stay_open_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/onionshare_share_mode_download_stay_open_test.py:5: in <module> from .TorGuiShareTest import TorGuiShareTest tests/TorGuiShareTest.py:1: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/onionshare_share_mode_download_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/onionshare_share_mode_download_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/onionshare_share_mode_download_test.py:5: in <module> from .TorGuiShareTest import TorGuiShareTest tests/TorGuiShareTest.py:1: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/onionshare_share_mode_persistent_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/onionshare_share_mode_persistent_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/onionshare_share_mode_persistent_test.py:5: in <module> from .TorGuiShareTest import TorGuiShareTest tests/TorGuiShareTest.py:1: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/onionshare_share_mode_stealth_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/onionshare_share_mode_stealth_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/onionshare_share_mode_stealth_test.py:5: in <module> from .TorGuiShareTest import TorGuiShareTest tests/TorGuiShareTest.py:1: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/onionshare_share_mode_timer_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/onionshare_share_mode_timer_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/onionshare_share_mode_timer_test.py:5: in <module> from .TorGuiShareTest import TorGuiShareTest tests/TorGuiShareTest.py:1: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/onionshare_share_mode_tor_connection_killed_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/onionshare_share_mode_tor_connection_killed_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/onionshare_share_mode_tor_connection_killed_test.py:5: in <module> from .TorGuiShareTest import TorGuiShareTest tests/TorGuiShareTest.py:1: in <module> import requests E ModuleNotFoundError: No module named 'requests' ERROR collecting .pybuild/cpython3_3.7/build/tests/onionshare_share_mode_v2_onion_test.py ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/tests/onionshare_share_mode_v2_onion_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/onionshare_share_mode_v2_onion_test.py:5: in <module> from .TorGuiShareTest import TorGuiShareTest tests/TorGuiShareTest.py:1: in <module> import requests E ModuleNotFoundError: No module named 'requests' =============================== warnings summary =============================== onionshare_gui/settings_dialog.py:1031 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui/settings_dialog.py:1031: DeprecationWarning: invalid escape sequence \s ipv4_pattern = re.compile("(obfs4\s+)?(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]):([0-9]+)(\s+)([A-Z0-9]+)(.+)$") onionshare_gui/settings_dialog.py:1032 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui/settings_dialog.py:1032: DeprecationWarning: invalid escape sequence \s ipv6_pattern = re.compile("(obfs4\s+)?\[(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\]:[0-9]+\s+[A-Z0-9]+(.+)$") onionshare_gui/settings_dialog.py:1033 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build/onionshare_gui/settings_dialog.py:1033: DeprecationWarning: invalid escape sequence \s meek_lite_pattern = re.compile("(meek_lite)(\s)+([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+:[0-9]+)(\s)+([0-9A-Z]+)(\s)+url=(.+)(\s)+front=(.+)") /usr/lib/python3/dist-packages/socks.py:58 /usr/lib/python3/dist-packages/socks.py:58: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Callable -- Docs: https://docs.pytest.org/en/latest/warnings.html !!!!!!!!!!!!!!!!!!! Interrupted: 29 errors during collection !!!!!!!!!!!!!!!!!!! ===================== 4 warnings, 29 error in 1.42 seconds ===================== E: pybuild pybuild:341: test: plugin distutils failed with: exit code=2: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build; python3.7 -m pytest tests dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.7 returned exit code 13 make: *** [debian/rules:4: build-indep] Error 25 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made in my autobuilder with "dpkg-buildpackage -A" and it also fails here: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/onionshare.html 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: onionshare Source-Version: 2.0-3 We believe that the bug you reported is fixed in the latest version of onionshare, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ulrike Uhlig <[email protected]> (supplier of updated onionshare 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 5 Apr 2019 17:52:21 CEST Source: onionshare Binary: onionshare Architecture: source all Version: 2.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Privacy Tools Maintainers <[email protected]> Changed-By: Ulrike Uhlig <[email protected]> Description: onionshare - Share a file over Tor Hidden Services anonymously and securely Closes: 925903 Changes: onionshare (2.0-3) unstable; urgency=medium . * Add missing build dependency python3-requests. (Closes: #925903) Checksums-Sha256: 08c2c26eb7df4b4aad6cdcc4ea74d573ed3a0299d7531d82351c90435dac9e1a 2186 onionshare_2.0-3.dsc 1465ea580796a59dbde0e2b39c657c9f1233e5d2bae75d969af2597f3c7d7fd9 75424 onionshare_2.0-3.debian.tar.xz 0b597a27804217e1f2600566a7f93920777980aefd9a7435efceef6d24bce488 223334 onionshare_2.0-3_all.deb 0035dc998916e9e547288157e497673e04bb51bb6fd1939c8d48a9863c5e1c4a 12939 onionshare_2.0-3_amd64.buildinfo 528ceb6234ecacabe51080e351c2e8f205cbf08cdfcfddc418586d578baa030e 2141858 onionshare_2.0.orig.tar.gz Checksums-Sha1: e555e503f36ee2e0f17af4c6d1a11e05232b03c0 2186 onionshare_2.0-3.dsc a2385cd21a08077adcc830b1cc6b52bda7560028 75424 onionshare_2.0-3.debian.tar.xz dc575f67bfdd547b649d9018f85e40274924b7fd 223334 onionshare_2.0-3_all.deb 1c68f38552666596ec799c43576a4c4e3b98f2f8 12939 onionshare_2.0-3_amd64.buildinfo ec0819ff0388cb16d42c4fb8f400fd42fd87a9c3 2141858 onionshare_2.0.orig.tar.gz Files: 44f0c1aec3a1f19a0cd93048d33db9e4 2186 net optional onionshare_2.0-3.dsc d3bf3b13fd2e88a75f30168524dd722e 75424 net optional onionshare_2.0-3.debian.tar.xz b658a9dd611f34cb02b7ed4830e382fd 223334 net optional onionshare_2.0-3_all.deb 1d35cbb2bfb3d47e3b14018c6602d915 12939 net optional onionshare_2.0-3_amd64.buildinfo 78b61d401345f42c9a0278375e76f94a 2141858 net optional onionshare_2.0.orig.tar.gz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE7eP0RD800mGVFNeQsUuww42GHPEFAlynecAACgkQsUuww42G HPFt3hAAnAbVLDzon5LPaG23oKs8aI51V0rzuRUE9fAX8BrlKY0w+276ltfrY2t2 kTRWbD/CMvKlqMXmG/e+GUykEcI49m5XGIRz19XMu8cLWAiemsqqal1cZoiHdv9Y NNbvNC4xLfeqtLUDOXLzjBDRAfO19UotJlHnhWh/Fy0QsK6j13scmFaelKFaePxn i0kH1NCqIhQULBpJ8Mf3Ol1Vg7J7Bu2/JwI8eH3FfN4nROeuHGdWUIMA3aSUegFr sgn59IaHfIzDjI0PCeIqaQw1A4Wdu7+0WR0S3pC2FFnw0pnnZr4FpIXypnixu+ba usvGebATml3L+rcUD/xuNVOi+0ojBvvw43edx2arSfIGVv4qFwsSePMpr1/ethhV V5Hsg1cMfvfFCBxSGLdLPEDhLfIYL/CCh3vjdKMl4oUDi23b47HvN7O4UxyFPp2M fVBllD261Sf2uzVFe7+splASdIbhc3/VhSHkXLRYsBe4AChjjTYPMUuC0cZ332Jb aE+SN8tQgV47uocwgbcI1oQi4oVKWa0F/j1kiuoA8uzN+fF0jiJy6u+RSXziQeEO QXuJapEZ9Z3qhx4OPtv9dq9MWNofb7UqLd7wVnX43+7VhGd/1RRgSZ6Q5sHei1sJ 63FeYow+y+b0NBbMh/OfRSIwpfRcj+KnQTdNwxLE+qOvuRr7cYE= =qcSS -----END PGP SIGNATURE-----
--- End Message ---

