>>> ospd: Building community/ospd 21.4.4-r3 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 21:13:22 +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/34) Installing libffi (3.4.4-r0) (2/34) Installing gdbm (1.23-r0) (3/34) Installing mpdecimal (2.5.1-r1) (4/34) Installing readline (8.2.0-r0) (5/34) Installing sqlite-libs (3.39.4-r0) (6/34) Installing python3 (3.10.8-r3) (7/34) Installing py3-asn1 (0.4.8-r2) (8/34) Installing py3-cparser (2.21-r0) (9/34) Installing py3-cffi (1.15.1-r0) (10/34) Installing py3-cryptography (38.0.2-r0) (11/34) Installing py3-bcrypt (4.0.1-r0) (12/34) Installing py3-pynacl (1.5.0-r1) (13/34) Installing py3-six (1.16.0-r3) (14/34) Installing py3-paramiko (2.11.0-r0) (15/34) Installing py3-defusedxml (0.7.1-r2) (16/34) Installing py3-wrapt (1.14.1-r0) (17/34) Installing py3-deprecated (1.2.13-r1) (18/34) Installing py3-psutil (5.9.2-r0) (19/34) Installing libgpg-error (1.46-r1) (20/34) Installing libgcrypt (1.10.1-r0) (21/34) Installing libxml2 (2.10.3-r1) (22/34) Installing libxslt (1.1.37-r0) (23/34) Installing py3-lxml (4.9.1-r0) (24/34) Installing py3-parsing (3.0.9-r0) (25/34) Installing py3-packaging (21.3-r2) (26/34) Installing py3-setuptools (65.5.0-r0) (27/34) Installing py3-wheel (0.37.1-r1) (28/34) Installing cython (0.29.32-r0) (29/34) Installing zlib-dev (1.2.13-r0) (30/34) Installing xz-dev (5.2.7-r0) (31/34) Installing libxml2-utils (2.10.3-r1) (32/34) Installing libxml2-dev (2.10.3-r1) (33/34) Installing libxslt-dev (1.1.37-r0) (34/34) Installing .makedepends-ospd (20221029.211330) Executing busybox-1.35.0-r27.trigger OK: 308 MiB in 131 packages >>> ospd: Cleaning up srcdir >>> ospd: Cleaning up pkgdir >>> ospd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/ospd-21.4.4.tar.gz >>> 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 cdc54b26-78ae-4c5b-9869-f3e987a554ff 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 e29122bc-8139-4131-8b69-416fb4ff0b3e. ok test_scan_pop_ports (tests.command.test_commands.StartScanTestCase) ... Scan 9c7b8533-a49f-4af7-9198-579a205f0242 added to the queue in position 1. Currently 1 queued scans. Starting scan 9c7b8533-a49f-4af7-9198-579a205f0242. ok test_scan_pop_vts (tests.command.test_commands.StartScanTestCase) ... Scan 72d47b1c-c9fb-4730-8bb6-0da760196855 added to the queue in position 1. Currently 1 queued scans. Starting scan 72d47b1c-c9fb-4730-8bb6-0da760196855. ok test_scan_use_legacy_target_and_port (tests.command.test_commands.StartScanTestCase) ... 9c7b8533-a49f-4af7-9198-579a205f0242: Host scan finished. 9c7b8533-a49f-4af7-9198-579a205f0242: Host scan got interrupted. Progress: 0, Status: RUNNING 9c7b8533-a49f-4af7-9198-579a205f0242: Scan interrupted. Currently 1 queued scans. Starting scan 0a1546f6-6bd7-476b-9f9d-2cdbf44c1255. ok test_scan_with_vts (tests.command.test_commands.StartScanTestCase) ... Scan c05d851c-d585-4af6-8533-6c2a46c86435 added to the queue in position 1. Currently 1 queued scans. Starting scan c05d851c-d585-4af6-8533-6c2a46c86435. ok test_scan_with_vts_and_param (tests.command.test_commands.StartScanTestCase) ... 72d47b1c-c9fb-4730-8bb6-0da760196855: Host scan finished. Scan 98c870d9-35d9-4db8-af80-c8bac731bbdc added to the queue in position 1. Currently 1 queued scans. 72d47b1c-c9fb-4730-8bb6-0da760196855: Host scan got interrupted. Progress: 0, Status: RUNNING 72d47b1c-c9fb-4730-8bb6-0da760196855: Scan interrupted. Starting scan 98c870d9-35d9-4db8-af80-c8bac731bbdc. 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 7df0cfa5-ed88-41c5-a0d3-02af1f32ec0b added to the queue in position 1. Currently 1 queued scans. Starting scan 7df0cfa5-ed88-41c5-a0d3-02af1f32ec0b. ok test_scan_with_vts_empty_vt_list (tests.command.test_commands.StartScanTestCase) ... ok test_scan_without_vts (tests.command.test_commands.StartScanTestCase) ... Scan 2609e901-233a-4ba3-9125-8320b719544c added to the queue in position 1. Currently 1 queued scans. Starting scan 2609e901-233a-4ba3-9125-8320b719544c. ok test_missing_scan_id (tests.command.test_commands.StopCommandTestCase) ... ok test_stop_scan (tests.command.test_commands.StopCommandTestCase) ... Scan 1cb49f00-24c8-4ad4-83be-556b69d0167f added to the queue in position 1. Currently 1 queued scans. Starting scan 1cb49f00-24c8-4ad4-83be-556b69d0167f. 1cb49f00-24c8-4ad4-83be-556b69d0167f: Stopping Scan with the PID . 1cb49f00-24c8-4ad4-83be-556b69d0167f: 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 3627d723-104a-4adc-87be-11511a574fc0. ok test_run_command_legacy_credential (tests.test_ssh_daemon.SSHDaemonTestCase) ... 3627d723-104a-4adc-87be-11511a574fc0: Host scan finished. Currently 1 queued scans. 3627d723-104a-4adc-87be-11511a574fc0: Scan finished. Starting scan e98993a0-0b23-4c43-9c27-2aec15ff8f50. ok test_run_command_new_credential (tests.test_ssh_daemon.SSHDaemonTestCase) ... e98993a0-0b23-4c43-9c27-2aec15ff8f50: Host scan finished. Currently 1 queued scans. e98993a0-0b23-4c43-9c27-2aec15ff8f50: Scan finished. Starting scan 884e4034-3559-4d64-9edc-b7938daff9d1. ok test_run_command_no_credential (tests.test_ssh_daemon.SSHDaemonTestCase) ... 884e4034-3559-4d64-9edc-b7938daff9d1: Host scan finished. 884e4034-3559-4d64-9edc-b7938daff9d1: Scan finished. Currently 1 queued scans. Starting scan b944c1f1-cd18-4a2d-8d9e-fce6b0851153. ok test_batch_result (tests.test_scan_and_result.ScanTestCase) ... b944c1f1-cd18-4a2d-8d9e-fce6b0851153: Host scan finished. b944c1f1-cd18-4a2d-8d9e-fce6b0851153: Scan finished. parallel attribute of start_scan will be ignored, sice parallel scan is not supported by OSPd. Scan 11eee585-c763-473a-b1f1-2749e62da37d added to the queue in position 1. Currently 1 queued scans. Starting scan 11eee585-c763-473a-b1f1-2749e62da37d. 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 dae701d6-ca5b-45b4-a522-7bdeb53ba2e3 added to the queue in position 1. Currently 1 queued scans. Starting scan dae701d6-ca5b-45b4-a522-7bdeb53ba2e3. 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 34b55efc-8798-4170-b608-8e48993cc5bd added to the queue in position 1. 11eee585-c763-473a-b1f1-2749e62da37d: Host scan finished. Currently 1 queued scans. 11eee585-c763-473a-b1f1-2749e62da37d: Host scan got interrupted. Progress: 0, Status: RUNNING 11eee585-c763-473a-b1f1-2749e62da37d: Scan interrupted. Starting scan 34b55efc-8798-4170-b608-8e48993cc5bd. dae701d6-ca5b-45b4-a522-7bdeb53ba2e3: Host scan finished. dae701d6-ca5b-45b4-a522-7bdeb53ba2e3: Host scan got interrupted. Progress: 0, Status: RUNNING dae701d6-ca5b-45b4-a522-7bdeb53ba2e3: Scan interrupted. 34b55efc-8798-4170-b608-8e48993cc5bd: Host scan finished. 34b55efc-8798-4170-b608-8e48993cc5bd: Host scan got interrupted. Progress: 0, Status: RUNNING 34b55efc-8798-4170-b608-8e48993cc5bd: Scan interrupted. 34b55efc-8798-4170-b608-8e48993cc5bd: Scan process is dead and its progress is 0 34b55efc-8798-4170-b608-8e48993cc5bd: Scan interrupted. 34b55efc-8798-4170-b608-8e48993cc5bd: Scan process is dead and its progress is 0 34b55efc-8798-4170-b608-8e48993cc5bd: Scan interrupted. 34b55efc-8798-4170-b608-8e48993cc5bd: Scan process is dead and its progress is 0 34b55efc-8798-4170-b608-8e48993cc5bd: Scan interrupted. ok test_count_queued_scans (tests.test_scan_and_result.ScanTestCase) ... Scan 924244f9-fdc9-4af3-a47f-6173881b2537 added to the queue in position 1. Currently 1 queued scans. Starting scan 924244f9-fdc9-4af3-a47f-6173881b2537. ok test_count_running_scans (tests.test_scan_and_result.ScanTestCase) ... Scan d6975427-638c-4c9d-a50c-73b56dfdcbb4 added to the queue in position 1. Currently 1 queued scans. Starting scan d6975427-638c-4c9d-a50c-73b56dfdcbb4. 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) ... 924244f9-fdc9-4af3-a47f-6173881b2537: Host scan finished. ok test_get_default_scanner_params (tests.test_scan_and_result.ScanTestCase) ... 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) ... 924244f9-fdc9-4af3-a47f-6173881b2537: Host scan got interrupted. Progress: 0, Status: RUNNING 924244f9-fdc9-4af3-a47f-6173881b2537: Scan interrupted. 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. Scan e0bce5b2-4991-41af-ad6e-87aee4128a3c added to the queue in position 1. Currently 1 queued scans. Starting scan e0bce5b2-4991-41af-ad6e-87aee4128a3c. d6975427-638c-4c9d-a50c-73b56dfdcbb4: Host scan finished. ok d6975427-638c-4c9d-a50c-73b56dfdcbb4: Host scan got interrupted. Progress: 0, Status: RUNNING test_get_scan_pop (tests.test_scan_and_result.ScanTestCase) ... d6975427-638c-4c9d-a50c-73b56dfdcbb4: 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 bf66e067-2d2a-47e6-8c9b-bf2326bfa7d8 added to the queue in position 1. Currently 1 queued scans. Starting scan bf66e067-2d2a-47e6-8c9b-bf2326bfa7d8. e0bce5b2-4991-41af-ad6e-87aee4128a3c: Host scan finished. e0bce5b2-4991-41af-ad6e-87aee4128a3c: Host scan got interrupted. Progress: 0, Status: RUNNING e0bce5b2-4991-41af-ad6e-87aee4128a3c: Scan interrupted. bf66e067-2d2a-47e6-8c9b-bf2326bfa7d8: Host scan finished. bf66e067-2d2a-47e6-8c9b-bf2326bfa7d8: Host scan got interrupted. Progress: 0, Status: RUNNING bf66e067-2d2a-47e6-8c9b-bf2326bfa7d8: Scan interrupted. bf66e067-2d2a-47e6-8c9b-bf2326bfa7d8: Scan process is dead and its progress is 0 bf66e067-2d2a-47e6-8c9b-bf2326bfa7d8: Scan interrupted. bf66e067-2d2a-47e6-8c9b-bf2326bfa7d8: Scan process is dead and its progress is 0 bf66e067-2d2a-47e6-8c9b-bf2326bfa7d8: Scan interrupted. bf66e067-2d2a-47e6-8c9b-bf2326bfa7d8: Scan process is dead and its progress is 0 bf66e067-2d2a-47e6-8c9b-bf2326bfa7d8: 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 7c187f87-9481-4848-86ff-744c150fbc7c added to the queue in position 1. Currently 1 queued scans. Starting scan 7c187f87-9481-4848-86ff-744c150fbc7c. 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 c27f268a-7b93-4f7c-96e9-327e6510d812 added to the queue in position 1. Currently 1 queued scans. Starting scan c27f268a-7b93-4f7c-96e9-327e6510d812. 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. 7c187f87-9481-4848-86ff-744c150fbc7c: Host scan finished. Scan 23b4145a-23ea-4755-bca2-0ad19f38dfe8 added to the queue in position 1. 7c187f87-9481-4848-86ff-744c150fbc7c: Host scan got interrupted. Progress: 0, Status: RUNNING Currently 1 queued scans. 7c187f87-9481-4848-86ff-744c150fbc7c: Scan interrupted. Starting scan 23b4145a-23ea-4755-bca2-0ad19f38dfe8. 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. c27f268a-7b93-4f7c-96e9-327e6510d812: Host scan finished. Scan fbe99b38-a56f-4c15-bda2-bac4cc2ab96c added to the queue in position 1. Currently 1 queued scans. c27f268a-7b93-4f7c-96e9-327e6510d812: Host scan got interrupted. Progress: 0, Status: RUNNING c27f268a-7b93-4f7c-96e9-327e6510d812: Scan interrupted. Starting scan fbe99b38-a56f-4c15-bda2-bac4cc2ab96c. 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 8de0ea62-c9da-4b7d-a268-fc5afc9d4489 added to the queue in position 1. Currently 1 queued scans. 23b4145a-23ea-4755-bca2-0ad19f38dfe8: Host scan finished. 23b4145a-23ea-4755-bca2-0ad19f38dfe8: Host scan got interrupted. Progress: 0, Status: RUNNING 23b4145a-23ea-4755-bca2-0ad19f38dfe8: Scan interrupted. Starting scan 8de0ea62-c9da-4b7d-a268-fc5afc9d4489. 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) ... fbe99b38-a56f-4c15-bda2-bac4cc2ab96c: Host scan finished. fbe99b38-a56f-4c15-bda2-bac4cc2ab96c: Host scan got interrupted. Progress: 0, Status: RUNNING fbe99b38-a56f-4c15-bda2-bac4cc2ab96c: Scan interrupted. ok test_get_vts_filter_negative (tests.test_scan_and_result.ScanTestCase) ... 8de0ea62-c9da-4b7d-a268-fc5afc9d4489: Host scan finished. 8de0ea62-c9da-4b7d-a268-fc5afc9d4489: Host scan got interrupted. Progress: 0, Status: RUNNING 8de0ea62-c9da-4b7d-a268-fc5afc9d4489: 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 d8935b4c-febd-477b-9c91-6cb931c2e507 added to the queue in position 1. Currently 1 queued scans. Starting scan d8935b4c-febd-477b-9c91-6cb931c2e507. d8935b4c-febd-477b-9c91-6cb931c2e507: Host scan finished. d8935b4c-febd-477b-9c91-6cb931c2e507: Host scan got interrupted. Progress: 0, Status: RUNNING d8935b4c-febd-477b-9c91-6cb931c2e507: Scan interrupted. d8935b4c-febd-477b-9c91-6cb931c2e507: Scan process is dead and its progress is 4 d8935b4c-febd-477b-9c91-6cb931c2e507: 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 47330907-0374-4380-949b-44849d4b0b06 added to the queue in position 1. Currently 1 queued scans. Starting scan 47330907-0374-4380-949b-44849d4b0b06. 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 093e7511-5738-4001-ab83-3524a603f5fd added to the queue in position 1. Currently 1 queued scans. Starting scan 093e7511-5738-4001-ab83-3524a603f5fd. 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 5da42d93-fb7a-489c-928b-bed138660ee3 added to the queue in position 1. Currently 1 queued scans. 47330907-0374-4380-949b-44849d4b0b06: Host scan finished. 47330907-0374-4380-949b-44849d4b0b06: Host scan got interrupted. Progress: 0, Status: RUNNING 47330907-0374-4380-949b-44849d4b0b06: Scan interrupted. Starting scan 5da42d93-fb7a-489c-928b-bed138660ee3. ok test_scan_exists (tests.test_scan_and_result.ScanTestCase) ... 093e7511-5738-4001-ab83-3524a603f5fd: Host scan finished. 093e7511-5738-4001-ab83-3524a603f5fd: Host scan got interrupted. Progress: 0, Status: RUNNING 093e7511-5738-4001-ab83-3524a603f5fd: Scan interrupted. Scan 0640e8a3-00ff-4b8e-8911-b352c31a7c68 added to the queue in position 1. Currently 1 queued scans. 5da42d93-fb7a-489c-928b-bed138660ee3: Host scan finished. 5da42d93-fb7a-489c-928b-bed138660ee3: Host scan got interrupted. Progress: 0, Status: RUNNING 5da42d93-fb7a-489c-928b-bed138660ee3: Scan interrupted. 0640e8a3-00ff-4b8e-8911-b352c31a7c68: Host scan finished. 0640e8a3-00ff-4b8e-8911-b352c31a7c68: Host scan got interrupted. Progress: 0, Status: RUNNING 0640e8a3-00ff-4b8e-8911-b352c31a7c68: Scan interrupted. Starting scan 0640e8a3-00ff-4b8e-8911-b352c31a7c68. 0640e8a3-00ff-4b8e-8911-b352c31a7c68: Stopping Scan with the PID . 0640e8a3-00ff-4b8e-8911-b352c31a7c68: Scan stopped. Scan 0640e8a3-00ff-4b8e-8911-b352c31a7c68 exists with status stopped. ok test_scan_get_target (tests.test_scan_and_result.ScanTestCase) ... Scan cc312246-519f-4652-a644-ab20213738b7 added to the queue in position 1. Currently 1 queued scans. Starting scan cc312246-519f-4652-a644-ab20213738b7. ok test_scan_get_target_options (tests.test_scan_and_result.ScanTestCase) ... Scan dd3e12b9-2828-4337-b2ed-191d73995610 added to the queue in position 1. Currently 1 queued scans. Starting scan dd3e12b9-2828-4337-b2ed-191d73995610. cc312246-519f-4652-a644-ab20213738b7: Host scan finished. cc312246-519f-4652-a644-ab20213738b7: Host scan got interrupted. Progress: 0, Status: RUNNING cc312246-519f-4652-a644-ab20213738b7: Scan interrupted. dd3e12b9-2828-4337-b2ed-191d73995610: Host scan finished. dd3e12b9-2828-4337-b2ed-191d73995610: Host scan got interrupted. Progress: 0, Status: RUNNING dd3e12b9-2828-4337-b2ed-191d73995610: Scan interrupted. ok test_scan_get_target_options_alive_test_methods (tests.test_scan_and_result.ScanTestCase) ... Scan 32ef2195-711c-4d4a-a5d6-07bb09ab699b added to the queue in position 1. Currently 1 queued scans. Starting scan 32ef2195-711c-4d4a-a5d6-07bb09ab699b. 32ef2195-711c-4d4a-a5d6-07bb09ab699b: Host scan finished. 32ef2195-711c-4d4a-a5d6-07bb09ab699b: Host scan got interrupted. Progress: 0, Status: RUNNING 32ef2195-711c-4d4a-a5d6-07bb09ab699b: Scan interrupted. ok test_scan_get_target_options_alive_test_methods_dont_add_empty_or_missing (tests.test_scan_and_result.ScanTestCase) ... Scan 40ced350-637a-4ca8-86c8-19796b902aca added to the queue in position 1. Currently 1 queued scans. Starting scan 40ced350-637a-4ca8-86c8-19796b902aca. 40ced350-637a-4ca8-86c8-19796b902aca: Host scan finished. 40ced350-637a-4ca8-86c8-19796b902aca: Host scan got interrupted. Progress: 0, Status: RUNNING 40ced350-637a-4ca8-86c8-19796b902aca: Scan interrupted. ok test_scan_invalid_excluded_hosts (tests.test_scan_and_result.ScanTestCase) ... Scan 6bf3402a-8684-49a3-a768-42f1ddceffa8 added to the queue in position 1. Currently 1 queued scans. Starting scan 6bf3402a-8684-49a3-a768-42f1ddceffa8. ok test_scan_with_error (tests.test_scan_and_result.ScanTestCase) ... Scan 65c6017e-d64d-42ca-83e6-46c9fdd82344 added to the queue in position 1. Currently 1 queued scans. Starting scan 65c6017e-d64d-42ca-83e6-46c9fdd82344. 6bf3402a-8684-49a3-a768-42f1ddceffa8: Host scan finished. 6bf3402a-8684-49a3-a768-42f1ddceffa8: Host scan got interrupted. Progress: 0, Status: RUNNING 6bf3402a-8684-49a3-a768-42f1ddceffa8: Scan interrupted. 65c6017e-d64d-42ca-83e6-46c9fdd82344: Host scan finished. 65c6017e-d64d-42ca-83e6-46c9fdd82344: Host scan got interrupted. Progress: 0, Status: RUNNING 65c6017e-d64d-42ca-83e6-46c9fdd82344: Scan interrupted. 65c6017e-d64d-42ca-83e6-46c9fdd82344: Scan process is dead and its progress is 0 65c6017e-d64d-42ca-83e6-46c9fdd82344: Scan interrupted. 65c6017e-d64d-42ca-83e6-46c9fdd82344: Scan process is dead and its progress is 0 65c6017e-d64d-42ca-83e6-46c9fdd82344: Scan interrupted. 65c6017e-d64d-42ca-83e6-46c9fdd82344: Scan process is dead and its progress is 0 65c6017e-d64d-42ca-83e6-46c9fdd82344: Scan interrupted. 65c6017e-d64d-42ca-83e6-46c9fdd82344: Scan process is dead and its progress is 0 65c6017e-d64d-42ca-83e6-46c9fdd82344: 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 9350def4-540f-4fe3-96f1-c14eeb6c79b9 added to the queue in position 1. Currently 1 queued scans. Starting scan 9350def4-540f-4fe3-96f1-c14eeb6c79b9. ok test_set_scan_total_hosts_invalid_target (tests.test_scan_and_result.ScanTestCase) ... Scan e44eb220-39cd-4010-81ed-5d83c5a651c5 added to the queue in position 1. Currently 1 queued scans. Starting scan e44eb220-39cd-4010-81ed-5d83c5a651c5. ok test_set_scan_total_hosts_zero (tests.test_scan_and_result.ScanTestCase) ... Scan 3b5d8d54-c3c5-425a-872e-674b7cdee6b0 added to the queue in position 1. Currently 1 queued scans. Starting scan 3b5d8d54-c3c5-425a-872e-674b7cdee6b0. 9350def4-540f-4fe3-96f1-c14eeb6c79b9: Host scan finished. ok test_set_status_interrupted (tests.test_scan_and_result.ScanTestCase) ... 9350def4-540f-4fe3-96f1-c14eeb6c79b9: Host scan got interrupted. Progress: 0, Status: RUNNING 9350def4-540f-4fe3-96f1-c14eeb6c79b9: Scan interrupted. Scan 0fe1c689-6f58-4c83-b849-35c9a92cc3ae added to the queue in position 1. Currently 1 queued scans. Starting scan 0fe1c689-6f58-4c83-b849-35c9a92cc3ae. e44eb220-39cd-4010-81ed-5d83c5a651c5: Host scan finished. 0fe1c689-6f58-4c83-b849-35c9a92cc3ae: Scan interrupted. ok e44eb220-39cd-4010-81ed-5d83c5a651c5: Host scan got interrupted. Progress: 0, Status: RUNNING test_set_status_stopped (tests.test_scan_and_result.ScanTestCase) ... e44eb220-39cd-4010-81ed-5d83c5a651c5: Scan interrupted. Scan c6a60559-155c-4a43-bd15-55565abddfba added to the queue in position 1. Currently 1 queued scans. Starting scan c6a60559-155c-4a43-bd15-55565abddfba. 3b5d8d54-c3c5-425a-872e-674b7cdee6b0: Host scan finished. ok test_sort_host_finished (tests.test_scan_and_result.ScanTestCase) ... 3b5d8d54-c3c5-425a-872e-674b7cdee6b0: Host scan got interrupted. Progress: 0, Status: RUNNING 3b5d8d54-c3c5-425a-872e-674b7cdee6b0: Scan interrupted. Scan 56e073c4-5d4b-4b83-bdba-190e2b65e7b3 added to the queue in position 1. Currently 1 queued scans. Starting scan 56e073c4-5d4b-4b83-bdba-190e2b65e7b3. 0fe1c689-6f58-4c83-b849-35c9a92cc3ae: Host scan finished. 0fe1c689-6f58-4c83-b849-35c9a92cc3ae: Host scan got interrupted. Progress: 0, Status: RUNNING 0fe1c689-6f58-4c83-b849-35c9a92cc3ae: 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) ... c6a60559-155c-4a43-bd15-55565abddfba: Host scan finished. c6a60559-155c-4a43-bd15-55565abddfba: Host scan got interrupted. Progress: 0, Status: RUNNING c6a60559-155c-4a43-bd15-55565abddfba: Scan interrupted. ok test_target_with_credentials (tests.test_scan_and_result.ScanTestCase) ... 56e073c4-5d4b-4b83-bdba-190e2b65e7b3: Host scan finished. 56e073c4-5d4b-4b83-bdba-190e2b65e7b3: Host scan got interrupted. Progress: 0, Status: RUNNING 56e073c4-5d4b-4b83-bdba-190e2b65e7b3: 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.890s 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 21:13:37 +0000 elapsed time 0h 0m 15s >>> ospd: Cleaning up srcdir >>> ospd: Cleaning up pkgdir >>> ospd: Uninstalling dependencies... (1/34) Purging .makedepends-ospd (20221029.211330) (2/34) Purging py3-paramiko (2.11.0-r0) (3/34) Purging py3-asn1 (0.4.8-r2) (4/34) Purging py3-cryptography (38.0.2-r0) (5/34) Purging py3-bcrypt (4.0.1-r0) (6/34) Purging py3-pynacl (1.5.0-r1) (7/34) Purging py3-cffi (1.15.1-r0) (8/34) Purging py3-cparser (2.21-r0) (9/34) Purging py3-six (1.16.0-r3) (10/34) Purging py3-defusedxml (0.7.1-r2) (11/34) Purging py3-deprecated (1.2.13-r1) (12/34) Purging py3-wrapt (1.14.1-r0) (13/34) Purging py3-psutil (5.9.2-r0) (14/34) Purging py3-lxml (4.9.1-r0) (15/34) Purging py3-setuptools (65.5.0-r0) (16/34) Purging py3-wheel (0.37.1-r1) (17/34) Purging py3-packaging (21.3-r2) (18/34) Purging py3-parsing (3.0.9-r0) (19/34) Purging cython (0.29.32-r0) (20/34) Purging python3 (3.10.8-r3) (21/34) Purging libxslt-dev (1.1.37-r0) (22/34) Purging libxslt (1.1.37-r0) (23/34) Purging libffi (3.4.4-r0) (24/34) Purging gdbm (1.23-r0) (25/34) Purging mpdecimal (2.5.1-r1) (26/34) Purging readline (8.2.0-r0) (27/34) Purging sqlite-libs (3.39.4-r0) (28/34) Purging libgcrypt (1.10.1-r0) (29/34) Purging libgpg-error (1.46-r1) (30/34) Purging libxml2-dev (2.10.3-r1) (31/34) Purging zlib-dev (1.2.13-r0) (32/34) Purging xz-dev (5.2.7-r0) (33/34) Purging libxml2-utils (2.10.3-r1) (34/34) Purging libxml2 (2.10.3-r1) Executing busybox-1.35.0-r27.trigger OK: 222 MiB in 97 packages >>> ospd: Updating the community/armhf repository index... >>> ospd: Signing the index...