Skip to content

Instantly share code, notes, and snippets.

@ErikEvenson
Created June 24, 2014 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ErikEvenson/ac3832e4063eb10248d7 to your computer and use it in GitHub Desktop.
Save ErikEvenson/ac3832e4063eb10248d7 to your computer and use it in GitHub Desktop.
awscli issue #823
(VBEZ)vagrant@web:/vagrant$ aws s3 sync "static/" "s3://vbenergyzone_staging/" --acl public-read --exclude "media/*" --delete --debug
2014-06-24 02:08:34,235 - MainThread - awscli.clidriver - DEBUG - CLI version: aws-cli/1.3.18 Python/2.7.7 Linux/3.2.0-23-generic, botocore version: 0.52.0
2014-06-24 02:08:34,246 - MainThread - botocore.service - DEBUG - Creating service object for: s3
2014-06-24 02:08:34,463 - MainThread - botocore.hooks - DEBUG - Event service-data-loaded.s3: calling handler <function signature_overrides at 0x7f10d6022050>
2014-06-24 02:08:34,466 - MainThread - botocore.hooks - DEBUG - Event service-created: calling handler <function register_retries_for_service at 0x7f10d601c6e0>
2014-06-24 02:08:34,467 - MainThread - botocore.handlers - DEBUG - Registering retry handlers for service: Service(s3)
2014-06-24 02:08:34,495 - MainThread - botocore.hooks - DEBUG - Event creating-endpoint.s3: calling handler <function maybe_switch_to_s3sigv4 at 0x7f10d6021ed8>
2014-06-24 02:08:34,497 - MainThread - botocore.credentials - DEBUG - Looking for credentials via: env
2014-06-24 02:08:34,498 - MainThread - botocore.credentials - INFO - Found credentials in environment variables.
2014-06-24 02:08:34,569 - MainThread - awscli.customizations.s3.filters - DEBUG - /vagrant/static/.DS_Store did not match clude filter: /vagrant/static/media/*
2014-06-24 02:08:34,570 - MainThread - awscli.customizations.s3.filters - DEBUG - /vagrant/static/.DS_Store did not match clude filter: vbenergyzone_staging/media/*
2014-06-24 02:08:34,571 - MainThread - awscli.customizations.s3.filters - DEBUG - =/vagrant/static/.DS_Store final filtered status, should_include: True
2014-06-24 02:08:34,572 - MainThread - botocore.service - DEBUG - Creating operation objects for: Service(s3)
2014-06-24 02:08:34,585 - MainThread - botocore.operation - DEBUG - Operation:ListObjects called with kwargs: {'prefix': u'', 'bucket': u'vbenergyzone_staging', 'encoding_type': 'url'}
2014-06-24 02:08:34,587 - MainThread - botocore.operation - DEBUG - Creating parameter objects for: Operation:ListObjects
2014-06-24 02:08:34,589 - MainThread - botocore.hooks - DEBUG - Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x7f10d60220c8>
2014-06-24 02:08:34,590 - MainThread - botocore.endpoint - DEBUG - Making request for Operation:ListObjects (verify_ssl=True) with params: {'headers': {}, 'uri_params': {u'Prefix': u'', u'EncodingType': 'url', u'Bucket': u'vbenergyzone_staging'}, 'payload': <botocore.payload.XMLPayload object at 0x7f10d56c5f50>}
2014-06-24 02:08:34,591 - MainThread - botocore.endpoint - DEBUG - Building URI for rest endpoint.
2014-06-24 02:08:34,592 - MainThread - botocore.endpoint - DEBUG - Templated URI path: /{Bucket}
2014-06-24 02:08:34,593 - MainThread - botocore.endpoint - DEBUG - Templated URI query_params: delimiter={Delimiter}&marker={Marker}&max-keys={MaxKeys}&prefix={Prefix}&encoding-type={EncodingType}
2014-06-24 02:08:34,594 - MainThread - botocore.endpoint - DEBUG - Rendered path: /vbenergyzone_staging
2014-06-24 02:08:34,595 - MainThread - botocore.endpoint - DEBUG - Rendered query_params: prefix=&encoding-type=url
2014-06-24 02:08:34,596 - MainThread - botocore.hooks - DEBUG - Event before-auth.s3: calling handler <function fix_s3_host at 0x7f10d601c5f0>
2014-06-24 02:08:34,597 - MainThread - botocore.handlers - DEBUG - Checking for DNS compatible bucket for: https://s3-us-standard.amazonaws.com/vbenergyzone_staging?prefix=&encoding-type=url
2014-06-24 02:08:34,598 - MainThread - botocore.handlers - DEBUG - Not changing URI, bucket is not DNS compatible: vbenergyzone_staging
2014-06-24 02:08:34,598 - MainThread - botocore.auth - DEBUG - Calculating signature using hmacv1 auth.
2014-06-24 02:08:34,599 - MainThread - botocore.auth - DEBUG - HTTP request method: GET
2014-06-24 02:08:34,599 - MainThread - botocore.auth - DEBUG - StringToSign:
GET
Tue, 24 Jun 2014 02:08:34 GMT
/vbenergyzone_staging
2014-06-24 02:08:34,640 - MainThread - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [GET]>
2014-06-24 02:08:34,645 - MainThread - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (1): s3-us-standard.amazonaws.com
2014-06-24 02:08:34,756 - MainThread - botocore.endpoint - DEBUG - Exception received when sending HTTP request.
Traceback (most recent call last):
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/endpoint.py", line 130, in _get_response
proxies=self.proxies)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/vendored/requests/sessions.py", line 464, in send
r = adapter.send(request, **kwargs)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/vendored/requests/adapters.py", line 356, in send
raise ConnectionError(e)
ConnectionError: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
2014-06-24 02:08:34,784 - MainThread - botocore.hooks - DEBUG - Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f10d54bb2d0>
2014-06-24 02:08:34,784 - MainThread - botocore.retryhandler - DEBUG - retry needed, retryable exception caught: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
Traceback (most recent call last):
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 262, in _should_retry
return self._checker(attempt_number, response, caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 310, in __call__
caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 219, in __call__
return self._check_caught_exception(attempt_number, caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 352, in _check_caught_exception
raise caught_exception
ConnectionError: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
2014-06-24 02:08:34,787 - MainThread - botocore.retryhandler - DEBUG - Retry needed, action of: 0.317054639112
2014-06-24 02:08:34,789 - MainThread - botocore.endpoint - DEBUG - Response received to retry, sleeping for 0.317054639112 seconds
2014-06-24 02:08:35,108 - MainThread - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [GET]>
2014-06-24 02:08:35,111 - MainThread - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (2): s3-us-standard.amazonaws.com
2014-06-24 02:08:35,225 - MainThread - botocore.endpoint - DEBUG - Exception received when sending HTTP request.
Traceback (most recent call last):
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/endpoint.py", line 130, in _get_response
proxies=self.proxies)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/vendored/requests/sessions.py", line 464, in send
r = adapter.send(request, **kwargs)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/vendored/requests/adapters.py", line 356, in send
raise ConnectionError(e)
ConnectionError: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
2014-06-24 02:08:35,228 - MainThread - botocore.hooks - DEBUG - Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f10d54bb2d0>
2014-06-24 02:08:35,229 - MainThread - botocore.retryhandler - DEBUG - retry needed, retryable exception caught: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
Traceback (most recent call last):
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 262, in _should_retry
return self._checker(attempt_number, response, caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 310, in __call__
caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 219, in __call__
return self._check_caught_exception(attempt_number, caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 352, in _check_caught_exception
raise caught_exception
ConnectionError: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
2014-06-24 02:08:35,229 - MainThread - botocore.retryhandler - DEBUG - Retry needed, action of: 1.11762487553
2014-06-24 02:08:35,230 - MainThread - botocore.endpoint - DEBUG - Response received to retry, sleeping for 1.11762487553 seconds
2014-06-24 02:08:36,351 - MainThread - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [GET]>
2014-06-24 02:08:36,352 - MainThread - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (3): s3-us-standard.amazonaws.com
2014-06-24 02:08:36,460 - MainThread - botocore.endpoint - DEBUG - Exception received when sending HTTP request.
Traceback (most recent call last):
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/endpoint.py", line 130, in _get_response
proxies=self.proxies)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/vendored/requests/sessions.py", line 464, in send
r = adapter.send(request, **kwargs)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/vendored/requests/adapters.py", line 356, in send
raise ConnectionError(e)
ConnectionError: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
2014-06-24 02:08:36,464 - MainThread - botocore.hooks - DEBUG - Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f10d54bb2d0>
2014-06-24 02:08:36,467 - MainThread - botocore.retryhandler - DEBUG - retry needed, retryable exception caught: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
Traceback (most recent call last):
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 262, in _should_retry
return self._checker(attempt_number, response, caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 310, in __call__
caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 219, in __call__
return self._check_caught_exception(attempt_number, caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 352, in _check_caught_exception
raise caught_exception
ConnectionError: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
2014-06-24 02:08:36,470 - MainThread - botocore.retryhandler - DEBUG - Retry needed, action of: 0.0077547753351
2014-06-24 02:08:36,472 - MainThread - botocore.endpoint - DEBUG - Response received to retry, sleeping for 0.0077547753351 seconds
2014-06-24 02:08:36,482 - MainThread - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [GET]>
2014-06-24 02:08:36,482 - MainThread - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (4): s3-us-standard.amazonaws.com
2014-06-24 02:08:36,563 - MainThread - botocore.endpoint - DEBUG - Exception received when sending HTTP request.
Traceback (most recent call last):
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/endpoint.py", line 130, in _get_response
proxies=self.proxies)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/vendored/requests/sessions.py", line 464, in send
r = adapter.send(request, **kwargs)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/vendored/requests/adapters.py", line 356, in send
raise ConnectionError(e)
ConnectionError: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
2014-06-24 02:08:36,565 - MainThread - botocore.hooks - DEBUG - Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f10d54bb2d0>
2014-06-24 02:08:36,565 - MainThread - botocore.retryhandler - DEBUG - retry needed, retryable exception caught: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
Traceback (most recent call last):
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 262, in _should_retry
return self._checker(attempt_number, response, caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 310, in __call__
caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 219, in __call__
return self._check_caught_exception(attempt_number, caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 352, in _check_caught_exception
raise caught_exception
ConnectionError: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
2014-06-24 02:08:36,566 - MainThread - botocore.retryhandler - DEBUG - Retry needed, action of: 5.00059694007
2014-06-24 02:08:36,566 - MainThread - botocore.endpoint - DEBUG - Response received to retry, sleeping for 5.00059694007 seconds
2014-06-24 02:08:41,572 - MainThread - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [GET]>
2014-06-24 02:08:41,573 - MainThread - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (5): s3-us-standard.amazonaws.com
2014-06-24 02:08:41,683 - MainThread - botocore.endpoint - DEBUG - Exception received when sending HTTP request.
Traceback (most recent call last):
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/endpoint.py", line 130, in _get_response
proxies=self.proxies)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/vendored/requests/sessions.py", line 464, in send
r = adapter.send(request, **kwargs)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/vendored/requests/adapters.py", line 356, in send
raise ConnectionError(e)
ConnectionError: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
2014-06-24 02:08:41,689 - MainThread - botocore.hooks - DEBUG - Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x7f10d54bb2d0>
2014-06-24 02:08:41,689 - MainThread - awscli.customizations.s3.s3handler - DEBUG - Exception caught during task execution: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
Traceback (most recent call last):
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/awscli/customizations/s3/s3handler.py", line 76, in call
total_files, total_parts = self._enqueue_tasks(files)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/awscli/customizations/s3/s3handler.py", line 154, in _enqueue_tasks
for filename in files:
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/awscli/customizations/s3/comparator.py", line 94, in call
dest_file = advance_iterator(dest_files)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/awscli/customizations/s3/filters.py", line 103, in call
for file_info in file_infos:
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/awscli/customizations/s3/filegenerator.py", line 76, in call
for src_path, size, last_update in file_list:
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/awscli/customizations/s3/filegenerator.py", line 166, in list_objects
for key in lister.list_objects(bucket=bucket, prefix=prefix):
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/awscli/customizations/s3/utils.py", line 316, in list_objects
for response, page in pages:
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/paginate.py", line 150, in __iter__
**current_kwargs)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/operation.py", line 68, in call
response = endpoint.make_request(self, params)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/endpoint.py", line 67, in make_request
return self._send_request(prepared_request, operation)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/endpoint.py", line 113, in _send_request
while self._needs_retry(attempts, operation, response, exception):
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/endpoint.py", line 146, in _needs_retry
caught_exception=caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/session.py", line 657, in emit_first_non_none_response
responses = self._events.emit(event_name, **kwargs)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/hooks.py", line 148, in emit
response = handler(**kwargs)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 180, in __call__
if self._checker(attempts, response, caught_exception):
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 247, in __call__
caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 270, in _should_retry
return self._checker(attempt_number, response, caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 310, in __call__
caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 219, in __call__
return self._check_caught_exception(attempt_number, caught_exception)
File "/home/vagrant/.virtualenvs/VBEZ/lib/python2.7/site-packages/botocore/retryhandler.py", line 352, in _check_caught_exception
raise caught_exception
ConnectionError: HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
2014-06-24 02:08:41,841 - Thread-1 - awscli.customizations.s3.executor - DEBUG - Received print task: {'message': "HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)", 'error': True}
HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: /vbenergyzone_staging?prefix=&encoding-type=url (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
2014-06-24 02:08:41,843 - MainThread - awscli.customizations.s3.executor - DEBUG - Queueing end sentinel for worker thread (priority: 1)
2014-06-24 02:08:41,843 - Thread-3 - awscli.customizations.s3.executor - DEBUG - Shutdown request received in worker thread, shutting down worker thread.
2014-06-24 02:08:41,843 - MainThread - awscli.customizations.s3.executor - DEBUG - Queueing end sentinel for worker thread (priority: 1)
2014-06-24 02:08:41,844 - Thread-4 - awscli.customizations.s3.executor - DEBUG - Shutdown request received in worker thread, shutting down worker thread.
2014-06-24 02:08:41,844 - MainThread - awscli.customizations.s3.executor - DEBUG - Queueing end sentinel for worker thread (priority: 1)
2014-06-24 02:08:41,845 - Thread-5 - awscli.customizations.s3.executor - DEBUG - Shutdown request received in worker thread, shutting down worker thread.
2014-06-24 02:08:41,845 - MainThread - awscli.customizations.s3.executor - DEBUG - Queueing end sentinel for worker thread (priority: 1)
2014-06-24 02:08:41,846 - Thread-6 - awscli.customizations.s3.executor - DEBUG - Shutdown request received in worker thread, shutting down worker thread.
2014-06-24 02:08:41,847 - MainThread - awscli.customizations.s3.executor - DEBUG - Queueing end sentinel for worker thread (priority: 1)
2014-06-24 02:08:41,847 - Thread-7 - awscli.customizations.s3.executor - DEBUG - Shutdown request received in worker thread, shutting down worker thread.
2014-06-24 02:08:41,848 - MainThread - awscli.customizations.s3.executor - DEBUG - Queueing end sentinel for worker thread (priority: 1)
2014-06-24 02:08:41,849 - Thread-8 - awscli.customizations.s3.executor - DEBUG - Shutdown request received in worker thread, shutting down worker thread.
2014-06-24 02:08:41,849 - MainThread - awscli.customizations.s3.executor - DEBUG - Queueing end sentinel for worker thread (priority: 1)
2014-06-24 02:08:41,850 - Thread-9 - awscli.customizations.s3.executor - DEBUG - Shutdown request received in worker thread, shutting down worker thread.
2014-06-24 02:08:41,850 - MainThread - awscli.customizations.s3.executor - DEBUG - Queueing end sentinel for worker thread (priority: 1)
2014-06-24 02:08:41,850 - Thread-10 - awscli.customizations.s3.executor - DEBUG - Shutdown request received in worker thread, shutting down worker thread.
2014-06-24 02:08:41,851 - MainThread - awscli.customizations.s3.executor - DEBUG - Queueing end sentinel for worker thread (priority: 1)
2014-06-24 02:08:41,852 - Thread-11 - awscli.customizations.s3.executor - DEBUG - Shutdown request received in worker thread, shutting down worker thread.
2014-06-24 02:08:41,852 - MainThread - awscli.customizations.s3.executor - DEBUG - Queueing end sentinel for worker thread (priority: 1)
2014-06-24 02:08:41,852 - Thread-12 - awscli.customizations.s3.executor - DEBUG - Shutdown request received in worker thread, shutting down worker thread.
2014-06-24 02:08:41,853 - MainThread - awscli.customizations.s3.executor - DEBUG - Waiting for thread to shutdown: <Worker(Thread-3, stopped daemon 139710185862912)>
2014-06-24 02:08:41,853 - MainThread - awscli.customizations.s3.executor - DEBUG - Thread has been shutdown: <Worker(Thread-3, stopped daemon 139710185862912)>
2014-06-24 02:08:41,853 - MainThread - awscli.customizations.s3.executor - DEBUG - Waiting for thread to shutdown: <Worker(Thread-4, stopped daemon 139710177470208)>
2014-06-24 02:08:41,853 - MainThread - awscli.customizations.s3.executor - DEBUG - Thread has been shutdown: <Worker(Thread-4, stopped daemon 139710177470208)>
2014-06-24 02:08:41,853 - MainThread - awscli.customizations.s3.executor - DEBUG - Waiting for thread to shutdown: <Worker(Thread-5, stopped daemon 139710169077504)>
2014-06-24 02:08:41,853 - MainThread - awscli.customizations.s3.executor - DEBUG - Thread has been shutdown: <Worker(Thread-5, stopped daemon 139710169077504)>
2014-06-24 02:08:41,853 - MainThread - awscli.customizations.s3.executor - DEBUG - Waiting for thread to shutdown: <Worker(Thread-6, stopped daemon 139710160684800)>
2014-06-24 02:08:41,853 - MainThread - awscli.customizations.s3.executor - DEBUG - Thread has been shutdown: <Worker(Thread-6, stopped daemon 139710160684800)>
2014-06-24 02:08:41,854 - MainThread - awscli.customizations.s3.executor - DEBUG - Waiting for thread to shutdown: <Worker(Thread-7, stopped daemon 139710152292096)>
2014-06-24 02:08:41,854 - MainThread - awscli.customizations.s3.executor - DEBUG - Thread has been shutdown: <Worker(Thread-7, stopped daemon 139710152292096)>
2014-06-24 02:08:41,857 - MainThread - awscli.customizations.s3.executor - DEBUG - Waiting for thread to shutdown: <Worker(Thread-8, stopped daemon 139710143899392)>
2014-06-24 02:08:41,857 - MainThread - awscli.customizations.s3.executor - DEBUG - Thread has been shutdown: <Worker(Thread-8, stopped daemon 139710143899392)>
2014-06-24 02:08:41,857 - MainThread - awscli.customizations.s3.executor - DEBUG - Waiting for thread to shutdown: <Worker(Thread-9, stopped daemon 139710135506688)>
2014-06-24 02:08:41,858 - MainThread - awscli.customizations.s3.executor - DEBUG - Thread has been shutdown: <Worker(Thread-9, stopped daemon 139710135506688)>
2014-06-24 02:08:41,858 - MainThread - awscli.customizations.s3.executor - DEBUG - Waiting for thread to shutdown: <Worker(Thread-10, stopped daemon 139709716100864)>
2014-06-24 02:08:41,858 - MainThread - awscli.customizations.s3.executor - DEBUG - Thread has been shutdown: <Worker(Thread-10, stopped daemon 139709716100864)>
2014-06-24 02:08:41,858 - MainThread - awscli.customizations.s3.executor - DEBUG - Waiting for thread to shutdown: <Worker(Thread-11, stopped daemon 139709707708160)>
2014-06-24 02:08:41,858 - MainThread - awscli.customizations.s3.executor - DEBUG - Thread has been shutdown: <Worker(Thread-11, stopped daemon 139709707708160)>
2014-06-24 02:08:41,859 - MainThread - awscli.customizations.s3.executor - DEBUG - Waiting for thread to shutdown: <Worker(Thread-12, stopped daemon 139709699315456)>
2014-06-24 02:08:41,859 - MainThread - awscli.customizations.s3.executor - DEBUG - Thread has been shutdown: <Worker(Thread-12, stopped daemon 139709699315456)>
2014-06-24 02:08:41,859 - MainThread - awscli.customizations.s3.executor - DEBUG - Queueing end sentinel for result thread.
2014-06-24 02:08:41,859 - Thread-1 - awscli.customizations.s3.executor - DEBUG - Shutdown request received in print thread, shutting down print thread.
2014-06-24 02:08:41,859 - MainThread - awscli.customizations.s3.executor - DEBUG - Queueing end sentinel for IO thread.
2014-06-24 02:08:41,860 - Thread-2 - awscli.customizations.s3.executor - DEBUG - Shutdown request received in IO thread, shutting down.
2014-06-24 02:08:41,861 - MainThread - awscli.customizations.s3.executor - DEBUG - Waiting for result thread to shutdown.
2014-06-24 02:08:41,861 - MainThread - awscli.customizations.s3.executor - DEBUG - Waiting for IO thread to shutdown.
2014-06-24 02:08:41,861 - MainThread - awscli.customizations.s3.executor - DEBUG - All threads have been shutdown.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment