>>> py3-bandwidth-sdk: Building testing/py3-bandwidth-sdk 3.1.0-r3 (using abuild 3.9.0-r0) started Fri, 17 Dec 2021 18:10:01 +0000 >>> py3-bandwidth-sdk: Checking sanity of /home/buildozer/aports/testing/py3-bandwidth-sdk/APKBUILD... >>> WARNING: py3-bandwidth-sdk: No maintainer >>> py3-bandwidth-sdk: Analyzing dependencies... >>> py3-bandwidth-sdk: Installing for build: build-base py3-requests py3-dateutil py3-lxml py3-six py3-setuptools (1/24) Installing libffi (3.4.2-r1) (2/24) Installing gdbm (1.22-r0) (3/24) Installing mpdecimal (2.5.1-r1) (4/24) Installing readline (8.1.1-r0) (5/24) Installing sqlite-libs (3.37.0-r0) (6/24) Installing python3 (3.10.1-r0) (7/24) Installing py3-certifi (2020.12.5-r2) (8/24) Installing py3-charset-normalizer (2.0.7-r1) (9/24) Installing py3-idna (3.3-r1) (10/24) Installing py3-urllib3 (1.26.7-r1) (11/24) Installing py3-requests (2.26.0-r2) (12/24) Installing py3-six (1.16.0-r1) (13/24) Installing py3-dateutil (2.8.2-r1) (14/24) Installing libgpg-error (1.42-r1) (15/24) Installing libgcrypt (1.9.4-r0) (16/24) Installing libxml2 (2.9.12-r3) (17/24) Installing libxslt (1.1.34-r1) (18/24) Installing py3-lxml (4.7.1-r1) (19/24) Installing py3-ordered-set (4.0.2-r3) (20/24) Installing py3-appdirs (1.4.4-r3) (21/24) Installing py3-parsing (2.4.7-r3) (22/24) Installing py3-packaging (21.3-r0) (23/24) Installing py3-setuptools (52.0.0-r5) (24/24) Installing .makedepends-py3-bandwidth-sdk (20211217.181002) Executing busybox-1.34.1-r5.trigger OK: 426 MiB in 127 packages >>> py3-bandwidth-sdk: Cleaning up srcdir >>> py3-bandwidth-sdk: Cleaning up pkgdir >>> py3-bandwidth-sdk: Fetching https://distfiles.alpinelinux.org/distfiles/edge/bandwidth-sdk-3.1.0.tar.gz >>> py3-bandwidth-sdk: Fetching https://distfiles.alpinelinux.org/distfiles/edge/bandwidth-sdk-3.1.0.tar.gz >>> py3-bandwidth-sdk: Checking sha512sums... bandwidth-sdk-3.1.0.tar.gz: OK >>> py3-bandwidth-sdk: Unpacking /var/cache/distfiles/edge/bandwidth-sdk-3.1.0.tar.gz... /usr/lib/python3.10/site-packages/setuptools/dist.py:461: UserWarning: Normalizing 'v3.1.0' to '3.1.0' warnings.warn(tmpl.format(**locals())) running build running build_py creating build creating build/lib creating build/lib/bandwidth copying bandwidth/convert_camel.py -> build/lib/bandwidth copying bandwidth/__init__.py -> build/lib/bandwidth copying bandwidth/version.py -> build/lib/bandwidth copying bandwidth/client_module.py -> build/lib/bandwidth creating build/lib/bandwidth/voice copying bandwidth/voice/api_exception_module.py -> build/lib/bandwidth/voice copying bandwidth/voice/bxml.py -> build/lib/bandwidth/voice copying bandwidth/voice/decorators.py -> build/lib/bandwidth/voice copying bandwidth/voice/backup_init.py -> build/lib/bandwidth/voice copying bandwidth/voice/lazy_enumerable.py -> build/lib/bandwidth/voice copying bandwidth/voice/__init__.py -> build/lib/bandwidth/voice copying bandwidth/voice/client_module.py -> build/lib/bandwidth/voice creating build/lib/bandwidth/account copying bandwidth/account/api_exception_module.py -> build/lib/bandwidth/account copying bandwidth/account/__init__.py -> build/lib/bandwidth/account copying bandwidth/account/client_module.py -> build/lib/bandwidth/account creating build/lib/bandwidth/messaging copying bandwidth/messaging/api_exception_module.py -> build/lib/bandwidth/messaging copying bandwidth/messaging/__init__.py -> build/lib/bandwidth/messaging copying bandwidth/messaging/client_module.py -> build/lib/bandwidth/messaging /usr/lib/python3.10/site-packages/setuptools/dist.py:461: UserWarning: Normalizing 'v3.1.0' to '3.1.0' warnings.warn(tmpl.format(**locals())) 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 creating bandwidth_sdk.egg-info writing bandwidth_sdk.egg-info/PKG-INFO writing dependency_links to bandwidth_sdk.egg-info/dependency_links.txt writing requirements to bandwidth_sdk.egg-info/requires.txt writing top-level names to bandwidth_sdk.egg-info/top_level.txt writing manifest file 'bandwidth_sdk.egg-info/SOURCES.txt' reading manifest file 'bandwidth_sdk.egg-info/SOURCES.txt' writing manifest file 'bandwidth_sdk.egg-info/SOURCES.txt' running build_ext test__str__ (tests.bandwidth.test_bxml.ResponseTests) __str__() should return XML as string ... ok test_to_xml (tests.bandwidth.test_bxml.ResponseTests) to_xml() should build XML ... ok test_to_xml_with_several_verbs (tests.bandwidth.test_bxml.ResponseTests) to_xml() should build XML (some verbs) ... ok test_check_response_with_json_error (tests.bandwidth.test_account_client.ClientTests) _check_response() should extract error data from json ... ok test_check_response_with_json_error_without_code (tests.bandwidth.test_account_client.ClientTests) _check_response() should extract error data from json (without code) ... ok test_check_response_with_plain_text_error (tests.bandwidth.test_account_client.ClientTests) _check_response() should extract error data from plain text ... ok test_encode_if_not_encoded_encoded_string (tests.bandwidth.test_account_client.ClientTests) encode_if_not_encoded() should return the same string if it is already encoded ... ok test_encoded_if_not_encoded_non_encoded_string (tests.bandwidth.test_account_client.ClientTests) encoded_if_not_encoded() should encode the string if not already encoded ... ok test_init_with_missing_auth_data (tests.bandwidth.test_account_client.ClientTests) Client() should raise error on missing auth data ... ok test_init_with_right_auth_data (tests.bandwidth.test_account_client.ClientTests) Client() should return client instance with right auth data ... ok test_init_with_right_auth_data_and_another_endpoint_and_version (tests.bandwidth.test_account_client.ClientTests) Client() should return client instance with right auth data (different endpoint and version) ... ok test_make_request_with_headers (tests.bandwidth.test_account_client.ClientTests) _request() should add the user agent to header ... ok test_make_request_with_json (tests.bandwidth.test_account_client.ClientTests) _make_request() should make request, check response and extract json data ... ok test_make_request_with_location_header (tests.bandwidth.test_account_client.ClientTests) _make_request() should make request, check response and extract id from location header ... ok test_request_with_absolute_url (tests.bandwidth.test_account_client.ClientTests) _request() should make authorized request to absolute url ... ok test_request_with_relative_url (tests.bandwidth.test_account_client.ClientTests) _request() should make authorized request to relative url ... ok test_check_response_with_json_error (tests.bandwidth.test_messaging_client.ClientTests) _check_response() should extract error data from json ... ok test_check_response_with_json_error_without_code (tests.bandwidth.test_messaging_client.ClientTests) _check_response() should extract error data from json (without code) ... ok test_check_response_with_plain_text_error (tests.bandwidth.test_messaging_client.ClientTests) _check_response() should extract error data from plain text ... ok test_init_with_missing_auth_data (tests.bandwidth.test_messaging_client.ClientTests) Client() should raise error on missing auth data ... ok test_init_with_right_auth_data (tests.bandwidth.test_messaging_client.ClientTests) Client() should return client instance with right auth data ... ok test_init_with_right_auth_data_and_another_endpoint_and_version (tests.bandwidth.test_messaging_client.ClientTests) Client() should return client instance with right auth data (different endpoint and version) ... ok test_make_request_with_headers (tests.bandwidth.test_messaging_client.ClientTests) _request() should add the user agent to header ... ok test_make_request_with_json (tests.bandwidth.test_messaging_client.ClientTests) _make_request() should make request, check response and extract json data ... ok test_make_request_with_location_header (tests.bandwidth.test_messaging_client.ClientTests) _make_request() should make request, check response and extract id from location header ... ok test_request_with_absolute_url (tests.bandwidth.test_messaging_client.ClientTests) _request() should make authorized request to absolute url ... ok test_request_with_relative_url (tests.bandwidth.test_messaging_client.ClientTests) _request() should make authorized request to relative url ... ok test_play_audio (tests.bandwidth.test_decorators.DecoratorsTests) play_audio() should add methods speak_sentence and play_audio_file to class ... ok test_create_transcription (tests.bandwidth.voice.test_transcription.TranscriptionTests) create_transcription() should create a transcription and return id ... ok test_get_transcription (tests.bandwidth.voice.test_transcription.TranscriptionTests) get_transcription() should return a transcription ... ok test_list_transcriptions (tests.bandwidth.voice.test_transcription.TranscriptionTests) list_transcriptions() should return transcriptions ... ok test_answer_call (tests.bandwidth.voice.test_call.CallTests) answer_call() should call update_call with right data ... ok test_create_call (tests.bandwidth.voice.test_call.CallTests) create_call() should create a call and return id ... ok test_create_call_gather (tests.bandwidth.voice.test_call.CallTests) create_call_gather() should create a gather ... ok test_disable_call_recording (tests.bandwidth.voice.test_call.CallTests) disable_call_recording() should call update_call with recording_enabled=False ... ok test_enable_call_recording (tests.bandwidth.voice.test_call.CallTests) enable_call_recording() should call update_call with recording_enabled=True ... ok test_get_call (tests.bandwidth.voice.test_call.CallTests) get_call() should return a call ... ok test_get_call_event (tests.bandwidth.voice.test_call.CallTests) get_call_event() should return an event ... ok test_get_call_gather (tests.bandwidth.voice.test_call.CallTests) get_call_gather() should return a gather ... ok test_hangup_call (tests.bandwidth.voice.test_call.CallTests) hangup_call() should call update_call with right data ... ok test_list_call_events (tests.bandwidth.voice.test_call.CallTests) list_call_events() should return events ... ok test_list_call_recordings (tests.bandwidth.voice.test_call.CallTests) list_call_recordings() should return recordings ... ok test_list_call_transcriptions (tests.bandwidth.voice.test_call.CallTests) get_call_transcriptions() should return transcriptions ... ok test_list_calls (tests.bandwidth.voice.test_call.CallTests) list_calls() should return calls ... ok test_play_audio_to_call (tests.bandwidth.voice.test_call.CallTests) play_audio_to_call() should play audio to a call ... ok test_reject_call (tests.bandwidth.voice.test_call.CallTests) reject_call() should call update_call with right data ... ok test_send_dtmf_to_call (tests.bandwidth.voice.test_call.CallTests) send_dtmf_to_call() should send dtmf data to a call ... ok test_toggle_call_recording_neutral (tests.bandwidth.voice.test_call.CallTests) toggle_call_recording() should call get_call with the id ... ok test_toggle_call_recording_off (tests.bandwidth.voice.test_call.CallTests) toggle_call_recording() should call get_call with the id ... ok test_toggle_call_recording_on (tests.bandwidth.voice.test_call.CallTests) toggle_call_recording() should call get_call with the id ... ok test_transfer_call (tests.bandwidth.voice.test_call.CallTests) transfer_call() should call update_call with right data ... ok test_transfer_call_with_callback_url (tests.bandwidth.voice.test_call.CallTests) transfer_call() should call update_call with right data (with callback url) ... ok test_transfer_call_with_caller_id (tests.bandwidth.voice.test_call.CallTests) transfer_call() should call update_call with right data (with caller id) ... ok test_transfer_call_with_whisper_audio (tests.bandwidth.voice.test_call.CallTests) transfer_call() should call update_call with right data (with whisper audio) ... ok test_update_call (tests.bandwidth.voice.test_call.CallTests) update_call() should update a call ... ok test_update_call_gather (tests.bandwidth.voice.test_call.CallTests) update_call_gather() should update a gather ... ok test_create_conference (tests.bandwidth.voice.test_conference.ConferenceTests) create_conference() should create a conference and return id ... ok test_create_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests) create_conference_member() should create a conference member ... ok test_get_conference (tests.bandwidth.voice.test_conference.ConferenceTests) get_conference() should return a conference ... ok test_get_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests) get_conference_member() should return a conference member ... ok test_hold_conference (tests.bandwidth.voice.test_conference.ConferenceTests) hold_conference() should call update_conference() with right params ... ok test_hold_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests) hold_conference_member() should call update_conference_member() with right params ... ok test_list_conference_members (tests.bandwidth.voice.test_conference.ConferenceTests) list_conference_members() should return members of a conference ... ok test_mute_conference (tests.bandwidth.voice.test_conference.ConferenceTests) mute_conference() should call update_conference() with right params ... ok test_mute_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests) mute_conference_member() should call update_conference_member() with right params ... ok test_play_audio_file_to_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests) play_audio_file_to_conference_member() should call play_audio_to_conference_member() with right params ... ok test_play_audio_to_conference (tests.bandwidth.voice.test_conference.ConferenceTests) play_audio_to_conference() should play an audio to a conference ... ok test_play_audio_to_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests) play_audio_to_conference_member() should play audio to a conference member ... ok test_remove_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests) delete_conference_member() should call update_conference_member() with right params ... ok test_speak_sentence_to_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests) speak_sentence_to_conference_member() should call play_audio_to_conference_member() with right params ... ok test_terminate_conference (tests.bandwidth.voice.test_conference.ConferenceTests) terminate_conference() should call update_conference() with right params ... ok test_update_conference (tests.bandwidth.voice.test_conference.ConferenceTests) update_conference() should update a conference ... ok test_update_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests) update_conference_member() should update a conference member ... ok test_build_audio_playback (tests.bandwidth.voice.test_audio.AudioBuilderTests) Should return dict of values ... ok test_build_sentence (tests.bandwidth.voice.test_audio.AudioBuilderTests) Should return dict of values ... ok test_create_bridge (tests.bandwidth.voice.test_bridge.BridgesTests) create_bridge() should create a bridge and return id ... ok test_get_bridge (tests.bandwidth.voice.test_bridge.BridgesTests) get_bridge() should return a bridge ... ok test_list_bridge_calls (tests.bandwidth.voice.test_bridge.BridgesTests) list_bridge_calls() should return calls of a bridge ... ok test_list_bridges (tests.bandwidth.voice.test_bridge.BridgesTests) list_bridges() should return bridges ... ok test_play_audio_to_bridge (tests.bandwidth.voice.test_bridge.BridgesTests) play_audio_to_bridge() should play audio to a bridge ... ok test_update_bridge (tests.bandwidth.voice.test_bridge.BridgesTests) update_bridge() should update a bridge ... ok test_get_recording (tests.bandwidth.voice.test_recording.RecordingTests) get_recording() should return a recording ... ok test_list_recordings (tests.bandwidth.voice.test_recording.RecordingTests) list_recordings() should return recordings ... ok test_get_account (tests.bandwidth.account.test_account.AccountTests) get_account() should return account data ... ok test_list_account_transactions (tests.bandwidth.account.test_account.AccountTests) list_account_transactions() should return account transactions ... ok test_search_and_order_local_numbers (tests.bandwidth.account.test_available_number.AvailableNumberTests) search_and_order_available_numbers() should search, order and return available numbers ... ok test_search_and_order_toll_free_numbers (tests.bandwidth.account.test_available_number.AvailableNumberTests) search_and_order_available_numbers() should search, order and return available numbers ... ok test_search_available_local_numbers (tests.bandwidth.account.test_available_number.AvailableNumberTests) search_available_numbers() should return available numbers ... ok test_search_available_toll_free_numbers (tests.bandwidth.account.test_available_number.AvailableNumberTests) search_available_numbers() should return available numbers ... ok test_create_application (tests.bandwidth.account.test_application.ApplicationTests) create_application() should create an application and return id ... ok test_delete_application (tests.bandwidth.account.test_application.ApplicationTests) delete_application() should remove an application ... ok test_get_application (tests.bandwidth.account.test_application.ApplicationTests) get_application() should return an application ... ok test_list_applications (tests.bandwidth.account.test_application.ApplicationTests) get_applications() should return applications ... ok test_update_application (tests.bandwidth.account.test_application.ApplicationTests) update_application() should update an application ... ok test_get_error (tests.bandwidth.account.test_error.ErrorTests) get_errors() should return an error ... ok test_list_errors (tests.bandwidth.account.test_error.ErrorTests) list_errors() should return errors ... ok test_get_number_info (tests.bandwidth.account.test_number_info.NumberInfoTests) get_number_info() should return recordings ... ok test_create_domain (tests.bandwidth.account.test_domain.DomainTests) create_domain() should create a domain and return id ... ok test_delete_domain (tests.bandwidth.account.test_domain.DomainTests) delete_domain() should remove an domain ... ok test_get_domain (tests.bandwidth.account.test_domain.DomainTests) get_domain('domain_id') should return a domain ... ok test_list_domains (tests.bandwidth.account.test_domain.DomainTests) list_domains() should return domains ... ok test_delete_media_file (tests.bandwidth.account.test_media.MediaTests) delete_media_file() should remove a media file ... ok test_download_media_file (tests.bandwidth.account.test_media.MediaTests) download_media_file() should download file ... ok test_list_media_files (tests.bandwidth.account.test_media.MediaTests) list_media_files() should return media files ... ok test_upload_media_file (tests.bandwidth.account.test_media.MediaTests) upload_media_file() should upload file ... ok test_upload_media_file_by_path (tests.bandwidth.account.test_media.MediaTests) upload_media_file() should upload file by file path ... ok test_delete_phone_number (tests.bandwidth.account.test_phone_number.PhoneNumberTests) delete_phone_number() should remove a number ... ok test_get_phone_number (tests.bandwidth.account.test_phone_number.PhoneNumberTests) get_phone_number() should return a phone number ... ok test_list_phone_numbers (tests.bandwidth.account.test_phone_number.PhoneNumberTests) list_phone_numbers() should return numbers ... ok test_order_phone_number (tests.bandwidth.account.test_phone_number.PhoneNumberTests) order_phone_number() should create an number and return id ... ok test_update_phone_number (tests.bandwidth.account.test_phone_number.PhoneNumberTests) update_phone_number() should update a phone number ... ok test_create_domain_endpoint (tests.bandwidth.account.test_endpoint.EndpointTests) create_domain_endpoint() should create an endpoint and return id ... ok test_create_domain_endpoint_auth_token (tests.bandwidth.account.test_endpoint.EndpointTests) create_domain_endpoint_auth_token() should create auth token ... ok test_delete_domain_endpoint (tests.bandwidth.account.test_endpoint.EndpointTests) delete_domain_endpoint() should remove an endpoint ... ok test_get_domain_endpoint (tests.bandwidth.account.test_endpoint.EndpointTests) get_domain_endpoint() should return an endpoint ... ok test_list_domain_endpoints (tests.bandwidth.account.test_endpoint.EndpointTests) list_domain_endpoints() should return endpoints ... ok test_update_domain_endpoint (tests.bandwidth.account.test_endpoint.EndpointTests) update ... ok test_get_lazy_enumerator (tests.bandwidth.test_lazy_enumerable.LazyEnumerableTests) get_lazy_enumerator() should return data on demand ... ok test_get_lazy_enumerator_with_several_requests (tests.bandwidth.test_lazy_enumerable.LazyEnumerableTests) get_lazy_enumerator() should request new portion of data on demand ... ok test_check_response_with_json_error (tests.bandwidth.test_voice_client.ClientTests) _check_response() should extract error data from json ... ok test_check_response_with_json_error_without_code (tests.bandwidth.test_voice_client.ClientTests) _check_response() should extract error data from json (without code) ... ok test_check_response_with_plain_text_error (tests.bandwidth.test_voice_client.ClientTests) _check_response() should extract error data from plain text ... ok test_init_with_missing_auth_data (tests.bandwidth.test_voice_client.ClientTests) Client() should raise error on missing auth data ... ok test_init_with_right_auth_data (tests.bandwidth.test_voice_client.ClientTests) Client() should return client instance with right auth data ... ok test_init_with_right_auth_data_and_another_endpoint_and_version (tests.bandwidth.test_voice_client.ClientTests) Client() should return client instance with right auth data (different endpoint and version) ... ok test_make_request_with_headers (tests.bandwidth.test_voice_client.ClientTests) _request() should add the user agent to header ... ok test_make_request_with_json (tests.bandwidth.test_voice_client.ClientTests) _make_request() should make request, check response and extract json data ... ok test_make_request_with_location_header (tests.bandwidth.test_voice_client.ClientTests) _make_request() should make request, check response and extract id from location header ... ok test_play_audio_methods (tests.bandwidth.test_voice_client.ClientTests) client should contain play audio helpers ... ok test_request_with_absolute_url (tests.bandwidth.test_voice_client.ClientTests) _request() should make authorized request to absolute url ... ok test_request_with_relative_url (tests.bandwidth.test_voice_client.ClientTests) _request() should make authorized request to relative url ... ok test_get_message (tests.bandwidth.messaging.test_message.MessageTests) get_message() should return a message ... ok test_get_messages (tests.bandwidth.messaging.test_message.MessageTests) list_messages() should return messages ... ok test_send_message (tests.bandwidth.messaging.test_message.MessageTests) send_message() should create an message and return id ... ok test_send_messages (tests.bandwidth.messaging.test_message.MessageTests) send_messages() should send some messages ... ok test_call_with_caching_client_class_name (tests.test_client.ClientTests) Call of client() should cache client class name ... ok test_call_with_supported_client (tests.test_client.ClientTests) Call of client() should return client instance for supported client name ... ok test_call_with_supported_client_different_case (tests.test_client.ClientTests) Call of client() should return client instance for supported client name (case insensitive) ... ok test_call_with_unsupported_client (tests.test_client.ClientTests) Call of client() should raise error for unsupported client name ... ok test_conversion (tests.test_convert_camel.ConvertCamelTests) convert_object_to_snake_case() should successfully transform a nested list ... ok test_default_case (tests.test_convert_camel.ConvertCamelTests) convert_object_to_snake_case() should return same object if not string, list, dict ... ok test_dict_case (tests.test_convert_camel.ConvertCamelTests) convert_object_to_snake_case() should snake a dict ... ok test_string_case (tests.test_convert_camel.ConvertCamelTests) convert_object_to_snake_case() should snake a string ... ok ---------------------------------------------------------------------- Ran 143 tests in 0.083s OK >>> py3-bandwidth-sdk: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/dist.py:461: UserWarning: Normalizing 'v3.1.0' to '3.1.0' warnings.warn(tmpl.format(**locals())) running install running build running build_py running install_lib creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice copying build/lib/bandwidth/voice/api_exception_module.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice copying build/lib/bandwidth/voice/bxml.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice copying build/lib/bandwidth/voice/decorators.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice copying build/lib/bandwidth/voice/backup_init.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice copying build/lib/bandwidth/voice/lazy_enumerable.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice copying build/lib/bandwidth/voice/__init__.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice copying build/lib/bandwidth/voice/client_module.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/account copying build/lib/bandwidth/account/api_exception_module.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/account copying build/lib/bandwidth/account/__init__.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/account copying build/lib/bandwidth/account/client_module.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/account copying build/lib/bandwidth/convert_camel.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth copying build/lib/bandwidth/__init__.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/messaging copying build/lib/bandwidth/messaging/api_exception_module.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/messaging copying build/lib/bandwidth/messaging/__init__.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/messaging copying build/lib/bandwidth/messaging/client_module.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/messaging copying build/lib/bandwidth/version.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth copying build/lib/bandwidth/client_module.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice/api_exception_module.py to api_exception_module.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice/bxml.py to bxml.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice/decorators.py to decorators.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice/backup_init.py to backup_init.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice/lazy_enumerable.py to lazy_enumerable.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/voice/client_module.py to client_module.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/account/api_exception_module.py to api_exception_module.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/account/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/account/client_module.py to client_module.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/convert_camel.py to convert_camel.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/messaging/api_exception_module.py to api_exception_module.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/messaging/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/messaging/client_module.py to client_module.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/version.py to version.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth/client_module.py to client_module.cpython-310.pyc running install_egg_info running egg_info writing bandwidth_sdk.egg-info/PKG-INFO writing dependency_links to bandwidth_sdk.egg-info/dependency_links.txt writing requirements to bandwidth_sdk.egg-info/requires.txt writing top-level names to bandwidth_sdk.egg-info/top_level.txt reading manifest file 'bandwidth_sdk.egg-info/SOURCES.txt' writing manifest file 'bandwidth_sdk.egg-info/SOURCES.txt' Copying bandwidth_sdk.egg-info to /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.10/site-packages/bandwidth_sdk-3.1.0-py3.10.egg-info running install_scripts >>> py3-bandwidth-sdk*: Running postcheck for py3-bandwidth-sdk >>> py3-bandwidth-sdk*: Preparing package py3-bandwidth-sdk... >>> py3-bandwidth-sdk*: Tracing dependencies... >>> py3-bandwidth-sdk*: Package size: 704.0 KB >>> py3-bandwidth-sdk*: Compressing data... >>> py3-bandwidth-sdk*: Create checksum... >>> py3-bandwidth-sdk*: Create py3-bandwidth-sdk-3.1.0-r3.apk >>> py3-bandwidth-sdk: Build complete at Fri, 17 Dec 2021 18:10:04 +0000 elapsed time 0h 0m 3s >>> py3-bandwidth-sdk: Cleaning up srcdir >>> py3-bandwidth-sdk: Cleaning up pkgdir >>> py3-bandwidth-sdk: Uninstalling dependencies... (1/24) Purging .makedepends-py3-bandwidth-sdk (20211217.181002) (2/24) Purging py3-requests (2.26.0-r2) (3/24) Purging py3-certifi (2020.12.5-r2) (4/24) Purging py3-charset-normalizer (2.0.7-r1) (5/24) Purging py3-idna (3.3-r1) (6/24) Purging py3-urllib3 (1.26.7-r1) (7/24) Purging py3-dateutil (2.8.2-r1) (8/24) Purging py3-lxml (4.7.1-r1) (9/24) Purging py3-setuptools (52.0.0-r5) (10/24) Purging py3-ordered-set (4.0.2-r3) (11/24) Purging py3-appdirs (1.4.4-r3) (12/24) Purging py3-packaging (21.3-r0) (13/24) Purging py3-parsing (2.4.7-r3) (14/24) Purging py3-six (1.16.0-r1) (15/24) Purging python3 (3.10.1-r0) (16/24) Purging libffi (3.4.2-r1) (17/24) Purging gdbm (1.22-r0) (18/24) Purging mpdecimal (2.5.1-r1) (19/24) Purging readline (8.1.1-r0) (20/24) Purging sqlite-libs (3.37.0-r0) (21/24) Purging libxslt (1.1.34-r1) (22/24) Purging libgcrypt (1.9.4-r0) (23/24) Purging libgpg-error (1.42-r1) (24/24) Purging libxml2 (2.9.12-r3) Executing busybox-1.34.1-r5.trigger OK: 365 MiB in 103 packages >>> py3-bandwidth-sdk: Updating the testing/aarch64 repository index... >>> py3-bandwidth-sdk: Signing the index...