>>> ospd: Building community/ospd 21.4.4-r3 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 00:17: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-r3) (2/36) Installing libffi (3.4.4-r0) (3/36) Installing gdbm (1.23-r0) (4/36) Installing xz-libs (5.2.7-r0) (5/36) Installing mpdecimal (2.5.1-r1) (6/36) Installing readline (8.2.0-r0) (7/36) Installing sqlite-libs (3.39.4-r0) (8/36) Installing python3 (3.10.8-r3) (9/36) Installing py3-asn1 (0.4.8-r2) (10/36) Installing py3-cparser (2.21-r0) (11/36) Installing py3-cffi (1.15.1-r0) (12/36) Installing py3-cryptography (38.0.2-r0) (13/36) Installing py3-bcrypt (4.0.1-r0) (14/36) Installing py3-pynacl (1.5.0-r1) (15/36) Installing py3-six (1.16.0-r3) (16/36) Installing py3-paramiko (2.11.0-r0) (17/36) Installing py3-defusedxml (0.7.1-r2) (18/36) Installing py3-wrapt (1.14.1-r0) (19/36) Installing py3-deprecated (1.2.13-r1) (20/36) Installing py3-psutil (5.9.2-r0) (21/36) Installing libgpg-error (1.46-r1) (22/36) Installing libgcrypt (1.10.1-r0) (23/36) Installing libxml2 (2.10.3-r1) (24/36) Installing libxslt (1.1.37-r0) (25/36) Installing py3-lxml (4.9.1-r0) (26/36) Installing py3-parsing (3.0.9-r0) (27/36) Installing py3-packaging (21.3-r2) (28/36) Installing py3-setuptools (65.5.0-r0) (29/36) Installing py3-wheel (0.37.1-r1) (30/36) Installing cython (0.29.32-r0) (31/36) Installing zlib-dev (1.2.13-r0) (32/36) Installing xz-dev (5.2.7-r0) (33/36) Installing libxml2-utils (2.10.3-r1) (34/36) Installing libxml2-dev (2.10.3-r1) (35/36) Installing libxslt-dev (1.1.37-r0) (36/36) Installing .makedepends-ospd (20221029.001710) Executing busybox-1.35.0-r27.trigger OK: 355 MiB in 128 packages >>> ospd: Cleaning up srcdir >>> ospd: Cleaning up pkgdir >>> ospd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 124k 100 124k 0 0 160k 0 --:--:-- --:--:-- --:--:-- 160k >>> ospd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/ospd-21.4.4.tar.gz >>> ospd: Checking sha512sums... ospd-21.4.4.tar.gz: OK >>> ospd: Unpacking /var/cache/distfiles/v3.17/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) ... ok test_cvssv3 (tests.test_cvss.CvssTestCase) ... ok test_parse (tests.test_protocol.RequestParserTestCase) ... ok test_load_data (tests.test_datapickler.DataPecklerTestCase) ... ok test_load_data_corrupted (tests.test_datapickler.DataPecklerTestCase) ... Unpickled data from scan_info_1 corrupted. ok test_load_data_no_file (tests.test_datapickler.DataPecklerTestCase) ... ok test_remove_file_failed (tests.test_datapickler.DataPecklerTestCase) ... ok test_store_data (tests.test_datapickler.DataPecklerTestCase) ... ok test_store_data_check_permission (tests.test_datapickler.DataPecklerTestCase) ... ok test_store_data_failed (tests.test_datapickler.DataPecklerTestCase) ... ok test_add_duplicate_vt (tests.test_vts.VtsTestCase) ... ok test_add_vt (tests.test_vts.VtsTestCase) ... ok test_add_vt_with_empty_id (tests.test_vts.VtsTestCase) ... ok test_add_vt_with_invalid_id (tests.test_vts.VtsTestCase) ... ok test_calculate_vts_collection_hash (tests.test_vts.VtsTestCase) ... ok test_calculate_vts_collection_hash_empty (tests.test_vts.VtsTestCase) ... ok test_calculate_vts_collection_hash_no_params (tests.test_vts.VtsTestCase) ... ok test_contains (tests.test_vts.VtsTestCase) ... ok test_copy (tests.test_vts.VtsTestCase) ... ok test_get (tests.test_vts.VtsTestCase) ... ok test_getitem (tests.test_vts.VtsTestCase) ... ok test_iterator (tests.test_vts.VtsTestCase) ... ok test_keys (tests.test_vts.VtsTestCase) ... ok test_24_net (tests.test_target_convert.ConvertTargetListsTestCase) ... ok test_bad_ipv4_cidr (tests.test_target_convert.ConvertTargetListsTestCase) ... 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) ... ok test_good_ipv4_cidr (tests.test_target_convert.ConvertTargetListsTestCase) ... ok test_is_valid_address (tests.test_target_convert.ConvertTargetListsTestCase) ... ok test_range (tests.test_target_convert.ConvertTargetListsTestCase) ... ok test_target_str_with_trailing_comma (tests.test_target_convert.ConvertTargetListsTestCase) ... ok test_target_to_ipv4 (tests.test_target_convert.ConvertTargetListsTestCase) ... ok test_address_param (tests.test_argument_parser.ArgumentParserTestCase) ... ok test_correct_log_level (tests.test_argument_parser.ArgumentParserTestCase) ... ok test_correct_lower_case_log_level (tests.test_argument_parser.ArgumentParserTestCase) ... ok test_correct_upper_case_log_level (tests.test_argument_parser.ArgumentParserTestCase) ... ok test_defaults (tests.test_argument_parser.ArgumentParserTestCase) ... ok test_existing_key (tests.test_argument_parser.ArgumentParserTestCase) ... ok test_non_existing_key (tests.test_argument_parser.ArgumentParserTestCase) ... ok test_port_as_string (tests.test_argument_parser.ArgumentParserTestCase) ... ok test_port_interval (tests.test_argument_parser.ArgumentParserTestCase) ... ok test_as_xml (tests.test_errors.OspdCommandErrorTestCase) ... ok test_constructor (tests.test_errors.OspdCommandErrorTestCase) ... ok test_default_params (tests.test_errors.OspdCommandErrorTestCase) ... ok test_is_ospd_error (tests.test_errors.OspdCommandErrorTestCase) ... ok test_string_conversion (tests.test_errors.OspdCommandErrorTestCase) ... ok test_is_ospd_error (tests.test_errors.RequiredArgumentTestCase) ... ok test_raise_exception (tests.test_errors.RequiredArgumentTestCase) ... ok test_string_conversion (tests.test_errors.RequiredArgumentTestCase) ... ok test_both_ports (tests.test_port_convert.ConvertPortTestCase) Test tcp und udp ports. ... ok test_both_ports_udp_first (tests.test_port_convert.ConvertPortTestCase) Test tcp und udp ports, but udp listed first. ... ok test_compress_list (tests.test_port_convert.ConvertPortTestCase) Test different malformed port list. ... ok test_empty_port (tests.test_port_convert.ConvertPortTestCase) Test an empty port list. ... Invalid port value ok test_get_spec_type_ports (tests.test_port_convert.ConvertPortTestCase) Test get specific type ports. ... ok test_invalid_char_port (tests.test_port_convert.ConvertPortTestCase) Test list with a false char. ... {0}: Port list malformed. ok test_malformed_port_string (tests.test_port_convert.ConvertPortTestCase) 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 port list without specific type. ... ok test_tcp_ports (tests.test_port_convert.ConvertPortTestCase) Test only tcp ports. ... ok test_udp_ports (tests.test_port_convert.ConvertPortTestCase) Test only udp ports. ... ok test_as_dict (tests.command.test_command.BaseCommandTestCase) ... ok test_auto_register (tests.command.test_command.BaseCommandTestCase) ... ok test_basic_properties (tests.command.test_command.BaseCommandTestCase) ... ok test_with_main_process_only (tests.command.test_commands.GetMemoryUsageTestCase) ... ok test_with_subprocess (tests.command.test_commands.GetMemoryUsageTestCase) ... ok test_with_subsubprocess (tests.command.test_commands.GetMemoryUsageTestCase) ... ok test_get_performance (tests.command.test_commands.GetPerformanceTestCase) ... ok test_get_performance_fail_cmd (tests.command.test_commands.GetPerformanceTestCase) ... ok test_get_performance_fail_int (tests.command.test_commands.GetPerformanceTestCase) ... ok test_get_performance_fail_regex (tests.command.test_commands.GetPerformanceTestCase) ... ok test_max_queued_scans_reached (tests.command.test_commands.StartScanTestCase) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan b6b7ec8b-cbe6-4c57-8f90-af404b0d116a 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) ... Currently 1 queued scans. Starting scan 75058c22-c78f-46bb-add5-e6584bf3b453. ok test_scan_pop_ports (tests.command.test_commands.StartScanTestCase) ... Scan 6b2e40a9-b38e-43c5-a6be-516cb085003e added to the queue in position 1. Currently 1 queued scans. Starting scan 6b2e40a9-b38e-43c5-a6be-516cb085003e. ok test_scan_pop_vts (tests.command.test_commands.StartScanTestCase) ... Scan 2aa33165-5d54-4aae-881d-5bd0e800cb9a added to the queue in position 1. Currently 1 queued scans. Starting scan 2aa33165-5d54-4aae-881d-5bd0e800cb9a. ok test_scan_use_legacy_target_and_port (tests.command.test_commands.StartScanTestCase) ... 6b2e40a9-b38e-43c5-a6be-516cb085003e: Host scan finished. 6b2e40a9-b38e-43c5-a6be-516cb085003e: Host scan got interrupted. Progress: 0, Status: RUNNING 6b2e40a9-b38e-43c5-a6be-516cb085003e: Scan interrupted. Currently 1 queued scans. Starting scan 98edc112-d05d-4d45-8b0d-7a7ca5b35538. ok test_scan_with_vts (tests.command.test_commands.StartScanTestCase) ... Scan 9cef8c99-b846-4e8e-9b05-165f9a5af2ec added to the queue in position 1. Currently 1 queued scans. Starting scan 9cef8c99-b846-4e8e-9b05-165f9a5af2ec. ok test_scan_with_vts_and_param (tests.command.test_commands.StartScanTestCase) ... 2aa33165-5d54-4aae-881d-5bd0e800cb9a: Host scan finished. 2aa33165-5d54-4aae-881d-5bd0e800cb9a: Host scan got interrupted. Progress: 0, Status: RUNNING 2aa33165-5d54-4aae-881d-5bd0e800cb9a: Scan interrupted. Scan 368b5890-7ec5-4426-850d-07a43f8ba6b7 added to the queue in position 1. Currently 1 queued scans. Starting scan 368b5890-7ec5-4426-850d-07a43f8ba6b7. ok test_scan_with_vts_and_param_missing_vt_group_filter (tests.command.test_commands.StartScanTestCase) ... ok test_scan_with_vts_and_param_missing_vt_param_id (tests.command.test_commands.StartScanTestCase) ... ok test_scan_with_vts_and_param_with_vt_group_filter (tests.command.test_commands.StartScanTestCase) ... Scan ca86e99e-f865-4fe5-af19-78ce52730f24 added to the queue in position 1. Currently 1 queued scans. Starting scan ca86e99e-f865-4fe5-af19-78ce52730f24. ok test_scan_with_vts_empty_vt_list (tests.command.test_commands.StartScanTestCase) ... ok test_scan_without_vts (tests.command.test_commands.StartScanTestCase) ... Scan 4fc57be6-9811-4913-9381-cf45656b5329 added to the queue in position 1. Currently 1 queued scans. Starting scan 4fc57be6-9811-4913-9381-cf45656b5329. ok test_missing_scan_id (tests.command.test_commands.StopCommandTestCase) ... ok test_stop_scan (tests.command.test_commands.StopCommandTestCase) ... Scan 03d452b6-d0fc-445e-8208-cc9babe4bf4e added to the queue in position 1. Currently 1 queued scans. Starting scan 03d452b6-d0fc-445e-8208-cc9babe4bf4e. 03d452b6-d0fc-445e-8208-cc9babe4bf4e: Stopping Scan with the PID . 03d452b6-d0fc-445e-8208-cc9babe4bf4e: Scan stopped. ok test_unknown_scan_id (tests.command.test_commands.StopCommandTestCase) ... ok test_available_commands (tests.command.test_registry.RegistryTestCase) ... ok test_register_command (tests.command.test_registry.RegistryTestCase) ... ok test_elements (tests.test_xml.ElementsAsText) ... ok test_simple_element (tests.test_xml.ElementsAsText) ... ok test_simple_elements (tests.test_xml.ElementsAsText) ... ok test_escape_xml_invalid_char (tests.test_xml.EscapeText) ... ok test_escape_xml_printable_char (tests.test_xml.EscapeText) ... ok test_escape_xml_valid_text (tests.test_xml.EscapeText) ... ok test_no_paramiko (tests.test_ssh_daemon.SSHDaemonTestCase) ... ok test_run_command (tests.test_ssh_daemon.SSHDaemonTestCase) ... Currently 1 queued scans. Starting scan 0536118f-cb08-4a5a-b0f1-1176614d8928. ok test_run_command_legacy_credential (tests.test_ssh_daemon.SSHDaemonTestCase) ... 0536118f-cb08-4a5a-b0f1-1176614d8928: Host scan finished. 0536118f-cb08-4a5a-b0f1-1176614d8928: Scan finished. Currently 1 queued scans. Starting scan 614f1a64-6470-4d21-87f7-81fd27faf199. ok test_run_command_new_credential (tests.test_ssh_daemon.SSHDaemonTestCase) ... 614f1a64-6470-4d21-87f7-81fd27faf199: Host scan finished. Currently 1 queued scans. 614f1a64-6470-4d21-87f7-81fd27faf199: Scan finished. Starting scan fbffbbe2-c07b-4714-9c18-4efc970cceec. ok test_run_command_no_credential (tests.test_ssh_daemon.SSHDaemonTestCase) ... fbffbbe2-c07b-4714-9c18-4efc970cceec: Host scan finished. Currently 1 queued scans. fbffbbe2-c07b-4714-9c18-4efc970cceec: Scan finished. Starting scan c635f868-0857-4209-ba88-46d826cbbacd. ok test_batch_result (tests.test_scan_and_result.ScanTestCase) ... c635f868-0857-4209-ba88-46d826cbbacd: Host scan finished. parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. c635f868-0857-4209-ba88-46d826cbbacd: Scan finished. Scan 632fffd6-a663-4fd9-81de-098115b22bfe added to the queue in position 1. Currently 1 queued scans. Starting scan 632fffd6-a663-4fd9-81de-098115b22bfe. ok test_billon_laughs (tests.test_scan_and_result.ScanTestCase) ... ok test_calculate_progress_without_current_hosts (tests.test_scan_and_result.ScanTestCase) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan d030c88f-8303-45ec-83b5-67b8487180af added to the queue in position 1. Currently 1 queued scans. Starting scan d030c88f-8303-45ec-83b5-67b8487180af. ok test_clean_forgotten_scans (tests.test_scan_and_result.ScanTestCase) ... Legacy start scan command format is being used, which is deprecated since 20.08. Please read the documentation for start scan command. Scan e1eacb78-40fd-4d52-9a9c-d801383ad9fb added to the queue in position 1. Currently 1 queued scans. 632fffd6-a663-4fd9-81de-098115b22bfe: Host scan finished. 632fffd6-a663-4fd9-81de-098115b22bfe: Host scan got interrupted. Progress: 0, Status: RUNNING 632fffd6-a663-4fd9-81de-098115b22bfe: Scan interrupted. Starting scan e1eacb78-40fd-4d52-9a9c-d801383ad9fb. d030c88f-8303-45ec-83b5-67b8487180af: Host scan finished. d030c88f-8303-45ec-83b5-67b8487180af: Host scan got interrupted. Progress: 0, Status: RUNNING d030c88f-8303-45ec-83b5-67b8487180af: Scan interrupted. e1eacb78-40fd-4d52-9a9c-d801383ad9fb: Host scan finished. e1eacb78-40fd-4d52-9a9c-d801383ad9fb: Host scan got interrupted. Progress: 0, Status: RUNNING e1eacb78-40fd-4d52-9a9c-d801383ad9fb: Scan interrupted. e1eacb78-40fd-4d52-9a9c-d801383ad9fb: Scan process is dead and its progress is 0 e1eacb78-40fd-4d52-9a9c-d801383ad9fb: Scan interrupted. e1eacb78-40fd-4d52-9a9c-d801383ad9fb: Scan process is dead and its progress is 0 e1eacb78-40fd-4d52-9a9c-d801383ad9fb: Scan interrupted. e1eacb78-40fd-4d52-9a9c-d801383ad9fb: Scan process is dead and its progress is 0 e1eacb78-40fd-4d52-9a9c-d801383ad9fb: Scan interrupted. ok test_count_queued_scans (tests.test_scan_and_result.ScanTestCase) ... Scan b6b52a2f-f36a-4a9c-ad74-b15fe0d21dd5 added to the queue in position 1. Currently 1 queued scans. Starting scan b6b52a2f-f36a-4a9c-ad74-b15fe0d21dd5. ok test_count_running_scans (tests.test_scan_and_result.ScanTestCase) ... Scan 729f8c60-37fb-4bbb-9e4f-730b7ef0083a added to the queue in position 1. Currently 1 queued scans. Starting scan 729f8c60-37fb-4bbb-9e4f-730b7ef0083a. ok test_free_memory_false (tests.test_scan_and_result.ScanTestCase) ... 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) ... ok test_get_default_help (tests.test_scan_and_result.ScanTestCase) ... ok test_get_default_scanner_params (tests.test_scan_and_result.ScanTestCase) ... b6b52a2f-f36a-4a9c-ad74-b15fe0d21dd5: Host scan finished. ok test_get_default_scanner_version (tests.test_scan_and_result.ScanTestCase) ... ok test_get_help_still_not_init (tests.test_scan_and_result.ScanTestCase) ... ok test_get_scan_host_progress (tests.test_scan_and_result.ScanTestCase) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. b6b52a2f-f36a-4a9c-ad74-b15fe0d21dd5: Host scan got interrupted. Progress: 0, Status: RUNNING b6b52a2f-f36a-4a9c-ad74-b15fe0d21dd5: Scan interrupted. Scan a50e6637-da1a-4eb2-8c58-7354fcc3d902 added to the queue in position 1. Currently 1 queued scans. Starting scan a50e6637-da1a-4eb2-8c58-7354fcc3d902. 729f8c60-37fb-4bbb-9e4f-730b7ef0083a: Host scan finished. ok test_get_scan_pop (tests.test_scan_and_result.ScanTestCase) ... 729f8c60-37fb-4bbb-9e4f-730b7ef0083a: Host scan got interrupted. Progress: 0, Status: RUNNING 729f8c60-37fb-4bbb-9e4f-730b7ef0083a: Scan interrupted. Legacy start scan command format is being used, which is deprecated since 20.08. Please read the documentation for start scan command. Scan b1dc8b43-d4fa-4f39-82df-bed22024d0c9 added to the queue in position 1. Currently 1 queued scans. Starting scan b1dc8b43-d4fa-4f39-82df-bed22024d0c9. a50e6637-da1a-4eb2-8c58-7354fcc3d902: Host scan finished. a50e6637-da1a-4eb2-8c58-7354fcc3d902: Host scan got interrupted. Progress: 0, Status: RUNNING a50e6637-da1a-4eb2-8c58-7354fcc3d902: Scan interrupted. b1dc8b43-d4fa-4f39-82df-bed22024d0c9: Host scan finished. b1dc8b43-d4fa-4f39-82df-bed22024d0c9: Host scan got interrupted. Progress: 0, Status: RUNNING b1dc8b43-d4fa-4f39-82df-bed22024d0c9: Scan interrupted. b1dc8b43-d4fa-4f39-82df-bed22024d0c9: Scan process is dead and its progress is 0 b1dc8b43-d4fa-4f39-82df-bed22024d0c9: Scan interrupted. b1dc8b43-d4fa-4f39-82df-bed22024d0c9: Scan process is dead and its progress is 0 b1dc8b43-d4fa-4f39-82df-bed22024d0c9: Scan interrupted. b1dc8b43-d4fa-4f39-82df-bed22024d0c9: Scan process is dead and its progress is 0 b1dc8b43-d4fa-4f39-82df-bed22024d0c9: Scan interrupted. ok test_get_scan_pop_max_res (tests.test_scan_and_result.ScanTestCase) ... Legacy start scan command format is being used, which is deprecated since 20.08. Please read the documentation for start scan command. Scan 26e6881b-87ce-4bc9-ac98-0d2eae76ce61 added to the queue in position 1. Currently 1 queued scans. Starting scan 26e6881b-87ce-4bc9-ac98-0d2eae76ce61. ok test_get_scan_progress_xml (tests.test_scan_and_result.ScanTestCase) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan ec5c2f80-cb88-4c11-9159-7196274d95e5 added to the queue in position 1. Currently 1 queued scans. Starting scan ec5c2f80-cb88-4c11-9159-7196274d95e5. ok test_get_scan_results_clean (tests.test_scan_and_result.ScanTestCase) ... Legacy start scan command format is being used, which is deprecated since 20.08. Please read the documentation for start scan command. Scan a9f01c4e-2d30-422b-8fee-fbaebbfbc5ba added to the queue in position 1. Currently 1 queued scans. 26e6881b-87ce-4bc9-ac98-0d2eae76ce61: Host scan finished. 26e6881b-87ce-4bc9-ac98-0d2eae76ce61: Host scan got interrupted. Progress: 0, Status: RUNNING 26e6881b-87ce-4bc9-ac98-0d2eae76ce61: Scan interrupted. Starting scan a9f01c4e-2d30-422b-8fee-fbaebbfbc5ba. ok test_get_scan_results_restore (tests.test_scan_and_result.ScanTestCase) ... Legacy start scan command format is being used, which is deprecated since 20.08. Please read the documentation for start scan command. Scan ec439d24-48ab-4745-91ae-228f2ff23e8d added to the queue in position 1. Currently 1 queued scans. ec5c2f80-cb88-4c11-9159-7196274d95e5: Host scan finished. ec5c2f80-cb88-4c11-9159-7196274d95e5: Host scan got interrupted. Progress: 0, Status: RUNNING ec5c2f80-cb88-4c11-9159-7196274d95e5: Scan interrupted. Starting scan ec439d24-48ab-4745-91ae-228f2ff23e8d. ok test_get_scan_without_scanid (tests.test_scan_and_result.ScanTestCase) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan 97de4f78-834b-4f39-b11a-488d672f0082 added to the queue in position 1. Currently 1 queued scans. a9f01c4e-2d30-422b-8fee-fbaebbfbc5ba: Host scan finished. a9f01c4e-2d30-422b-8fee-fbaebbfbc5ba: Host scan got interrupted. Progress: 0, Status: RUNNING a9f01c4e-2d30-422b-8fee-fbaebbfbc5ba: Scan interrupted. Starting scan 97de4f78-834b-4f39-b11a-488d672f0082. ok test_get_vt_xml_no_dict (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_bad_filter (tests.test_scan_and_result.ScanTestCase) ... ec439d24-48ab-4745-91ae-228f2ff23e8d: Host scan finished. ec439d24-48ab-4745-91ae-228f2ff23e8d: Host scan got interrupted. Progress: 0, Status: RUNNING ec439d24-48ab-4745-91ae-228f2ff23e8d: Scan interrupted. ok test_get_vts_filter_negative (tests.test_scan_and_result.ScanTestCase) ... 97de4f78-834b-4f39-b11a-488d672f0082: Host scan finished. 97de4f78-834b-4f39-b11a-488d672f0082: Host scan got interrupted. Progress: 0, Status: RUNNING 97de4f78-834b-4f39-b11a-488d672f0082: Scan interrupted. ok test_get_vts_filter_positive (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_multiple_vts_with_custom (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_no_vt (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_single_vt (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_still_not_init (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_version (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_version_only (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_vts_with_affected (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_vts_with_ctime (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_vts_with_dependencies (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_vts_with_detection_qodt (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_vts_with_detection_qodv (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_vts_with_impact (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_vts_with_insight (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_vts_with_mtime (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_vts_with_params (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_vts_with_refs (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_vts_with_severities (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_vts_with_solution (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vts_vts_with_summary (tests.test_scan_and_result.ScanTestCase) ... ok test_get_vtss_multiple_vts (tests.test_scan_and_result.ScanTestCase) ... ok test_ids_iterator_dict_modified (tests.test_scan_and_result.ScanTestCase) ... ok test_interrupted_scan (tests.test_scan_and_result.ScanTestCase) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan 07707b66-18d3-4496-ac9b-7d9455dee302 added to the queue in position 1. Currently 1 queued scans. Starting scan 07707b66-18d3-4496-ac9b-7d9455dee302. 07707b66-18d3-4496-ac9b-7d9455dee302: Host scan finished. 07707b66-18d3-4496-ac9b-7d9455dee302: Host scan got interrupted. Progress: 0, Status: RUNNING 07707b66-18d3-4496-ac9b-7d9455dee302: Scan interrupted. 07707b66-18d3-4496-ac9b-7d9455dee302: Scan process is dead and its progress is 4 07707b66-18d3-4496-ac9b-7d9455dee302: Scan interrupted. ok test_is_new_scan_allowed_false (tests.test_scan_and_result.ScanTestCase) ... 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) ... ok test_progress (tests.test_scan_and_result.ScanTestCase) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan b8113f2d-9f52-426d-8f49-35727be120e3 added to the queue in position 1. Currently 1 queued scans. Starting scan b8113f2d-9f52-426d-8f49-35727be120e3. ok test_progress_all_host_dead (tests.test_scan_and_result.ScanTestCase) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan bae7eb81-31d0-45d2-aefd-9be03d249941 added to the queue in position 1. Currently 1 queued scans. Starting scan bae7eb81-31d0-45d2-aefd-9be03d249941. ok test_result_order (tests.test_scan_and_result.ScanTestCase) ... parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan ca2401be-b01d-4788-b4fc-a8806fb832a5 added to the queue in position 1. Currently 1 queued scans. b8113f2d-9f52-426d-8f49-35727be120e3: Host scan finished. b8113f2d-9f52-426d-8f49-35727be120e3: Host scan got interrupted. Progress: 0, Status: RUNNING b8113f2d-9f52-426d-8f49-35727be120e3: Scan interrupted. Starting scan ca2401be-b01d-4788-b4fc-a8806fb832a5. ok test_scan_exists (tests.test_scan_and_result.ScanTestCase) ... bae7eb81-31d0-45d2-aefd-9be03d249941: Host scan finished. bae7eb81-31d0-45d2-aefd-9be03d249941: Host scan got interrupted. Progress: 0, Status: RUNNING bae7eb81-31d0-45d2-aefd-9be03d249941: Scan interrupted. Scan 26e74f46-e93d-4455-94c2-26afc1bf7a47 added to the queue in position 1. Currently 1 queued scans. ca2401be-b01d-4788-b4fc-a8806fb832a5: Host scan finished. ca2401be-b01d-4788-b4fc-a8806fb832a5: Host scan got interrupted. Progress: 0, Status: RUNNING ca2401be-b01d-4788-b4fc-a8806fb832a5: Scan interrupted. 26e74f46-e93d-4455-94c2-26afc1bf7a47: Host scan finished. 26e74f46-e93d-4455-94c2-26afc1bf7a47: Host scan got interrupted. Progress: 0, Status: RUNNING 26e74f46-e93d-4455-94c2-26afc1bf7a47: Scan interrupted. Starting scan 26e74f46-e93d-4455-94c2-26afc1bf7a47. 26e74f46-e93d-4455-94c2-26afc1bf7a47: Stopping Scan with the PID . 26e74f46-e93d-4455-94c2-26afc1bf7a47: Scan stopped. Scan 26e74f46-e93d-4455-94c2-26afc1bf7a47 exists with status stopped. ok test_scan_get_target (tests.test_scan_and_result.ScanTestCase) ... Scan 0c4ea6bc-c4c8-4328-950d-25b5f84d0939 added to the queue in position 1. Currently 1 queued scans. Starting scan 0c4ea6bc-c4c8-4328-950d-25b5f84d0939. ok test_scan_get_target_options (tests.test_scan_and_result.ScanTestCase) ... Scan 9ff89c2a-20c3-4295-974f-bbf47d458e39 added to the queue in position 1. Currently 1 queued scans. Starting scan 9ff89c2a-20c3-4295-974f-bbf47d458e39. 0c4ea6bc-c4c8-4328-950d-25b5f84d0939: Host scan finished. 0c4ea6bc-c4c8-4328-950d-25b5f84d0939: Host scan got interrupted. Progress: 0, Status: RUNNING 0c4ea6bc-c4c8-4328-950d-25b5f84d0939: Scan interrupted. 9ff89c2a-20c3-4295-974f-bbf47d458e39: Host scan finished. 9ff89c2a-20c3-4295-974f-bbf47d458e39: Host scan got interrupted. Progress: 0, Status: RUNNING 9ff89c2a-20c3-4295-974f-bbf47d458e39: Scan interrupted. ok test_scan_get_target_options_alive_test_methods (tests.test_scan_and_result.ScanTestCase) ... Scan 0b3c95a7-2dda-40ae-ab41-e22c89b12ed7 added to the queue in position 1. Currently 1 queued scans. Starting scan 0b3c95a7-2dda-40ae-ab41-e22c89b12ed7. 0b3c95a7-2dda-40ae-ab41-e22c89b12ed7: Host scan finished. 0b3c95a7-2dda-40ae-ab41-e22c89b12ed7: Host scan got interrupted. Progress: 0, Status: RUNNING 0b3c95a7-2dda-40ae-ab41-e22c89b12ed7: Scan interrupted. ok test_scan_get_target_options_alive_test_methods_dont_add_empty_or_missing (tests.test_scan_and_result.ScanTestCase) ... Scan 727b89fe-c70d-41ee-9e23-8ed4fb1736d2 added to the queue in position 1. Currently 1 queued scans. Starting scan 727b89fe-c70d-41ee-9e23-8ed4fb1736d2. 727b89fe-c70d-41ee-9e23-8ed4fb1736d2: Host scan finished. 727b89fe-c70d-41ee-9e23-8ed4fb1736d2: Host scan got interrupted. Progress: 0, Status: RUNNING 727b89fe-c70d-41ee-9e23-8ed4fb1736d2: Scan interrupted. ok test_scan_invalid_excluded_hosts (tests.test_scan_and_result.ScanTestCase) ... Scan b266eeef-f61d-42cb-ab46-0451309ad464 added to the queue in position 1. Currently 1 queued scans. Starting scan b266eeef-f61d-42cb-ab46-0451309ad464. ok test_scan_with_error (tests.test_scan_and_result.ScanTestCase) ... Scan 072c0520-fb7d-4867-b6e6-1ac31c08174a added to the queue in position 1. Currently 1 queued scans. Starting scan 072c0520-fb7d-4867-b6e6-1ac31c08174a. b266eeef-f61d-42cb-ab46-0451309ad464: Host scan finished. b266eeef-f61d-42cb-ab46-0451309ad464: Host scan got interrupted. Progress: 0, Status: RUNNING b266eeef-f61d-42cb-ab46-0451309ad464: Scan interrupted. 072c0520-fb7d-4867-b6e6-1ac31c08174a: Host scan finished. 072c0520-fb7d-4867-b6e6-1ac31c08174a: Host scan got interrupted. Progress: 0, Status: RUNNING 072c0520-fb7d-4867-b6e6-1ac31c08174a: Scan interrupted. 072c0520-fb7d-4867-b6e6-1ac31c08174a: Scan process is dead and its progress is 0 072c0520-fb7d-4867-b6e6-1ac31c08174a: Scan interrupted. 072c0520-fb7d-4867-b6e6-1ac31c08174a: Scan process is dead and its progress is 0 072c0520-fb7d-4867-b6e6-1ac31c08174a: Scan interrupted. 072c0520-fb7d-4867-b6e6-1ac31c08174a: Scan process is dead and its progress is 0 072c0520-fb7d-4867-b6e6-1ac31c08174a: Scan interrupted. 072c0520-fb7d-4867-b6e6-1ac31c08174a: Scan process is dead and its progress is 0 072c0520-fb7d-4867-b6e6-1ac31c08174a: Scan interrupted. ok test_set_get_vts_version (tests.test_scan_and_result.ScanTestCase) ... ok test_set_get_vts_version_error (tests.test_scan_and_result.ScanTestCase) ... ok test_set_scan_total_hosts (tests.test_scan_and_result.ScanTestCase) ... Scan 414368e8-cef6-4bc3-b90c-704efbc8b556 added to the queue in position 1. Currently 1 queued scans. Starting scan 414368e8-cef6-4bc3-b90c-704efbc8b556. ok test_set_scan_total_hosts_invalid_target (tests.test_scan_and_result.ScanTestCase) ... Scan ed9c865c-f535-4fa6-ba08-920ab3d35a22 added to the queue in position 1. Currently 1 queued scans. Starting scan ed9c865c-f535-4fa6-ba08-920ab3d35a22. ok test_set_scan_total_hosts_zero (tests.test_scan_and_result.ScanTestCase) ... Scan db70cdb1-b3e9-46b2-ac22-2945c49baff7 added to the queue in position 1. Currently 1 queued scans. 414368e8-cef6-4bc3-b90c-704efbc8b556: Host scan finished. Starting scan db70cdb1-b3e9-46b2-ac22-2945c49baff7. 414368e8-cef6-4bc3-b90c-704efbc8b556: Host scan got interrupted. Progress: 0, Status: RUNNING 414368e8-cef6-4bc3-b90c-704efbc8b556: Scan interrupted. ok test_set_status_interrupted (tests.test_scan_and_result.ScanTestCase) ... Scan 5ce8d146-509f-476a-b94f-c0d6a1a0cde3 added to the queue in position 1. Currently 1 queued scans. ed9c865c-f535-4fa6-ba08-920ab3d35a22: Host scan finished. ed9c865c-f535-4fa6-ba08-920ab3d35a22: Host scan got interrupted. Progress: 0, Status: RUNNING Starting scan 5ce8d146-509f-476a-b94f-c0d6a1a0cde3. ed9c865c-f535-4fa6-ba08-920ab3d35a22: Scan interrupted. 5ce8d146-509f-476a-b94f-c0d6a1a0cde3: Scan interrupted. ok test_set_status_stopped (tests.test_scan_and_result.ScanTestCase) ... Scan ea3e393a-27f4-49f2-88fd-e0cbac62bd91 added to the queue in position 1. Currently 1 queued scans. db70cdb1-b3e9-46b2-ac22-2945c49baff7: Host scan finished. db70cdb1-b3e9-46b2-ac22-2945c49baff7: Host scan got interrupted. Progress: 0, Status: RUNNING db70cdb1-b3e9-46b2-ac22-2945c49baff7: Scan interrupted. Starting scan ea3e393a-27f4-49f2-88fd-e0cbac62bd91. ok test_sort_host_finished (tests.test_scan_and_result.ScanTestCase) ... Scan 85ba230a-62c4-4e18-984b-a435f49e9938 added to the queue in position 1. Currently 1 queued scans. 5ce8d146-509f-476a-b94f-c0d6a1a0cde3: Host scan finished. Starting scan 85ba230a-62c4-4e18-984b-a435f49e9938. 5ce8d146-509f-476a-b94f-c0d6a1a0cde3: Host scan got interrupted. Progress: 0, Status: RUNNING 5ce8d146-509f-476a-b94f-c0d6a1a0cde3: Scan interrupted. ok test_start_queue_scan_daemon_not_init (tests.test_scan_and_result.ScanTestCase) ... ok test_target_with_credential_empty_community (tests.test_scan_and_result.ScanTestCase) ... ea3e393a-27f4-49f2-88fd-e0cbac62bd91: Host scan finished. ea3e393a-27f4-49f2-88fd-e0cbac62bd91: Host scan got interrupted. Progress: 0, Status: RUNNING ea3e393a-27f4-49f2-88fd-e0cbac62bd91: Scan interrupted. ok test_target_with_credentials (tests.test_scan_and_result.ScanTestCase) ... 85ba230a-62c4-4e18-984b-a435f49e9938: Host scan finished. 85ba230a-62c4-4e18-984b-a435f49e9938: Host scan got interrupted. Progress: 0, Status: RUNNING 85ba230a-62c4-4e18-984b-a435f49e9938: Scan interrupted. ok test_wait_between_scan_allow (tests.test_scan_and_result.ScanTestCase) ... ok test_wait_between_scan_no_scans (tests.test_scan_and_result.ScanTestCase) ... ok test_wait_between_scan_run_scans_not_allow (tests.test_scan_and_result.ScanTestCase) ... ok ---------------------------------------------------------------------- Ran 167 tests in 4.875s OK >>> ospd: Entering fakeroot... running install /usr/lib/python3.10/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.10 creating /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/vtfilter.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/errors.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/ospd.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/xml.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/resultlist.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/ospd_ssh.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/misc.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/datapickler.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/config.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/network.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/main.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/protocol.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/cvss.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/logger.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/scan.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/timer.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/__init__.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/vts.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd creating /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/command copying build/lib/ospd/command/registry.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/command copying build/lib/ospd/command/initsubclass.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/command copying build/lib/ospd/command/__init__.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/command copying build/lib/ospd/command/command.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/command copying build/lib/ospd/server.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/parser.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd copying build/lib/ospd/__version__.py -> /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/vtfilter.py to vtfilter.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/errors.py to errors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/ospd.py to ospd.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/xml.py to xml.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/resultlist.py to resultlist.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/ospd_ssh.py to ospd_ssh.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/misc.py to misc.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/datapickler.py to datapickler.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/config.py to config.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/network.py to network.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/main.py to main.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/protocol.py to protocol.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/cvss.py to cvss.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/logger.py to logger.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/scan.py to scan.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/timer.py to timer.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/vts.py to vts.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/command/registry.py to registry.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/command/initsubclass.py to initsubclass.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/command/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/command/command.py to command.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/server.py to server.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/parser.py to parser.cpython-310.pyc byte-compiling /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd/__version__.py to __version__.cpython-310.pyc running install_egg_info Copying ospd.egg-info to /home/buildozer/aports/community/ospd/pkg/ospd/usr/lib/python3.10/site-packages/ospd-21.4.4-py3.10.egg-info running install_scripts >>> ospd*: Running postcheck for ospd >>> ospd*: Preparing package ospd... >>> ospd*: Tracing dependencies... >>> ospd*: Package size: 532.0 KB >>> ospd*: Compressing data... >>> ospd*: Create checksum... >>> ospd*: Create ospd-21.4.4-r3.apk >>> ospd: Build complete at Sat, 29 Oct 2022 00:17:18 +0000 elapsed time 0h 0m 15s >>> ospd: Cleaning up srcdir >>> ospd: Cleaning up pkgdir >>> ospd: Uninstalling dependencies... (1/36) Purging .makedepends-ospd (20221029.001710) (2/36) Purging py3-paramiko (2.11.0-r0) (3/36) Purging py3-asn1 (0.4.8-r2) (4/36) Purging py3-cryptography (38.0.2-r0) (5/36) Purging py3-bcrypt (4.0.1-r0) (6/36) Purging py3-pynacl (1.5.0-r1) (7/36) Purging py3-cffi (1.15.1-r0) (8/36) Purging py3-cparser (2.21-r0) (9/36) Purging py3-six (1.16.0-r3) (10/36) Purging py3-defusedxml (0.7.1-r2) (11/36) Purging py3-deprecated (1.2.13-r1) (12/36) Purging py3-wrapt (1.14.1-r0) (13/36) Purging py3-psutil (5.9.2-r0) (14/36) Purging py3-lxml (4.9.1-r0) (15/36) Purging py3-setuptools (65.5.0-r0) (16/36) Purging py3-wheel (0.37.1-r1) (17/36) Purging py3-packaging (21.3-r2) (18/36) Purging py3-parsing (3.0.9-r0) (19/36) Purging cython (0.29.32-r0) (20/36) Purging python3 (3.10.8-r3) (21/36) Purging libxslt-dev (1.1.37-r0) (22/36) Purging libxslt (1.1.37-r0) (23/36) Purging libbz2 (1.0.8-r3) (24/36) Purging libffi (3.4.4-r0) (25/36) Purging gdbm (1.23-r0) (26/36) Purging libxml2-dev (2.10.3-r1) (27/36) Purging zlib-dev (1.2.13-r0) (28/36) Purging libxml2-utils (2.10.3-r1) (29/36) Purging libxml2 (2.10.3-r1) (30/36) Purging xz-dev (5.2.7-r0) (31/36) Purging xz-libs (5.2.7-r0) (32/36) Purging mpdecimal (2.5.1-r1) (33/36) Purging readline (8.2.0-r0) (34/36) Purging sqlite-libs (3.39.4-r0) (35/36) Purging libgcrypt (1.10.1-r0) (36/36) Purging libgpg-error (1.46-r1) Executing busybox-1.35.0-r27.trigger OK: 268 MiB in 92 packages >>> ospd: Updating the community/aarch64 repository index... >>> ospd: Signing the index...