tyagikunal

aws-sdk-cpp trace log

Nov 12th, 2017
640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.30 KB | None | 0 0
  1. [INFO] 2017-11-13 04:35:54 Aws_Init_Cleanup [139835554469696] Initiate AWS SDK for C++ with Version:1.2.3
  2. [INFO] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Initializing Curl library
  3. [INFO] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Initializing CurlHandleContainer with size 25
  4. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] No content body, content-length headers
  5. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Using cached empty string sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 because payload is empty.
  6. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Header String: content-length:0
  7. content-type:application/xml
  8. host:localhost
  9. x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  10. x-amz-date:20171113T043554Z
  11.  
  12. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signed Headers value:content-length;content-type;host;x-amz-content-sha256;x-amz-date
  13. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Request String: PUT
  14. /testc
  15.  
  16. content-length:0
  17. content-type:application/xml
  18. host:localhost
  19. x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  20. x-amz-date:20171113T043554Z
  21.  
  22. content-length;content-type;host;x-amz-content-sha256;x-amz-date
  23. e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  24. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final String to sign: AWS4-HMAC-SHA256
  25. 20171113T043554Z
  26. 20171113/us-west-2/s3/aws4_request
  27. fa6e837cc2435e648c7309511ba6193dcd24905ebd66d09e7b6be0f9bf6edda1
  28. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final computed signing hash: 555d5ce6113e3d52458403fc0f745e476f875d025e55be75563c9158408c85f1
  29. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signing request with: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-content-sha256;x-amz-date, Signature=555d5ce6113e3d52458403fc0f745e476f875d025e55be75563c9158408c85f1
  30. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request Successfully signed
  31. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Making request to http://localhost:8080/testc
  32. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Including headers:
  33. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] authorization: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-content-sha256;x-amz-date, Signature=555d5ce6113e3d52458403fc0f745e476f875d025e55be75563c9158408c85f1
  34. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] content-length: 0
  35. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] content-type: application/xml
  36. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] host: localhost
  37. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] user-agent: aws-sdk-cpp/1.2.3 Linux/4.9.49-moby x86_64
  38. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  39. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-date: 20171113T043554Z
  40. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Attempting to acquire curl connection.
  41. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] No current connections available in pool. Attempting to create new connections.
  42. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] attempting to grow pool size by 2
  43. [INFO] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Pool grown by 2
  44. [INFO] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Connection has been released. Continuing.
  45. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Returning connection handle 0x13f6d70
  46. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Obtained connection handle 0x13f6d70
  47. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] HTTP/1.1 200 OK
  48.  
  49. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Connection: keep-alive
  50.  
  51. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Date: Mon, 13 Nov 2017 04:35:53 GMT
  52.  
  53. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Content-Length: 0
  54.  
  55. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Server: XXXXX
  56.  
  57. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696]
  58.  
  59. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Returned http response code 200
  60. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Response content-length header: 0
  61. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Response body length: 0
  62. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Releasing curl handle 0x13f6d70
  63. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Releasing curl handle 0x13f6d70
  64. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Notified waiting threads.
  65. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request returned successful response.
  66. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] Request successful returning.
  67. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] No content body, content-length headers
  68. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Using cached empty string sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 because payload is empty.
  69. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Header String: content-type:application/xml
  70. host:testc.localhost
  71. x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  72. x-amz-date:20171113T043554Z
  73.  
  74. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signed Headers value:content-type;host;x-amz-content-sha256;x-amz-date
  75. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Request String: HEAD
  76. /
  77.  
  78. content-type:application/xml
  79. host:testc.localhost
  80. x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  81. x-amz-date:20171113T043554Z
  82.  
  83. content-type;host;x-amz-content-sha256;x-amz-date
  84. e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  85. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final String to sign: AWS4-HMAC-SHA256
  86. 20171113T043554Z
  87. 20171113/us-west-2/s3/aws4_request
  88. c4ac5918f3da73cf27d7c75afc09c57c1cf1efe673b19096647c15bd875415cb
  89. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final computed signing hash: ed6694f7f12d56e8e306781caf84632eeb179bf2151155ddb8cf0d6c4352c535
  90. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signing request with: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=ed6694f7f12d56e8e306781caf84632eeb179bf2151155ddb8cf0d6c4352c535
  91. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request Successfully signed
  92. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Making request to http://testc.localhost:8080
  93. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Including headers:
  94. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] authorization: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=ed6694f7f12d56e8e306781caf84632eeb179bf2151155ddb8cf0d6c4352c535
  95. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] content-type: application/xml
  96. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] host: testc.localhost
  97. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] user-agent: aws-sdk-cpp/1.2.3 Linux/4.9.49-moby x86_64
  98. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  99. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-date: 20171113T043554Z
  100. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Attempting to acquire curl connection.
  101. [INFO] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Connection has been released. Continuing.
  102. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Returning connection handle 0x13f6d70
  103. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Obtained connection handle 0x13f6d70
  104. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] HTTP/1.1 200 OK
  105.  
  106. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Connection: keep-alive
  107.  
  108. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Date: Mon, 13 Nov 2017 04:35:53 GMT
  109.  
  110. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Content-Length: 0
  111.  
  112. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Server: XXXXX
  113.  
  114. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696]
  115.  
  116. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Returned http response code 200
  117. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Releasing curl handle 0x13f6d70
  118. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Releasing curl handle 0x13f6d70
  119. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Notified waiting threads.
  120. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request returned successful response.
  121. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] Request successful returning.
  122. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] Found body, but content-length has not been set, attempting to compute content-length
  123. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Calculated sha256 9f4f5fdd6a2a186f835d68389d546376ab7e6ef1d73a9fe51107004c97f25b5f for payload.
  124. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Header String: content-length:33
  125. content-type:binary/octet-stream
  126. host:testc.localhost
  127. x-amz-content-sha256:9f4f5fdd6a2a186f835d68389d546376ab7e6ef1d73a9fe51107004c97f25b5f
  128. x-amz-date:20171113T043554Z
  129.  
  130. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signed Headers value:content-length;content-type;host;x-amz-content-sha256;x-amz-date
  131. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Request String: PUT
  132. /test.small.0
  133.  
  134. content-length:33
  135. content-type:binary/octet-stream
  136. host:testc.localhost
  137. x-amz-content-sha256:9f4f5fdd6a2a186f835d68389d546376ab7e6ef1d73a9fe51107004c97f25b5f
  138. x-amz-date:20171113T043554Z
  139.  
  140. content-length;content-type;host;x-amz-content-sha256;x-amz-date
  141. 9f4f5fdd6a2a186f835d68389d546376ab7e6ef1d73a9fe51107004c97f25b5f
  142. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final String to sign: AWS4-HMAC-SHA256
  143. 20171113T043554Z
  144. 20171113/us-west-2/s3/aws4_request
  145. 95808ea1b73e4904cc00ca9cd36d53b06e5cb65bbb54f615a6a1818a9b238155
  146. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final computed signing hash: cba510d7c4cbcbf42f26e8c718ee6b09ba86056202d5a17231f18c36830c8bf0
  147. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signing request with: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-content-sha256;x-amz-date, Signature=cba510d7c4cbcbf42f26e8c718ee6b09ba86056202d5a17231f18c36830c8bf0
  148. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request Successfully signed
  149. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Making request to http://testc.localhost:8080/test.small.0
  150. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Including headers:
  151. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] authorization: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-content-sha256;x-amz-date, Signature=cba510d7c4cbcbf42f26e8c718ee6b09ba86056202d5a17231f18c36830c8bf0
  152. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] content-length: 33
  153. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] content-type: binary/octet-stream
  154. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] host: testc.localhost
  155. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] user-agent: aws-sdk-cpp/1.2.3 Linux/4.9.49-moby x86_64
  156. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-content-sha256: 9f4f5fdd6a2a186f835d68389d546376ab7e6ef1d73a9fe51107004c97f25b5f
  157. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-date: 20171113T043554Z
  158. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Attempting to acquire curl connection.
  159. [INFO] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Connection has been released. Continuing.
  160. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Returning connection handle 0x13f6d70
  161. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Obtained connection handle 0x13f6d70
  162. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] HTTP/1.1 100 Continue
  163.  
  164. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696]
  165.  
  166. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] HTTP/1.1 200 OK
  167.  
  168. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Connection: keep-alive
  169.  
  170. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Date: Mon, 13 Nov 2017 04:35:53 GMT
  171.  
  172. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Content-Length: 0
  173.  
  174. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Server: XXXXX
  175.  
  176. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] ETag: "86e04e4744a20348dea89fd3e5ed988d"
  177.  
  178. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696]
  179.  
  180. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Returned http response code 200
  181. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Response content-length header: 0
  182. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Response body length: 0
  183. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Releasing curl handle 0x13f6d70
  184. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Releasing curl handle 0x13f6d70
  185. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Notified waiting threads.
  186. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request returned successful response.
  187. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] Request successful returning.
  188. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] No content body, content-length headers
  189. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Using cached empty string sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 because payload is empty.
  190. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Header String: content-type:application/xml
  191. host:testc.localhost
  192. x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  193. x-amz-date:20171113T043554Z
  194.  
  195. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signed Headers value:content-type;host;x-amz-content-sha256;x-amz-date
  196. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Request String: HEAD
  197. /test.small.0
  198.  
  199. content-type:application/xml
  200. host:testc.localhost
  201. x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  202. x-amz-date:20171113T043554Z
  203.  
  204. content-type;host;x-amz-content-sha256;x-amz-date
  205. e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  206. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final String to sign: AWS4-HMAC-SHA256
  207. 20171113T043554Z
  208. 20171113/us-west-2/s3/aws4_request
  209. 9ea3b8156b0ccdad04abf6c5ba6afcaaf0b7bf6eee7b9292de7ba8d32e2d7e90
  210. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final computed signing hash: 8260e0451ee42c6cfdcc35135ef20966b0a3b4d9765b5591fe026a0e53b5fa9a
  211. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signing request with: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=8260e0451ee42c6cfdcc35135ef20966b0a3b4d9765b5591fe026a0e53b5fa9a
  212. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request Successfully signed
  213. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Making request to http://testc.localhost:8080/test.small.0
  214. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Including headers:
  215. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] authorization: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=8260e0451ee42c6cfdcc35135ef20966b0a3b4d9765b5591fe026a0e53b5fa9a
  216. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] content-type: application/xml
  217. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] host: testc.localhost
  218. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] user-agent: aws-sdk-cpp/1.2.3 Linux/4.9.49-moby x86_64
  219. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  220. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-date: 20171113T043554Z
  221. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Attempting to acquire curl connection.
  222. [INFO] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Connection has been released. Continuing.
  223. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Returning connection handle 0x13f6d70
  224. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Obtained connection handle 0x13f6d70
  225. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] HTTP/1.1 200 OK
  226.  
  227. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Connection: keep-alive
  228.  
  229. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Date: Mon, 13 Nov 2017 04:35:53 GMT
  230.  
  231. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Server: XXXXX
  232.  
  233. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Content-Type: application/octet-stream
  234.  
  235. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] ETag: "86e04e4744a20348dea89fd3e5ed988d"
  236.  
  237. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Content-Length: 33
  238.  
  239. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Last-Modified: Mon, 13 Nov 2017 04:35:54 GMT
  240.  
  241. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696]
  242.  
  243. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Returned http response code 200
  244. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Returned content type application/octet-stream
  245. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Releasing curl handle 0x13f6d70
  246. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Releasing curl handle 0x13f6d70
  247. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Notified waiting threads.
  248. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request returned successful response.
  249. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] Request successful returning.
  250. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] Found body, but content-length has not been set, attempting to compute content-length
  251. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Calculated sha256 9f4f5fdd6a2a186f835d68389d546376ab7e6ef1d73a9fe51107004c97f25b5f for payload.
  252. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Header String: content-length:-1
  253. content-type:binary/octet-stream
  254. host:testc.localhost
  255. x-amz-content-sha256:9f4f5fdd6a2a186f835d68389d546376ab7e6ef1d73a9fe51107004c97f25b5f
  256. x-amz-date:20171113T043554Z
  257.  
  258. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signed Headers value:content-length;content-type;host;x-amz-content-sha256;x-amz-date
  259. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Request String: PUT
  260. /test.small.1
  261.  
  262. content-length:-1
  263. content-type:binary/octet-stream
  264. host:testc.localhost
  265. x-amz-content-sha256:9f4f5fdd6a2a186f835d68389d546376ab7e6ef1d73a9fe51107004c97f25b5f
  266. x-amz-date:20171113T043554Z
  267.  
  268. content-length;content-type;host;x-amz-content-sha256;x-amz-date
  269. 9f4f5fdd6a2a186f835d68389d546376ab7e6ef1d73a9fe51107004c97f25b5f
  270. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final String to sign: AWS4-HMAC-SHA256
  271. 20171113T043554Z
  272. 20171113/us-west-2/s3/aws4_request
  273. f0049ba535549089d7a726a92c4d7e153813b07dea3a0807ae8ce0f0040858e0
  274. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final computed signing hash: 771a800a2390d435ba3511ceb1c7be229ef49ec40718ff0fbd1d7bd9b5424421
  275. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signing request with: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-content-sha256;x-amz-date, Signature=771a800a2390d435ba3511ceb1c7be229ef49ec40718ff0fbd1d7bd9b5424421
  276. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request Successfully signed
  277. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Making request to http://testc.localhost:8080/test.small.1
  278. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Including headers:
  279. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] authorization: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-content-sha256;x-amz-date, Signature=771a800a2390d435ba3511ceb1c7be229ef49ec40718ff0fbd1d7bd9b5424421
  280. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] content-length: -1
  281. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] content-type: binary/octet-stream
  282. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] host: testc.localhost
  283. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] user-agent: aws-sdk-cpp/1.2.3 Linux/4.9.49-moby x86_64
  284. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-content-sha256: 9f4f5fdd6a2a186f835d68389d546376ab7e6ef1d73a9fe51107004c97f25b5f
  285. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-date: 20171113T043554Z
  286. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Attempting to acquire curl connection.
  287. [INFO] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Connection has been released. Continuing.
  288. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Returning connection handle 0x13f6d70
  289. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Obtained connection handle 0x13f6d70
  290. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] HTTP/1.1 400 Bad Request
  291.  
  292. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Connection: keep-alive
  293.  
  294. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Date: Mon, 13 Nov 2017 04:35:53 GMT
  295.  
  296. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Content-Length: 178
  297.  
  298. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Server: XXXXX
  299.  
  300. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696]
  301.  
  302. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] 178 bytes written to response.
  303. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Returned http response code 400
  304. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Response content-length header: 178
  305. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Response body length: 178
  306. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Releasing curl handle 0x13f6d70
  307. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Releasing curl handle 0x13f6d70
  308. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Notified waiting threads.
  309. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request returned error. Attempting to generate appropriate error codes from response
  310. [TRACE] 2017-11-13 04:35:54 AWSErrorMarshaller [139835554469696] Error response is <?xml version="1.0"?>
  311. <?xml version="1.0" encoding="UTF-8"?>
  312. <Error>
  313. <Code>InvalidArgument</Code>
  314. <Message>Invalid Argument</Message>
  315. <Resource>testc/test.small.1</Resource>
  316. <RequestId/>
  317. </Error>
  318.  
  319. [WARN] 2017-11-13 04:35:54 AWSErrorMarshaller [139835554469696] Encountered Unknown AWSError
  320. InvalidArgument
  321. Invalid Argument:
  322. [WARN] 2017-11-13 04:35:54 AWSClient [139835554469696] If the signature check failed. This could be because of a time skew. Attempting to adjust the signer.
  323. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Server time is Mon, 13 Nov 2017 04:35:53 GMT, while client time is Mon, 13 Nov 2017 04:35:54 GMT
  324. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] No content body, content-length headers
  325. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Using cached empty string sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 because payload is empty.
  326. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Header String: content-type:application/xml
  327. host:testc.localhost
  328. x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  329. x-amz-date:20171113T043554Z
  330.  
  331. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signed Headers value:content-type;host;x-amz-content-sha256;x-amz-date
  332. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Request String: HEAD
  333. /test.small.1
  334.  
  335. content-type:application/xml
  336. host:testc.localhost
  337. x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  338. x-amz-date:20171113T043554Z
  339.  
  340. content-type;host;x-amz-content-sha256;x-amz-date
  341. e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  342. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final String to sign: AWS4-HMAC-SHA256
  343. 20171113T043554Z
  344. 20171113/us-west-2/s3/aws4_request
  345. 83ce536d6a5456a67cd03b872e6827c63539f5763939f8ed918517bdd2b3355e
  346. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final computed signing hash: dbddc6af80a530ee8ea8db16ed3b15047097cb3aac2035d8550311b72e889aa9
  347. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signing request with: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=dbddc6af80a530ee8ea8db16ed3b15047097cb3aac2035d8550311b72e889aa9
  348. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request Successfully signed
  349. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Making request to http://testc.localhost:8080/test.small.1
  350. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Including headers:
  351. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] authorization: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=dbddc6af80a530ee8ea8db16ed3b15047097cb3aac2035d8550311b72e889aa9
  352. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] content-type: application/xml
  353. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] host: testc.localhost
  354. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] user-agent: aws-sdk-cpp/1.2.3 Linux/4.9.49-moby x86_64
  355. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  356. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-date: 20171113T043554Z
  357. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Attempting to acquire curl connection.
  358. [INFO] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Connection has been released. Continuing.
  359. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Returning connection handle 0x13f6d70
  360. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Obtained connection handle 0x13f6d70
  361. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] HTTP/1.1 404 Not Found
  362.  
  363. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Connection: keep-alive
  364.  
  365. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Date: Mon, 13 Nov 2017 04:35:53 GMT
  366.  
  367. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Content-Length: 0
  368.  
  369. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Server: XXXXX
  370.  
  371. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696]
  372.  
  373. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Returned http response code 404
  374. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Releasing curl handle 0x13f6d70
  375. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Releasing curl handle 0x13f6d70
  376. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Notified waiting threads.
  377. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request returned error. Attempting to generate appropriate error codes from response
  378. [ERROR] 2017-11-13 04:35:54 AWSClient [139835554469696] No response body. Response code: 404
  379. [WARN] 2017-11-13 04:35:54 AWSClient [139835554469696] If the signature check failed. This could be because of a time skew. Attempting to adjust the signer.
  380. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Server time is Mon, 13 Nov 2017 04:35:53 GMT, while client time is Mon, 13 Nov 2017 04:35:54 GMT
  381. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] No content body, content-length headers
  382. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Using cached empty string sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 because payload is empty.
  383. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Header String: content-type:application/xml
  384. host:testc.localhost
  385. x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  386. x-amz-date:20171113T043554Z
  387.  
  388. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signed Headers value:content-type;host;x-amz-content-sha256;x-amz-date
  389. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Request String: GET
  390. /
  391. prefix=
  392. content-type:application/xml
  393. host:testc.localhost
  394. x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  395. x-amz-date:20171113T043554Z
  396.  
  397. content-type;host;x-amz-content-sha256;x-amz-date
  398. e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  399. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final String to sign: AWS4-HMAC-SHA256
  400. 20171113T043554Z
  401. 20171113/us-west-2/s3/aws4_request
  402. 2b51967841ca638acde1a8b705b7676a702d1cfe8e587a61c2ab3b0025eae509
  403. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final computed signing hash: aca79509820ac94fcd259eae56ffb21c1335b436b114817ac5eacc433464839c
  404. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signing request with: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=aca79509820ac94fcd259eae56ffb21c1335b436b114817ac5eacc433464839c
  405. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request Successfully signed
  406. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Making request to http://testc.localhost:8080?prefix=
  407. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Including headers:
  408. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] authorization: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=aca79509820ac94fcd259eae56ffb21c1335b436b114817ac5eacc433464839c
  409. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] content-type: application/xml
  410. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] host: testc.localhost
  411. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] user-agent: aws-sdk-cpp/1.2.3 Linux/4.9.49-moby x86_64
  412. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  413. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-date: 20171113T043554Z
  414. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Attempting to acquire curl connection.
  415. [INFO] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Connection has been released. Continuing.
  416. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Returning connection handle 0x13f6d70
  417. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Obtained connection handle 0x13f6d70
  418. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] HTTP/1.1 200 OK
  419.  
  420. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Transfer-Encoding: identity
  421.  
  422. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Date: Mon, 13 Nov 2017 04:35:53 GMT
  423.  
  424. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Connection: close
  425.  
  426. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Server: XXXXX
  427.  
  428. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Content-Type: application/xml
  429.  
  430. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696]
  431.  
  432. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] 534 bytes written to response.
  433. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Returned http response code 200
  434. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Returned content type application/xml
  435. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Releasing curl handle 0x13f6d70
  436. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Releasing curl handle 0x13f6d70
  437. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Notified waiting threads.
  438. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request returned successful response.
  439. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] Request successful returning.
  440. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] No content body, content-length headers
  441. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Using cached empty string sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 because payload is empty.
  442. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Header String: content-type:application/xml
  443. host:testc.localhost
  444. x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  445. x-amz-date:20171113T043554Z
  446.  
  447. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signed Headers value:content-type;host;x-amz-content-sha256;x-amz-date
  448. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Request String: DELETE
  449. /
  450.  
  451. content-type:application/xml
  452. host:testc.localhost
  453. x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  454. x-amz-date:20171113T043554Z
  455.  
  456. content-type;host;x-amz-content-sha256;x-amz-date
  457. e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  458. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final String to sign: AWS4-HMAC-SHA256
  459. 20171113T043554Z
  460. 20171113/us-west-2/s3/aws4_request
  461. 0163b2d71dceebea9dd85d1248b1174516e1bb059f5170667bf711f9b271bed8
  462. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final computed signing hash: a9f883639d9aabf039c216a0bfb6080748cc9b8cdb92e74ef1ea72152dff9705
  463. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signing request with: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=a9f883639d9aabf039c216a0bfb6080748cc9b8cdb92e74ef1ea72152dff9705
  464. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request Successfully signed
  465. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Making request to http://testc.localhost:8080
  466. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Including headers:
  467. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] authorization: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=a9f883639d9aabf039c216a0bfb6080748cc9b8cdb92e74ef1ea72152dff9705
  468. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] content-type: application/xml
  469. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] host: testc.localhost
  470. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] user-agent: aws-sdk-cpp/1.2.3 Linux/4.9.49-moby x86_64
  471. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  472. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-date: 20171113T043554Z
  473. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Attempting to acquire curl connection.
  474. [INFO] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Connection has been released. Continuing.
  475. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Returning connection handle 0x13f6d70
  476. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Obtained connection handle 0x13f6d70
  477. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] HTTP/1.1 204 No Content
  478.  
  479. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Connection: keep-alive
  480.  
  481. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Date: Mon, 13 Nov 2017 04:35:53 GMT
  482.  
  483. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Content-Length: 0
  484.  
  485. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Server: XXXXX
  486.  
  487. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696]
  488.  
  489. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Returned http response code 204
  490. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Response content-length header: 0
  491. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Response body length: 0
  492. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Releasing curl handle 0x13f6d70
  493. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Releasing curl handle 0x13f6d70
  494. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Notified waiting threads.
  495. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request returned successful response.
  496. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] Request successful returning.
  497. [TRACE] 2017-11-13 04:35:54 AWSClient [139835554469696] No content body, content-length headers
  498. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Using cached empty string sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 because payload is empty.
  499. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Header String: content-type:application/xml
  500. host:testc.localhost
  501. x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  502. x-amz-date:20171113T043554Z
  503.  
  504. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signed Headers value:content-type;host;x-amz-content-sha256;x-amz-date
  505. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Canonical Request String: HEAD
  506. /
  507.  
  508. content-type:application/xml
  509. host:testc.localhost
  510. x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  511. x-amz-date:20171113T043554Z
  512.  
  513. content-type;host;x-amz-content-sha256;x-amz-date
  514. e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  515. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final String to sign: AWS4-HMAC-SHA256
  516. 20171113T043554Z
  517. 20171113/us-west-2/s3/aws4_request
  518. c4ac5918f3da73cf27d7c75afc09c57c1cf1efe673b19096647c15bd875415cb
  519. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Final computed signing hash: ed6694f7f12d56e8e306781caf84632eeb179bf2151155ddb8cf0d6c4352c535
  520. [DEBUG] 2017-11-13 04:35:54 AWSAuthV4Signer [139835554469696] Signing request with: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=ed6694f7f12d56e8e306781caf84632eeb179bf2151155ddb8cf0d6c4352c535
  521. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request Successfully signed
  522. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Making request to http://testc.localhost:8080
  523. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Including headers:
  524. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] authorization: AWS4-HMAC-SHA256 Credential=05236/20171113/us-west-2/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=ed6694f7f12d56e8e306781caf84632eeb179bf2151155ddb8cf0d6c4352c535
  525. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] content-type: application/xml
  526. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] host: testc.localhost
  527. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] user-agent: aws-sdk-cpp/1.2.3 Linux/4.9.49-moby x86_64
  528. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  529. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] x-amz-date: 20171113T043554Z
  530. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Attempting to acquire curl connection.
  531. [INFO] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Connection has been released. Continuing.
  532. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Returning connection handle 0x13f6d70
  533. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Obtained connection handle 0x13f6d70
  534. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] HTTP/1.1 404 Not Found
  535.  
  536. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Connection: keep-alive
  537.  
  538. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Date: Mon, 13 Nov 2017 04:35:53 GMT
  539.  
  540. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Content-Length: 177
  541.  
  542. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Server: XXXXX
  543.  
  544. [TRACE] 2017-11-13 04:35:54 CurlHttpClient [139835554469696]
  545.  
  546. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Returned http response code 404
  547. [DEBUG] 2017-11-13 04:35:54 CurlHttpClient [139835554469696] Releasing curl handle 0x13f6d70
  548. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Releasing curl handle 0x13f6d70
  549. [DEBUG] 2017-11-13 04:35:54 CurlHandleContainer [139835554469696] Notified waiting threads.
  550. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Request returned error. Attempting to generate appropriate error codes from response
  551. [ERROR] 2017-11-13 04:35:54 AWSClient [139835554469696] No response body. Response code: 404
  552. [WARN] 2017-11-13 04:35:54 AWSClient [139835554469696] If the signature check failed. This could be because of a time skew. Attempting to adjust the signer.
  553. [DEBUG] 2017-11-13 04:35:54 AWSClient [139835554469696] Server time is Mon, 13 Nov 2017 04:35:53 GMT, while client time is Mon, 13 Nov 2017 04:35:54 GMT
Advertisement
Add Comment
Please, Sign In to add comment