Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 635274 Details for
Bug 720070
dev-python/s3transfer fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 72.73 KB, created by
Agostino Sarubbo
on 2020-04-30 06:34:36 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2020-04-30 06:34:36 UTC
Size:
72.73 KB
patch
obsolete
> * Package: dev-python/s3transfer-0.3.1 > * Repository: gentoo > * Maintainer: andrey_utkin@gentoo.org > * USE: arm64 elibc_glibc kernel_linux python_targets_python3_6 test userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox splitdebug test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking s3transfer-0.3.1.tar.gz to /var/tmp/portage/dev-python/s3transfer-0.3.1/work >>>> Source unpacked in /var/tmp/portage/dev-python/s3transfer-0.3.1/work >>>> Preparing source in /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1 ... > * python3_6: running distutils-r1_run_phase distutils-r1_python_compile >python3.6 setup.py build -j 96 >running build >running build_py >creating /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/subscribers.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/delete.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/utils.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/download.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/bandwidth.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/futures.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/constants.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/__init__.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/manager.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/compat.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/processpool.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/tasks.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/upload.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/copies.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >copying s3transfer/exceptions.py -> /var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer >running egg_info >writing s3transfer.egg-info/PKG-INFO >writing dependency_links to s3transfer.egg-info/dependency_links.txt >writing requirements to s3transfer.egg-info/requires.txt >writing top-level names to s3transfer.egg-info/top_level.txt >reading manifest file 's3transfer.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file 's3transfer.egg-info/SOURCES.txt' >warning: build_py: byte-compiling is disabled, skipping. > >>>> Source compiled. >>>> Test phase: dev-python/s3transfer-0.3.1 > * python3_6: running distutils-r1_run_phase python_test > * Unable to trace static ELF: /sbin/ldconfig: /sbin/ldconfig -p >test_call_consume_after_reaching_threshold (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_close (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_context_manager (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_disable_bandwidth_limiting_with_pending_bytes_seen_on_close (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_no_bytes_remaining_on (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_pending_bytes_seen_on_close (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_read (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_read_toggle_disable_enable_bandwidth_limiting (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_read_when_bandwidth_limiting_disabled (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_request_tokens_unique_per_stream (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_resets_after_reaching_threshold (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_retries_on_request_exceeded (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_reuses_request_token (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_seek (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_signal_transferring (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_tell (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_with_transfer_coordinator_exception (tests.unit.test_bandwidth.TestBandwidthLimitedStream) ... ok >test_get_bandwidth_limited_stream (tests.unit.test_bandwidth.TestBandwidthLimiter) ... ok >test_get_disabled_bandwidth_limited_stream (tests.unit.test_bandwidth.TestBandwidthLimiter) ... ok >test_current_rate (tests.unit.test_bandwidth.TestBandwidthRateTracker) ... ok >test_current_rate_after_one_recorded_point (tests.unit.test_bandwidth.TestBandwidthRateTracker) ... ok >test_current_rate_at_initilizations (tests.unit.test_bandwidth.TestBandwidthRateTracker) ... ok >test_get_projected_rate (tests.unit.test_bandwidth.TestBandwidthRateTracker) ... ok >test_get_projected_rate_at_initilizations (tests.unit.test_bandwidth.TestBandwidthRateTracker) ... ok >test_get_projected_rate_for_same_timestamp (tests.unit.test_bandwidth.TestBandwidthRateTracker) ... ok >test_is_not_scheduled (tests.unit.test_bandwidth.TestConsumptionScheduler) ... ok >test_is_scheduled (tests.unit.test_bandwidth.TestConsumptionScheduler) ... ok >test_process_scheduled_consumption (tests.unit.test_bandwidth.TestConsumptionScheduler) ... ok >test_schedule_consumption (tests.unit.test_bandwidth.TestConsumptionScheduler) ... ok >test_schedule_consumption_for_multiple_requests (tests.unit.test_bandwidth.TestConsumptionScheduler) ... ok >test_consume_at_max_rate (tests.unit.test_bandwidth.TestLeakyBucket) ... ok >test_consume_over_max_rate (tests.unit.test_bandwidth.TestLeakyBucket) ... ok >test_consume_under_max_rate (tests.unit.test_bandwidth.TestLeakyBucket) ... ok >test_consume_with_scheduled_retry (tests.unit.test_bandwidth.TestLeakyBucket) ... ok >test_sleep (tests.unit.test_bandwidth.TestTimeUtils) ... ok >test_time (tests.unit.test_bandwidth.TestTimeUtils) ... ok >test_can_provide_signal_handler_initializers_to_start (tests.unit.test_compat.TestBaseManager) ... ok >test_non_file_like_obj (tests.unit.test_compat.TestReadable) ... ok >test_readable_file_like_obj (tests.unit.test_compat.TestReadable) ... ok >test_readable_fileobj (tests.unit.test_compat.TestReadable) ... ok >test_non_file_like_obj (tests.unit.test_compat.TestSeekable) ... ok >test_non_seekable_ioerror (tests.unit.test_compat.TestSeekable) ... ok >test_non_seekable_oserror (tests.unit.test_compat.TestSeekable) ... ok >test_seekable_fileobj (tests.unit.test_compat.TestSeekable) ... ok >test_callbacks_invoked (tests.unit.test_copies.TestCopyObjectTask) ... ok >test_extra_args (tests.unit.test_copies.TestCopyObjectTask) ... ok >test_main (tests.unit.test_copies.TestCopyObjectTask) ... ok >test_callbacks_invoked (tests.unit.test_copies.TestCopyPartTask) ... ok >test_extra_args (tests.unit.test_copies.TestCopyPartTask) ... ok >test_main (tests.unit.test_copies.TestCopyPartTask) ... ok >test_extra_args (tests.unit.test_delete.TestDeleteObjectTask) ... ok >test_main (tests.unit.test_delete.TestDeleteObjectTask) ... ok >test_data_can_be_any_size (tests.unit.test_download.TestDeferQueue) ... ok >test_data_queued_in_order (tests.unit.test_download.TestDeferQueue) ... ok >test_duplicate_writes_are_ignored (tests.unit.test_download.TestDeferQueue) ... ok >test_no_writes_when_not_lowest_block (tests.unit.test_download.TestDeferQueue) ... ok >test_unlocks_partial_range (tests.unit.test_download.TestDeferQueue) ... ok >test_writes_below_min_offset_are_ignored (tests.unit.test_download.TestDeferQueue) ... ok >test_writes_returned_in_order (tests.unit.test_download.TestDeferQueue) ... ok >test_empty_content (tests.unit.test_download.TestDownloadChunkIterator) ... ok >test_iter (tests.unit.test_download.TestDownloadChunkIterator) ... ok >test_iter_chunksize (tests.unit.test_download.TestDownloadChunkIterator) ... ok >test_can_queue_file_io_task (tests.unit.test_download.TestDownloadFilenameOutputManager) ... ok >test_get_download_task_tag (tests.unit.test_download.TestDownloadFilenameOutputManager) ... ok >test_get_file_io_write_task (tests.unit.test_download.TestDownloadFilenameOutputManager) ... ok >test_get_fileobj_for_io_writes (tests.unit.test_download.TestDownloadFilenameOutputManager) ... ok >test_get_final_io_task (tests.unit.test_download.TestDownloadFilenameOutputManager) ... ok >test_is_compatible (tests.unit.test_download.TestDownloadFilenameOutputManager) ... ok >test_compatible_with_non_seekable_stream (tests.unit.test_download.TestDownloadNonSeekableOutputManager) ... ok >test_get_download_task_tag (tests.unit.test_download.TestDownloadNonSeekableOutputManager) ... ok >test_get_file_io_write_task (tests.unit.test_download.TestDownloadNonSeekableOutputManager) ... ok >test_is_compatible_with_bytesio (tests.unit.test_download.TestDownloadNonSeekableOutputManager) ... ok >test_is_compatible_with_seekable_stream (tests.unit.test_download.TestDownloadNonSeekableOutputManager) ... ok >test_not_compatible_with_filename (tests.unit.test_download.TestDownloadNonSeekableOutputManager) ... ok >test_submit_writes_from_internal_queue (tests.unit.test_download.TestDownloadNonSeekableOutputManager) ... ok >test_can_queue_file_io_task (tests.unit.test_download.TestDownloadSeekableOutputManager) ... ok >test_get_download_task_tag (tests.unit.test_download.TestDownloadSeekableOutputManager) ... ok >test_get_file_io_write_task (tests.unit.test_download.TestDownloadSeekableOutputManager) ... ok >test_get_fileobj_for_io_writes (tests.unit.test_download.TestDownloadSeekableOutputManager) ... ok >test_get_final_io_task (tests.unit.test_download.TestDownloadSeekableOutputManager) ... ok >test_is_compatible (tests.unit.test_download.TestDownloadSeekableOutputManager) ... ok >test_is_compatible_bytes_io (tests.unit.test_download.TestDownloadSeekableOutputManager) ... ok >test_not_compatible_for_non_filelike_obj (tests.unit.test_download.TestDownloadSeekableOutputManager) ... ok >test_can_queue_file_io_task (tests.unit.test_download.TestDownloadSpecialFilenameOutputManager) ... ok >test_get_fileobj_for_io_writes (tests.unit.test_download.TestDownloadSpecialFilenameOutputManager) ... ok >test_get_final_io_task (tests.unit.test_download.TestDownloadSpecialFilenameOutputManager) ... ok >test_is_compatible_for_special_file (tests.unit.test_download.TestDownloadSpecialFilenameOutputManager) ... ok >test_is_not_compatible_for_non_special_file (tests.unit.test_download.TestDownloadSpecialFilenameOutputManager) ... ok >test_submits_no_tag_for_get_object_filename (tests.unit.test_download.TestDownloadSubmissionTask) ... ok >test_submits_no_tag_for_get_object_fileobj (tests.unit.test_download.TestDownloadSubmissionTask) ... ok >test_submits_no_tag_for_ranged_get_filename (tests.unit.test_download.TestDownloadSubmissionTask) ... ok >test_submits_no_tag_for_ranged_get_object_fileobj (tests.unit.test_download.TestDownloadSubmissionTask) ... ok >tests_submits_tag_for_get_object_nonseekable_fileobj (tests.unit.test_download.TestDownloadSubmissionTask) ... ok >tests_submits_tag_for_ranged_get_object_nonseekable_fileobj (tests.unit.test_download.TestDownloadSubmissionTask) ... ok >test_cancels_out_of_queueing (tests.unit.test_download.TestGetObjectTask) ... ok >test_control_chunk_size (tests.unit.test_download.TestGetObjectTask) ... ok >test_extra_args (tests.unit.test_download.TestGetObjectTask) ... ok >test_handles_callback_on_initial_error (tests.unit.test_download.TestGetObjectTask) ... ok >test_main (tests.unit.test_download.TestGetObjectTask) ... ok >test_retries_failure (tests.unit.test_download.TestGetObjectTask) ... ok >test_retries_in_middle_of_streaming (tests.unit.test_download.TestGetObjectTask) ... ok >test_retries_succeeds (tests.unit.test_download.TestGetObjectTask) ... ok >test_start_index (tests.unit.test_download.TestGetObjectTask) ... ok >test_uses_bandwidth_limiter (tests.unit.test_download.TestGetObjectTask) ... ok >test_main (tests.unit.test_download.TestIOCloseTask) ... ok >test_main (tests.unit.test_download.TestIORenameFileTask) ... ok >test_main (tests.unit.test_download.TestIOStreamingWriteTask) ... ok >test_main (tests.unit.test_download.TestIOWriteTask) ... ok >test_cancels_out_of_queueing (tests.unit.test_download.TestImmediatelyWriteIOGetObjectTask) ... ok >test_control_chunk_size (tests.unit.test_download.TestImmediatelyWriteIOGetObjectTask) ... ok >test_extra_args (tests.unit.test_download.TestImmediatelyWriteIOGetObjectTask) ... ok >test_handles_callback_on_initial_error (tests.unit.test_download.TestImmediatelyWriteIOGetObjectTask) ... ok >test_main (tests.unit.test_download.TestImmediatelyWriteIOGetObjectTask) ... ok >test_retries_failure (tests.unit.test_download.TestImmediatelyWriteIOGetObjectTask) ... ok >test_retries_in_middle_of_streaming (tests.unit.test_download.TestImmediatelyWriteIOGetObjectTask) ... ok >test_retries_succeeds (tests.unit.test_download.TestImmediatelyWriteIOGetObjectTask) ... ok >test_start_index (tests.unit.test_download.TestImmediatelyWriteIOGetObjectTask) ... ok >test_uses_bandwidth_limiter (tests.unit.test_download.TestImmediatelyWriteIOGetObjectTask) ... ok >test_executor_blocks_on_full_capacity (tests.unit.test_futures.TestBoundedExecutor) ... ok >test_executor_clears_capacity_on_done_tasks (tests.unit.test_futures.TestBoundedExecutor) ... ok >test_replace_underlying_executor (tests.unit.test_futures.TestBoundedExecutor) ... ok >test_shutdown (tests.unit.test_futures.TestBoundedExecutor) ... ok >test_shutdown_no_wait (tests.unit.test_futures.TestBoundedExecutor) ... ok >test_submit_single_task (tests.unit.test_futures.TestBoundedExecutor) ... ok >test_would_not_block_when_full_capacity_in_other_semaphore (tests.unit.test_futures.TestBoundedExecutor) ... ok >test_add_done_callback (tests.unit.test_futures.TestExecutorFuture) ... ok >test_done (tests.unit.test_futures.TestExecutorFuture) ... ok >test_result (tests.unit.test_futures.TestExecutorFuture) ... ok >test_submit (tests.unit.test_futures.TestNonThreadedExecutor) ... ok >test_submit_with_exception (tests.unit.test_futures.TestNonThreadedExecutor) ... ok >test_submit_with_exception_and_captures_info (tests.unit.test_futures.TestNonThreadedExecutor) ... ok >test_done_after_setting_exception (tests.unit.test_futures.TestNonThreadedExecutorFuture) ... ok >test_done_after_setting_result (tests.unit.test_futures.TestNonThreadedExecutorFuture) ... ok >test_done_callback (tests.unit.test_futures.TestNonThreadedExecutorFuture) ... ok >test_done_callback_after_done (tests.unit.test_futures.TestNonThreadedExecutorFuture) ... ok >test_done_starts_false (tests.unit.test_futures.TestNonThreadedExecutorFuture) ... ok >test_exception_result (tests.unit.test_futures.TestNonThreadedExecutorFuture) ... ok >test_exception_result_doesnt_modify_last_frame (tests.unit.test_futures.TestNonThreadedExecutorFuture) ... ok >test_result (tests.unit.test_futures.TestNonThreadedExecutorFuture) ... ok >test_associated_futures (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_association_and_disassociation_on_submit (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_cancel (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_cancel_can_run_done_callbacks_that_uses_result (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_cancel_cannot_override_done_state (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_cancel_with_message (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_cancel_with_provided_exception (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_cannot_set_status_to_queued_from_done_state (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_cannot_set_status_to_running_from_done_state (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_done (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_done_callbacks_on_done (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_exception_can_override_done_state_with_override_flag (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_exception_cannot_override_done_state (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_failure_cleanups (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_failure_cleanups_on_done (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_initial_status (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_repr (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_result_waits_until_done (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_set_exception (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_set_result (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_set_result_can_override_cancel (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_set_status_to_queued (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_status_running (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_submit (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_transfer_id (tests.unit.test_futures.TestTransferCoordinator) ... ok >test_cancel (tests.unit.test_futures.TestTransferFuture) ... ok >test_done (tests.unit.test_futures.TestTransferFuture) ... ok >test_keyboard_interrupt_on_result_does_not_block (tests.unit.test_futures.TestTransferFuture) ... ok >test_meta (tests.unit.test_futures.TestTransferFuture) ... ok >test_result (tests.unit.test_futures.TestTransferFuture) ... ok >test_set_exception (tests.unit.test_futures.TestTransferFuture) ... ok >test_set_exception_only_after_done (tests.unit.test_futures.TestTransferFuture) ... ok >test_call_args (tests.unit.test_futures.TestTransferMeta) ... ok >test_size (tests.unit.test_futures.TestTransferMeta) ... ok >test_transfer_id (tests.unit.test_futures.TestTransferMeta) ... ok >test_user_context (tests.unit.test_futures.TestTransferMeta) ... ok >test_exception_on_zero_attr_value (tests.unit.test_manager.TestTransferConfig) ... ok >test_add_transfer_coordinator (tests.unit.test_manager.TestTransferCoordinatorController) ... ok >test_cancel (tests.unit.test_manager.TestTransferCoordinatorController) ... ok >test_cancel_with_message (tests.unit.test_manager.TestTransferCoordinatorController) ... ok >test_cancel_with_provided_exception (tests.unit.test_manager.TestTransferCoordinatorController) ... ok >test_remove_transfer_coordinator (tests.unit.test_manager.TestTransferCoordinatorController) ... ok >test_wait_can_be_interrupted (tests.unit.test_manager.TestTransferCoordinatorController) ... ok >test_wait_does_not_propogate_exceptions_from_result (tests.unit.test_manager.TestTransferCoordinatorController) ... ok >test_wait_for_done_transfer_coordinators (tests.unit.test_manager.TestTransferCoordinatorController) ... ok >test_create_client (tests.unit.test_processpool.TestClientFactory) ... ok >test_create_client_with_client_kwargs (tests.unit.test_processpool.TestClientFactory) ... ok >test_user_agent_with_config (tests.unit.test_processpool.TestClientFactory) ... ok >test_user_agent_with_existing_user_agent (tests.unit.test_processpool.TestClientFactory) ... ok >test_user_agent_with_existing_user_agent_extra (tests.unit.test_processpool.TestClientFactory) ... ok >test_run_for_non_ranged_download (tests.unit.test_processpool.TestGetObjectSubmitter) ... ok >test_run_for_ranged_download (tests.unit.test_processpool.TestGetObjectSubmitter) ... ok >test_run_when_expected_size_not_provided (tests.unit.test_processpool.TestGetObjectSubmitter) ... ok >test_run_with_error_in_allocating_temp_file (tests.unit.test_processpool.TestGetObjectSubmitter) ... ok >test_run_with_exception (tests.unit.test_processpool.TestGetObjectSubmitter) ... ok >test_run_with_extra_args (tests.unit.test_processpool.TestGetObjectSubmitter) ... ok >test_submitter_cannot_be_killed (tests.unit.test_processpool.TestGetObjectSubmitter) ... ok >test_run_can_exhaust_retries_for_get_object (tests.unit.test_processpool.TestGetObjectWorker) ... ok >test_run_does_retries_for_get_object (tests.unit.test_processpool.TestGetObjectWorker) ... ok >test_run_error_in_get_object (tests.unit.test_processpool.TestGetObjectWorker) ... ok >test_run_fails_to_rename_file (tests.unit.test_processpool.TestGetObjectWorker) ... ok >test_run_final_job_removes_file_on_previous_exception (tests.unit.test_processpool.TestGetObjectWorker) ... ok >test_run_is_final_job (tests.unit.test_processpool.TestGetObjectWorker) ... ok >test_run_jobs_is_not_final_job (tests.unit.test_processpool.TestGetObjectWorker) ... ok >test_run_skips_get_object_on_previous_exception (tests.unit.test_processpool.TestGetObjectWorker) ... ok >test_run_with_extra_args (tests.unit.test_processpool.TestGetObjectWorker) ... ok >test_run_with_offset (tests.unit.test_processpool.TestGetObjectWorker) ... ok >test_worker_cannot_be_killed (tests.unit.test_processpool.TestGetObjectWorker) ... ok >test_ignore_ctrl_c (tests.unit.test_processpool.TestIgnoreCtrlC) ... ok >test_uses_client_kwargs (tests.unit.test_processpool.TestProcessPoolDownloader) ... ERROR >test_cancel (tests.unit.test_processpool.TestProcessPoolTransferFuture) ... ok >test_done (tests.unit.test_processpool.TestProcessPoolTransferFuture) ... ok >test_meta (tests.unit.test_processpool.TestProcessPoolTransferFuture) ... ok >test_result (tests.unit.test_processpool.TestProcessPoolTransferFuture) ... ok >test_result_with_exception (tests.unit.test_processpool.TestProcessPoolTransferFuture) ... ok >test_result_with_keyboard_interrupt (tests.unit.test_processpool.TestProcessPoolTransferFuture) ... ok >test_call_args (tests.unit.test_processpool.TestProcessPoolTransferMeta) ... ok >test_transfer_id (tests.unit.test_processpool.TestProcessPoolTransferMeta) ... ok >test_user_context (tests.unit.test_processpool.TestProcessPoolTransferMeta) ... ok >test_done (tests.unit.test_processpool.TestTransferMonitor) ... ok >test_get_no_exception (tests.unit.test_processpool.TestTransferMonitor) ... ok >test_notify_cancel_all_in_progress (tests.unit.test_processpool.TestTransferMonitor) ... ok >test_notify_cancel_does_not_affect_done_transfers (tests.unit.test_processpool.TestTransferMonitor) ... ok >test_notify_get_exception (tests.unit.test_processpool.TestTransferMonitor) ... ok >test_notify_jobs (tests.unit.test_processpool.TestTransferMonitor) ... ok >test_notify_jobs_for_multiple_transfers (tests.unit.test_processpool.TestTransferMonitor) ... ok >test_notify_new_transfer_creates_new_state (tests.unit.test_processpool.TestTransferMonitor) ... ok >test_notify_new_transfer_increments_transfer_id (tests.unit.test_processpool.TestTransferMonitor) ... ok >test_poll_for_result (tests.unit.test_processpool.TestTransferMonitor) ... ok >test_poll_for_result_raises_error (tests.unit.test_processpool.TestTransferMonitor) ... ok >test_poll_for_result_waits_till_done (tests.unit.test_processpool.TestTransferMonitor) ... ok >test_decrement_jobs_to_complete (tests.unit.test_processpool.TestTransferState) ... ok >test_done (tests.unit.test_processpool.TestTransferState) ... ok >test_exception (tests.unit.test_processpool.TestTransferState) ... ok >test_jobs_to_complete (tests.unit.test_processpool.TestTransferState) ... ok >test_waits_till_done_is_set (tests.unit.test_processpool.TestTransferState) ... ok >test_can_call_base_subscriber_method (tests.unit.test_subscribers.TestSubscribers) ... ok >test_can_instantiate_base_subscriber (tests.unit.test_subscribers.TestSubscribers) ... ok >test_can_subclass_and_override_constructor_from_base_class (tests.unit.test_subscribers.TestSubscribers) ... ok >test_can_subclass_and_override_method_from_base_subscriber (tests.unit.test_subscribers.TestSubscribers) ... ok >test_invalid_arguments_in_constructor_of_subclass_subscriber (tests.unit.test_subscribers.TestSubscribers) ... ok >test_no_kwargs_in_subclass_subscriber_method (tests.unit.test_subscribers.TestSubscribers) ... ok >test_not_callable_in_subclass_subscriber_method (tests.unit.test_subscribers.TestSubscribers) ... ok >test_subclass_can_have_and_call_additional_methods (tests.unit.test_subscribers.TestSubscribers) ... ok >test_includes_extra_args (tests.unit.test_tasks.TestCompleteMultipartUploadTask) ... ok >test_main (tests.unit.test_tasks.TestCompleteMultipartUploadTask) ... ok >test_main (tests.unit.test_tasks.TestCreateMultipartUploadTask) ... ok >test_calls_done_callbacks_on_exception (tests.unit.test_tasks.TestSubmissionTask) ... ok >test_calls_failure_cleanups_on_exception (tests.unit.test_tasks.TestSubmissionTask) ... ok >test_catches_and_sets_keyboard_interrupt_exception_from_submit (tests.unit.test_tasks.TestSubmissionTask) ... ok >test_cleanups_only_ran_once_on_exception (tests.unit.test_tasks.TestSubmissionTask) ... ok >test_done_callbacks_only_ran_once_on_exception (tests.unit.test_tasks.TestSubmissionTask) ... ok >test_handles_cleanups_submitted_in_other_tasks (tests.unit.test_tasks.TestSubmissionTask) ... ok >test_on_queued_callbacks (tests.unit.test_tasks.TestSubmissionTask) ... ok >test_on_queued_status_in_callbacks (tests.unit.test_tasks.TestSubmissionTask) ... ok >test_sets_exception_from_submit (tests.unit.test_tasks.TestSubmissionTask) ... ok >test_submission_task_announces_done_if_cancelled_before_main (tests.unit.test_tasks.TestSubmissionTask) ... ok >test_transitions_from_not_started_to_queued_to_running (tests.unit.test_tasks.TestSubmissionTask) ... ok >test_waits_for_tasks_submitted_by_other_tasks_on_exception (tests.unit.test_tasks.TestSubmissionTask) ... ok >test_context_status_transitioning_failed (tests.unit.test_tasks.TestTask) ... ok >test_context_status_transitioning_success (tests.unit.test_tasks.TestTask) ... ok >test_done_callbacks_failure (tests.unit.test_tasks.TestTask) ... ok >test_done_callbacks_success (tests.unit.test_tasks.TestTask) ... ok >test_failure_cleanups_on_failure (tests.unit.test_tasks.TestTask) ... ok >test_no_failure_cleanups_on_success (tests.unit.test_tasks.TestTask) ... ok >test_passing_main_kwargs (tests.unit.test_tasks.TestTask) ... ok >test_passing_pending_and_non_pending_kwargs (tests.unit.test_tasks.TestTask) ... ok >test_passing_pending_kwargs_list_of_futures (tests.unit.test_tasks.TestTask) ... ok >test_passing_pending_kwargs_single_futures (tests.unit.test_tasks.TestTask) ... ok >test_repr (tests.unit.test_tasks.TestTask) ... ok >test_result_setting_for_error (tests.unit.test_tasks.TestTask) ... ok >test_result_setting_for_success (tests.unit.test_tasks.TestTask) ... ok >test_single_failed_pending_future (tests.unit.test_tasks.TestTask) ... ok >test_single_failed_pending_future_in_list (tests.unit.test_tasks.TestTask) ... ok >test_transfer_id (tests.unit.test_tasks.TestTask) ... ok >test_at_threshold (tests.unit.test_upload.TestAggregatedProgressCallback) ... ok >test_flush (tests.unit.test_upload.TestAggregatedProgressCallback) ... ok >test_flush_with_nothing_to_flush (tests.unit.test_upload.TestAggregatedProgressCallback) ... ok >test_over_threshold (tests.unit.test_upload.TestAggregatedProgressCallback) ... ok >test_under_threshold (tests.unit.test_upload.TestAggregatedProgressCallback) ... ok >test_read_raises_exception (tests.unit.test_upload.TestInterruptReader) ... ok >test_seek (tests.unit.test_upload.TestInterruptReader) ... ok >test_tell (tests.unit.test_upload.TestInterruptReader) ... ok >test_main (tests.unit.test_upload.TestPutObjectTask) ... ok >test_get_put_object_body (tests.unit.test_upload.TestUploadFilenameInputManager) ... ok >test_get_put_object_body_is_interruptable (tests.unit.test_upload.TestUploadFilenameInputManager) ... ok >test_is_compatible (tests.unit.test_upload.TestUploadFilenameInputManager) ... ok >test_provide_transfer_size (tests.unit.test_upload.TestUploadFilenameInputManager) ... ok >test_requires_multipart_upload (tests.unit.test_upload.TestUploadFilenameInputManager) ... ok >test_stores_bodies_in_memory_put_object (tests.unit.test_upload.TestUploadFilenameInputManager) ... ok >test_stores_bodies_in_memory_upload_part (tests.unit.test_upload.TestUploadFilenameInputManager) ... ok >test_yield_upload_part_bodies (tests.unit.test_upload.TestUploadFilenameInputManager) ... ok >test_yield_upload_part_bodies_are_interruptable (tests.unit.test_upload.TestUploadFilenameInputManager) ... ok >test_get_put_object_body (tests.unit.test_upload.TestUploadNonSeekableInputManager) ... ok >test_get_put_object_body_is_interruptable (tests.unit.test_upload.TestUploadNonSeekableInputManager) ... ok >test_initial_data_parts_threshold_equal (tests.unit.test_upload.TestUploadNonSeekableInputManager) ... ok >test_initial_data_parts_threshold_greater (tests.unit.test_upload.TestUploadNonSeekableInputManager) ... ok >test_initial_data_parts_threshold_lesser (tests.unit.test_upload.TestUploadNonSeekableInputManager) ... ok >test_is_compatible (tests.unit.test_upload.TestUploadNonSeekableInputManager) ... ok >test_provide_transfer_size (tests.unit.test_upload.TestUploadNonSeekableInputManager) ... ok >test_requires_multipart_upload (tests.unit.test_upload.TestUploadNonSeekableInputManager) ... ok >test_stores_bodies_in_memory_put_object (tests.unit.test_upload.TestUploadNonSeekableInputManager) ... ok >test_stores_bodies_in_memory_upload_part (tests.unit.test_upload.TestUploadNonSeekableInputManager) ... ok >test_yield_upload_part_bodies (tests.unit.test_upload.TestUploadNonSeekableInputManager) ... ok >test_yield_upload_part_bodies_are_interruptable (tests.unit.test_upload.TestUploadNonSeekableInputManager) ... ok >test_main (tests.unit.test_upload.TestUploadPartTask) ... ok >test_get_put_object_body (tests.unit.test_upload.TestUploadSeekableInputManager) ... ok >test_get_put_object_body_is_interruptable (tests.unit.test_upload.TestUploadSeekableInputManager) ... ok >test_is_compatible (tests.unit.test_upload.TestUploadSeekableInputManager) ... ok >test_is_compatible_bytes_io (tests.unit.test_upload.TestUploadSeekableInputManager) ... ok >test_not_compatible_for_non_filelike_obj (tests.unit.test_upload.TestUploadSeekableInputManager) ... ok >test_provide_transfer_size (tests.unit.test_upload.TestUploadSeekableInputManager) ... ok >test_requires_multipart_upload (tests.unit.test_upload.TestUploadSeekableInputManager) ... ok >test_stores_bodies_in_memory_put_object (tests.unit.test_upload.TestUploadSeekableInputManager) ... ok >test_stores_bodies_in_memory_upload_part (tests.unit.test_upload.TestUploadSeekableInputManager) ... ok >test_yield_upload_part_bodies (tests.unit.test_upload.TestUploadSeekableInputManager) ... ok >test_yield_upload_part_bodies_are_interruptable (tests.unit.test_upload.TestUploadSeekableInputManager) ... ok >test_provide_file_size_on_put (tests.unit.test_upload.TestUploadSubmissionTask) ... ok >test_submits_no_tag_for_multipart_filename (tests.unit.test_upload.TestUploadSubmissionTask) ... ok >test_submits_no_tag_for_put_object_filename (tests.unit.test_upload.TestUploadSubmissionTask) ... ok >test_submits_no_tag_for_put_object_fileobj (tests.unit.test_upload.TestUploadSubmissionTask) ... ok >test_submits_tag_for_multipart_fileobj (tests.unit.test_upload.TestUploadSubmissionTask) ... ok >test_chunksize_above_maximum (tests.unit.test_utils.TestAdjustChunksize) ... ok >test_chunksize_below_minimum (tests.unit.test_utils.TestAdjustChunksize) ... ok >test_chunksize_too_small (tests.unit.test_utils.TestAdjustChunksize) ... ok >test_unknown_file_size_above_maximum (tests.unit.test_utils.TestAdjustChunksize) ... ok >test_unknown_file_size_below_minimum (tests.unit.test_utils.TestAdjustChunksize) ... ok >test_unknown_file_size_with_valid_chunksize (tests.unit.test_utils.TestAdjustChunksize) ... ok >test_valid_chunksize (tests.unit.test_utils.TestAdjustChunksize) ... ok >test_calculate_num_parts_divisible (tests.unit.test_utils.TestCalculateNumParts) ... ok >test_calculate_num_parts_not_divisible (tests.unit.test_utils.TestCalculateNumParts) ... ok >test_calculate_range_paramter (tests.unit.test_utils.TestCalculateRangeParameter) ... ok >test_last_part_with_no_total_size (tests.unit.test_utils.TestCalculateRangeParameter) ... ok >test_last_part_with_total_size (tests.unit.test_utils.TestCalculateRangeParameter) ... ok >test_call_args (tests.unit.test_utils.TestCallArgs) ... ok >test_callback_invoked_after_finalizing_and_count_reaching_zero (tests.unit.test_utils.TestCountCallbackInvoker) ... ok >test_callback_invoked_only_once_finalized (tests.unit.test_utils.TestCountCallbackInvoker) ... ok >test_cannot_increment_after_finalization (tests.unit.test_utils.TestCountCallbackInvoker) ... ok >test_count_cannot_go_below_zero (tests.unit.test_utils.TestCountCallbackInvoker) ... ok >test_decrement (tests.unit.test_utils.TestCountCallbackInvoker) ... ok >test_increment (tests.unit.test_utils.TestCountCallbackInvoker) ... ok >test_context_handler (tests.unit.test_utils.TestDeferredOpenFile) ... ok >test_instantiation_does_not_open_file (tests.unit.test_utils.TestDeferredOpenFile) ... ok >test_name (tests.unit.test_utils.TestDeferredOpenFile) ... ok >test_open_args (tests.unit.test_utils.TestDeferredOpenFile) ... ok >test_open_does_not_seek_with_zero_start_byte (tests.unit.test_utils.TestDeferredOpenFile) ... ok >test_open_seeks_with_nonzero_start_byte (tests.unit.test_utils.TestDeferredOpenFile) ... ok >test_read (tests.unit.test_utils.TestDeferredOpenFile) ... ok >test_seek (tests.unit.test_utils.TestDeferredOpenFile) ... ok >test_tell (tests.unit.test_utils.TestDeferredOpenFile) ... ok >test_write (tests.unit.test_utils.TestDeferredOpenFile) ... ok >test_call (tests.unit.test_utils.TestFunctionContainer) ... ok >test_repr (tests.unit.test_utils.TestFunctionContainer) ... ok >test_get_callbacks (tests.unit.test_utils.TestGetCallbacks) ... ok >test_get_callbacks_for_missing_type (tests.unit.test_utils.TestGetCallbacks) ... ok >test_get_filtered_dict (tests.unit.test_utils.TestGetFilteredDict) ... ok >test_invoke_progress_callbacks (tests.unit.test_utils.TestInvokeProgressCallbacks) ... ok >test_invoke_progress_callbacks_with_no_progress (tests.unit.test_utils.TestInvokeProgressCallbacks) ... ok >test_allocate (tests.unit.test_utils.TestOSUtils) ... ok >test_allocate_with_io_error (tests.unit.test_utils.TestOSUtils) ... ok >test_allocate_with_os_error (tests.unit.test_utils.TestOSUtils) ... ok >test_get_file_size (tests.unit.test_utils.TestOSUtils) ... ok >test_get_temp_filename (tests.unit.test_utils.TestOSUtils) ... ok >test_is_special_file_for_non_existant_file (tests.unit.test_utils.TestOSUtils) ... ok >test_is_special_file_for_normal_file (tests.unit.test_utils.TestOSUtils) ... ok >test_open_file (tests.unit.test_utils.TestOSUtils) ... ok >test_open_file_chunk_reader (tests.unit.test_utils.TestOSUtils) ... ok >test_open_file_chunk_reader_from_fileobj (tests.unit.test_utils.TestOSUtils) ... ok >test_remove_file_ignores_errors (tests.unit.test_utils.TestOSUtils) ... ok >test_remove_file_proxies_remove_file (tests.unit.test_utils.TestOSUtils) ... ok >test_rename_file (tests.unit.test_utils.TestOSUtils) ... ok >test_has_proper_length (tests.unit.test_utils.TestRandomFileExtension) ... ok >test_all_callbacks_invoked_on_read (tests.unit.test_utils.TestReadFileChunk) ... ok >test_callback_can_be_disabled (tests.unit.test_utils.TestReadFileChunk) ... ok >test_callback_is_invoked_on_read (tests.unit.test_utils.TestReadFileChunk) ... ok >test_callback_will_also_be_triggered_by_seek (tests.unit.test_utils.TestReadFileChunk) ... ok >test_close_callbacks (tests.unit.test_utils.TestReadFileChunk) ... ok >test_close_callbacks_when_context_handler_is_used (tests.unit.test_utils.TestReadFileChunk) ... ok >test_close_callbacks_when_not_enabled (tests.unit.test_utils.TestReadFileChunk) ... ok >test_file_chunk_supports_context_manager (tests.unit.test_utils.TestReadFileChunk) ... ok >test_iter_is_always_empty (tests.unit.test_utils.TestReadFileChunk) ... ok >test_no_call_signal_not_transferring_to_underlying_fileobj (tests.unit.test_utils.TestReadFileChunk) ... ok >test_no_call_signal_transferring_to_underlying_fileobj (tests.unit.test_utils.TestReadFileChunk) ... ok >test_read_entire_chunk (tests.unit.test_utils.TestReadFileChunk) ... ok >test_read_past_end_of_file (tests.unit.test_utils.TestReadFileChunk) ... ok >test_read_with_amount_size (tests.unit.test_utils.TestReadFileChunk) ... ok >test_reset_stream_emulation (tests.unit.test_utils.TestReadFileChunk) ... ok >test_signal_not_transferring_to_underlying_fileobj (tests.unit.test_utils.TestReadFileChunk) ... ok >test_signal_transferring (tests.unit.test_utils.TestReadFileChunk) ... ok >test_signal_transferring_to_underlying_fileobj (tests.unit.test_utils.TestReadFileChunk) ... ok >test_tell_and_seek (tests.unit.test_utils.TestReadFileChunk) ... ok >test_acquire_release_basic_case (tests.unit.test_utils.TestSlidingWindowSemaphore) ... ok >test_can_acquire_a_range (tests.unit.test_utils.TestSlidingWindowSemaphore) ... ok >test_can_acquire_release_multiple_times (tests.unit.test_utils.TestSlidingWindowSemaphore) ... ok >test_can_check_in_partial_range (tests.unit.test_utils.TestSlidingWindowSemaphore) ... ok >test_can_handle_multiple_tags_released (tests.unit.test_utils.TestSlidingWindowSemaphore) ... ok >test_can_track_multiple_tags (tests.unit.test_utils.TestSlidingWindowSemaphore) ... ok >test_counter_release_only_on_min_element (tests.unit.test_utils.TestSlidingWindowSemaphore) ... ok >test_error_to_release_unknown_tag (tests.unit.test_utils.TestSlidingWindowSemaphore) ... ok >test_is_error_to_double_release (tests.unit.test_utils.TestSlidingWindowSemaphore) ... ok >test_is_error_to_release_unknown_sequence_number (tests.unit.test_utils.TestSlidingWindowSemaphore) ... ok >test_raises_error_when_count_is_zero (tests.unit.test_utils.TestSlidingWindowSemaphore) ... ok >test_release_counters_can_increment_counter_repeatedly (tests.unit.test_utils.TestSlidingWindowSemaphore) ... ok >test_callback_invoked (tests.unit.test_utils.TestStreamReaderProgress) ... ok >test_proxies_to_wrapped_stream (tests.unit.test_utils.TestStreamReaderProgress) ... ok >test_release_capacity (tests.unit.test_utils.TestTaskSemaphore) ... ok >test_should_block_at_max_capacity (tests.unit.test_utils.TestTaskSemaphore) ... ok >test_acquire_blocks_until_release_is_called (tests.unit.test_utils.TestThreadingPropertiesForSlidingWindowSemaphore) ... ok >test_blocking_stress (tests.unit.test_utils.TestThreadingPropertiesForSlidingWindowSemaphore) ... ok >test_stress_invariants_random_order (tests.unit.test_utils.TestThreadingPropertiesForSlidingWindowSemaphore) ... ok >test_abort_on_failure (tests.functional.test_copy.TestMultipartCopy) ... ok >test_can_provide_file_size (tests.functional.test_copy.TestMultipartCopy) ... ok >test_copy (tests.functional.test_copy.TestMultipartCopy) ... ok >test_copy_args_to_only_create_multipart (tests.functional.test_copy.TestMultipartCopy) ... ok >test_copy_blacklists_args_to_create_multipart (tests.functional.test_copy.TestMultipartCopy) ... ok >test_copy_maps_extra_args_to_head_object (tests.functional.test_copy.TestMultipartCopy) ... ok >test_copy_passes_args_to_create_multipart_and_upload_part (tests.functional.test_copy.TestMultipartCopy) ... ok >test_copy_with_extra_args (tests.functional.test_copy.TestMultipartCopy) ... ok >test_for_callback_kwargs_correctness (tests.functional.test_copy.TestMultipartCopy) ... ok >test_has_transfer_id_associated_to_future (tests.functional.test_copy.TestMultipartCopy) ... ok >test_invalid_copy_source (tests.functional.test_copy.TestMultipartCopy) ... ok >test_invalid_extra_args (tests.functional.test_copy.TestMultipartCopy) ... ok >test_mp_copy_with_tagging_directive (tests.functional.test_copy.TestMultipartCopy) ... ok >test_provide_copy_source_as_dict (tests.functional.test_copy.TestMultipartCopy) ... ok >test_provide_copy_source_client (tests.functional.test_copy.TestMultipartCopy) ... ok >test_returns_correct_call_args (tests.functional.test_copy.TestMultipartCopy) ... ok >test_returns_future_with_meta (tests.functional.test_copy.TestMultipartCopy) ... ok >test_allowed_copy_params_are_valid (tests.functional.test_copy.TestNonMultipartCopy) ... ok >test_can_provide_file_size (tests.functional.test_copy.TestNonMultipartCopy) ... ok >test_copy (tests.functional.test_copy.TestNonMultipartCopy) ... ok >test_copy_maps_extra_args_to_head_object (tests.functional.test_copy.TestNonMultipartCopy) ... ok >test_copy_with_extra_args (tests.functional.test_copy.TestNonMultipartCopy) ... ok >test_copy_with_tagging (tests.functional.test_copy.TestNonMultipartCopy) ... ok >test_for_callback_kwargs_correctness (tests.functional.test_copy.TestNonMultipartCopy) ... ok >test_has_transfer_id_associated_to_future (tests.functional.test_copy.TestNonMultipartCopy) ... ok >test_invalid_copy_source (tests.functional.test_copy.TestNonMultipartCopy) ... ok >test_invalid_extra_args (tests.functional.test_copy.TestNonMultipartCopy) ... ok >test_provide_copy_source_as_dict (tests.functional.test_copy.TestNonMultipartCopy) ... ok >test_provide_copy_source_client (tests.functional.test_copy.TestNonMultipartCopy) ... ok >test_returns_correct_call_args (tests.functional.test_copy.TestNonMultipartCopy) ... ok >test_returns_future_with_meta (tests.functional.test_copy.TestNonMultipartCopy) ... ok >test_for_callback_kwargs_correctness (tests.functional.test_delete.TestDeleteObject) ... ok >test_has_transfer_id_associated_to_future (tests.functional.test_delete.TestDeleteObject) ... ok >test_invalid_extra_args (tests.functional.test_delete.TestDeleteObject) ... ok >test_known_allowed_args_in_input_shape (tests.functional.test_delete.TestDeleteObject) ... ok >test_returns_correct_call_args (tests.functional.test_delete.TestDeleteObject) ... ok >test_returns_future_with_meta (tests.functional.test_delete.TestDeleteObject) ... ok >test_allowed_copy_params_are_valid (tests.functional.test_download.TestNonRangedDownload) ... ok >test_can_provide_file_size (tests.functional.test_download.TestNonRangedDownload) ... ok >test_download (tests.functional.test_download.TestNonRangedDownload) ... ok >test_download_cleanup_on_failure (tests.functional.test_download.TestNonRangedDownload) ... ok >test_download_empty_object (tests.functional.test_download.TestNonRangedDownload) ... ok >test_download_for_fifo_file (tests.functional.test_download.TestNonRangedDownload) ... ok >test_download_for_fileobj (tests.functional.test_download.TestNonRangedDownload) ... ok >test_download_for_nonseekable_filelike_obj (tests.functional.test_download.TestNonRangedDownload) ... ok >test_download_for_seekable_filelike_obj (tests.functional.test_download.TestNonRangedDownload) ... ok >test_download_temporary_file_does_not_exist (tests.functional.test_download.TestNonRangedDownload) ... ok >test_download_with_nonexistent_directory (tests.functional.test_download.TestNonRangedDownload) ... ok >test_for_callback_kwargs_correctness (tests.functional.test_download.TestNonRangedDownload) ... ok >test_has_transfer_id_associated_to_future (tests.functional.test_download.TestNonRangedDownload) ... ok >test_invalid_extra_args (tests.functional.test_download.TestNonRangedDownload) ... ok >test_retries_and_succeeds (tests.functional.test_download.TestNonRangedDownload) ... ok >test_retry_failure (tests.functional.test_download.TestNonRangedDownload) ... ok >test_retry_rewinds_callbacks (tests.functional.test_download.TestNonRangedDownload) ... ok >test_returns_correct_call_args (tests.functional.test_download.TestNonRangedDownload) ... ok >test_returns_future_with_meta (tests.functional.test_download.TestNonRangedDownload) ... ok >test_uses_bandwidth_limiter (tests.functional.test_download.TestNonRangedDownload) ... ok >test_uses_provided_osutil (tests.functional.test_download.TestNonRangedDownload) ... ok >test_can_provide_file_size (tests.functional.test_download.TestRangedDownload) ... ok >test_download (tests.functional.test_download.TestRangedDownload) ... ok >test_download_cleanup_on_failure (tests.functional.test_download.TestRangedDownload) ... ok >test_download_for_fifo_file (tests.functional.test_download.TestRangedDownload) ... ok >test_download_for_fileobj (tests.functional.test_download.TestRangedDownload) ... ok >test_download_for_nonseekable_filelike_obj (tests.functional.test_download.TestRangedDownload) ... ok >test_download_for_seekable_filelike_obj (tests.functional.test_download.TestRangedDownload) ... ok >test_download_temporary_file_does_not_exist (tests.functional.test_download.TestRangedDownload) ... ok >test_download_with_nonexistent_directory (tests.functional.test_download.TestRangedDownload) ... ok >test_for_callback_kwargs_correctness (tests.functional.test_download.TestRangedDownload) ... ok >test_has_transfer_id_associated_to_future (tests.functional.test_download.TestRangedDownload) ... ok >test_invalid_extra_args (tests.functional.test_download.TestRangedDownload) ... ok >test_retries_and_succeeds (tests.functional.test_download.TestRangedDownload) ... ok >test_retry_failure (tests.functional.test_download.TestRangedDownload) ... ok >test_retry_rewinds_callbacks (tests.functional.test_download.TestRangedDownload) ... ok >test_returns_correct_call_args (tests.functional.test_download.TestRangedDownload) ... ok >test_returns_future_with_meta (tests.functional.test_download.TestRangedDownload) ... ok >test_uses_provided_osutil (tests.functional.test_download.TestRangedDownload) ... ok >test_client_property (tests.functional.test_manager.TestTransferManager) ... ok >test_cntrl_c_in_context_manager_cancels_incomplete_transfers (tests.functional.test_manager.TestTransferManager) ... ok >test_config_property (tests.functional.test_manager.TestTransferManager) ... ok >test_enable_disable_callbacks_only_ever_registered_once (tests.functional.test_manager.TestTransferManager) ... ok >test_error_in_context_manager_cancels_incomplete_transfers (tests.functional.test_manager.TestTransferManager) ... ok >test_unicode_exception_in_context_manager (tests.functional.test_manager.TestTransferManager) ... ok >test_use_custom_executor_implementation (tests.functional.test_manager.TestTransferManager) ... ok >test_cleans_up_tempfile_on_failure (tests.functional.test_processpool.TestProcessPoolDownloader) ... ERROR >test_download_file (tests.functional.test_processpool.TestProcessPoolDownloader) ... ERROR >test_download_file_expected_size (tests.functional.test_processpool.TestProcessPoolDownloader) ... ERROR >test_download_file_extra_args (tests.functional.test_processpool.TestProcessPoolDownloader) ... ERROR >test_download_file_ranged_download (tests.functional.test_processpool.TestProcessPoolDownloader) ... ERROR >test_download_multiple_files (tests.functional.test_processpool.TestProcessPoolDownloader) ... ERROR >test_result_with_cancel (tests.functional.test_processpool.TestProcessPoolDownloader) ... ERROR >test_result_with_exception (tests.functional.test_processpool.TestProcessPoolDownloader) ... ERROR >test_result_with_success (tests.functional.test_processpool.TestProcessPoolDownloader) ... ERROR >test_shutdown_with_no_downloads (tests.functional.test_processpool.TestProcessPoolDownloader) ... ERROR >test_shutdown_with_no_downloads_and_ctrl_c (tests.functional.test_processpool.TestProcessPoolDownloader) ... ERROR >test_validates_extra_args (tests.functional.test_processpool.TestProcessPoolDownloader) ... ERROR >test_for_callback_kwargs_correctness (tests.functional.test_upload.TestMultipartUpload) ... ok >test_has_transfer_id_associated_to_future (tests.functional.test_upload.TestMultipartUpload) ... ok >test_invalid_extra_args (tests.functional.test_upload.TestMultipartUpload) ... ok >test_limits_in_memory_chunks_for_fileobj (tests.functional.test_upload.TestMultipartUpload) ... ok >test_returns_correct_call_args (tests.functional.test_upload.TestMultipartUpload) ... ok >test_returns_future_with_meta (tests.functional.test_upload.TestMultipartUpload) ... ok >test_upload (tests.functional.test_upload.TestMultipartUpload) ... ok >test_upload_failure_invokes_abort (tests.functional.test_upload.TestMultipartUpload) ... ok >test_upload_for_fileobj (tests.functional.test_upload.TestMultipartUpload) ... ok >test_upload_for_non_seekable_filelike_obj (tests.functional.test_upload.TestMultipartUpload) ... ok >test_upload_for_seekable_filelike_obj (tests.functional.test_upload.TestMultipartUpload) ... ok >test_upload_for_seekable_filelike_obj_that_has_been_seeked (tests.functional.test_upload.TestMultipartUpload) ... ok >test_upload_passes_select_extra_args (tests.functional.test_upload.TestMultipartUpload) ... ok >test_allowed_upload_params_are_valid (tests.functional.test_upload.TestNonMultipartUpload) ... ok >test_for_callback_kwargs_correctness (tests.functional.test_upload.TestNonMultipartUpload) ... ok >test_has_transfer_id_associated_to_future (tests.functional.test_upload.TestNonMultipartUpload) ... ok >test_invalid_extra_args (tests.functional.test_upload.TestNonMultipartUpload) ... ok >test_returns_correct_call_args (tests.functional.test_upload.TestNonMultipartUpload) ... ok >test_returns_future_with_meta (tests.functional.test_upload.TestNonMultipartUpload) ... ok >test_sigv4_progress_callbacks_invoked_once (tests.functional.test_upload.TestNonMultipartUpload) ... ok >test_upload (tests.functional.test_upload.TestNonMultipartUpload) ... ok >test_upload_for_fileobj (tests.functional.test_upload.TestNonMultipartUpload) ... ok >test_upload_for_non_seekable_filelike_obj (tests.functional.test_upload.TestNonMultipartUpload) ... ok >test_upload_for_seekable_filelike_obj (tests.functional.test_upload.TestNonMultipartUpload) ... ok >test_upload_for_seekable_filelike_obj_that_has_been_seeked (tests.functional.test_upload.TestNonMultipartUpload) ... ok >test_upload_with_bandwidth_limiter (tests.functional.test_upload.TestNonMultipartUpload) ... ok >test_uses_provided_osutil (tests.functional.test_upload.TestNonMultipartUpload) ... ok >test_character_device (tests.functional.test_utils.TestOSUtilsSpecialFiles) ... ok >test_fifo (tests.functional.test_utils.TestOSUtilsSpecialFiles) ... ok >test_socket (tests.functional.test_utils.TestOSUtilsSpecialFiles) ... ok > >====================================================================== >ERROR: test_uses_client_kwargs (tests.unit.test_processpool.TestProcessPoolDownloader) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1/tests/unit/test_processpool.py", line 73, in test_uses_client_kwargs > ProcessPoolDownloader(client_kwargs={'region_name': 'myregion'}) > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer/processpool.py", line 311, in __init__ > self._download_request_queue = multiprocessing.Queue(1000) > File "/usr/lib64/python3.6/multiprocessing/context.py", line 102, in Queue > return Queue(maxsize, ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/queues.py", line 42, in __init__ > self._rlock = ctx.Lock() > File "/usr/lib64/python3.6/multiprocessing/context.py", line 67, in Lock > return Lock(ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 162, in __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 59, in __init__ > unlink_now) >PermissionError: [Errno 13] Permission denied > >====================================================================== >ERROR: test_cleans_up_tempfile_on_failure (tests.functional.test_processpool.TestProcessPoolDownloader) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1/tests/functional/test_processpool.py", line 97, in setUp > self.downloader = ProcessPoolDownloader(config=self.config) > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer/processpool.py", line 311, in __init__ > self._download_request_queue = multiprocessing.Queue(1000) > File "/usr/lib64/python3.6/multiprocessing/context.py", line 102, in Queue > return Queue(maxsize, ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/queues.py", line 42, in __init__ > self._rlock = ctx.Lock() > File "/usr/lib64/python3.6/multiprocessing/context.py", line 67, in Lock > return Lock(ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 162, in __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 59, in __init__ > unlink_now) >PermissionError: [Errno 13] Permission denied > >====================================================================== >ERROR: test_download_file (tests.functional.test_processpool.TestProcessPoolDownloader) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1/tests/functional/test_processpool.py", line 97, in setUp > self.downloader = ProcessPoolDownloader(config=self.config) > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer/processpool.py", line 311, in __init__ > self._download_request_queue = multiprocessing.Queue(1000) > File "/usr/lib64/python3.6/multiprocessing/context.py", line 102, in Queue > return Queue(maxsize, ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/queues.py", line 42, in __init__ > self._rlock = ctx.Lock() > File "/usr/lib64/python3.6/multiprocessing/context.py", line 67, in Lock > return Lock(ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 162, in __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 59, in __init__ > unlink_now) >PermissionError: [Errno 13] Permission denied > >====================================================================== >ERROR: test_download_file_expected_size (tests.functional.test_processpool.TestProcessPoolDownloader) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1/tests/functional/test_processpool.py", line 97, in setUp > self.downloader = ProcessPoolDownloader(config=self.config) > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer/processpool.py", line 311, in __init__ > self._download_request_queue = multiprocessing.Queue(1000) > File "/usr/lib64/python3.6/multiprocessing/context.py", line 102, in Queue > return Queue(maxsize, ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/queues.py", line 42, in __init__ > self._rlock = ctx.Lock() > File "/usr/lib64/python3.6/multiprocessing/context.py", line 67, in Lock > return Lock(ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 162, in __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 59, in __init__ > unlink_now) >PermissionError: [Errno 13] Permission denied > >====================================================================== >ERROR: test_download_file_extra_args (tests.functional.test_processpool.TestProcessPoolDownloader) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1/tests/functional/test_processpool.py", line 97, in setUp > self.downloader = ProcessPoolDownloader(config=self.config) > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer/processpool.py", line 311, in __init__ > self._download_request_queue = multiprocessing.Queue(1000) > File "/usr/lib64/python3.6/multiprocessing/context.py", line 102, in Queue > return Queue(maxsize, ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/queues.py", line 42, in __init__ > self._rlock = ctx.Lock() > File "/usr/lib64/python3.6/multiprocessing/context.py", line 67, in Lock > return Lock(ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 162, in __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 59, in __init__ > unlink_now) >PermissionError: [Errno 13] Permission denied > >====================================================================== >ERROR: test_download_file_ranged_download (tests.functional.test_processpool.TestProcessPoolDownloader) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1/tests/functional/test_processpool.py", line 97, in setUp > self.downloader = ProcessPoolDownloader(config=self.config) > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer/processpool.py", line 311, in __init__ > self._download_request_queue = multiprocessing.Queue(1000) > File "/usr/lib64/python3.6/multiprocessing/context.py", line 102, in Queue > return Queue(maxsize, ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/queues.py", line 42, in __init__ > self._rlock = ctx.Lock() > File "/usr/lib64/python3.6/multiprocessing/context.py", line 67, in Lock > return Lock(ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 162, in __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 59, in __init__ > unlink_now) >PermissionError: [Errno 13] Permission denied > >====================================================================== >ERROR: test_download_multiple_files (tests.functional.test_processpool.TestProcessPoolDownloader) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1/tests/functional/test_processpool.py", line 97, in setUp > self.downloader = ProcessPoolDownloader(config=self.config) > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer/processpool.py", line 311, in __init__ > self._download_request_queue = multiprocessing.Queue(1000) > File "/usr/lib64/python3.6/multiprocessing/context.py", line 102, in Queue > return Queue(maxsize, ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/queues.py", line 42, in __init__ > self._rlock = ctx.Lock() > File "/usr/lib64/python3.6/multiprocessing/context.py", line 67, in Lock > return Lock(ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 162, in __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 59, in __init__ > unlink_now) >PermissionError: [Errno 13] Permission denied > >====================================================================== >ERROR: test_result_with_cancel (tests.functional.test_processpool.TestProcessPoolDownloader) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1/tests/functional/test_processpool.py", line 97, in setUp > self.downloader = ProcessPoolDownloader(config=self.config) > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer/processpool.py", line 311, in __init__ > self._download_request_queue = multiprocessing.Queue(1000) > File "/usr/lib64/python3.6/multiprocessing/context.py", line 102, in Queue > return Queue(maxsize, ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/queues.py", line 42, in __init__ > self._rlock = ctx.Lock() > File "/usr/lib64/python3.6/multiprocessing/context.py", line 67, in Lock > return Lock(ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 162, in __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 59, in __init__ > unlink_now) >PermissionError: [Errno 13] Permission denied > >====================================================================== >ERROR: test_result_with_exception (tests.functional.test_processpool.TestProcessPoolDownloader) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1/tests/functional/test_processpool.py", line 97, in setUp > self.downloader = ProcessPoolDownloader(config=self.config) > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer/processpool.py", line 311, in __init__ > self._download_request_queue = multiprocessing.Queue(1000) > File "/usr/lib64/python3.6/multiprocessing/context.py", line 102, in Queue > return Queue(maxsize, ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/queues.py", line 42, in __init__ > self._rlock = ctx.Lock() > File "/usr/lib64/python3.6/multiprocessing/context.py", line 67, in Lock > return Lock(ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 162, in __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 59, in __init__ > unlink_now) >PermissionError: [Errno 13] Permission denied > >====================================================================== >ERROR: test_result_with_success (tests.functional.test_processpool.TestProcessPoolDownloader) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1/tests/functional/test_processpool.py", line 97, in setUp > self.downloader = ProcessPoolDownloader(config=self.config) > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer/processpool.py", line 311, in __init__ > self._download_request_queue = multiprocessing.Queue(1000) > File "/usr/lib64/python3.6/multiprocessing/context.py", line 102, in Queue > return Queue(maxsize, ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/queues.py", line 42, in __init__ > self._rlock = ctx.Lock() > File "/usr/lib64/python3.6/multiprocessing/context.py", line 67, in Lock > return Lock(ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 162, in __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 59, in __init__ > unlink_now) >PermissionError: [Errno 13] Permission denied > >====================================================================== >ERROR: test_shutdown_with_no_downloads (tests.functional.test_processpool.TestProcessPoolDownloader) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1/tests/functional/test_processpool.py", line 97, in setUp > self.downloader = ProcessPoolDownloader(config=self.config) > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer/processpool.py", line 311, in __init__ > self._download_request_queue = multiprocessing.Queue(1000) > File "/usr/lib64/python3.6/multiprocessing/context.py", line 102, in Queue > return Queue(maxsize, ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/queues.py", line 42, in __init__ > self._rlock = ctx.Lock() > File "/usr/lib64/python3.6/multiprocessing/context.py", line 67, in Lock > return Lock(ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 162, in __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 59, in __init__ > unlink_now) >PermissionError: [Errno 13] Permission denied > >====================================================================== >ERROR: test_shutdown_with_no_downloads_and_ctrl_c (tests.functional.test_processpool.TestProcessPoolDownloader) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1/tests/functional/test_processpool.py", line 97, in setUp > self.downloader = ProcessPoolDownloader(config=self.config) > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer/processpool.py", line 311, in __init__ > self._download_request_queue = multiprocessing.Queue(1000) > File "/usr/lib64/python3.6/multiprocessing/context.py", line 102, in Queue > return Queue(maxsize, ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/queues.py", line 42, in __init__ > self._rlock = ctx.Lock() > File "/usr/lib64/python3.6/multiprocessing/context.py", line 67, in Lock > return Lock(ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 162, in __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 59, in __init__ > unlink_now) >PermissionError: [Errno 13] Permission denied > >====================================================================== >ERROR: test_validates_extra_args (tests.functional.test_processpool.TestProcessPoolDownloader) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1/tests/functional/test_processpool.py", line 97, in setUp > self.downloader = ProcessPoolDownloader(config=self.config) > File "/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1-python3_6/lib/s3transfer/processpool.py", line 311, in __init__ > self._download_request_queue = multiprocessing.Queue(1000) > File "/usr/lib64/python3.6/multiprocessing/context.py", line 102, in Queue > return Queue(maxsize, ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/queues.py", line 42, in __init__ > self._rlock = ctx.Lock() > File "/usr/lib64/python3.6/multiprocessing/context.py", line 67, in Lock > return Lock(ctx=self.get_context()) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 162, in __init__ > SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) > File "/usr/lib64/python3.6/multiprocessing/synchronize.py", line 59, in __init__ > unlink_now) >PermissionError: [Errno 13] Permission denied > >---------------------------------------------------------------------- >Ran 534 tests in 156.536s > >FAILED (errors=13) > * ERROR: dev-python/s3transfer-0.3.1::gentoo failed (test phase): > * tests failed under python3.6 > * > * Call stack: > * ebuild.sh, line 125: Called src_test > * environment, line 2896: Called distutils-r1_src_test > * environment, line 1241: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 438: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 2510: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2023: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2021: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 829: Called distutils-r1_run_phase 'python_test' > * environment, line 1178: Called python_test > * environment, line 2855: Called die > * The specific snippet of code: > * nosetests -v tests/unit/ tests/functional/ || die "tests failed under ${EPYTHON}" > * > * If you need support, post the output of `emerge --info '=dev-python/s3transfer-0.3.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/s3transfer-0.3.1::gentoo'`. > * The complete build log is located at '/var/log/emerge-log/build/dev-python/s3transfer-0.3.1:20200429-181118.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/s3transfer-0.3.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/s3transfer-0.3.1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1' > * S: '/var/tmp/portage/dev-python/s3transfer-0.3.1/work/s3transfer-0.3.1' > > > >emerge --info: >Portage 2.3.99 (python 3.6.10-final-0, default/linux/arm64/17.0, gcc-9.3.0, glibc-2.31-r2, 4.9.0-4-arm64 aarch64) >================================================================= >System uname: Linux-4.9.0-4-arm64-aarch64-with-gentoo-2.7 >KiB Mem: 131544964 total, 66611716 free >KiB Swap: 3321056 total, 2838024 free >Timestamp of repository gentoo: Thu, 30 Apr 2020 05:27:43 +0000 >sh bash 5.0_p17 >ld GNU ld (Gentoo 2.34 p1) 2.34.0 >app-shells/bash: 5.0_p17::gentoo >dev-lang/perl: 5.30.2::gentoo >dev-lang/python: 2.7.18::gentoo, 3.6.10-r2::gentoo, 3.8.2-r2::gentoo >sys-apps/baselayout: 2.7::gentoo >sys-apps/openrc: 0.42.1::gentoo >sys-apps/sandbox: 2.18::gentoo >sys-devel/autoconf: 2.69-r5::gentoo >sys-devel/automake: 1.16.2::gentoo >sys-devel/binutils: 2.34::gentoo >sys-devel/gcc: 9.3.0::gentoo >sys-devel/gcc-config: 2.2.1::gentoo >sys-devel/libtool: 2.4.6-r6::gentoo >sys-devel/make: 4.3::gentoo >sys-kernel/linux-headers: 5.6::gentoo (virtual/os-headers) >sys-libs/glibc: 2.31-r2::gentoo >Repositories: > >gentoo > location: /usr/portage > sync-type: rsync > sync-uri: rsync://rsync.gentoo.org/gentoo-portage > priority: -1000 > sync-rsync-verify-jobs: 1 > sync-rsync-extra-opts: > sync-rsync-verify-max-age: 24 > sync-rsync-verify-metamanifest: yes > >ACCEPT_KEYWORDS="arm64 ~arm64" >ACCEPT_LICENSE="*" >CBUILD="aarch64-unknown-linux-gnu" >CC="aarch64-unknown-linux-gnu-gcc" >CFLAGS="-O2 -pipe -march=native -g -ggdb -frecord-gcc-switches" >CHOST="aarch64-unknown-linux-gnu" >CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" >CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" >CXX="aarch64-unknown-linux-gnu-g++" >CXXFLAGS="-O2 -pipe -march=native -g -ggdb -frecord-gcc-switches" >DISTDIR="/usr/portage/distfiles" >EMERGE_DEFAULT_OPTS="--with-bdeps=y -1" >ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" >FCFLAGS="-O2 -pipe -march=native -g -ggdb -frecord-gcc-switches" >FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" >FFLAGS="-O2 -pipe -march=native -g -ggdb -frecord-gcc-switches" >GENTOO_MIRRORS="http://distfiles.gentoo.org" >LANG="en_US.UTF-8" >LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" >MAKEOPTS="-j96" >PKGDIR="/usr/portage/packages" >PORTAGE_CONFIGROOT="/" >PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" >PORTAGE_TMPDIR="/var/tmp" >USE="acl arm64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ADA_TARGET="gnat_2018" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_ARM="edsp thumb thumb2 v4 v5 v6 v7 v8 vfp vfp-d32 vfpv3 vfpv4" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="fbdev dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" >Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 720070
: 635274