>>> py3-bandwidth-sdk: Building testing/py3-bandwidth-sdk 3.1.0-r4 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 16:33:29 +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 libbz2 (1.0.8-r4) (2/24) Installing libffi (3.4.4-r0) (3/24) Installing gdbm (1.23-r0) (4/24) Installing xz-libs (5.2.8-r0) (5/24) Installing mpdecimal (2.5.1-r1) (6/24) Installing readline (8.2.0-r0) (7/24) Installing sqlite-libs (3.40.0-r0) (8/24) Installing python3 (3.11.0-r2) (9/24) Installing py3-certifi (2022.9.24-r1) (10/24) Installing py3-charset-normalizer (3.0.1-r1) (11/24) Installing py3-idna (3.4-r3) (12/24) Installing py3-urllib3 (1.26.12-r1) (13/24) Installing py3-requests (2.28.1-r2) (14/24) Installing py3-six (1.16.0-r4) (15/24) Installing py3-dateutil (2.8.2-r2) (16/24) Installing libgpg-error (1.46-r1) (17/24) Installing libgcrypt (1.10.1-r0) (18/24) Installing libxml2 (2.10.3-r2) (19/24) Installing libxslt (1.1.37-r0) (20/24) Installing py3-lxml (4.9.1-r1) (21/24) Installing py3-parsing (3.0.9-r1) (22/24) Installing py3-packaging (21.3-r3) (23/24) Installing py3-setuptools (65.6.3-r0) (24/24) Installing .makedepends-py3-bandwidth-sdk (20221124.163330) Executing busybox-1.35.0-r29.trigger OK: 416 MiB in 120 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 % 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 704k 100 704k 0 0 647k 0 0:00:01 0:00:01 --:--:-- 648k >>> 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.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/dist.py:529: 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.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/dist.py:529: 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' adding license file 'LICENSE.txt' writing manifest file 'bandwidth_sdk.egg-info/SOURCES.txt' running build_ext test__str__ (tests.bandwidth.test_bxml.ResponseTests.test__str__) __str__() should return XML as string ... ok test_to_xml (tests.bandwidth.test_bxml.ResponseTests.test_to_xml) to_xml() should build XML ... ok test_to_xml_with_several_verbs (tests.bandwidth.test_bxml.ResponseTests.test_to_xml_with_several_verbs) to_xml() should build XML (some verbs) ... ok test_check_response_with_json_error (tests.bandwidth.test_account_client.ClientTests.test_check_response_with_json_error) _check_response() should extract error data from json ... ok test_check_response_with_json_error_without_code (tests.bandwidth.test_account_client.ClientTests.test_check_response_with_json_error_without_code) _check_response() should extract error data from json (without code) ... ok test_check_response_with_plain_text_error (tests.bandwidth.test_account_client.ClientTests.test_check_response_with_plain_text_error) _check_response() should extract error data from plain text ... ok test_encode_if_not_encoded_encoded_string (tests.bandwidth.test_account_client.ClientTests.test_encode_if_not_encoded_encoded_string) 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.test_encoded_if_not_encoded_non_encoded_string) 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.test_init_with_missing_auth_data) Client() should raise error on missing auth data ... ok test_init_with_right_auth_data (tests.bandwidth.test_account_client.ClientTests.test_init_with_right_auth_data) 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.test_init_with_right_auth_data_and_another_endpoint_and_version) 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.test_make_request_with_headers) _request() should add the user agent to header ... ok test_make_request_with_json (tests.bandwidth.test_account_client.ClientTests.test_make_request_with_json) _make_request() should make request, check response and extract json data ... ok test_make_request_with_location_header (tests.bandwidth.test_account_client.ClientTests.test_make_request_with_location_header) _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.test_request_with_absolute_url) _request() should make authorized request to absolute url ... ok test_request_with_relative_url (tests.bandwidth.test_account_client.ClientTests.test_request_with_relative_url) _request() should make authorized request to relative url ... ok test_check_response_with_json_error (tests.bandwidth.test_messaging_client.ClientTests.test_check_response_with_json_error) _check_response() should extract error data from json ... ok test_check_response_with_json_error_without_code (tests.bandwidth.test_messaging_client.ClientTests.test_check_response_with_json_error_without_code) _check_response() should extract error data from json (without code) ... ok test_check_response_with_plain_text_error (tests.bandwidth.test_messaging_client.ClientTests.test_check_response_with_plain_text_error) _check_response() should extract error data from plain text ... ok test_init_with_missing_auth_data (tests.bandwidth.test_messaging_client.ClientTests.test_init_with_missing_auth_data) Client() should raise error on missing auth data ... ok test_init_with_right_auth_data (tests.bandwidth.test_messaging_client.ClientTests.test_init_with_right_auth_data) 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.test_init_with_right_auth_data_and_another_endpoint_and_version) 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.test_make_request_with_headers) _request() should add the user agent to header ... ok test_make_request_with_json (tests.bandwidth.test_messaging_client.ClientTests.test_make_request_with_json) _make_request() should make request, check response and extract json data ... ok test_make_request_with_location_header (tests.bandwidth.test_messaging_client.ClientTests.test_make_request_with_location_header) _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.test_request_with_absolute_url) _request() should make authorized request to absolute url ... ok test_request_with_relative_url (tests.bandwidth.test_messaging_client.ClientTests.test_request_with_relative_url) _request() should make authorized request to relative url ... ok test_play_audio (tests.bandwidth.test_decorators.DecoratorsTests.test_play_audio) play_audio() should add methods speak_sentence and play_audio_file to class ... ok test_create_transcription (tests.bandwidth.voice.test_transcription.TranscriptionTests.test_create_transcription) create_transcription() should create a transcription and return id ... ok test_get_transcription (tests.bandwidth.voice.test_transcription.TranscriptionTests.test_get_transcription) get_transcription() should return a transcription ... ok test_list_transcriptions (tests.bandwidth.voice.test_transcription.TranscriptionTests.test_list_transcriptions) list_transcriptions() should return transcriptions ... ok test_answer_call (tests.bandwidth.voice.test_call.CallTests.test_answer_call) answer_call() should call update_call with right data ... ok test_create_call (tests.bandwidth.voice.test_call.CallTests.test_create_call) create_call() should create a call and return id ... ok test_create_call_gather (tests.bandwidth.voice.test_call.CallTests.test_create_call_gather) create_call_gather() should create a gather ... ok test_disable_call_recording (tests.bandwidth.voice.test_call.CallTests.test_disable_call_recording) disable_call_recording() should call update_call with recording_enabled=False ... ok test_enable_call_recording (tests.bandwidth.voice.test_call.CallTests.test_enable_call_recording) enable_call_recording() should call update_call with recording_enabled=True ... ok test_get_call (tests.bandwidth.voice.test_call.CallTests.test_get_call) get_call() should return a call ... ok test_get_call_event (tests.bandwidth.voice.test_call.CallTests.test_get_call_event) get_call_event() should return an event ... ok test_get_call_gather (tests.bandwidth.voice.test_call.CallTests.test_get_call_gather) get_call_gather() should return a gather ... ok test_hangup_call (tests.bandwidth.voice.test_call.CallTests.test_hangup_call) hangup_call() should call update_call with right data ... ok test_list_call_events (tests.bandwidth.voice.test_call.CallTests.test_list_call_events) list_call_events() should return events ... ok test_list_call_recordings (tests.bandwidth.voice.test_call.CallTests.test_list_call_recordings) list_call_recordings() should return recordings ... ok test_list_call_transcriptions (tests.bandwidth.voice.test_call.CallTests.test_list_call_transcriptions) get_call_transcriptions() should return transcriptions ... ok test_list_calls (tests.bandwidth.voice.test_call.CallTests.test_list_calls) list_calls() should return calls ... ok test_play_audio_to_call (tests.bandwidth.voice.test_call.CallTests.test_play_audio_to_call) play_audio_to_call() should play audio to a call ... ok test_reject_call (tests.bandwidth.voice.test_call.CallTests.test_reject_call) reject_call() should call update_call with right data ... ok test_send_dtmf_to_call (tests.bandwidth.voice.test_call.CallTests.test_send_dtmf_to_call) send_dtmf_to_call() should send dtmf data to a call ... ok test_toggle_call_recording_neutral (tests.bandwidth.voice.test_call.CallTests.test_toggle_call_recording_neutral) toggle_call_recording() should call get_call with the id ... ok test_toggle_call_recording_off (tests.bandwidth.voice.test_call.CallTests.test_toggle_call_recording_off) toggle_call_recording() should call get_call with the id ... ok test_toggle_call_recording_on (tests.bandwidth.voice.test_call.CallTests.test_toggle_call_recording_on) toggle_call_recording() should call get_call with the id ... ok test_transfer_call (tests.bandwidth.voice.test_call.CallTests.test_transfer_call) transfer_call() should call update_call with right data ... ok test_transfer_call_with_callback_url (tests.bandwidth.voice.test_call.CallTests.test_transfer_call_with_callback_url) 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.test_transfer_call_with_caller_id) 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.test_transfer_call_with_whisper_audio) transfer_call() should call update_call with right data (with whisper audio) ... ok test_update_call (tests.bandwidth.voice.test_call.CallTests.test_update_call) update_call() should update a call ... ok test_update_call_gather (tests.bandwidth.voice.test_call.CallTests.test_update_call_gather) update_call_gather() should update a gather ... ok test_create_conference (tests.bandwidth.voice.test_conference.ConferenceTests.test_create_conference) create_conference() should create a conference and return id ... ok test_create_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests.test_create_conference_member) create_conference_member() should create a conference member ... ok test_get_conference (tests.bandwidth.voice.test_conference.ConferenceTests.test_get_conference) get_conference() should return a conference ... ok test_get_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests.test_get_conference_member) get_conference_member() should return a conference member ... ok test_hold_conference (tests.bandwidth.voice.test_conference.ConferenceTests.test_hold_conference) hold_conference() should call update_conference() with right params ... ok test_hold_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests.test_hold_conference_member) hold_conference_member() should call update_conference_member() with right params ... ok test_list_conference_members (tests.bandwidth.voice.test_conference.ConferenceTests.test_list_conference_members) list_conference_members() should return members of a conference ... ok test_mute_conference (tests.bandwidth.voice.test_conference.ConferenceTests.test_mute_conference) mute_conference() should call update_conference() with right params ... ok test_mute_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests.test_mute_conference_member) 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.test_play_audio_file_to_conference_member) 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.test_play_audio_to_conference) play_audio_to_conference() should play an audio to a conference ... ok test_play_audio_to_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests.test_play_audio_to_conference_member) play_audio_to_conference_member() should play audio to a conference member ... ok test_remove_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests.test_remove_conference_member) delete_conference_member() should call update_conference_member() with right params ... ok test_speak_sentence_to_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests.test_speak_sentence_to_conference_member) 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.test_terminate_conference) terminate_conference() should call update_conference() with right params ... ok test_update_conference (tests.bandwidth.voice.test_conference.ConferenceTests.test_update_conference) update_conference() should update a conference ... ok test_update_conference_member (tests.bandwidth.voice.test_conference.ConferenceTests.test_update_conference_member) update_conference_member() should update a conference member ... ok test_build_audio_playback (tests.bandwidth.voice.test_audio.AudioBuilderTests.test_build_audio_playback) Should return dict of values ... ok test_build_sentence (tests.bandwidth.voice.test_audio.AudioBuilderTests.test_build_sentence) Should return dict of values ... ok test_create_bridge (tests.bandwidth.voice.test_bridge.BridgesTests.test_create_bridge) create_bridge() should create a bridge and return id ... ok test_get_bridge (tests.bandwidth.voice.test_bridge.BridgesTests.test_get_bridge) get_bridge() should return a bridge ... ok test_list_bridge_calls (tests.bandwidth.voice.test_bridge.BridgesTests.test_list_bridge_calls) list_bridge_calls() should return calls of a bridge ... ok test_list_bridges (tests.bandwidth.voice.test_bridge.BridgesTests.test_list_bridges) list_bridges() should return bridges ... ok test_play_audio_to_bridge (tests.bandwidth.voice.test_bridge.BridgesTests.test_play_audio_to_bridge) play_audio_to_bridge() should play audio to a bridge ... ok test_update_bridge (tests.bandwidth.voice.test_bridge.BridgesTests.test_update_bridge) update_bridge() should update a bridge ... ok test_get_recording (tests.bandwidth.voice.test_recording.RecordingTests.test_get_recording) get_recording() should return a recording ... ok test_list_recordings (tests.bandwidth.voice.test_recording.RecordingTests.test_list_recordings) list_recordings() should return recordings ... ok test_get_account (tests.bandwidth.account.test_account.AccountTests.test_get_account) get_account() should return account data ... ok test_list_account_transactions (tests.bandwidth.account.test_account.AccountTests.test_list_account_transactions) list_account_transactions() should return account transactions ... ok test_search_and_order_local_numbers (tests.bandwidth.account.test_available_number.AvailableNumberTests.test_search_and_order_local_numbers) 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.test_search_and_order_toll_free_numbers) 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.test_search_available_local_numbers) search_available_numbers() should return available numbers ... ok test_search_available_toll_free_numbers (tests.bandwidth.account.test_available_number.AvailableNumberTests.test_search_available_toll_free_numbers) search_available_numbers() should return available numbers ... ok test_create_application (tests.bandwidth.account.test_application.ApplicationTests.test_create_application) create_application() should create an application and return id ... ok test_delete_application (tests.bandwidth.account.test_application.ApplicationTests.test_delete_application) delete_application() should remove an application ... ok test_get_application (tests.bandwidth.account.test_application.ApplicationTests.test_get_application) get_application() should return an application ... ok test_list_applications (tests.bandwidth.account.test_application.ApplicationTests.test_list_applications) get_applications() should return applications ... ok test_update_application (tests.bandwidth.account.test_application.ApplicationTests.test_update_application) update_application() should update an application ... ok test_get_error (tests.bandwidth.account.test_error.ErrorTests.test_get_error) get_errors() should return an error ... ok test_list_errors (tests.bandwidth.account.test_error.ErrorTests.test_list_errors) list_errors() should return errors ... ok test_get_number_info (tests.bandwidth.account.test_number_info.NumberInfoTests.test_get_number_info) get_number_info() should return recordings ... ok test_create_domain (tests.bandwidth.account.test_domain.DomainTests.test_create_domain) create_domain() should create a domain and return id ... ok test_delete_domain (tests.bandwidth.account.test_domain.DomainTests.test_delete_domain) delete_domain() should remove an domain ... ok test_get_domain (tests.bandwidth.account.test_domain.DomainTests.test_get_domain) get_domain('domain_id') should return a domain ... ok test_list_domains (tests.bandwidth.account.test_domain.DomainTests.test_list_domains) list_domains() should return domains ... ok test_delete_media_file (tests.bandwidth.account.test_media.MediaTests.test_delete_media_file) delete_media_file() should remove a media file ... ok test_download_media_file (tests.bandwidth.account.test_media.MediaTests.test_download_media_file) download_media_file() should download file ... ok test_list_media_files (tests.bandwidth.account.test_media.MediaTests.test_list_media_files) list_media_files() should return media files ... ok test_upload_media_file (tests.bandwidth.account.test_media.MediaTests.test_upload_media_file) upload_media_file() should upload file ... ok test_upload_media_file_by_path (tests.bandwidth.account.test_media.MediaTests.test_upload_media_file_by_path) upload_media_file() should upload file by file path ... ok test_delete_phone_number (tests.bandwidth.account.test_phone_number.PhoneNumberTests.test_delete_phone_number) delete_phone_number() should remove a number ... ok test_get_phone_number (tests.bandwidth.account.test_phone_number.PhoneNumberTests.test_get_phone_number) get_phone_number() should return a phone number ... ok test_list_phone_numbers (tests.bandwidth.account.test_phone_number.PhoneNumberTests.test_list_phone_numbers) list_phone_numbers() should return numbers ... ok test_order_phone_number (tests.bandwidth.account.test_phone_number.PhoneNumberTests.test_order_phone_number) order_phone_number() should create an number and return id ... ok test_update_phone_number (tests.bandwidth.account.test_phone_number.PhoneNumberTests.test_update_phone_number) update_phone_number() should update a phone number ... ok test_create_domain_endpoint (tests.bandwidth.account.test_endpoint.EndpointTests.test_create_domain_endpoint) create_domain_endpoint() should create an endpoint and return id ... ok test_create_domain_endpoint_auth_token (tests.bandwidth.account.test_endpoint.EndpointTests.test_create_domain_endpoint_auth_token) create_domain_endpoint_auth_token() should create auth token ... ok test_delete_domain_endpoint (tests.bandwidth.account.test_endpoint.EndpointTests.test_delete_domain_endpoint) delete_domain_endpoint() should remove an endpoint ... ok test_get_domain_endpoint (tests.bandwidth.account.test_endpoint.EndpointTests.test_get_domain_endpoint) get_domain_endpoint() should return an endpoint ... ok test_list_domain_endpoints (tests.bandwidth.account.test_endpoint.EndpointTests.test_list_domain_endpoints) list_domain_endpoints() should return endpoints ... ok test_update_domain_endpoint (tests.bandwidth.account.test_endpoint.EndpointTests.test_update_domain_endpoint) update ... ok test_get_lazy_enumerator (tests.bandwidth.test_lazy_enumerable.LazyEnumerableTests.test_get_lazy_enumerator) get_lazy_enumerator() should return data on demand ... ok test_get_lazy_enumerator_with_several_requests (tests.bandwidth.test_lazy_enumerable.LazyEnumerableTests.test_get_lazy_enumerator_with_several_requests) get_lazy_enumerator() should request new portion of data on demand ... ok test_check_response_with_json_error (tests.bandwidth.test_voice_client.ClientTests.test_check_response_with_json_error) _check_response() should extract error data from json ... ok test_check_response_with_json_error_without_code (tests.bandwidth.test_voice_client.ClientTests.test_check_response_with_json_error_without_code) _check_response() should extract error data from json (without code) ... ok test_check_response_with_plain_text_error (tests.bandwidth.test_voice_client.ClientTests.test_check_response_with_plain_text_error) _check_response() should extract error data from plain text ... ok test_init_with_missing_auth_data (tests.bandwidth.test_voice_client.ClientTests.test_init_with_missing_auth_data) Client() should raise error on missing auth data ... ok test_init_with_right_auth_data (tests.bandwidth.test_voice_client.ClientTests.test_init_with_right_auth_data) 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.test_init_with_right_auth_data_and_another_endpoint_and_version) 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.test_make_request_with_headers) _request() should add the user agent to header ... ok test_make_request_with_json (tests.bandwidth.test_voice_client.ClientTests.test_make_request_with_json) _make_request() should make request, check response and extract json data ... ok test_make_request_with_location_header (tests.bandwidth.test_voice_client.ClientTests.test_make_request_with_location_header) _make_request() should make request, check response and extract id from location header ... ok test_play_audio_methods (tests.bandwidth.test_voice_client.ClientTests.test_play_audio_methods) client should contain play audio helpers ... ok test_request_with_absolute_url (tests.bandwidth.test_voice_client.ClientTests.test_request_with_absolute_url) _request() should make authorized request to absolute url ... ok test_request_with_relative_url (tests.bandwidth.test_voice_client.ClientTests.test_request_with_relative_url) _request() should make authorized request to relative url ... ok test_get_message (tests.bandwidth.messaging.test_message.MessageTests.test_get_message) get_message() should return a message ... ok test_get_messages (tests.bandwidth.messaging.test_message.MessageTests.test_get_messages) list_messages() should return messages ... ok test_send_message (tests.bandwidth.messaging.test_message.MessageTests.test_send_message) send_message() should create an message and return id ... ok test_send_messages (tests.bandwidth.messaging.test_message.MessageTests.test_send_messages) send_messages() should send some messages ... ok test_call_with_caching_client_class_name (tests.test_client.ClientTests.test_call_with_caching_client_class_name) Call of client() should cache client class name ... ok test_call_with_supported_client (tests.test_client.ClientTests.test_call_with_supported_client) Call of client() should return client instance for supported client name ... ok test_call_with_supported_client_different_case (tests.test_client.ClientTests.test_call_with_supported_client_different_case) Call of client() should return client instance for supported client name (case insensitive) ... ok test_call_with_unsupported_client (tests.test_client.ClientTests.test_call_with_unsupported_client) Call of client() should raise error for unsupported client name ... ok test_conversion (tests.test_convert_camel.ConvertCamelTests.test_conversion) convert_object_to_snake_case() should successfully transform a nested list ... ok test_default_case (tests.test_convert_camel.ConvertCamelTests.test_default_case) convert_object_to_snake_case() should return same object if not string, list, dict ... ok test_dict_case (tests.test_convert_camel.ConvertCamelTests.test_dict_case) convert_object_to_snake_case() should snake a dict ... ok test_string_case (tests.test_convert_camel.ConvertCamelTests.test_string_case) convert_object_to_snake_case() should snake a string ... ok ---------------------------------------------------------------------- Ran 143 tests in 0.046s OK >>> py3-bandwidth-sdk: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/dist.py:529: UserWarning: Normalizing 'v3.1.0' to '3.1.0' warnings.warn(tmpl.format(**locals())) running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running 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.11 creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/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.11/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.11/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.11/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.11/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.11/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.11/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.11/site-packages/bandwidth/voice creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/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.11/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.11/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.11/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.11/site-packages/bandwidth copying build/lib/bandwidth/__init__.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth creating /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/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.11/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.11/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.11/site-packages/bandwidth/messaging copying build/lib/bandwidth/version.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth copying build/lib/bandwidth/client_module.py -> /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/voice/api_exception_module.py to api_exception_module.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/voice/bxml.py to bxml.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/voice/decorators.py to decorators.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/voice/backup_init.py to backup_init.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/voice/lazy_enumerable.py to lazy_enumerable.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/voice/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/voice/client_module.py to client_module.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/account/api_exception_module.py to api_exception_module.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/account/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/account/client_module.py to client_module.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/convert_camel.py to convert_camel.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/messaging/api_exception_module.py to api_exception_module.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/messaging/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/messaging/client_module.py to client_module.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/version.py to version.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-bandwidth-sdk/pkg/py3-bandwidth-sdk/usr/lib/python3.11/site-packages/bandwidth/client_module.py to client_module.cpython-311.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' adding license file 'LICENSE.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.11/site-packages/bandwidth_sdk-3.1.0-py3.11.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: 744.0 KB >>> py3-bandwidth-sdk*: Compressing data... >>> py3-bandwidth-sdk*: Create checksum... >>> py3-bandwidth-sdk*: Create py3-bandwidth-sdk-3.1.0-r4.apk >>> py3-bandwidth-sdk: Build complete at Thu, 24 Nov 2022 16:33:34 +0000 elapsed time 0h 0m 5s >>> py3-bandwidth-sdk: Cleaning up srcdir >>> py3-bandwidth-sdk: Cleaning up pkgdir >>> py3-bandwidth-sdk: Uninstalling dependencies... (1/24) Purging .makedepends-py3-bandwidth-sdk (20221124.163330) (2/24) Purging py3-requests (2.28.1-r2) (3/24) Purging py3-certifi (2022.9.24-r1) (4/24) Purging py3-charset-normalizer (3.0.1-r1) (5/24) Purging py3-idna (3.4-r3) (6/24) Purging py3-urllib3 (1.26.12-r1) (7/24) Purging py3-dateutil (2.8.2-r2) (8/24) Purging py3-lxml (4.9.1-r1) (9/24) Purging py3-six (1.16.0-r4) (10/24) Purging py3-setuptools (65.6.3-r0) (11/24) Purging py3-packaging (21.3-r3) (12/24) Purging py3-parsing (3.0.9-r1) (13/24) Purging python3 (3.11.0-r2) (14/24) Purging libbz2 (1.0.8-r4) (15/24) Purging libffi (3.4.4-r0) (16/24) Purging gdbm (1.23-r0) (17/24) Purging libxslt (1.1.37-r0) (18/24) Purging libxml2 (2.10.3-r2) (19/24) Purging xz-libs (5.2.8-r0) (20/24) Purging mpdecimal (2.5.1-r1) (21/24) Purging readline (8.2.0-r0) (22/24) Purging sqlite-libs (3.40.0-r0) (23/24) Purging libgcrypt (1.10.1-r0) (24/24) Purging libgpg-error (1.46-r1) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> py3-bandwidth-sdk: Updating the testing/armhf repository index... >>> py3-bandwidth-sdk: Signing the index...