>>> ospd: Building community/ospd 21.4.4-r4 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 23:20:12 +0000 >>> ospd: Checking sanity of /home/buildozer/aports/community/ospd/APKBUILD... >>> ospd: Analyzing dependencies... >>> ospd: Installing for build: build-base python3 py3-paramiko py3-defusedxml py3-deprecated py3-psutil py3-lxml py3-setuptools py3-wheel cython libxml2-dev libxslt-dev (1/36) Installing libbz2 (1.0.8-r4) (2/36) Installing libffi (3.4.4-r0) (3/36) Installing gdbm (1.23-r0) (4/36) Installing xz-libs (5.2.8-r0) (5/36) Installing mpdecimal (2.5.1-r1) (6/36) Installing readline (8.2.0-r0) (7/36) Installing sqlite-libs (3.40.0-r0) (8/36) Installing python3 (3.11.0-r2) (9/36) Installing py3-asn1 (0.4.8-r3) (10/36) Installing py3-cparser (2.21-r1) (11/36) Installing py3-cffi (1.15.1-r1) (12/36) Installing py3-cryptography (38.0.3-r1) (13/36) Installing py3-bcrypt (4.0.1-r1) (14/36) Installing py3-pynacl (1.5.0-r2) (15/36) Installing py3-six (1.16.0-r4) (16/36) Installing py3-paramiko (2.12.0-r1) (17/36) Installing py3-defusedxml (0.7.1-r3) (18/36) Installing py3-wrapt (1.14.1-r1) (19/36) Installing py3-deprecated (1.2.13-r2) (20/36) Installing py3-psutil (5.9.4-r1) (21/36) Installing libgpg-error (1.46-r1) (22/36) Installing libgcrypt (1.10.1-r0) (23/36) Installing libxml2 (2.10.3-r2) (24/36) Installing libxslt (1.1.37-r0) (25/36) Installing py3-lxml (4.9.1-r1) (26/36) Installing py3-parsing (3.0.9-r1) (27/36) Installing py3-packaging (21.3-r3) (28/36) Installing py3-setuptools (65.6.2-r0) (29/36) Installing py3-wheel (0.38.4-r1) (30/36) Installing cython (0.29.32-r1) (31/36) Installing zlib-dev (1.2.13-r0) (32/36) Installing xz-dev (5.2.8-r0) (33/36) Installing libxml2-utils (2.10.3-r2) (34/36) Installing libxml2-dev (2.10.3-r2) (35/36) Installing libxslt-dev (1.1.37-r0) (36/36) Installing .makedepends-ospd (20221123.232013) Executing busybox-1.35.0-r29.trigger OK: 514 MiB in 132 packages >>> ospd: Cleaning up srcdir >>> ospd: Cleaning up pkgdir >>> ospd: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ospd-21.4.4.tar.gz >>> ospd: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ospd-21.4.4.tar.gz >>> ospd: Checking sha512sums... ospd-21.4.4.tar.gz: OK >>> ospd: Unpacking /var/cache/distfiles/edge/ospd-21.4.4.tar.gz... running build running build_py creating build creating build/lib creating build/lib/ospd copying ospd/vtfilter.py -> build/lib/ospd copying ospd/errors.py -> build/lib/ospd copying ospd/ospd.py -> build/lib/ospd copying ospd/xml.py -> build/lib/ospd copying ospd/resultlist.py -> build/lib/ospd copying ospd/ospd_ssh.py -> build/lib/ospd copying ospd/misc.py -> build/lib/ospd copying ospd/datapickler.py -> build/lib/ospd copying ospd/config.py -> build/lib/ospd copying ospd/network.py -> build/lib/ospd copying ospd/main.py -> build/lib/ospd copying ospd/protocol.py -> build/lib/ospd copying ospd/cvss.py -> build/lib/ospd copying ospd/logger.py -> build/lib/ospd copying ospd/scan.py -> build/lib/ospd copying ospd/timer.py -> build/lib/ospd copying ospd/__init__.py -> build/lib/ospd copying ospd/vts.py -> build/lib/ospd copying ospd/server.py -> build/lib/ospd copying ospd/parser.py -> build/lib/ospd copying ospd/__version__.py -> build/lib/ospd creating build/lib/ospd/command copying ospd/command/registry.py -> build/lib/ospd/command copying ospd/command/initsubclass.py -> build/lib/ospd/command copying ospd/command/__init__.py -> build/lib/ospd/command copying ospd/command/command.py -> build/lib/ospd/command running egg_info creating ospd.egg-info writing ospd.egg-info/PKG-INFO writing dependency_links to ospd.egg-info/dependency_links.txt writing requirements to ospd.egg-info/requires.txt writing top-level names to ospd.egg-info/top_level.txt writing manifest file 'ospd.egg-info/SOURCES.txt' reading manifest file 'ospd.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'Poetry.toml' warning: no files found matching 'Poetry.lock' adding license file 'COPYING' writing manifest file 'ospd.egg-info/SOURCES.txt' running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing ospd.egg-info/PKG-INFO writing dependency_links to ospd.egg-info/dependency_links.txt writing requirements to ospd.egg-info/requires.txt writing top-level names to ospd.egg-info/top_level.txt reading manifest file 'ospd.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'Poetry.toml' warning: no files found matching 'Poetry.lock' adding license file 'COPYING' writing manifest file 'ospd.egg-info/SOURCES.txt' running build_ext test_cvssv2 (tests.test_cvss.CvssTestCase.test_cvssv2) ... ok test_cvssv3 (tests.test_cvss.CvssTestCase.test_cvssv3) ... ok test_parse (tests.test_protocol.RequestParserTestCase.test_parse) ... ok test_load_data (tests.test_datapickler.DataPecklerTestCase.test_load_data) ... ok test_load_data_corrupted (tests.test_datapickler.DataPecklerTestCase.test_load_data_corrupted) ... Unpickled data from scan_info_1 corrupted. ok test_load_data_no_file (tests.test_datapickler.DataPecklerTestCase.test_load_data_no_file) ... ok test_remove_file_failed (tests.test_datapickler.DataPecklerTestCase.test_remove_file_failed) ... ok test_store_data (tests.test_datapickler.DataPecklerTestCase.test_store_data) ... ok test_store_data_check_permission (tests.test_datapickler.DataPecklerTestCase.test_store_data_check_permission) ... ok test_store_data_failed (tests.test_datapickler.DataPecklerTestCase.test_store_data_failed) ... ok test_add_duplicate_vt (tests.test_vts.VtsTestCase.test_add_duplicate_vt) ... ok test_add_vt (tests.test_vts.VtsTestCase.test_add_vt) ... ok test_add_vt_with_empty_id (tests.test_vts.VtsTestCase.test_add_vt_with_empty_id) ... ok test_add_vt_with_invalid_id (tests.test_vts.VtsTestCase.test_add_vt_with_invalid_id) ... ok test_calculate_vts_collection_hash (tests.test_vts.VtsTestCase.test_calculate_vts_collection_hash) ... ok test_calculate_vts_collection_hash_empty (tests.test_vts.VtsTestCase.test_calculate_vts_collection_hash_empty) ... ok test_calculate_vts_collection_hash_no_params (tests.test_vts.VtsTestCase.test_calculate_vts_collection_hash_no_params) ... ok test_contains (tests.test_vts.VtsTestCase.test_contains) ... ok test_copy (tests.test_vts.VtsTestCase.test_copy) ... ok test_get (tests.test_vts.VtsTestCase.test_get) ... ok test_getitem (tests.test_vts.VtsTestCase.test_getitem) ... ok test_iterator (tests.test_vts.VtsTestCase.test_iterator) ... ok test_keys (tests.test_vts.VtsTestCase.test_keys) ... ok test_24_net (tests.test_target_convert.ConvertTargetListsTestCase.test_24_net) ... ok test_bad_ipv4_cidr (tests.test_target_convert.ConvertTargetListsTestCase.test_bad_ipv4_cidr) ... 195.70.81.0/32: Invalid target value 195.70.81.0/31: Invalid target value ok test_get_hostname_by_address (tests.test_target_convert.ConvertTargetListsTestCase.test_get_hostname_by_address) ... ok test_good_ipv4_cidr (tests.test_target_convert.ConvertTargetListsTestCase.test_good_ipv4_cidr) ... ok test_is_valid_address (tests.test_target_convert.ConvertTargetListsTestCase.test_is_valid_address) ... ok test_range (tests.test_target_convert.ConvertTargetListsTestCase.test_range) ... ok test_target_str_with_trailing_comma (tests.test_target_convert.ConvertTargetListsTestCase.test_target_str_with_trailing_comma) ... ok test_target_to_ipv4 (tests.test_target_convert.ConvertTargetListsTestCase.test_target_to_ipv4) ... ok test_address_param (tests.test_argument_parser.ArgumentParserTestCase.test_address_param) ... ok test_correct_log_level (tests.test_argument_parser.ArgumentParserTestCase.test_correct_log_level) ... ok test_correct_lower_case_log_level (tests.test_argument_parser.ArgumentParserTestCase.test_correct_lower_case_log_level) ... ok test_correct_upper_case_log_level (tests.test_argument_parser.ArgumentParserTestCase.test_correct_upper_case_log_level) ... ok test_defaults (tests.test_argument_parser.ArgumentParserTestCase.test_defaults) ... ok test_existing_key (tests.test_argument_parser.ArgumentParserTestCase.test_existing_key) ... ok test_non_existing_key (tests.test_argument_parser.ArgumentParserTestCase.test_non_existing_key) ... ok test_port_as_string (tests.test_argument_parser.ArgumentParserTestCase.test_port_as_string) ... ok test_port_interval (tests.test_argument_parser.ArgumentParserTestCase.test_port_interval) ... ok test_as_xml (tests.test_errors.OspdCommandErrorTestCase.test_as_xml) ... ok test_constructor (tests.test_errors.OspdCommandErrorTestCase.test_constructor) ... ok test_default_params (tests.test_errors.OspdCommandErrorTestCase.test_default_params) ... ok test_is_ospd_error (tests.test_errors.OspdCommandErrorTestCase.test_is_ospd_error) ... ok test_string_conversion (tests.test_errors.OspdCommandErrorTestCase.test_string_conversion) ... ok test_is_ospd_error (tests.test_errors.RequiredArgumentTestCase.test_is_ospd_error) ... ok test_raise_exception (tests.test_errors.RequiredArgumentTestCase.test_raise_exception) ... ok test_string_conversion (tests.test_errors.RequiredArgumentTestCase.test_string_conversion) ... ok test_both_ports (tests.test_port_convert.ConvertPortTestCase.test_both_ports) Test tcp und udp ports. ... ok test_both_ports_udp_first (tests.test_port_convert.ConvertPortTestCase.test_both_ports_udp_first) Test tcp und udp ports, but udp listed first. ... ok test_compress_list (tests.test_port_convert.ConvertPortTestCase.test_compress_list) Test different malformed port list. ... ok test_empty_port (tests.test_port_convert.ConvertPortTestCase.test_empty_port) Test an empty port list. ... Invalid port value ok test_get_spec_type_ports (tests.test_port_convert.ConvertPortTestCase.test_get_spec_type_ports) Test get specific type ports. ... ok test_invalid_char_port (tests.test_port_convert.ConvertPortTestCase.test_invalid_char_port) Test list with a false char. ... {0}: Port list malformed. ok test_malformed_port_string (tests.test_port_convert.ConvertPortTestCase.test_malformed_port_string) Test different malformed port list. ... {0}: Port list malformed. {0}: Port list malformed. {0}: Port list malformed. {0}: Port list malformed. {0}: Port list malformed. ok test_not_spec_type_ports (tests.test_port_convert.ConvertPortTestCase.test_not_spec_type_ports) Test port list without specific type. ... ok test_tcp_ports (tests.test_port_convert.ConvertPortTestCase.test_tcp_ports) Test only tcp ports. ... ok test_udp_ports (tests.test_port_convert.ConvertPortTestCase.test_udp_ports) Test only udp ports. ... ok test_as_dict (tests.command.test_command.BaseCommandTestCase.test_as_dict) ... ok test_auto_register (tests.command.test_command.BaseCommandTestCase.test_auto_register) ... ok test_basic_properties (tests.command.test_command.BaseCommandTestCase.test_basic_properties) ... ok test_with_main_process_only (tests.command.test_commands.GetMemoryUsageTestCase.test_with_main_process_only) ... ok test_with_subprocess (tests.command.test_commands.GetMemoryUsageTestCase.test_with_subprocess) ... ok test_with_subsubprocess (tests.command.test_commands.GetMemoryUsageTestCase.test_with_subsubprocess) ... ok test_get_performance (tests.command.test_commands.GetPerformanceTestCase.test_get_performance) ... ok test_get_performance_fail_cmd (tests.command.test_commands.GetPerformanceTestCase.test_get_performance_fail_cmd) ... ok test_get_performance_fail_int (tests.command.test_commands.GetPerformanceTestCase.test_get_performance_fail_int) ... ok test_get_performance_fail_regex (tests.command.test_commands.GetPerformanceTestCase.test_get_performance_fail_regex) ... ok test_max_queued_scans_reached (tests.command.test_commands.StartScanTestCase.test_max_queued_scans_reached) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan 4d82bfb2-f498-4782-8dcc-656f1bd7d6f7 added to the queue in position 1. Maximum number of queued scans set to 1 reached. ok test_scan_ignore_multi_target (tests.command.test_commands.StartScanTestCase.test_scan_ignore_multi_target) ... Currently 1 queued scans. Starting scan 1cef75ad-80f0-4f75-85e8-6bbd9a4f085d. ok test_scan_pop_ports (tests.command.test_commands.StartScanTestCase.test_scan_pop_ports) ... Scan b282ecc6-d527-4bd8-a7f5-952e8cac920d added to the queue in position 1. Currently 1 queued scans. Starting scan b282ecc6-d527-4bd8-a7f5-952e8cac920d. ok test_scan_pop_vts (tests.command.test_commands.StartScanTestCase.test_scan_pop_vts) ... Scan edc4b7a8-4c45-4088-825e-678f1e360fa4 added to the queue in position 1. Currently 1 queued scans. Starting scan edc4b7a8-4c45-4088-825e-678f1e360fa4. ok test_scan_use_legacy_target_and_port (tests.command.test_commands.StartScanTestCase.test_scan_use_legacy_target_and_port) ... Currently 1 queued scans. Starting scan 25e3f2a2-7f48-4b76-9939-82bdd4ec00ee. ok test_scan_with_vts (tests.command.test_commands.StartScanTestCase.test_scan_with_vts) ... b282ecc6-d527-4bd8-a7f5-952e8cac920d: Host scan finished. Scan 11ce22d2-04f6-4655-9844-fe995b22aee7 added to the queue in position 1. b282ecc6-d527-4bd8-a7f5-952e8cac920d: Host scan got interrupted. Progress: 0, Status: RUNNING b282ecc6-d527-4bd8-a7f5-952e8cac920d: Scan interrupted. Currently 1 queued scans. Starting scan 11ce22d2-04f6-4655-9844-fe995b22aee7. ok test_scan_with_vts_and_param (tests.command.test_commands.StartScanTestCase.test_scan_with_vts_and_param) ... Scan 17eb5a40-be32-461e-8651-a93c1748e516 added to the queue in position 1. Currently 1 queued scans. Starting scan 17eb5a40-be32-461e-8651-a93c1748e516. ok test_scan_with_vts_and_param_missing_vt_group_filter (tests.command.test_commands.StartScanTestCase.test_scan_with_vts_and_param_missing_vt_group_filter) ... ok test_scan_with_vts_and_param_missing_vt_param_id (tests.command.test_commands.StartScanTestCase.test_scan_with_vts_and_param_missing_vt_param_id) ... ok test_scan_with_vts_and_param_with_vt_group_filter (tests.command.test_commands.StartScanTestCase.test_scan_with_vts_and_param_with_vt_group_filter) ... edc4b7a8-4c45-4088-825e-678f1e360fa4: Host scan finished. Scan 409195ce-bf71-41fb-947d-20668d40c2f4 added to the queue in position 1. Currently 1 queued scans. edc4b7a8-4c45-4088-825e-678f1e360fa4: Host scan got interrupted. Progress: 0, Status: RUNNING edc4b7a8-4c45-4088-825e-678f1e360fa4: Scan interrupted. Starting scan 409195ce-bf71-41fb-947d-20668d40c2f4. ok test_scan_with_vts_empty_vt_list (tests.command.test_commands.StartScanTestCase.test_scan_with_vts_empty_vt_list) ... ok test_scan_without_vts (tests.command.test_commands.StartScanTestCase.test_scan_without_vts) ... Scan 15483e4f-069a-488d-bfdf-69fe10049593 added to the queue in position 1. Currently 1 queued scans. Starting scan 15483e4f-069a-488d-bfdf-69fe10049593. ok test_missing_scan_id (tests.command.test_commands.StopCommandTestCase.test_missing_scan_id) ... ok test_stop_scan (tests.command.test_commands.StopCommandTestCase.test_stop_scan) ... Scan 3f3a2a90-ad4b-49d6-87e8-472ffbfc77c3 added to the queue in position 1. Currently 1 queued scans. Starting scan 3f3a2a90-ad4b-49d6-87e8-472ffbfc77c3. 3f3a2a90-ad4b-49d6-87e8-472ffbfc77c3: Stopping Scan with the PID . 3f3a2a90-ad4b-49d6-87e8-472ffbfc77c3: Scan stopped. ok test_unknown_scan_id (tests.command.test_commands.StopCommandTestCase.test_unknown_scan_id) ... ok test_available_commands (tests.command.test_registry.RegistryTestCase.test_available_commands) ... ok test_register_command (tests.command.test_registry.RegistryTestCase.test_register_command) ... ok test_elements (tests.test_xml.ElementsAsText.test_elements) ... ok test_simple_element (tests.test_xml.ElementsAsText.test_simple_element) ... ok test_simple_elements (tests.test_xml.ElementsAsText.test_simple_elements) ... ok test_escape_xml_invalid_char (tests.test_xml.EscapeText.test_escape_xml_invalid_char) ... ok test_escape_xml_printable_char (tests.test_xml.EscapeText.test_escape_xml_printable_char) ... ok test_escape_xml_valid_text (tests.test_xml.EscapeText.test_escape_xml_valid_text) ... ok test_no_paramiko (tests.test_ssh_daemon.SSHDaemonTestCase.test_no_paramiko) ... ok test_run_command (tests.test_ssh_daemon.SSHDaemonTestCase.test_run_command) ... Currently 1 queued scans. Starting scan 570e308b-48c1-49b3-b74e-464d98d5ad73. ok test_run_command_legacy_credential (tests.test_ssh_daemon.SSHDaemonTestCase.test_run_command_legacy_credential) ... 570e308b-48c1-49b3-b74e-464d98d5ad73: Host scan finished. 570e308b-48c1-49b3-b74e-464d98d5ad73: Scan finished. Currently 1 queued scans. Starting scan 25dc5656-f89a-4a05-bb30-02af35fdb68a. ok test_run_command_new_credential (tests.test_ssh_daemon.SSHDaemonTestCase.test_run_command_new_credential) ... 25dc5656-f89a-4a05-bb30-02af35fdb68a: Host scan finished. Currently 1 queued scans. 25dc5656-f89a-4a05-bb30-02af35fdb68a: Scan finished. Starting scan a29bbc32-2ca9-40b2-bed7-47a5cef927de. ok test_run_command_no_credential (tests.test_ssh_daemon.SSHDaemonTestCase.test_run_command_no_credential) ... a29bbc32-2ca9-40b2-bed7-47a5cef927de: Host scan finished. Currently 1 queued scans. a29bbc32-2ca9-40b2-bed7-47a5cef927de: Scan finished. Starting scan 16e64d7e-ae14-40ca-bf4d-6139d9640789. ok test_batch_result (tests.test_scan_and_result.ScanTestCase.test_batch_result) ... 16e64d7e-ae14-40ca-bf4d-6139d9640789: Host scan finished. 16e64d7e-ae14-40ca-bf4d-6139d9640789: Scan finished. parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan edd1829c-84e6-458c-b25e-87f3e778f696 added to the queue in position 1. Currently 1 queued scans. Starting scan edd1829c-84e6-458c-b25e-87f3e778f696. ok test_billon_laughs (tests.test_scan_and_result.ScanTestCase.test_billon_laughs) ... ok test_calculate_progress_without_current_hosts (tests.test_scan_and_result.ScanTestCase.test_calculate_progress_without_current_hosts) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan f7c6789b-12fa-4c42-86cf-15fd078b1ea1 added to the queue in position 1. Currently 1 queued scans. Starting scan f7c6789b-12fa-4c42-86cf-15fd078b1ea1. ok test_clean_forgotten_scans (tests.test_scan_and_result.ScanTestCase.test_clean_forgotten_scans) ... Legacy start scan command format is being used, which is deprecated since 20.08. Please read the documentation for start scan command. Scan 00f0c6d3-b3ee-4f32-907a-1993a7a429fe added to the queue in position 1. Currently 1 queued scans. edd1829c-84e6-458c-b25e-87f3e778f696: Host scan finished. edd1829c-84e6-458c-b25e-87f3e778f696: Host scan got interrupted. Progress: 0, Status: RUNNING edd1829c-84e6-458c-b25e-87f3e778f696: Scan interrupted. Starting scan 00f0c6d3-b3ee-4f32-907a-1993a7a429fe. f7c6789b-12fa-4c42-86cf-15fd078b1ea1: Host scan finished. f7c6789b-12fa-4c42-86cf-15fd078b1ea1: Host scan got interrupted. Progress: 0, Status: RUNNING f7c6789b-12fa-4c42-86cf-15fd078b1ea1: Scan interrupted. 00f0c6d3-b3ee-4f32-907a-1993a7a429fe: Host scan finished. 00f0c6d3-b3ee-4f32-907a-1993a7a429fe: Host scan got interrupted. Progress: 0, Status: RUNNING 00f0c6d3-b3ee-4f32-907a-1993a7a429fe: Scan interrupted. 00f0c6d3-b3ee-4f32-907a-1993a7a429fe: Scan process is dead and its progress is 0 00f0c6d3-b3ee-4f32-907a-1993a7a429fe: Scan interrupted. 00f0c6d3-b3ee-4f32-907a-1993a7a429fe: Scan process is dead and its progress is 0 00f0c6d3-b3ee-4f32-907a-1993a7a429fe: Scan interrupted. 00f0c6d3-b3ee-4f32-907a-1993a7a429fe: Scan process is dead and its progress is 0 00f0c6d3-b3ee-4f32-907a-1993a7a429fe: Scan interrupted. ok test_count_queued_scans (tests.test_scan_and_result.ScanTestCase.test_count_queued_scans) ... Scan aef16276-24f4-4fd3-a8a6-9da83b9d35cb added to the queue in position 1. Currently 1 queued scans. Starting scan aef16276-24f4-4fd3-a8a6-9da83b9d35cb. ok test_count_running_scans (tests.test_scan_and_result.ScanTestCase.test_count_running_scans) ... Scan 04d273fd-1d08-4957-b8d0-3fd363e57b9d added to the queue in position 1. Currently 1 queued scans. Starting scan 04d273fd-1d08-4957-b8d0-3fd363e57b9d. ok test_free_memory_false (tests.test_scan_and_result.ScanTestCase.test_free_memory_false) ... Not possible to run a new scan. Not enough free memory. Only 1430 MB available but at least 2000 are required ok test_free_memory_true (tests.test_scan_and_result.ScanTestCase.test_free_memory_true) ... ok test_get_default_help (tests.test_scan_and_result.ScanTestCase.test_get_default_help) ... ok test_get_default_scanner_params (tests.test_scan_and_result.ScanTestCase.test_get_default_scanner_params) ... ok test_get_default_scanner_version (tests.test_scan_and_result.ScanTestCase.test_get_default_scanner_version) ... ok test_get_help_still_not_init (tests.test_scan_and_result.ScanTestCase.test_get_help_still_not_init) ... ok test_get_scan_host_progress (tests.test_scan_and_result.ScanTestCase.test_get_scan_host_progress) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. aef16276-24f4-4fd3-a8a6-9da83b9d35cb: Host scan finished. Scan 09a6e12e-d9e4-465f-91b9-401900d71494 added to the queue in position 1. Currently 1 queued scans. aef16276-24f4-4fd3-a8a6-9da83b9d35cb: Host scan got interrupted. Progress: 0, Status: RUNNING aef16276-24f4-4fd3-a8a6-9da83b9d35cb: Scan interrupted. Starting scan 09a6e12e-d9e4-465f-91b9-401900d71494. ok test_get_scan_pop (tests.test_scan_and_result.ScanTestCase.test_get_scan_pop) ... 04d273fd-1d08-4957-b8d0-3fd363e57b9d: Host scan finished. Legacy start scan command format is being used, which is deprecated since 20.08. Please read the documentation for start scan command. Scan b0ff3ac2-eb19-431c-8e5e-dbb4b5307803 added to the queue in position 1. 04d273fd-1d08-4957-b8d0-3fd363e57b9d: Host scan got interrupted. Progress: 0, Status: RUNNING Currently 1 queued scans. 04d273fd-1d08-4957-b8d0-3fd363e57b9d: Scan interrupted. Starting scan b0ff3ac2-eb19-431c-8e5e-dbb4b5307803. 09a6e12e-d9e4-465f-91b9-401900d71494: Host scan finished. 09a6e12e-d9e4-465f-91b9-401900d71494: Host scan got interrupted. Progress: 0, Status: RUNNING 09a6e12e-d9e4-465f-91b9-401900d71494: Scan interrupted. b0ff3ac2-eb19-431c-8e5e-dbb4b5307803: Host scan finished. b0ff3ac2-eb19-431c-8e5e-dbb4b5307803: Host scan got interrupted. Progress: 0, Status: RUNNING b0ff3ac2-eb19-431c-8e5e-dbb4b5307803: Scan interrupted. b0ff3ac2-eb19-431c-8e5e-dbb4b5307803: Scan process is dead and its progress is 0 b0ff3ac2-eb19-431c-8e5e-dbb4b5307803: Scan interrupted. b0ff3ac2-eb19-431c-8e5e-dbb4b5307803: Scan process is dead and its progress is 0 b0ff3ac2-eb19-431c-8e5e-dbb4b5307803: Scan interrupted. b0ff3ac2-eb19-431c-8e5e-dbb4b5307803: Scan process is dead and its progress is 0 b0ff3ac2-eb19-431c-8e5e-dbb4b5307803: Scan interrupted. ok test_get_scan_pop_max_res (tests.test_scan_and_result.ScanTestCase.test_get_scan_pop_max_res) ... Legacy start scan command format is being used, which is deprecated since 20.08. Please read the documentation for start scan command. Scan 527b80a3-b696-44c4-b05a-11cd073b632f added to the queue in position 1. Currently 1 queued scans. Starting scan 527b80a3-b696-44c4-b05a-11cd073b632f. ok test_get_scan_progress_xml (tests.test_scan_and_result.ScanTestCase.test_get_scan_progress_xml) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan 44e990de-2666-481c-9a94-49be26a33e59 added to the queue in position 1. Currently 1 queued scans. Starting scan 44e990de-2666-481c-9a94-49be26a33e59. ok test_get_scan_results_clean (tests.test_scan_and_result.ScanTestCase.test_get_scan_results_clean) ... Legacy start scan command format is being used, which is deprecated since 20.08. Please read the documentation for start scan command. Scan f93d4b92-6b66-49cb-94a7-919869d6f9db added to the queue in position 1. Currently 1 queued scans. 527b80a3-b696-44c4-b05a-11cd073b632f: Host scan finished. 527b80a3-b696-44c4-b05a-11cd073b632f: Host scan got interrupted. Progress: 0, Status: RUNNING 527b80a3-b696-44c4-b05a-11cd073b632f: Scan interrupted. Starting scan f93d4b92-6b66-49cb-94a7-919869d6f9db. ok test_get_scan_results_restore (tests.test_scan_and_result.ScanTestCase.test_get_scan_results_restore) ... Legacy start scan command format is being used, which is deprecated since 20.08. Please read the documentation for start scan command. Scan 60aa5f15-e465-4be0-b14e-f441ad9b504f added to the queue in position 1. Currently 1 queued scans. 44e990de-2666-481c-9a94-49be26a33e59: Host scan finished. 44e990de-2666-481c-9a94-49be26a33e59: Host scan got interrupted. Progress: 0, Status: RUNNING 44e990de-2666-481c-9a94-49be26a33e59: Scan interrupted. Starting scan 60aa5f15-e465-4be0-b14e-f441ad9b504f. ok test_get_scan_without_scanid (tests.test_scan_and_result.ScanTestCase.test_get_scan_without_scanid) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan cbf10fcf-1fc1-4039-856b-580889716fd7 added to the queue in position 1. Currently 1 queued scans. f93d4b92-6b66-49cb-94a7-919869d6f9db: Host scan finished. Starting scan cbf10fcf-1fc1-4039-856b-580889716fd7. f93d4b92-6b66-49cb-94a7-919869d6f9db: Host scan got interrupted. Progress: 0, Status: RUNNING f93d4b92-6b66-49cb-94a7-919869d6f9db: Scan interrupted. ok test_get_vt_xml_no_dict (tests.test_scan_and_result.ScanTestCase.test_get_vt_xml_no_dict) ... ok test_get_vts_bad_filter (tests.test_scan_and_result.ScanTestCase.test_get_vts_bad_filter) ... 60aa5f15-e465-4be0-b14e-f441ad9b504f: Host scan finished. 60aa5f15-e465-4be0-b14e-f441ad9b504f: Host scan got interrupted. Progress: 0, Status: RUNNING 60aa5f15-e465-4be0-b14e-f441ad9b504f: Scan interrupted. ok test_get_vts_filter_negative (tests.test_scan_and_result.ScanTestCase.test_get_vts_filter_negative) ... cbf10fcf-1fc1-4039-856b-580889716fd7: Host scan finished. cbf10fcf-1fc1-4039-856b-580889716fd7: Host scan got interrupted. Progress: 0, Status: RUNNING cbf10fcf-1fc1-4039-856b-580889716fd7: Scan interrupted. ok test_get_vts_filter_positive (tests.test_scan_and_result.ScanTestCase.test_get_vts_filter_positive) ... ok test_get_vts_multiple_vts_with_custom (tests.test_scan_and_result.ScanTestCase.test_get_vts_multiple_vts_with_custom) ... ok test_get_vts_no_vt (tests.test_scan_and_result.ScanTestCase.test_get_vts_no_vt) ... ok test_get_vts_single_vt (tests.test_scan_and_result.ScanTestCase.test_get_vts_single_vt) ... ok test_get_vts_still_not_init (tests.test_scan_and_result.ScanTestCase.test_get_vts_still_not_init) ... ok test_get_vts_version (tests.test_scan_and_result.ScanTestCase.test_get_vts_version) ... ok test_get_vts_version_only (tests.test_scan_and_result.ScanTestCase.test_get_vts_version_only) ... ok test_get_vts_vts_with_affected (tests.test_scan_and_result.ScanTestCase.test_get_vts_vts_with_affected) ... ok test_get_vts_vts_with_ctime (tests.test_scan_and_result.ScanTestCase.test_get_vts_vts_with_ctime) ... ok test_get_vts_vts_with_dependencies (tests.test_scan_and_result.ScanTestCase.test_get_vts_vts_with_dependencies) ... ok test_get_vts_vts_with_detection_qodt (tests.test_scan_and_result.ScanTestCase.test_get_vts_vts_with_detection_qodt) ... ok test_get_vts_vts_with_detection_qodv (tests.test_scan_and_result.ScanTestCase.test_get_vts_vts_with_detection_qodv) ... ok test_get_vts_vts_with_impact (tests.test_scan_and_result.ScanTestCase.test_get_vts_vts_with_impact) ... ok test_get_vts_vts_with_insight (tests.test_scan_and_result.ScanTestCase.test_get_vts_vts_with_insight) ... ok test_get_vts_vts_with_mtime (tests.test_scan_and_result.ScanTestCase.test_get_vts_vts_with_mtime) ... ok test_get_vts_vts_with_params (tests.test_scan_and_result.ScanTestCase.test_get_vts_vts_with_params) ... ok test_get_vts_vts_with_refs (tests.test_scan_and_result.ScanTestCase.test_get_vts_vts_with_refs) ... ok test_get_vts_vts_with_severities (tests.test_scan_and_result.ScanTestCase.test_get_vts_vts_with_severities) ... ok test_get_vts_vts_with_solution (tests.test_scan_and_result.ScanTestCase.test_get_vts_vts_with_solution) ... ok test_get_vts_vts_with_summary (tests.test_scan_and_result.ScanTestCase.test_get_vts_vts_with_summary) ... ok test_get_vtss_multiple_vts (tests.test_scan_and_result.ScanTestCase.test_get_vtss_multiple_vts) ... ok test_ids_iterator_dict_modified (tests.test_scan_and_result.ScanTestCase.test_ids_iterator_dict_modified) ... ok test_interrupted_scan (tests.test_scan_and_result.ScanTestCase.test_interrupted_scan) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan 5071408d-5997-4561-a2a6-62a840407a0b added to the queue in position 1. Currently 1 queued scans. Starting scan 5071408d-5997-4561-a2a6-62a840407a0b. 5071408d-5997-4561-a2a6-62a840407a0b: Host scan finished. 5071408d-5997-4561-a2a6-62a840407a0b: Host scan got interrupted. Progress: 0, Status: RUNNING 5071408d-5997-4561-a2a6-62a840407a0b: Scan interrupted. 5071408d-5997-4561-a2a6-62a840407a0b: Scan process is dead and its progress is 4 5071408d-5997-4561-a2a6-62a840407a0b: Scan interrupted. ok test_is_new_scan_allowed_false (tests.test_scan_and_result.ScanTestCase.test_is_new_scan_allowed_false) ... Not possible to run a new scan. Max scan limit set to 1 reached. ok test_is_new_scan_allowed_true (tests.test_scan_and_result.ScanTestCase.test_is_new_scan_allowed_true) ... ok test_progress (tests.test_scan_and_result.ScanTestCase.test_progress) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan e28b3949-de2f-4e6b-a73f-7dbfa5ecedb9 added to the queue in position 1. Currently 1 queued scans. Starting scan e28b3949-de2f-4e6b-a73f-7dbfa5ecedb9. ok test_progress_all_host_dead (tests.test_scan_and_result.ScanTestCase.test_progress_all_host_dead) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan 503d9dd6-2bb3-4543-bf02-c1bfd8bf7656 added to the queue in position 1. Currently 1 queued scans. Starting scan 503d9dd6-2bb3-4543-bf02-c1bfd8bf7656. ok test_result_order (tests.test_scan_and_result.ScanTestCase.test_result_order) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan 7188479a-a40b-4c69-8ef6-5946abc58d9b added to the queue in position 1. Currently 1 queued scans. Starting scan 7188479a-a40b-4c69-8ef6-5946abc58d9b. e28b3949-de2f-4e6b-a73f-7dbfa5ecedb9: Host scan finished. e28b3949-de2f-4e6b-a73f-7dbfa5ecedb9: Host scan got interrupted. Progress: 0, Status: RUNNING e28b3949-de2f-4e6b-a73f-7dbfa5ecedb9: Scan interrupted. ok test_scan_exists (tests.test_scan_and_result.ScanTestCase.test_scan_exists) ... Scan bfa8efb7-0f94-4775-aff1-e9dc63a47022 added to the queue in position 1. Currently 1 queued scans. 503d9dd6-2bb3-4543-bf02-c1bfd8bf7656: Host scan finished. 503d9dd6-2bb3-4543-bf02-c1bfd8bf7656: Host scan got interrupted. Progress: 0, Status: RUNNING 503d9dd6-2bb3-4543-bf02-c1bfd8bf7656: Scan interrupted. 7188479a-a40b-4c69-8ef6-5946abc58d9b: Host scan finished. 7188479a-a40b-4c69-8ef6-5946abc58d9b: Host scan got interrupted. Progress: 0, Status: RUNNING 7188479a-a40b-4c69-8ef6-5946abc58d9b: Scan interrupted. bfa8efb7-0f94-4775-aff1-e9dc63a47022: Host scan finished. bfa8efb7-0f94-4775-aff1-e9dc63a47022: Host scan got interrupted. Progress: 0, Status: RUNNING bfa8efb7-0f94-4775-aff1-e9dc63a47022: Scan interrupted. Starting scan bfa8efb7-0f94-4775-aff1-e9dc63a47022. bfa8efb7-0f94-4775-aff1-e9dc63a47022: Stopping Scan with the PID . bfa8efb7-0f94-4775-aff1-e9dc63a47022: Scan stopped. Scan bfa8efb7-0f94-4775-aff1-e9dc63a47022 exists with status stopped. ok test_scan_get_target (tests.test_scan_and_result.ScanTestCase.test_scan_get_target) ... Scan 72cbb5f6-0e71-46a4-a379-9bc76b604f77 added to the queue in position 1. Currently 1 queued scans. Starting scan 72cbb5f6-0e71-46a4-a379-9bc76b604f77. ok test_scan_get_target_options (tests.test_scan_and_result.ScanTestCase.test_scan_get_target_options) ... Scan 49305bc9-ecb9-4974-8b92-a3e5af6843d4 added to the queue in position 1. Currently 1 queued scans. Starting scan 49305bc9-ecb9-4974-8b92-a3e5af6843d4. 72cbb5f6-0e71-46a4-a379-9bc76b604f77: Host scan finished. 72cbb5f6-0e71-46a4-a379-9bc76b604f77: Host scan got interrupted. Progress: 0, Status: RUNNING 72cbb5f6-0e71-46a4-a379-9bc76b604f77: Scan interrupted. 49305bc9-ecb9-4974-8b92-a3e5af6843d4: Host scan finished. 49305bc9-ecb9-4974-8b92-a3e5af6843d4: Host scan got interrupted. Progress: 0, Status: RUNNING 49305bc9-ecb9-4974-8b92-a3e5af6843d4: Scan interrupted. ok test_scan_get_target_options_alive_test_methods (tests.test_scan_and_result.ScanTestCase.test_scan_get_target_options_alive_test_methods) ... Scan 65e83743-f4bf-4ba9-89fb-4b82e4f05a27 added to the queue in position 1. Currently 1 queued scans. Starting scan 65e83743-f4bf-4ba9-89fb-4b82e4f05a27. 65e83743-f4bf-4ba9-89fb-4b82e4f05a27: Host scan finished. 65e83743-f4bf-4ba9-89fb-4b82e4f05a27: Host scan got interrupted. Progress: 0, Status: RUNNING 65e83743-f4bf-4ba9-89fb-4b82e4f05a27: Scan interrupted. ok test_scan_get_target_options_alive_test_methods_dont_add_empty_or_missing (tests.test_scan_and_result.ScanTestCase.test_scan_get_target_options_alive_test_methods_dont_add_empty_or_missing) ... Scan d8bfb961-755e-4af3-a4b1-4636bb1b20c2 added to the queue in position 1. Currently 1 queued scans. Starting scan d8bfb961-755e-4af3-a4b1-4636bb1b20c2. d8bfb961-755e-4af3-a4b1-4636bb1b20c2: Host scan finished. d8bfb961-755e-4af3-a4b1-4636bb1b20c2: Host scan got interrupted. Progress: 0, Status: RUNNING d8bfb961-755e-4af3-a4b1-4636bb1b20c2: Scan interrupted. ok test_scan_invalid_excluded_hosts (tests.test_scan_and_result.ScanTestCase.test_scan_invalid_excluded_hosts) ... Scan 8b30e8c0-ac0d-4236-abfd-596ecf3b5399 added to the queue in position 1. Currently 1 queued scans. Starting scan 8b30e8c0-ac0d-4236-abfd-596ecf3b5399. ok test_scan_with_error (tests.test_scan_and_result.ScanTestCase.test_scan_with_error) ... Scan 5990e987-f7eb-4648-9e7a-14b902b7ba3b added to the queue in position 1. Currently 1 queued scans. Starting scan 5990e987-f7eb-4648-9e7a-14b902b7ba3b. 8b30e8c0-ac0d-4236-abfd-596ecf3b5399: Host scan finished. 8b30e8c0-ac0d-4236-abfd-596ecf3b5399: Host scan got interrupted. Progress: 0, Status: RUNNING 8b30e8c0-ac0d-4236-abfd-596ecf3b5399: Scan interrupted. 5990e987-f7eb-4648-9e7a-14b902b7ba3b: Host scan finished. 5990e987-f7eb-4648-9e7a-14b902b7ba3b: Host scan got interrupted. Progress: 0, Status: RUNNING 5990e987-f7eb-4648-9e7a-14b902b7ba3b: Scan interrupted. 5990e987-f7eb-4648-9e7a-14b902b7ba3b: Scan process is dead and its progress is 0 5990e987-f7eb-4648-9e7a-14b902b7ba3b: Scan interrupted. 5990e987-f7eb-4648-9e7a-14b902b7ba3b: Scan process is dead and its progress is 0 5990e987-f7eb-4648-9e7a-14b902b7ba3b: Scan interrupted. 5990e987-f7eb-4648-9e7a-14b902b7ba3b: Scan process is dead and its progress is 0 5990e987-f7eb-4648-9e7a-14b902b7ba3b: Scan interrupted. 5990e987-f7eb-4648-9e7a-14b902b7ba3b: Scan process is dead and its progress is 0 5990e987-f7eb-4648-9e7a-14b902b7ba3b: Scan interrupted. ok test_set_get_vts_version (tests.test_scan_and_result.ScanTestCase.test_set_get_vts_version) ... ok test_set_get_vts_version_error (tests.test_scan_and_result.ScanTestCase.test_set_get_vts_version_error) ... ok test_set_scan_total_hosts (tests.test_scan_and_result.ScanTestCase.test_set_scan_total_hosts) ... Scan e545763c-ca4a-4f9e-80bc-4c53c1e0d471 added to the queue in position 1. Currently 1 queued scans. Starting scan e545763c-ca4a-4f9e-80bc-4c53c1e0d471. ok test_set_scan_total_hosts_invalid_target (tests.test_scan_and_result.ScanTestCase.test_set_scan_total_hosts_invalid_target) ... Scan 393aa2bb-9889-4468-b3c8-c4a2f95779c2 added to the queue in position 1. Currently 1 queued scans. Starting scan 393aa2bb-9889-4468-b3c8-c4a2f95779c2. ok test_set_scan_total_hosts_zero (tests.test_scan_and_result.ScanTestCase.test_set_scan_total_hosts_zero) ... Scan 74fc173a-7801-41d6-bc70-2dd3c89a8763 added to the queue in position 1. Currently 1 queued scans. Starting scan 74fc173a-7801-41d6-bc70-2dd3c89a8763. ok test_set_status_interrupted (tests.test_scan_and_result.ScanTestCase.test_set_status_interrupted) ... e545763c-ca4a-4f9e-80bc-4c53c1e0d471: Host scan finished. e545763c-ca4a-4f9e-80bc-4c53c1e0d471: Host scan got interrupted. Progress: 0, Status: RUNNING e545763c-ca4a-4f9e-80bc-4c53c1e0d471: Scan interrupted. Scan 39946110-ea1f-4cb9-82b3-9be6e7c4e123 added to the queue in position 1. Currently 1 queued scans. Starting scan 39946110-ea1f-4cb9-82b3-9be6e7c4e123. 39946110-ea1f-4cb9-82b3-9be6e7c4e123: Scan interrupted. ok test_set_status_stopped (tests.test_scan_and_result.ScanTestCase.test_set_status_stopped) ... 393aa2bb-9889-4468-b3c8-c4a2f95779c2: Host scan finished. 393aa2bb-9889-4468-b3c8-c4a2f95779c2: Host scan got interrupted. Progress: 0, Status: RUNNING 393aa2bb-9889-4468-b3c8-c4a2f95779c2: Scan interrupted. Scan d11b427a-03fb-4c9e-920a-706dba8baa4f added to the queue in position 1. Currently 1 queued scans. Starting scan d11b427a-03fb-4c9e-920a-706dba8baa4f. ok 74fc173a-7801-41d6-bc70-2dd3c89a8763: Host scan finished. test_sort_host_finished (tests.test_scan_and_result.ScanTestCase.test_sort_host_finished) ... 74fc173a-7801-41d6-bc70-2dd3c89a8763: Host scan got interrupted. Progress: 0, Status: RUNNING 74fc173a-7801-41d6-bc70-2dd3c89a8763: Scan interrupted. Scan 38c71b9a-95d0-4f74-a085-edd9b711823c added to the queue in position 1. Currently 1 queued scans. Starting scan 38c71b9a-95d0-4f74-a085-edd9b711823c. 39946110-ea1f-4cb9-82b3-9be6e7c4e123: Host scan finished. 39946110-ea1f-4cb9-82b3-9be6e7c4e123: Host scan got interrupted. Progress: 0, Status: RUNNING 39946110-ea1f-4cb9-82b3-9be6e7c4e123: Scan interrupted. ok test_start_queue_scan_daemon_not_init (tests.test_scan_and_result.ScanTestCase.test_start_queue_scan_daemon_not_init) ... ok test_target_with_credential_empty_community (tests.test_scan_and_result.ScanTestCase.test_target_with_credential_empty_community) ... d11b427a-03fb-4c9e-920a-706dba8baa4f: Host scan finished. d11b427a-03fb-4c9e-920a-706dba8baa4f: Host scan got interrupted. Progress: 0, Status: RUNNING d11b427a-03fb-4c9e-920a-706dba8baa4f: Scan interrupted. ok test_target_with_credentials (tests.test_scan_and_result.ScanTestCase.test_target_with_credentials) ... 38c71b9a-95d0-4f74-a085-edd9b711823c: Host scan finished. 38c71b9a-95d0-4f74-a085-edd9b711823c: Host scan got interrupted. Progress: 0, Status: RUNNING ok 38c71b9a-95d0-4f74-a085-edd9b711823c: Scan interrupted. test_wait_between_scan_allow (tests.test_scan_and_result.ScanTestCase.test_wait_between_scan_allow) ... ok test_wait_between_scan_no_scans (tests.test_scan_and_result.ScanTestCase.test_wait_between_scan_no_scans) ... ok test_wait_between_scan_run_scans_not_allow (tests.test_scan_and_result.ScanTestCase.test_wait_between_scan_run_scans_not_allow) ... ok ---------------------------------------------------------------------- Ran 167 tests in 4.969s OK >>> ospd: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing ospd.egg-info/PKG-INFO writing dependency_links to ospd.egg-info/dependency_links.txt writing requirements to ospd.egg-info/requires.txt writing top-level names to ospd.egg-info/top_level.txt reading manifest file 'ospd.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'Poetry.toml' warning: no files found matching 'Poetry.lock' adding license file 'COPYING' writing manifest file 'ospd.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/ospd/pkg creating /home/buildozer/aports/community/ospd/pkg/ospd creating /home/buildozer/aports/community/ospd/pkg/ospd/usr creating /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib creating /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11 creating /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/vtfilter.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/errors.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/ospd.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/xml.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/resultlist.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/ospd_ssh.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/misc.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/datapickler.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/config.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/network.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/main.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/protocol.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/cvss.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/logger.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/scan.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/timer.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/__init__.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/vts.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd creating /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/command copying build/lib/ospd/command/registry.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/command copying build/lib/ospd/command/initsubclass.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/command copying build/lib/ospd/command/__init__.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/command copying build/lib/ospd/command/command.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/command copying build/lib/ospd/server.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/parser.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd copying build/lib/ospd/__version__.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/vtfilter.py to vtfilter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/ospd.py to ospd.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/xml.py to xml.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/resultlist.py to resultlist.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/ospd_ssh.py to ospd_ssh.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/misc.py to misc.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/datapickler.py to datapickler.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/config.py to config.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/network.py to network.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/main.py to main.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/protocol.py to protocol.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/cvss.py to cvss.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/logger.py to logger.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/scan.py to scan.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/timer.py to timer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/vts.py to vts.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/command/registry.py to registry.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/command/initsubclass.py to initsubclass.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/command/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/command/command.py to command.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/server.py to server.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/parser.py to parser.cpython-311.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd/__version__.py to __version__.cpython-311.pyc running install_egg_info Copying ospd.egg-info to /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.11/site-packages/ospd-21.4.4-py3.11.egg-info running install_scripts >>> ospd*: Running postcheck for ospd >>> ospd*: Preparing package ospd... >>> ospd*: Tracing dependencies... >>> ospd*: Package size: 644.0 KB >>> ospd*: Compressing data... >>> ospd*: Create checksum... >>> ospd*: Create ospd-21.4.4-r4.apk >>> ospd: Build complete at Wed, 23 Nov 2022 23:20:20 +0000 elapsed time 0h 0m 8s >>> ospd: Cleaning up srcdir >>> ospd: Cleaning up pkgdir >>> ospd: Uninstalling dependencies... (1/36) Purging .makedepends-ospd (20221123.232013) (2/36) Purging py3-paramiko (2.12.0-r1) (3/36) Purging py3-asn1 (0.4.8-r3) (4/36) Purging py3-cryptography (38.0.3-r1) (5/36) Purging py3-bcrypt (4.0.1-r1) (6/36) Purging py3-pynacl (1.5.0-r2) (7/36) Purging py3-cffi (1.15.1-r1) (8/36) Purging py3-cparser (2.21-r1) (9/36) Purging py3-six (1.16.0-r4) (10/36) Purging py3-defusedxml (0.7.1-r3) (11/36) Purging py3-deprecated (1.2.13-r2) (12/36) Purging py3-wrapt (1.14.1-r1) (13/36) Purging py3-psutil (5.9.4-r1) (14/36) Purging py3-lxml (4.9.1-r1) (15/36) Purging py3-setuptools (65.6.2-r0) (16/36) Purging py3-wheel (0.38.4-r1) (17/36) Purging py3-packaging (21.3-r3) (18/36) Purging py3-parsing (3.0.9-r1) (19/36) Purging cython (0.29.32-r1) (20/36) Purging python3 (3.11.0-r2) (21/36) Purging libxslt-dev (1.1.37-r0) (22/36) Purging libxslt (1.1.37-r0) (23/36) Purging libbz2 (1.0.8-r4) (24/36) Purging libffi (3.4.4-r0) (25/36) Purging gdbm (1.23-r0) (26/36) Purging libxml2-dev (2.10.3-r2) (27/36) Purging zlib-dev (1.2.13-r0) (28/36) Purging libxml2-utils (2.10.3-r2) (29/36) Purging libxml2 (2.10.3-r2) (30/36) Purging xz-dev (5.2.8-r0) (31/36) Purging xz-libs (5.2.8-r0) (32/36) Purging mpdecimal (2.5.1-r1) (33/36) Purging readline (8.2.0-r0) (34/36) Purging sqlite-libs (3.40.0-r0) (35/36) Purging libgcrypt (1.10.1-r0) (36/36) Purging libgpg-error (1.46-r1) Executing busybox-1.35.0-r29.trigger OK: 406 MiB in 96 packages >>> ospd: Updating the community/aarch64 repository index... >>> ospd: Signing the index...