>>> ospd: Building community/ospd 21.4.4-r4 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 09:33:03 +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.0-r1) (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.093304) Executing busybox-1.35.0-r29.trigger OK: 437 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 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 124k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 124k 100 124k 0 0 159k 0 --:--:-- --:--:-- --:--:-- 159k >>> 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 aa06033f-c068-4e1f-9118-a0cbf6844ca4 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 fd926dcf-b7fc-4f56-a45e-e1ced3befbbe. ok test_scan_pop_ports (tests.command.test_commands.StartScanTestCase.test_scan_pop_ports) ... Scan 2479bb82-a14e-4887-b8a5-3e9e4dedb61a added to the queue in position 1. Currently 1 queued scans. Starting scan 2479bb82-a14e-4887-b8a5-3e9e4dedb61a. ok test_scan_pop_vts (tests.command.test_commands.StartScanTestCase.test_scan_pop_vts) ... Scan 2870eba1-a27f-457b-a991-f207280cdb45 added to the queue in position 1. Currently 1 queued scans. Starting scan 2870eba1-a27f-457b-a991-f207280cdb45. 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 cdfe5416-6c0e-458b-8c3d-043cec625ebd. ok test_scan_with_vts (tests.command.test_commands.StartScanTestCase.test_scan_with_vts) ... Scan 4c87584a-ec80-430d-9ca0-ae87dd9ef950 added to the queue in position 1. Currently 1 queued scans. 2479bb82-a14e-4887-b8a5-3e9e4dedb61a: Host scan finished. Starting scan 4c87584a-ec80-430d-9ca0-ae87dd9ef950. ok test_scan_with_vts_and_param (tests.command.test_commands.StartScanTestCase.test_scan_with_vts_and_param) ... 2479bb82-a14e-4887-b8a5-3e9e4dedb61a: Host scan got interrupted. Progress: 0, Status: RUNNING 2479bb82-a14e-4887-b8a5-3e9e4dedb61a: Scan interrupted. Scan e93e8467-c04e-4ba2-85ec-e1abf684e3fa added to the queue in position 1. Currently 1 queued scans. Starting scan e93e8467-c04e-4ba2-85ec-e1abf684e3fa. 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) ... Scan 1e6d6688-fefe-4cf5-83fd-78c1b283f541 added to the queue in position 1. Currently 1 queued scans. 2870eba1-a27f-457b-a991-f207280cdb45: Host scan finished. Starting scan 1e6d6688-fefe-4cf5-83fd-78c1b283f541. ok test_scan_with_vts_empty_vt_list (tests.command.test_commands.StartScanTestCase.test_scan_with_vts_empty_vt_list) ... 2870eba1-a27f-457b-a991-f207280cdb45: Host scan got interrupted. Progress: 0, Status: RUNNING ok 2870eba1-a27f-457b-a991-f207280cdb45: Scan interrupted. test_scan_without_vts (tests.command.test_commands.StartScanTestCase.test_scan_without_vts) ... Scan 731051ec-67a2-4850-b4b9-c68eb887e96d added to the queue in position 1. Currently 1 queued scans. Starting scan 731051ec-67a2-4850-b4b9-c68eb887e96d. 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 cb1addf4-3628-41a1-9e02-96a032568164 added to the queue in position 1. Currently 1 queued scans. Starting scan cb1addf4-3628-41a1-9e02-96a032568164. cb1addf4-3628-41a1-9e02-96a032568164: Stopping Scan with the PID . cb1addf4-3628-41a1-9e02-96a032568164: 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 3c62c2b1-cf1a-4e8e-86e2-870e653dcdec. ok test_run_command_legacy_credential (tests.test_ssh_daemon.SSHDaemonTestCase.test_run_command_legacy_credential) ... 3c62c2b1-cf1a-4e8e-86e2-870e653dcdec: Host scan finished. Currently 1 queued scans. 3c62c2b1-cf1a-4e8e-86e2-870e653dcdec: Scan finished. Starting scan 45bf2172-1224-4475-bd0b-a56876da202e. ok test_run_command_new_credential (tests.test_ssh_daemon.SSHDaemonTestCase.test_run_command_new_credential) ... 45bf2172-1224-4475-bd0b-a56876da202e: Host scan finished. Currently 1 queued scans. 45bf2172-1224-4475-bd0b-a56876da202e: Scan finished. Starting scan 53879c1c-4f45-45cc-8b22-b3f5aea898f7. ok test_run_command_no_credential (tests.test_ssh_daemon.SSHDaemonTestCase.test_run_command_no_credential) ... 53879c1c-4f45-45cc-8b22-b3f5aea898f7: Host scan finished. Currently 1 queued scans. 53879c1c-4f45-45cc-8b22-b3f5aea898f7: Scan finished. Starting scan 2cdd1a5e-d28f-49c3-a1f1-8e8e65056a33. ok test_batch_result (tests.test_scan_and_result.ScanTestCase.test_batch_result) ... 2cdd1a5e-d28f-49c3-a1f1-8e8e65056a33: Host scan finished. parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. 2cdd1a5e-d28f-49c3-a1f1-8e8e65056a33: Scan finished. Scan b21f9313-ba17-4fba-9b08-a4965f6f01f7 added to the queue in position 1. Currently 1 queued scans. Starting scan b21f9313-ba17-4fba-9b08-a4965f6f01f7. 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 6355e521-0b13-4ac1-8912-ca2b39d12db8 added to the queue in position 1. Currently 1 queued scans. Starting scan 6355e521-0b13-4ac1-8912-ca2b39d12db8. 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 e0d9da34-5a09-4a62-98b3-2af0f993e061 added to the queue in position 1. Currently 1 queued scans. b21f9313-ba17-4fba-9b08-a4965f6f01f7: Host scan finished. Starting scan e0d9da34-5a09-4a62-98b3-2af0f993e061. b21f9313-ba17-4fba-9b08-a4965f6f01f7: Host scan got interrupted. Progress: 0, Status: RUNNING b21f9313-ba17-4fba-9b08-a4965f6f01f7: Scan interrupted. 6355e521-0b13-4ac1-8912-ca2b39d12db8: Host scan finished. 6355e521-0b13-4ac1-8912-ca2b39d12db8: Host scan got interrupted. Progress: 0, Status: RUNNING 6355e521-0b13-4ac1-8912-ca2b39d12db8: Scan interrupted. e0d9da34-5a09-4a62-98b3-2af0f993e061: Host scan finished. e0d9da34-5a09-4a62-98b3-2af0f993e061: Host scan got interrupted. Progress: 0, Status: RUNNING e0d9da34-5a09-4a62-98b3-2af0f993e061: Scan interrupted. e0d9da34-5a09-4a62-98b3-2af0f993e061: Scan process is dead and its progress is 0 e0d9da34-5a09-4a62-98b3-2af0f993e061: Scan interrupted. e0d9da34-5a09-4a62-98b3-2af0f993e061: Scan process is dead and its progress is 0 e0d9da34-5a09-4a62-98b3-2af0f993e061: Scan interrupted. e0d9da34-5a09-4a62-98b3-2af0f993e061: Scan process is dead and its progress is 0 e0d9da34-5a09-4a62-98b3-2af0f993e061: Scan interrupted. ok test_count_queued_scans (tests.test_scan_and_result.ScanTestCase.test_count_queued_scans) ... Scan f8ded12b-5ada-41c2-a304-f70a7117cfe0 added to the queue in position 1. Currently 1 queued scans. Starting scan f8ded12b-5ada-41c2-a304-f70a7117cfe0. ok test_count_running_scans (tests.test_scan_and_result.ScanTestCase.test_count_running_scans) ... Scan 6288cc0d-88b7-4e6e-a18b-8145ff8b7b6d added to the queue in position 1. Currently 1 queued scans. Starting scan 6288cc0d-88b7-4e6e-a18b-8145ff8b7b6d. 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. Scan 378aa20d-e5c1-442f-a8d5-8039610b1623 added to the queue in position 1. Currently 1 queued scans. f8ded12b-5ada-41c2-a304-f70a7117cfe0: Host scan finished. f8ded12b-5ada-41c2-a304-f70a7117cfe0: Host scan got interrupted. Progress: 0, Status: RUNNING f8ded12b-5ada-41c2-a304-f70a7117cfe0: Scan interrupted. Starting scan 378aa20d-e5c1-442f-a8d5-8039610b1623. ok test_get_scan_pop (tests.test_scan_and_result.ScanTestCase.test_get_scan_pop) ... Legacy start scan command format is being used, which is deprecated since 20.08. Please read the documentation for start scan command. Scan 9226048f-b974-4524-9cb1-380644432b3f added to the queue in position 1. 6288cc0d-88b7-4e6e-a18b-8145ff8b7b6d: Host scan finished. Currently 1 queued scans. 6288cc0d-88b7-4e6e-a18b-8145ff8b7b6d: Host scan got interrupted. Progress: 0, Status: RUNNING 6288cc0d-88b7-4e6e-a18b-8145ff8b7b6d: Scan interrupted. Starting scan 9226048f-b974-4524-9cb1-380644432b3f. 378aa20d-e5c1-442f-a8d5-8039610b1623: Host scan finished. 378aa20d-e5c1-442f-a8d5-8039610b1623: Host scan got interrupted. Progress: 0, Status: RUNNING 378aa20d-e5c1-442f-a8d5-8039610b1623: Scan interrupted. 9226048f-b974-4524-9cb1-380644432b3f: Host scan finished. 9226048f-b974-4524-9cb1-380644432b3f: Host scan got interrupted. Progress: 0, Status: RUNNING 9226048f-b974-4524-9cb1-380644432b3f: Scan interrupted. 9226048f-b974-4524-9cb1-380644432b3f: Scan process is dead and its progress is 0 9226048f-b974-4524-9cb1-380644432b3f: Scan interrupted. 9226048f-b974-4524-9cb1-380644432b3f: Scan process is dead and its progress is 0 9226048f-b974-4524-9cb1-380644432b3f: Scan interrupted. 9226048f-b974-4524-9cb1-380644432b3f: Scan process is dead and its progress is 0 9226048f-b974-4524-9cb1-380644432b3f: 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 0dce30f9-b55e-4ea8-9888-2584ee0ba99b added to the queue in position 1. Currently 1 queued scans. Starting scan 0dce30f9-b55e-4ea8-9888-2584ee0ba99b. 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 662dc476-9d69-48e9-b50d-bcc7e508fd99 added to the queue in position 1. Currently 1 queued scans. Starting scan 662dc476-9d69-48e9-b50d-bcc7e508fd99. 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 4aaf5c73-cf2c-4bd3-aa27-44355b781ae8 added to the queue in position 1. Currently 1 queued scans. 0dce30f9-b55e-4ea8-9888-2584ee0ba99b: Host scan finished. Starting scan 4aaf5c73-cf2c-4bd3-aa27-44355b781ae8. 0dce30f9-b55e-4ea8-9888-2584ee0ba99b: Host scan got interrupted. Progress: 0, Status: RUNNING 0dce30f9-b55e-4ea8-9888-2584ee0ba99b: Scan interrupted. 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 a103b73f-355a-4c40-aba0-c00ca8ea71bc added to the queue in position 1. Currently 1 queued scans. Starting scan a103b73f-355a-4c40-aba0-c00ca8ea71bc. 662dc476-9d69-48e9-b50d-bcc7e508fd99: Host scan finished. 662dc476-9d69-48e9-b50d-bcc7e508fd99: Host scan got interrupted. Progress: 0, Status: RUNNING 662dc476-9d69-48e9-b50d-bcc7e508fd99: Scan interrupted. 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 53e37149-c0a2-4426-8d67-302bad706af8 added to the queue in position 1. Currently 1 queued scans. Starting scan 53e37149-c0a2-4426-8d67-302bad706af8. ok 4aaf5c73-cf2c-4bd3-aa27-44355b781ae8: Host scan finished. 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) ... 4aaf5c73-cf2c-4bd3-aa27-44355b781ae8: Host scan got interrupted. Progress: 0, Status: RUNNING 4aaf5c73-cf2c-4bd3-aa27-44355b781ae8: Scan interrupted. a103b73f-355a-4c40-aba0-c00ca8ea71bc: Host scan finished. a103b73f-355a-4c40-aba0-c00ca8ea71bc: Host scan got interrupted. Progress: 0, Status: RUNNING a103b73f-355a-4c40-aba0-c00ca8ea71bc: Scan interrupted. ok test_get_vts_filter_negative (tests.test_scan_and_result.ScanTestCase.test_get_vts_filter_negative) ... 53e37149-c0a2-4426-8d67-302bad706af8: Host scan finished. 53e37149-c0a2-4426-8d67-302bad706af8: Host scan got interrupted. Progress: 0, Status: RUNNING 53e37149-c0a2-4426-8d67-302bad706af8: 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 d0dbccb6-059d-4c03-8f57-30e91a966c60 added to the queue in position 1. Currently 1 queued scans. Starting scan d0dbccb6-059d-4c03-8f57-30e91a966c60. d0dbccb6-059d-4c03-8f57-30e91a966c60: Host scan finished. d0dbccb6-059d-4c03-8f57-30e91a966c60: Host scan got interrupted. Progress: 0, Status: RUNNING d0dbccb6-059d-4c03-8f57-30e91a966c60: Scan interrupted. d0dbccb6-059d-4c03-8f57-30e91a966c60: Scan process is dead and its progress is 4 d0dbccb6-059d-4c03-8f57-30e91a966c60: 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 01d39b4f-233f-4ed4-ba6b-f34713d69d60 added to the queue in position 1. Currently 1 queued scans. Starting scan 01d39b4f-233f-4ed4-ba6b-f34713d69d60. 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 8e8e45ad-c546-41f4-81c8-d432db2f155b added to the queue in position 1. Currently 1 queued scans. Starting scan 8e8e45ad-c546-41f4-81c8-d432db2f155b. 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 70967458-8f1b-4bd3-b1f8-9227db145e50 added to the queue in position 1. Currently 1 queued scans. Starting scan 70967458-8f1b-4bd3-b1f8-9227db145e50. ok 01d39b4f-233f-4ed4-ba6b-f34713d69d60: Host scan finished. test_scan_exists (tests.test_scan_and_result.ScanTestCase.test_scan_exists) ... 01d39b4f-233f-4ed4-ba6b-f34713d69d60: Host scan got interrupted. Progress: 0, Status: RUNNING 01d39b4f-233f-4ed4-ba6b-f34713d69d60: Scan interrupted. Scan 53eb37aa-aa85-4898-817e-0b0f1a2464a0 added to the queue in position 1. Currently 1 queued scans. 8e8e45ad-c546-41f4-81c8-d432db2f155b: Host scan finished. 8e8e45ad-c546-41f4-81c8-d432db2f155b: Host scan got interrupted. Progress: 0, Status: RUNNING 8e8e45ad-c546-41f4-81c8-d432db2f155b: Scan interrupted. 70967458-8f1b-4bd3-b1f8-9227db145e50: Host scan finished. 70967458-8f1b-4bd3-b1f8-9227db145e50: Host scan got interrupted. Progress: 0, Status: RUNNING 70967458-8f1b-4bd3-b1f8-9227db145e50: Scan interrupted. 53eb37aa-aa85-4898-817e-0b0f1a2464a0: Host scan finished. 53eb37aa-aa85-4898-817e-0b0f1a2464a0: Host scan got interrupted. Progress: 0, Status: RUNNING 53eb37aa-aa85-4898-817e-0b0f1a2464a0: Scan interrupted. Starting scan 53eb37aa-aa85-4898-817e-0b0f1a2464a0. 53eb37aa-aa85-4898-817e-0b0f1a2464a0: Stopping Scan with the PID . 53eb37aa-aa85-4898-817e-0b0f1a2464a0: Scan stopped. Scan 53eb37aa-aa85-4898-817e-0b0f1a2464a0 exists with status stopped. ok test_scan_get_target (tests.test_scan_and_result.ScanTestCase.test_scan_get_target) ... Scan 1720388f-aeb1-4f6e-b574-79ebaa716201 added to the queue in position 1. Currently 1 queued scans. Starting scan 1720388f-aeb1-4f6e-b574-79ebaa716201. ok test_scan_get_target_options (tests.test_scan_and_result.ScanTestCase.test_scan_get_target_options) ... Scan 6e342c60-75d1-49d9-ba6e-517d74815466 added to the queue in position 1. Currently 1 queued scans. Starting scan 6e342c60-75d1-49d9-ba6e-517d74815466. 1720388f-aeb1-4f6e-b574-79ebaa716201: Host scan finished. 1720388f-aeb1-4f6e-b574-79ebaa716201: Host scan got interrupted. Progress: 0, Status: RUNNING 1720388f-aeb1-4f6e-b574-79ebaa716201: Scan interrupted. 6e342c60-75d1-49d9-ba6e-517d74815466: Host scan finished. 6e342c60-75d1-49d9-ba6e-517d74815466: Host scan got interrupted. Progress: 0, Status: RUNNING 6e342c60-75d1-49d9-ba6e-517d74815466: 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 1aa1a288-3998-42c7-b990-35a75d2b62c2 added to the queue in position 1. Currently 1 queued scans. Starting scan 1aa1a288-3998-42c7-b990-35a75d2b62c2. 1aa1a288-3998-42c7-b990-35a75d2b62c2: Host scan finished. 1aa1a288-3998-42c7-b990-35a75d2b62c2: Host scan got interrupted. Progress: 0, Status: RUNNING 1aa1a288-3998-42c7-b990-35a75d2b62c2: 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 b5af09ba-c99f-4dde-b9ae-f9ea36290170 added to the queue in position 1. Currently 1 queued scans. Starting scan b5af09ba-c99f-4dde-b9ae-f9ea36290170. b5af09ba-c99f-4dde-b9ae-f9ea36290170: Host scan finished. b5af09ba-c99f-4dde-b9ae-f9ea36290170: Host scan got interrupted. Progress: 0, Status: RUNNING b5af09ba-c99f-4dde-b9ae-f9ea36290170: Scan interrupted. ok test_scan_invalid_excluded_hosts (tests.test_scan_and_result.ScanTestCase.test_scan_invalid_excluded_hosts) ... Scan 7b041eba-ad98-4a28-8d75-d11d2c104b4b added to the queue in position 1. Currently 1 queued scans. Starting scan 7b041eba-ad98-4a28-8d75-d11d2c104b4b. ok test_scan_with_error (tests.test_scan_and_result.ScanTestCase.test_scan_with_error) ... Scan 013fa8a4-32bc-4e80-b7e4-b97923a98d7d added to the queue in position 1. Currently 1 queued scans. Starting scan 013fa8a4-32bc-4e80-b7e4-b97923a98d7d. 7b041eba-ad98-4a28-8d75-d11d2c104b4b: Host scan finished. 7b041eba-ad98-4a28-8d75-d11d2c104b4b: Host scan got interrupted. Progress: 0, Status: RUNNING 7b041eba-ad98-4a28-8d75-d11d2c104b4b: Scan interrupted. 013fa8a4-32bc-4e80-b7e4-b97923a98d7d: Host scan finished. 013fa8a4-32bc-4e80-b7e4-b97923a98d7d: Host scan got interrupted. Progress: 0, Status: RUNNING 013fa8a4-32bc-4e80-b7e4-b97923a98d7d: Scan interrupted. 013fa8a4-32bc-4e80-b7e4-b97923a98d7d: Scan process is dead and its progress is 0 013fa8a4-32bc-4e80-b7e4-b97923a98d7d: Scan interrupted. 013fa8a4-32bc-4e80-b7e4-b97923a98d7d: Scan process is dead and its progress is 0 013fa8a4-32bc-4e80-b7e4-b97923a98d7d: Scan interrupted. 013fa8a4-32bc-4e80-b7e4-b97923a98d7d: Scan process is dead and its progress is 0 013fa8a4-32bc-4e80-b7e4-b97923a98d7d: Scan interrupted. 013fa8a4-32bc-4e80-b7e4-b97923a98d7d: Scan process is dead and its progress is 0 013fa8a4-32bc-4e80-b7e4-b97923a98d7d: 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 b790cb73-0b96-457a-9e58-d63c118899dd added to the queue in position 1. Currently 1 queued scans. Starting scan b790cb73-0b96-457a-9e58-d63c118899dd. ok test_set_scan_total_hosts_invalid_target (tests.test_scan_and_result.ScanTestCase.test_set_scan_total_hosts_invalid_target) ... Scan 1e8948d9-e9c5-403e-81f3-f9e424293c7f added to the queue in position 1. Currently 1 queued scans. Starting scan 1e8948d9-e9c5-403e-81f3-f9e424293c7f. ok test_set_scan_total_hosts_zero (tests.test_scan_and_result.ScanTestCase.test_set_scan_total_hosts_zero) ... Scan 32ebdf0c-65fa-4eb1-8be4-95600dd515f9 added to the queue in position 1. Currently 1 queued scans. Starting scan 32ebdf0c-65fa-4eb1-8be4-95600dd515f9. ok test_set_status_interrupted (tests.test_scan_and_result.ScanTestCase.test_set_status_interrupted) ... b790cb73-0b96-457a-9e58-d63c118899dd: Host scan finished. Scan c1335a94-e6c8-404c-96e3-3b054f7a59c8 added to the queue in position 1. b790cb73-0b96-457a-9e58-d63c118899dd: Host scan got interrupted. Progress: 0, Status: RUNNING b790cb73-0b96-457a-9e58-d63c118899dd: Scan interrupted. Currently 1 queued scans. Starting scan c1335a94-e6c8-404c-96e3-3b054f7a59c8. c1335a94-e6c8-404c-96e3-3b054f7a59c8: Scan interrupted. ok test_set_status_stopped (tests.test_scan_and_result.ScanTestCase.test_set_status_stopped) ... 1e8948d9-e9c5-403e-81f3-f9e424293c7f: Host scan finished. 1e8948d9-e9c5-403e-81f3-f9e424293c7f: Host scan got interrupted. Progress: 0, Status: RUNNING 1e8948d9-e9c5-403e-81f3-f9e424293c7f: Scan interrupted. Scan 726b3553-9440-406c-8ea5-039a62843c58 added to the queue in position 1. Currently 1 queued scans. Starting scan 726b3553-9440-406c-8ea5-039a62843c58. ok test_sort_host_finished (tests.test_scan_and_result.ScanTestCase.test_sort_host_finished) ... 32ebdf0c-65fa-4eb1-8be4-95600dd515f9: Host scan finished. 32ebdf0c-65fa-4eb1-8be4-95600dd515f9: Host scan got interrupted. Progress: 0, Status: RUNNING 32ebdf0c-65fa-4eb1-8be4-95600dd515f9: Scan interrupted. Scan d8aa23f5-8dfe-46ce-9282-0c662a633e97 added to the queue in position 1. Currently 1 queued scans. Starting scan d8aa23f5-8dfe-46ce-9282-0c662a633e97. ok test_start_queue_scan_daemon_not_init (tests.test_scan_and_result.ScanTestCase.test_start_queue_scan_daemon_not_init) ... c1335a94-e6c8-404c-96e3-3b054f7a59c8: Host scan finished. c1335a94-e6c8-404c-96e3-3b054f7a59c8: Host scan got interrupted. Progress: 0, Status: RUNNING ok c1335a94-e6c8-404c-96e3-3b054f7a59c8: Scan interrupted. test_target_with_credential_empty_community (tests.test_scan_and_result.ScanTestCase.test_target_with_credential_empty_community) ... ok test_target_with_credentials (tests.test_scan_and_result.ScanTestCase.test_target_with_credentials) ... 726b3553-9440-406c-8ea5-039a62843c58: Host scan finished. 726b3553-9440-406c-8ea5-039a62843c58: Host scan got interrupted. Progress: 0, Status: RUNNING 726b3553-9440-406c-8ea5-039a62843c58: Scan interrupted. ok test_wait_between_scan_allow (tests.test_scan_and_result.ScanTestCase.test_wait_between_scan_allow) ... d8aa23f5-8dfe-46ce-9282-0c662a633e97: Host scan finished. d8aa23f5-8dfe-46ce-9282-0c662a633e97: Host scan got interrupted. Progress: 0, Status: RUNNING d8aa23f5-8dfe-46ce-9282-0c662a633e97: Scan interrupted. 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.826s 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 09:33:12 +0000 elapsed time 0h 0m 9s >>> ospd: Cleaning up srcdir >>> ospd: Cleaning up pkgdir >>> ospd: Uninstalling dependencies... (1/36) Purging .makedepends-ospd (20221123.093304) (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.0-r1) (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: 331 MiB in 96 packages >>> ospd: Updating the community/armhf repository index... >>> ospd: Signing the index...