Created
February 7, 2014 11:25
-
-
Save benbc/8861033 to your computer and use it in GitHub Desktop.
S3/EC2 upload failure log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-02-07 10:18:23,914 - awscli.clidriver - DEBUG - CLI version: aws-cli/1.2.13 Python/2.7.5+ Linux/3.11.0-14-generic, botocore version: 0.33.0 | |
2014-02-07 10:18:23,917 - botocore.service - DEBUG - Creating service object for: s3 | |
2014-02-07 10:18:23,917 - botocore.base - DEBUG - Attempting to load: aws/s3 | |
2014-02-07 10:18:23,945 - botocore.base - DEBUG - Found data file: /usr/local/lib/python2.7/dist-packages/botocore/data/aws/s3.json | |
2014-02-07 10:18:23,946 - botocore.hooks - DEBUG - Event service-data-loaded.s3: calling handler <function signature_overrides at 0x17eb488> | |
2014-02-07 10:18:23,946 - botocore.hooks - DEBUG - Event service-created: calling handler <function register_retries_for_service at 0x17eb2a8> | |
2014-02-07 10:18:23,946 - botocore.handlers - DEBUG - Registering retry handlers for service: Service(s3) | |
2014-02-07 10:18:23,946 - botocore.hooks - DEBUG - Event creating-endpoint.s3: calling handler <function maybe_switch_to_s3sigv4 at 0x17eb398> | |
2014-02-07 10:18:23,954 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTP connection (1): 169.254.169.254 | |
2014-02-07 10:18:23,955 - botocore.vendored.requests.packages.urllib3.connectionpool - DEBUG - "GET /latest/meta-data/iam/security-credentials/ HTTP/1.1" 200 54 | |
2014-02-07 10:18:23,956 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTP connection (1): 169.254.169.254 | |
2014-02-07 10:18:23,957 - botocore.vendored.requests.packages.urllib3.connectionpool - DEBUG - "GET /latest/meta-data/iam/security-credentials/<redacted>-1W6SI59DKCSKZ HTTP/1.1" 200 782 | |
2014-02-07 10:18:23,957 - botocore.credentials - INFO - Found IAM Role: <redacted>-1W6SI59DKCSKZ | |
2014-02-07 10:18:23,961 - botocore.service - DEBUG - Creating service object for: s3 | |
2014-02-07 10:18:23,962 - botocore.hooks - DEBUG - Event service-data-loaded.s3: calling handler <function signature_overrides at 0x17eb488> | |
2014-02-07 10:18:23,962 - botocore.hooks - DEBUG - Event service-created: calling handler <function register_retries_for_service at 0x17eb2a8> | |
2014-02-07 10:18:23,962 - botocore.handlers - DEBUG - Registering retry handlers for service: Service(s3) | |
2014-02-07 10:18:23,962 - awscli.customizations.s3.executor - DEBUG - Submitting task: <awscli.customizations.s3.tasks.CreateMultipartUploadTask object at 0x1dbffd0> | |
2014-02-07 10:18:23,962 - awscli.customizations.s3.executor - DEBUG - Submitting task: <awscli.customizations.s3.tasks.UploadPartTask object at 0x1dc2250> | |
2014-02-07 10:18:23,962 - awscli.customizations.s3.tasks - DEBUG - Creating multipart upload for file: /mnt/ami/image.part.000 | |
2014-02-07 10:18:23,963 - awscli.customizations.s3.executor - DEBUG - Submitting task: <awscli.customizations.s3.tasks.UploadPartTask object at 0x1dc2290> | |
2014-02-07 10:18:23,964 - botocore.service - DEBUG - Creating service object for: s3 | |
2014-02-07 10:18:23,964 - awscli.customizations.s3.tasks - DEBUG - Uploading part 1 for filename: /mnt/ami/image.part.000 | |
2014-02-07 10:18:23,964 - botocore.hooks - DEBUG - Event service-data-loaded.s3: calling handler <function signature_overrides at 0x17eb488> | |
2014-02-07 10:18:23,964 - botocore.hooks - DEBUG - Event service-created: calling handler <function register_retries_for_service at 0x17eb2a8> | |
2014-02-07 10:18:23,964 - awscli.customizations.s3.tasks - DEBUG - Waiting for upload id. | |
2014-02-07 10:18:23,965 - awscli.customizations.s3.tasks - DEBUG - Uploading part 2 for filename: /mnt/ami/image.part.000 | |
2014-02-07 10:18:23,965 - botocore.handlers - DEBUG - Registering retry handlers for service: Service(s3) | |
2014-02-07 10:18:23,965 - awscli.customizations.s3.tasks - DEBUG - Waiting for upload id. | |
2014-02-07 10:18:23,966 - awscli.customizations.s3.executor - DEBUG - Submitting task: <awscli.customizations.s3.tasks.CompleteMultipartUploadTask object at 0x1dc22d0> | |
2014-02-07 10:18:23,967 - awscli.customizations.s3.tasks - DEBUG - Completing multipart upload for file: /mnt/ami/image.part.000 | |
2014-02-07 10:18:23,978 - botocore.service - DEBUG - Creating operation objects for: Service(s3) | |
2014-02-07 10:18:23,983 - botocore.operation - DEBUG - Operation:CreateMultipartUpload called with kwargs: {'bucket': u'<redacted>-1ri6k577kt1to', 'key': u'agent-ami/image.part.000'} | |
2014-02-07 10:18:23,983 - botocore.operation - DEBUG - Creating parameter objects for: Operation:CreateMultipartUpload | |
2014-02-07 10:18:23,984 - botocore.endpoint - DEBUG - Making request for Operation:CreateMultipartUpload (verify_ssl=True) with params: {'headers': {}, 'uri_params': {u'Bucket': u'<redacted>-1ri6k577kt1to', u'Key': u'agent-ami/image.part.000'}, 'payload': <botocore.payload.XMLPayload object at 0x7f244001a050>} | |
2014-02-07 10:18:23,985 - botocore.endpoint - DEBUG - Building URI for rest endpoint. | |
2014-02-07 10:18:23,985 - botocore.endpoint - DEBUG - Templated URI path: /{Bucket}/{Key} | |
2014-02-07 10:18:23,985 - botocore.endpoint - DEBUG - Templated URI query_params: uploads | |
2014-02-07 10:18:23,985 - botocore.endpoint - DEBUG - Rendered path: /<redacted>-1ri6k577kt1to/agent-ami/image.part.000 | |
2014-02-07 10:18:23,985 - botocore.endpoint - DEBUG - Rendered query_params: uploads | |
2014-02-07 10:18:23,985 - botocore.hooks - DEBUG - Event before-auth.s3: calling handler <function fix_s3_host at 0x17eb1b8> | |
2014-02-07 10:18:23,985 - botocore.handlers - DEBUG - Checking for DNS compatible bucket for: https://s3-eu-west-1.amazonaws.com/<redacted>-1ri6k577kt1to/agent-ami/image.part.000?uploads | |
2014-02-07 10:18:23,986 - botocore.handlers - DEBUG - URI updated to: https://<redacted>-1ri6k577kt1to.s3.amazonaws.com/agent-ami/image.part.000?uploads | |
2014-02-07 10:18:23,986 - botocore.auth - DEBUG - Calculating signature using hmacv1 auth. | |
2014-02-07 10:18:23,986 - botocore.auth - DEBUG - HTTP request method: POST | |
2014-02-07 10:18:23,986 - botocore.auth - DEBUG - StringToSign: | |
POST | |
Fri, 07 Feb 2014 10:18:23 GMT | |
x-amz-security-token:AQoDYXdzEKP//////////wEa8ALCyM9A+Dgu5lZzMq8jeyK6SbkLac4VyTA0NPt0N9m83gZWGgTWTtIOgz0XN6XosxyI4TdN0tN2zGS4wNSEIi3srW53WBDmJ627cKw2YhtkcboE/n+sZNCxfHEFvqE1VTziFKsuN1ElNCfnrmoQ+j0JZZLJrsLtLUBQXbj4f8jY7STPRVobek7V6RhLA406rAMjdC1i2d3Kxr/Z37ioAkTUxk4XIwnMNw2tp6Nv+R3hi/Le7dP0aP7Cb78cxVe0sXR3AdveYf2P0OCKZbbC1Hmb7wnOMYqTlO5L76InUb9LM9qV+JW4m9mIT6btR0BUW2gEy22jqWDgzjpVtuPmWlrlthcU/3kwbpZuM56KYzLXM4NX5CGC7xfn+Mn4Br7PauYmtVs5801tJPuijm6GMpKlmVSDg2yLoDOk+0A7qLyrJVPyHCjN5cQCrDqg/f2+/mrlL9J9GHztadrjsUGOWls5iPh43dWvlgb66qVfRfn4MiCI3NKXBQ== | |
/<redacted>-1ri6k577kt1to/agent-ami/image.part.000?uploads | |
2014-02-07 10:18:23,986 - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [POST]> | |
2014-02-07 10:18:23,987 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (1): <redacted>-1ri6k577kt1to.s3.amazonaws.com | |
2014-02-07 10:18:24,515 - botocore.vendored.requests.packages.urllib3.connectionpool - DEBUG - "POST /agent-ami/image.part.000?uploads HTTP/1.1" 307 None | |
2014-02-07 10:18:24,516 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (1): <redacted>-1ri6k577kt1to.s3-external-3.amazonaws.com | |
2014-02-07 10:18:24,605 - botocore.vendored.requests.packages.urllib3.connectionpool - DEBUG - "POST /agent-ami/image.part.000?uploads HTTP/1.1" 200 None | |
2014-02-07 10:18:24,606 - botocore.response - DEBUG - Response Headers: | |
x-amz-id-2: k77cNH5S33ZQJ1M1g1nQ9FpV/BY52BJpGWVLdKc1r9sLjWmbVWgbedNOwPUdWOAG | |
date: Fri, 07 Feb 2014 10:18:25 GMT | |
transfer-encoding: chunked | |
x-amz-request-id: 29BCAB05A11BCF7B | |
server: AmazonS3 | |
2014-02-07 10:18:24,606 - botocore.response - DEBUG - Response Body: | |
<?xml version="1.0" encoding="UTF-8"?> | |
<InitiateMultipartUploadResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Bucket><redacted>-1ri6k577kt1to</Bucket><Key>agent-ami/image.part.000</Key><UploadId>UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ--</UploadId></InitiateMultipartUploadResult> | |
2014-02-07 10:18:24,606 - botocore.hooks - DEBUG - Event needs-retry.s3.CreateMultipartUpload: calling handler <botocore.retryhandler.RetryHandler object at 0x1db5150> | |
2014-02-07 10:18:24,607 - botocore.retryhandler - DEBUG - No retry needed. | |
2014-02-07 10:18:24,607 - botocore.hooks - DEBUG - Event after-call.s3.CreateMultipartUpload: calling handler <awscli.errorhandler.ErrorHandler object at 0x1b63110> | |
2014-02-07 10:18:24,607 - awscli.errorhandler - DEBUG - HTTP Response Code: 200 | |
2014-02-07 10:18:24,607 - awscli.customizations.s3.tasks - DEBUG - Announcing upload id: UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- | |
2014-02-07 10:18:24,630 - botocore.operation - DEBUG - Operation:UploadPart called with kwargs: {'body': <awscli.customizations.s3.utils.ReadFileChunk object at 0x7f244001ad90>, 'upload_id': 'UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ--', 'part_number': 1, 'bucket': u'<redacted>-1ri6k577kt1to', 'key': u'agent-ami/image.part.000'} | |
2014-02-07 10:18:24,631 - botocore.operation - DEBUG - Creating parameter objects for: Operation:UploadPart | |
2014-02-07 10:18:24,631 - botocore.endpoint - DEBUG - Making request for Operation:UploadPart (verify_ssl=True) with params: {'headers': {}, 'uri_params': {u'UploadId': 'UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ--', u'PartNumber': 1, u'Bucket': u'<redacted>-1ri6k577kt1to', u'Key': u'agent-ami/image.part.000'}, 'payload': <botocore.payload.Payload object at 0x7f244001a9d0>} | |
2014-02-07 10:18:24,632 - botocore.endpoint - DEBUG - Building URI for rest endpoint. | |
2014-02-07 10:18:24,632 - botocore.endpoint - DEBUG - Templated URI path: /{Bucket}/{Key} | |
2014-02-07 10:18:24,632 - botocore.endpoint - DEBUG - Templated URI query_params: partNumber={PartNumber}&uploadId={UploadId} | |
2014-02-07 10:18:24,632 - botocore.endpoint - DEBUG - Rendered path: /<redacted>-1ri6k577kt1to/agent-ami/image.part.000 | |
2014-02-07 10:18:24,632 - botocore.endpoint - DEBUG - Rendered query_params: partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- | |
2014-02-07 10:18:24,632 - botocore.hooks - DEBUG - Event before-auth.s3: calling handler <function fix_s3_host at 0x17eb1b8> | |
2014-02-07 10:18:24,632 - botocore.handlers - DEBUG - Checking for DNS compatible bucket for: https://s3-eu-west-1.amazonaws.com/<redacted>-1ri6k577kt1to/agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- | |
2014-02-07 10:18:24,632 - botocore.handlers - DEBUG - URI updated to: https://<redacted>-1ri6k577kt1to.s3.amazonaws.com/agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- | |
2014-02-07 10:18:24,632 - botocore.auth - DEBUG - Calculating signature using hmacv1 auth. | |
2014-02-07 10:18:24,633 - botocore.auth - DEBUG - HTTP request method: PUT | |
2014-02-07 10:18:24,633 - botocore.auth - DEBUG - StringToSign: | |
PUT | |
Fri, 07 Feb 2014 10:18:24 GMT | |
x-amz-security-token:AQoDYXdzEKP//////////wEa8ALCyM9A+Dgu5lZzMq8jeyK6SbkLac4VyTA0NPt0N9m83gZWGgTWTtIOgz0XN6XosxyI4TdN0tN2zGS4wNSEIi3srW53WBDmJ627cKw2YhtkcboE/n+sZNCxfHEFvqE1VTziFKsuN1ElNCfnrmoQ+j0JZZLJrsLtLUBQXbj4f8jY7STPRVobek7V6RhLA406rAMjdC1i2d3Kxr/Z37ioAkTUxk4XIwnMNw2tp6Nv+R3hi/Le7dP0aP7Cb78cxVe0sXR3AdveYf2P0OCKZbbC1Hmb7wnOMYqTlO5L76InUb9LM9qV+JW4m9mIT6btR0BUW2gEy22jqWDgzjpVtuPmWlrlthcU/3kwbpZuM56KYzLXM4NX5CGC7xfn+Mn4Br7PauYmtVs5801tJPuijm6GMpKlmVSDg2yLoDOk+0A7qLyrJVPyHCjN5cQCrDqg/f2+/mrlL9J9GHztadrjsUGOWls5iPh43dWvlgb66qVfRfn4MiCI3NKXBQ== | |
/<redacted>-1ri6k577kt1to/agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- | |
2014-02-07 10:18:24,633 - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [PUT]> | |
2014-02-07 10:18:24,641 - botocore.operation - DEBUG - Operation:UploadPart called with kwargs: {'body': <awscli.customizations.s3.utils.ReadFileChunk object at 0x7f244001af50>, 'upload_id': 'UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ--', 'part_number': 2, 'bucket': u'<redacted>-1ri6k577kt1to', 'key': u'agent-ami/image.part.000'} | |
2014-02-07 10:18:24,642 - botocore.endpoint - DEBUG - Making request for Operation:UploadPart (verify_ssl=True) with params: {'headers': {}, 'uri_params': {u'UploadId': 'UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ--', u'PartNumber': 2, u'Bucket': u'<redacted>-1ri6k577kt1to', u'Key': u'agent-ami/image.part.000'}, 'payload': <botocore.payload.Payload object at 0x7f2440022050>} | |
2014-02-07 10:18:24,642 - botocore.endpoint - DEBUG - Building URI for rest endpoint. | |
2014-02-07 10:18:24,642 - botocore.endpoint - DEBUG - Templated URI path: /{Bucket}/{Key} | |
2014-02-07 10:18:24,642 - botocore.endpoint - DEBUG - Templated URI query_params: partNumber={PartNumber}&uploadId={UploadId} | |
2014-02-07 10:18:24,642 - botocore.endpoint - DEBUG - Rendered path: /<redacted>-1ri6k577kt1to/agent-ami/image.part.000 | |
2014-02-07 10:18:24,642 - botocore.endpoint - DEBUG - Rendered query_params: partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- | |
2014-02-07 10:18:24,642 - botocore.hooks - DEBUG - Event before-auth.s3: calling handler <function fix_s3_host at 0x17eb1b8> | |
2014-02-07 10:18:24,642 - botocore.handlers - DEBUG - Checking for DNS compatible bucket for: https://s3-eu-west-1.amazonaws.com/<redacted>-1ri6k577kt1to/agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- | |
2014-02-07 10:18:24,642 - botocore.handlers - DEBUG - URI updated to: https://<redacted>-1ri6k577kt1to.s3.amazonaws.com/agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- | |
2014-02-07 10:18:24,642 - botocore.auth - DEBUG - Calculating signature using hmacv1 auth. | |
2014-02-07 10:18:24,643 - botocore.auth - DEBUG - HTTP request method: PUT | |
2014-02-07 10:18:24,643 - botocore.auth - DEBUG - StringToSign: | |
PUT | |
Fri, 07 Feb 2014 10:18:24 GMT | |
x-amz-security-token:AQoDYXdzEKP//////////wEa8ALCyM9A+Dgu5lZzMq8jeyK6SbkLac4VyTA0NPt0N9m83gZWGgTWTtIOgz0XN6XosxyI4TdN0tN2zGS4wNSEIi3srW53WBDmJ627cKw2YhtkcboE/n+sZNCxfHEFvqE1VTziFKsuN1ElNCfnrmoQ+j0JZZLJrsLtLUBQXbj4f8jY7STPRVobek7V6RhLA406rAMjdC1i2d3Kxr/Z37ioAkTUxk4XIwnMNw2tp6Nv+R3hi/Le7dP0aP7Cb78cxVe0sXR3AdveYf2P0OCKZbbC1Hmb7wnOMYqTlO5L76InUb9LM9qV+JW4m9mIT6btR0BUW2gEy22jqWDgzjpVtuPmWlrlthcU/3kwbpZuM56KYzLXM4NX5CGC7xfn+Mn4Br7PauYmtVs5801tJPuijm6GMpKlmVSDg2yLoDOk+0A7qLyrJVPyHCjN5cQCrDqg/f2+/mrlL9J9GHztadrjsUGOWls5iPh43dWvlgb66qVfRfn4MiCI3NKXBQ== | |
/<redacted>-1ri6k577kt1to/agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- | |
2014-02-07 10:18:24,643 - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [PUT]> | |
2014-02-07 10:18:24,643 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (2): <redacted>-1ri6k577kt1to.s3.amazonaws.com | |
2014-02-07 10:18:25,738 - botocore.hooks - DEBUG - Event needs-retry.s3.UploadPart: calling handler <botocore.retryhandler.RetryHandler object at 0x1db5150> | |
2014-02-07 10:18:25,739 - botocore.retryhandler - DEBUG - retry needed, retryable exception caught: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 262, in _should_retry | |
return self._checker(attempt_number, response, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 310, in __call__ | |
caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 219, in __call__ | |
return self._check_caught_exception(attempt_number, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 352, in _check_caught_exception | |
raise caught_exception | |
ConnectionError: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
2014-02-07 10:18:25,740 - botocore.retryhandler - DEBUG - Retry needed, action of: 0.150590617254 | |
2014-02-07 10:18:25,740 - botocore.endpoint - DEBUG - Response received to retry, sleeping for 0.150590617254 seconds | |
2014-02-07 10:18:25,891 - botocore.awsrequest - DEBUG - Rewinding stream: <awscli.customizations.s3.utils.ReadFileChunk object at 0x7f244001ad90> | |
2014-02-07 10:18:25,891 - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [PUT]> | |
2014-02-07 10:18:25,891 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (3): <redacted>-1ri6k577kt1to.s3.amazonaws.com | |
2014-02-07 10:18:26,145 - botocore.hooks - DEBUG - Event needs-retry.s3.UploadPart: calling handler <botocore.retryhandler.RetryHandler object at 0x1db5150> | |
2014-02-07 10:18:26,145 - botocore.retryhandler - DEBUG - retry needed, retryable exception caught: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 262, in _should_retry | |
return self._checker(attempt_number, response, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 310, in __call__ | |
caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 219, in __call__ | |
return self._check_caught_exception(attempt_number, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 352, in _check_caught_exception | |
raise caught_exception | |
ConnectionError: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
2014-02-07 10:18:26,145 - botocore.retryhandler - DEBUG - Retry needed, action of: 0.883668497075 | |
2014-02-07 10:18:26,145 - botocore.endpoint - DEBUG - Response received to retry, sleeping for 0.883668497075 seconds | |
2014-02-07 10:18:27,030 - botocore.awsrequest - DEBUG - Rewinding stream: <awscli.customizations.s3.utils.ReadFileChunk object at 0x7f244001af50> | |
2014-02-07 10:18:27,030 - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [PUT]> | |
2014-02-07 10:18:27,030 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (4): <redacted>-1ri6k577kt1to.s3.amazonaws.com | |
2014-02-07 10:18:27,306 - botocore.hooks - DEBUG - Event needs-retry.s3.UploadPart: calling handler <botocore.retryhandler.RetryHandler object at 0x1db5150> | |
2014-02-07 10:18:27,306 - botocore.retryhandler - DEBUG - retry needed, retryable exception caught: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 262, in _should_retry | |
return self._checker(attempt_number, response, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 310, in __call__ | |
caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 219, in __call__ | |
return self._check_caught_exception(attempt_number, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 352, in _check_caught_exception | |
raise caught_exception | |
ConnectionError: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
2014-02-07 10:18:27,306 - botocore.retryhandler - DEBUG - Retry needed, action of: 1.92200377418 | |
2014-02-07 10:18:27,306 - botocore.endpoint - DEBUG - Response received to retry, sleeping for 1.92200377418 seconds | |
2014-02-07 10:18:28,587 - botocore.hooks - DEBUG - Event needs-retry.s3.UploadPart: calling handler <botocore.retryhandler.RetryHandler object at 0x1db5150> | |
2014-02-07 10:18:28,587 - botocore.retryhandler - DEBUG - retry needed, retryable exception caught: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 262, in _should_retry | |
return self._checker(attempt_number, response, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 310, in __call__ | |
caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 219, in __call__ | |
return self._check_caught_exception(attempt_number, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 352, in _check_caught_exception | |
raise caught_exception | |
ConnectionError: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
2014-02-07 10:18:28,587 - botocore.retryhandler - DEBUG - Retry needed, action of: 0.503353458237 | |
2014-02-07 10:18:28,588 - botocore.endpoint - DEBUG - Response received to retry, sleeping for 0.503353458237 seconds | |
2014-02-07 10:18:29,092 - botocore.awsrequest - DEBUG - Rewinding stream: <awscli.customizations.s3.utils.ReadFileChunk object at 0x7f244001af50> | |
2014-02-07 10:18:29,092 - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [PUT]> | |
2014-02-07 10:18:29,092 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (5): <redacted>-1ri6k577kt1to.s3.amazonaws.com | |
2014-02-07 10:18:29,231 - botocore.awsrequest - DEBUG - Rewinding stream: <awscli.customizations.s3.utils.ReadFileChunk object at 0x7f244001ad90> | |
2014-02-07 10:18:29,231 - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [PUT]> | |
2014-02-07 10:18:29,231 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (6): <redacted>-1ri6k577kt1to.s3.amazonaws.com | |
2014-02-07 10:18:30,477 - botocore.hooks - DEBUG - Event needs-retry.s3.UploadPart: calling handler <botocore.retryhandler.RetryHandler object at 0x1db5150> | |
2014-02-07 10:18:30,477 - botocore.retryhandler - DEBUG - retry needed, retryable exception caught: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 262, in _should_retry | |
return self._checker(attempt_number, response, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 310, in __call__ | |
caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 219, in __call__ | |
return self._check_caught_exception(attempt_number, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 352, in _check_caught_exception | |
raise caught_exception | |
ConnectionError: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
2014-02-07 10:18:30,478 - botocore.retryhandler - DEBUG - Retry needed, action of: 2.04835222953 | |
2014-02-07 10:18:30,478 - botocore.endpoint - DEBUG - Response received to retry, sleeping for 2.04835222953 seconds | |
2014-02-07 10:18:30,619 - botocore.hooks - DEBUG - Event needs-retry.s3.UploadPart: calling handler <botocore.retryhandler.RetryHandler object at 0x1db5150> | |
2014-02-07 10:18:30,619 - botocore.retryhandler - DEBUG - retry needed, retryable exception caught: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 262, in _should_retry | |
return self._checker(attempt_number, response, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 310, in __call__ | |
caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 219, in __call__ | |
return self._check_caught_exception(attempt_number, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 352, in _check_caught_exception | |
raise caught_exception | |
ConnectionError: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
2014-02-07 10:18:30,619 - botocore.retryhandler - DEBUG - Retry needed, action of: 0.664391478774 | |
2014-02-07 10:18:30,619 - botocore.endpoint - DEBUG - Response received to retry, sleeping for 0.664391478774 seconds | |
2014-02-07 10:18:31,285 - botocore.awsrequest - DEBUG - Rewinding stream: <awscli.customizations.s3.utils.ReadFileChunk object at 0x7f244001ad90> | |
2014-02-07 10:18:31,285 - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [PUT]> | |
2014-02-07 10:18:31,285 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (7): <redacted>-1ri6k577kt1to.s3.amazonaws.com | |
2014-02-07 10:18:32,529 - botocore.awsrequest - DEBUG - Rewinding stream: <awscli.customizations.s3.utils.ReadFileChunk object at 0x7f244001af50> | |
2014-02-07 10:18:32,529 - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [PUT]> | |
2014-02-07 10:18:32,529 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (8): <redacted>-1ri6k577kt1to.s3.amazonaws.com | |
2014-02-07 10:18:32,704 - botocore.hooks - DEBUG - Event needs-retry.s3.UploadPart: calling handler <botocore.retryhandler.RetryHandler object at 0x1db5150> | |
2014-02-07 10:18:32,704 - botocore.retryhandler - DEBUG - retry needed, retryable exception caught: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 262, in _should_retry | |
return self._checker(attempt_number, response, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 310, in __call__ | |
caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 219, in __call__ | |
return self._check_caught_exception(attempt_number, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 352, in _check_caught_exception | |
raise caught_exception | |
ConnectionError: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
2014-02-07 10:18:32,704 - botocore.retryhandler - DEBUG - Retry needed, action of: 6.9570577039 | |
2014-02-07 10:18:32,704 - botocore.endpoint - DEBUG - Response received to retry, sleeping for 6.9570577039 seconds | |
2014-02-07 10:18:33,954 - botocore.hooks - DEBUG - Event needs-retry.s3.UploadPart: calling handler <botocore.retryhandler.RetryHandler object at 0x1db5150> | |
2014-02-07 10:18:33,954 - botocore.retryhandler - DEBUG - retry needed, retryable exception caught: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 262, in _should_retry | |
return self._checker(attempt_number, response, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 310, in __call__ | |
caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 219, in __call__ | |
return self._check_caught_exception(attempt_number, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 352, in _check_caught_exception | |
raise caught_exception | |
ConnectionError: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
2014-02-07 10:18:33,954 - botocore.retryhandler - DEBUG - Retry needed, action of: 3.14498866937 | |
2014-02-07 10:18:33,954 - botocore.endpoint - DEBUG - Response received to retry, sleeping for 3.14498866937 seconds | |
2014-02-07 10:18:37,101 - botocore.awsrequest - DEBUG - Rewinding stream: <awscli.customizations.s3.utils.ReadFileChunk object at 0x7f244001af50> | |
2014-02-07 10:18:37,101 - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [PUT]> | |
2014-02-07 10:18:37,102 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (9): <redacted>-1ri6k577kt1to.s3.amazonaws.com | |
2014-02-07 10:18:38,514 - botocore.hooks - DEBUG - Event needs-retry.s3.UploadPart: calling handler <botocore.retryhandler.RetryHandler object at 0x1db5150> | |
2014-02-07 10:18:38,514 - awscli.customizations.s3.tasks - DEBUG - Error during part upload: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/awscli/customizations/s3/tasks.py", line 224, in __call__ | |
self._filename.service, 'UploadPart', params) | |
File "/usr/local/lib/python2.7/dist-packages/awscli/customizations/s3/utils.py", line 129, in operate | |
http_response, response_data = operation.call(**kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/operation.py", line 68, in call | |
response = endpoint.make_request(self, params) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/endpoint.py", line 76, in make_request | |
return self._send_request(prepared_request, operation) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/endpoint.py", line 98, in _send_request | |
while self._needs_retry(attempts, operation, response, exception): | |
File "/usr/local/lib/python2.7/dist-packages/botocore/endpoint.py", line 129, in _needs_retry | |
caught_exception=caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/session.py", line 614, in emit_first_non_none_response | |
responses = self._events.emit(event_name, **kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/hooks.py", line 150, in emit | |
response = handler(**kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 180, in __call__ | |
if self._checker(attempts, response, caught_exception): | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 247, in __call__ | |
caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 270, in _should_retry | |
return self._checker(attempt_number, response, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 310, in __call__ | |
caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 219, in __call__ | |
return self._check_caught_exception(attempt_number, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 352, in _check_caught_exception | |
raise caught_exception | |
ConnectionError: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
2014-02-07 10:18:38,544 - awscli.customizations.s3.executor - DEBUG - Received print task: {'message': u"upload failed: ./image.part.000 to s3://<redacted>-1ri6k577kt1to/agent-ami/image.part.000\nHTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer)", 'error': True} | |
upload failed: ./image.part.000 to s3://<redacted>-1ri6k577kt1to/agent-ami/image.part.000 | |
HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=2&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
2014-02-07 10:18:38,633 - awscli.customizations.s3.executor - DEBUG - Error calling task: Upload has been cancelled. | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/awscli/customizations/s3/executor.py", line 154, in run | |
function() | |
File "/usr/local/lib/python2.7/dist-packages/awscli/customizations/s3/tasks.py", line 441, in __call__ | |
parts = self._upload_context.wait_for_parts_to_finish() | |
File "/usr/local/lib/python2.7/dist-packages/awscli/customizations/s3/tasks.py", line 539, in wait_for_parts_to_finish | |
raise UploadCancelledError("Upload has been cancelled.") | |
UploadCancelledError: Upload has been cancelled. | |
2014-02-07 10:18:39,668 - botocore.awsrequest - DEBUG - Rewinding stream: <awscli.customizations.s3.utils.ReadFileChunk object at 0x7f244001ad90> | |
2014-02-07 10:18:39,669 - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [PUT]> | |
2014-02-07 10:18:39,669 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (10): <redacted>-1ri6k577kt1to.s3.amazonaws.com | |
2014-02-07 10:18:41,072 - botocore.hooks - DEBUG - Event needs-retry.s3.UploadPart: calling handler <botocore.retryhandler.RetryHandler object at 0x1db5150> | |
2014-02-07 10:18:41,072 - awscli.customizations.s3.tasks - DEBUG - Error during part upload: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/awscli/customizations/s3/tasks.py", line 224, in __call__ | |
self._filename.service, 'UploadPart', params) | |
File "/usr/local/lib/python2.7/dist-packages/awscli/customizations/s3/utils.py", line 129, in operate | |
http_response, response_data = operation.call(**kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/operation.py", line 68, in call | |
response = endpoint.make_request(self, params) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/endpoint.py", line 76, in make_request | |
return self._send_request(prepared_request, operation) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/endpoint.py", line 98, in _send_request | |
while self._needs_retry(attempts, operation, response, exception): | |
File "/usr/local/lib/python2.7/dist-packages/botocore/endpoint.py", line 129, in _needs_retry | |
caught_exception=caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/session.py", line 614, in emit_first_non_none_response | |
responses = self._events.emit(event_name, **kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/hooks.py", line 150, in emit | |
response = handler(**kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 180, in __call__ | |
if self._checker(attempts, response, caught_exception): | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 247, in __call__ | |
caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 270, in _should_retry | |
return self._checker(attempt_number, response, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 310, in __call__ | |
caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 219, in __call__ | |
return self._check_caught_exception(attempt_number, caught_exception) | |
File "/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 352, in _check_caught_exception | |
raise caught_exception | |
ConnectionError: HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
2014-02-07 10:18:41,073 - awscli.customizations.s3.executor - DEBUG - Received print task: {'message': u"upload failed: ./image.part.000 to s3://<redacted>-1ri6k577kt1to/agent-ami/image.part.000\nHTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer)", 'error': True} | |
upload failed: ./image.part.000 to s3://<redacted>-1ri6k577kt1to/agent-ami/image.part.000 | |
HTTPSConnectionPool(host='<redacted>-1ri6k577kt1to.s3.amazonaws.com', port=443): Max retries exceeded with url: /agent-ami/image.part.000?partNumber=1&uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer) | |
Completed 2 of 2 part(s) with -1 file(s) remaining | |
2014-02-07 10:18:41,103 - awscli.customizations.s3.executor - DEBUG - Sentinel received in IO thread, shutting down. | |
2014-02-07 10:18:41,105 - awscli.customizations.s3.s3handler - DEBUG - Aborting multipart upload for: agent-ami/image.part.000 | |
2014-02-07 10:18:41,105 - botocore.operation - DEBUG - Operation:AbortMultipartUpload called with kwargs: {'bucket': u'<redacted>-1ri6k577kt1to', 'upload_id': 'UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ--', 'key': u'agent-ami/image.part.000'} | |
2014-02-07 10:18:41,105 - botocore.operation - DEBUG - Creating parameter objects for: Operation:AbortMultipartUpload | |
2014-02-07 10:18:41,106 - botocore.endpoint - DEBUG - Making request for Operation:AbortMultipartUpload (verify_ssl=True) with params: {'headers': {}, 'uri_params': {u'UploadId': 'UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ--', u'Bucket': u'<redacted>-1ri6k577kt1to', u'Key': u'agent-ami/image.part.000'}, 'payload': <botocore.payload.XMLPayload object at 0x1dc2250>} | |
2014-02-07 10:18:41,106 - botocore.endpoint - DEBUG - Building URI for rest endpoint. | |
2014-02-07 10:18:41,106 - botocore.endpoint - DEBUG - Templated URI path: /{Bucket}/{Key} | |
2014-02-07 10:18:41,106 - botocore.endpoint - DEBUG - Templated URI query_params: uploadId={UploadId} | |
2014-02-07 10:18:41,106 - botocore.endpoint - DEBUG - Rendered path: /<redacted>-1ri6k577kt1to/agent-ami/image.part.000 | |
2014-02-07 10:18:41,106 - botocore.endpoint - DEBUG - Rendered query_params: uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- | |
2014-02-07 10:18:41,106 - botocore.hooks - DEBUG - Event before-auth.s3: calling handler <function fix_s3_host at 0x17eb1b8> | |
2014-02-07 10:18:41,107 - botocore.handlers - DEBUG - Checking for DNS compatible bucket for: https://s3-eu-west-1.amazonaws.com/<redacted>-1ri6k577kt1to/agent-ami/image.part.000?uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- | |
2014-02-07 10:18:41,107 - botocore.handlers - DEBUG - URI updated to: https://<redacted>-1ri6k577kt1to.s3.amazonaws.com/agent-ami/image.part.000?uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- | |
2014-02-07 10:18:41,107 - botocore.auth - DEBUG - Calculating signature using hmacv1 auth. | |
2014-02-07 10:18:41,107 - botocore.auth - DEBUG - HTTP request method: DELETE | |
2014-02-07 10:18:41,107 - botocore.auth - DEBUG - StringToSign: | |
DELETE | |
Fri, 07 Feb 2014 10:18:41 GMT | |
x-amz-security-token:AQoDYXdzEKP//////////wEa8ALCyM9A+Dgu5lZzMq8jeyK6SbkLac4VyTA0NPt0N9m83gZWGgTWTtIOgz0XN6XosxyI4TdN0tN2zGS4wNSEIi3srW53WBDmJ627cKw2YhtkcboE/n+sZNCxfHEFvqE1VTziFKsuN1ElNCfnrmoQ+j0JZZLJrsLtLUBQXbj4f8jY7STPRVobek7V6RhLA406rAMjdC1i2d3Kxr/Z37ioAkTUxk4XIwnMNw2tp6Nv+R3hi/Le7dP0aP7Cb78cxVe0sXR3AdveYf2P0OCKZbbC1Hmb7wnOMYqTlO5L76InUb9LM9qV+JW4m9mIT6btR0BUW2gEy22jqWDgzjpVtuPmWlrlthcU/3kwbpZuM56KYzLXM4NX5CGC7xfn+Mn4Br7PauYmtVs5801tJPuijm6GMpKlmVSDg2yLoDOk+0A7qLyrJVPyHCjN5cQCrDqg/f2+/mrlL9J9GHztadrjsUGOWls5iPh43dWvlgb66qVfRfn4MiCI3NKXBQ== | |
/<redacted>-1ri6k577kt1to/agent-ami/image.part.000?uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- | |
2014-02-07 10:18:41,108 - botocore.endpoint - DEBUG - Sending http request: <PreparedRequest [DELETE]> | |
2014-02-07 10:18:41,108 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (11): <redacted>-1ri6k577kt1to.s3.amazonaws.com | |
2014-02-07 10:18:41,653 - botocore.vendored.requests.packages.urllib3.connectionpool - DEBUG - "DELETE /agent-ami/image.part.000?uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- HTTP/1.1" 307 None | |
2014-02-07 10:18:41,654 - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Resetting dropped connection: <redacted>-1ri6k577kt1to.s3-external-3.amazonaws.com | |
2014-02-07 10:18:41,710 - botocore.vendored.requests.packages.urllib3.connectionpool - DEBUG - "DELETE /agent-ami/image.part.000?uploadId=UVeq2O21CwK2oUui.b8GHh5AgQYxGwe4IELGIRSEokkKxEkR0yVm.rHS5Nh1xUsoZZG485.aLI_2cUcDOJeV2ZlBqrshZWWExQGTQp2DY9ivx0WUt47p_MoX1xPXs6QGdWMgi_AnsENU31xCJiVaOQ-- HTTP/1.1" 204 0 | |
2014-02-07 10:18:41,711 - botocore.response - DEBUG - Response Headers: | |
x-amz-id-2: /9a3GQvG5KxnVDL5hj85PmzQw+sca1u6BdpCHZ7YdE7mv+bOCAnjkTiV3P91x9Hy | |
date: Fri, 07 Feb 2014 10:18:42 GMT | |
x-amz-request-id: 2BD84A045857AB51 | |
server: AmazonS3 | |
2014-02-07 10:18:41,711 - botocore.response - DEBUG - Response Body: | |
2014-02-07 10:18:41,711 - botocore.hooks - DEBUG - Event needs-retry.s3.AbortMultipartUpload: calling handler <botocore.retryhandler.RetryHandler object at 0x1db5150> | |
2014-02-07 10:18:41,711 - botocore.retryhandler - DEBUG - No retry needed. | |
2014-02-07 10:18:41,711 - botocore.hooks - DEBUG - Event after-call.s3.AbortMultipartUpload: calling handler <awscli.errorhandler.ErrorHandler object at 0x1b63110> | |
2014-02-07 10:18:41,711 - awscli.errorhandler - DEBUG - HTTP Response Code: 204 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment