Advertisement
Guest User

Untitled

a guest
Sep 10th, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.03 KB | None | 0 0
  1. # GIT_TRANSFER_TRACE=1 GIT_CURL_VERBOSE=1 GIT_TRACE=1 git push
  2.  
  3. 12:57:36.556285 git.c:344 trace: built-in: git push
  4. 12:57:36.560285 run-command.c:640 trace: run_command: GIT_DIR=.git git remote-https origin https://git.example.org/myuser/lfstest.git
  5. 12:57:36.577283 git.c:576 trace: exec: git-remote-https origin https://git.example.org/myuser/lfstest.git
  6. 12:57:36.578283 run-command.c:640 trace: run_command: git-remote-https origin https://git.example.org/myuser/lfstest.git
  7. 12:57:36.978135 run-command.c:640 trace: run_command: 'git credential-manager get'
  8. * STATE: INIT => CONNECT handle 0x3319470; line 1404 (connection #-5000)
  9. * Couldn't find host git.example.org in the _netrc file; using defaults
  10. * Added connection 0. The cache now contains 1 members
  11. * STATE: CONNECT => WAITRESOLVE handle 0x3319470; line 1440 (connection #0)
  12. * Trying 12.34.56.78...
  13. * TCP_NODELAY set
  14. * STATE: WAITRESOLVE => WAITCONNECT handle 0x3319470; line 1521 (connection #0)
  15. * Connected to git.example.org (12.34.56.78) port 443 (#0)
  16. * STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x3319470; line 1573 (connection #0)
  17. * Marked for [keep alive]: HTTP default
  18. * ALPN, offering http/1.1
  19. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  20. * successfully set certificate verify locations:
  21. CAfile: C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
  22. CApath: none
  23. * STATE: SENDPROTOCONNECT => PROTOCONNECT handle 0x3319470; line 1587 (connection #0)
  24. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  25. * ALPN, server accepted to use http/1.1
  26. * Server certificate:
  27. * subject: CN=example.org
  28. * start date: Aug 24 12:19:55 2019 GMT
  29. * expire date: Nov 22 12:19:55 2019 GMT
  30. * subjectAltName: host "git.example.org" matched cert's "*.example.org"
  31. * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
  32. * SSL certificate verify ok.
  33. * STATE: PROTOCONNECT => DO handle 0x3319470; line 1608 (connection #0)
  34. > GET /myuser/lfstest.git/info/refs?service=git-receive-pack HTTP/1.1
  35. Host: git.example.org
  36. User-Agent: git/2.17.0.windows.1
  37. Accept: */*
  38. Accept-Encoding: gzip
  39. Pragma: no-cache
  40.  
  41. * STATE: DO => DO_DONE handle 0x3319470; line 1670 (connection #0)
  42. * STATE: DO_DONE => WAITPERFORM handle 0x3319470; line 1795 (connection #0)
  43. * STATE: WAITPERFORM => PERFORM handle 0x3319470; line 1811 (connection #0)
  44. * HTTP 1.1 or later with persistent connection, pipelining supported
  45. < HTTP/1.1 401 Unauthorized
  46. * Server openresty/12.34.56.78 is not blacklisted
  47. < Server: openresty/12.34.56.78
  48. < Date: Tue, 10 Sep 2019 10:57:37 GMT
  49. < Content-Type: text/plain; charset=utf-8
  50. < Content-Length: 26
  51. < Connection: keep-alive
  52. < Cache-Control: no-cache
  53. < Referrer-Policy: strict-origin-when-cross-origin
  54. < WWW-Authenticate: Basic realm="GitLab"
  55. < X-Content-Type-Options: nosniff
  56. < X-Download-Options: noopen
  57. < X-Frame-Options: DENY
  58. < X-Permitted-Cross-Domain-Policies: none
  59. < X-Request-Id: df89f08f9ed93cbda90f11957bc90c99
  60. < X-Runtime: 0.125483
  61. < X-Ua-Compatible: IE=edge
  62. < X-Xss-Protection: 1; mode=block
  63. < Strict-Transport-Security: max-age=15724800; includeSubDomains
  64. <
  65. * STATE: PERFORM => DONE handle 0x3319470; line 1980 (connection #0)
  66. * multi_done
  67. * Connection #0 to host git.example.org left intact
  68. 12:57:37.045145 git.c:576 trace: exec: git-credential-manager get
  69. 12:57:37.047149 run-command.c:640 trace: run_command: git-credential-manager get
  70. 12:57:37.489205 run-command.c:640 trace: run_command: 'git credential-manager store'
  71. * STATE: INIT => CONNECT handle 0x3319470; line 1404 (connection #-5000)
  72. * Couldn't find host git.example.org in the _netrc file; using defaults
  73. * Found bundle for host git.example.org: 0x3323b60 [can pipeline]
  74. * Re-using existing connection! (#0) with host git.example.org
  75. * Connected to git.example.org (12.34.56.78) port 443 (#0)
  76. * STATE: CONNECT => DO handle 0x3319470; line 1449 (connection #0)
  77. * Server auth using Basic with user 'myuser'
  78. > GET /myuser/lfstest.git/info/refs?service=git-receive-pack HTTP/1.1
  79. Host: git.example.org
  80. Authorization: Basic <hidden>
  81. User-Agent: git/2.17.0.windows.1
  82. Accept: */*
  83. Accept-Encoding: gzip
  84. Pragma: no-cache
  85.  
  86. * STATE: DO => DO_DONE handle 0x3319470; line 1670 (connection #0)
  87. * STATE: DO_DONE => WAITPERFORM handle 0x3319470; line 1795 (connection #0)
  88. * STATE: WAITPERFORM => PERFORM handle 0x3319470; line 1811 (connection #0)
  89. * HTTP 1.1 or later with persistent connection, pipelining supported
  90. < HTTP/1.1 200 OK
  91. * Server openresty/12.34.56.78 is not blacklisted
  92. < Server: openresty/12.34.56.78
  93. < Date: Tue, 10 Sep 2019 10:57:37 GMT
  94. < Content-Type: application/x-git-receive-pack-advertisement
  95. < Content-Length: 195
  96. < Connection: keep-alive
  97. < Cache-Control: no-cache
  98. < Strict-Transport-Security: max-age=15724800; includeSubDomains
  99. <
  100. * STATE: PERFORM => DONE handle 0x3319470; line 1980 (connection #0)
  101. * multi_done
  102. * Connection #0 to host git.example.org left intact
  103. 12:57:37.550139 git.c:576 trace: exec: git-credential-manager store
  104. 12:57:37.551145 run-command.c:640 trace: run_command: git-credential-manager store
  105. 12:57:37.796181 run-command.c:640 trace: run_command: 'git credential-manager store'
  106. 12:57:37.857186 git.c:576 trace: exec: git-credential-manager store
  107. 12:57:37.858181 run-command.c:640 trace: run_command: git-credential-manager store
  108. 12:57:38.111189 run-command.c:640 trace: run_command: .git/hooks/pre-push origin https://git.example.org/myuser/lfstest.git
  109. 12:57:38.183690 git.c:576 trace: exec: git-lfs pre-push origin https://git.example.org/myuser/lfstest.git
  110. 12:57:38.184685 run-command.c:640 trace: run_command: git-lfs pre-push origin https://git.example.org/myuser/lfstest.git
  111. 12:57:38.229685 trace git-lfs: exec: git 'version'
  112. 12:57:38.279742 trace git-lfs: exec: git '-c' 'filter.lfs.smudge=' '-c' 'filter.lfs.clean=' '-c' 'filter.lfs.process=' '-c' 'filter.lfs.required=false' 'rev-parse' 'HEAD' '--symbolic-full-name' 'HEAD'
  113. 12:57:38.368754 trace git-lfs: exec: git 'config' '-l'
  114. 12:57:38.394755 trace git-lfs: pre-push: refs/heads/master aeeba27c20b67ab2d8acb460db15031a40efcdbb refs/heads/master 5ce471f691d64f532eeae762e3f1a30616bef8d0
  115. 12:57:39.862418 trace git-lfs: creds: git credential fill ("https", "git.example.org", "")
  116. 12:57:40.181700 trace git-lfs: Filled credentials for https://git.example.org/myuser/lfstest.git
  117. 12:57:40.191704 trace git-lfs: HTTP: POST https://git.example.org/myuser/lfstest.git/info/lfs/locks/verify
  118. > POST /myuser/lfstest.git/info/lfs/locks/verify HTTP/1.1
  119. > Host: git.example.org
  120. > Accept: application/vnd.git-lfs+json; charset=utf-8
  121. > Authorization: Basic * * * * *
  122. > Content-Length: 36
  123. > Content-Type: application/vnd.git-lfs+json; charset=utf-8
  124. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  125. >
  126. {"ref":{"name":"refs/heads/master"}}12:57:40.405551 trace git-lfs: HTTP: 200
  127.  
  128.  
  129. < HTTP/1.1 200 OK
  130. < Content-Length: 23
  131. < Cache-Control: max-age=0, private, must-revalidate
  132. < Connection: keep-alive
  133. < Content-Type: application/vnd.git-lfs+json; charset=utf-8
  134. < Date: Tue, 10 Sep 2019 10:57:40 GMT
  135. < Etag: W/"928ac95441b0331342f5e9d1e1150f67"
  136. < Page-Title: GitLab
  137. < Referrer-Policy: strict-origin-when-cross-origin
  138. < Server: openresty/12.34.56.78
  139. < Strict-Transport-Security: max-age=15724800; includeSubDomains
  140. < X-Content-Type-Options: nosniff
  141. < X-Download-Options: noopen
  142. < X-Frame-Options: DENY
  143. < X-Permitted-Cross-Domain-Policies: none
  144. < X-Request-Id: PiH6tylaft9
  145. < X-Runtime: 0.059173
  146. < X-Ua-Compatible: IE=edge
  147. < X-Xss-Protection: 1; mode=block
  148. <
  149. 12:57:40.405551 trace git-lfs: creds: git credential approve ("https", "git.example.org", "")
  150. 12:57:41.010204 trace git-lfs: HTTP: {"ours":[],"theirs":[]}
  151. {"ours":[],"theirs":[]}Locking support detected on remote "origin". Consider enabling it with:
  152. $ git config lfs.https://git.example.org/myuser/lfstest.git/info/lfs.locksverify true
  153. 12:57:41.010204 trace git-lfs: tq: running as batched queue, batch size of 100
  154. 12:57:41.011214 trace git-lfs: run_command: git rev-list --stdin --objects --not --remotes=origin --
  155. 12:57:41.018210 trace git-lfs: run_command: git cat-file --batch
  156. Uploading LFS objects: 0% (0/1), 0 B | 0 B/s
  157. 12:57:41.067226 trace git-lfs: tq: sending batch of size 1
  158. 12:57:41.067226 trace git-lfs: api: batch 1 files
  159. 12:57:41.067226 trace git-lfs: creds: git credential cache ("https", "git.example.org", "")
  160. 12:57:41.067226 trace git-lfs: Filled credentials for https://git.example.org/myuser/lfstest.git
  161. 12:57:41.067226 trace git-lfs: HTTP: POST https://git.example.org/myuser/lfstest.git/info/lfs/objects/batch
  162. > POST /myuser/lfstest.git/info/lfs/objects/batch HTTP/1.1
  163. > Host: git.example.org
  164. > Accept: application/vnd.git-lfs+json; charset=utf-8
  165. > Authorization: Basic * * * * *
  166. > Content-Length: 158
  167. > Content-Type: application/vnd.git-lfs+json; charset=utf-8
  168. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  169. >
  170. {"operation":"upload","objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858}],"ref":{"name":"refs/heads/master"}}12:57:41.203719 trace git-lfs: HTTP: 200
  171.  
  172.  
  173. < HTTP/1.1 200 OK
  174. < Transfer-Encoding: chunked
  175. < Cache-Control: max-age=0, private, must-revalidate
  176. < Connection: keep-alive
  177. < Content-Type: application/json; charset=utf-8
  178. < Date: Tue, 10 Sep 2019 10:57:41 GMT
  179. < Etag: W/"40bae34cee984b63c8b064d2c01dbb24"
  180. < Page-Title: GitLab
  181. < Referrer-Policy: strict-origin-when-cross-origin
  182. < Server: openresty/12.34.56.78
  183. < Strict-Transport-Security: max-age=15724800; includeSubDomains
  184. < Vary: Accept-Encoding
  185. < X-Content-Type-Options: nosniff
  186. < X-Download-Options: noopen
  187. < X-Frame-Options: DENY
  188. < X-Permitted-Cross-Domain-Policies: none
  189. < X-Request-Id: yZTr4o4ZeH3
  190. < X-Runtime: 0.111990
  191. < X-Ua-Compatible: IE=edge
  192. < X-Xss-Protection: 1; mode=block
  193. <
  194. 12:57:41.203719 trace git-lfs: HTTP: {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}
  195. {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}12:57:41.203719 trace git-lfs: tq: starting transfer adapter "basic"
  196. 12:57:41.203719 trace git-lfs: xfer: adapter "basic" Begin() with 8 workers
  197. 12:57:41.203719 trace git-lfs: xfer: adapter "basic" started
  198. 12:57:41.203719 trace git-lfs: xfer: adapter "basic" worker 4 starting
  199. 12:57:41.203719 trace git-lfs: xfer: adapter "basic" worker 4 waiting for Auth
  200. 12:57:41.203719 trace git-lfs: xfer: adapter "basic" worker 2 starting
  201. 12:57:41.203719 trace git-lfs: xfer: adapter "basic" worker 2 waiting for Auth
  202. 12:57:41.203719 trace git-lfs: xfer: adapter "basic" worker 7 starting
  203. 12:57:41.203719 trace git-lfs: xfer: adapter "basic" worker 7 waiting for Auth
  204. 12:57:41.203719 trace git-lfs: xfer: adapter "basic" worker 3 starting
  205. 12:57:41.203719 trace git-lfs: xfer: adapter "basic" worker 3 waiting for Auth
  206. 12:57:41.203719 trace git-lfs: xfer: adapter "basic" worker 0 starting
  207. 12:57:41.203719 trace git-lfs: xfer: adapter "basic" worker 1 starting
  208. 12:57:41.204729 trace git-lfs: xfer: adapter "basic" worker 6 starting
  209. 12:57:41.204729 trace git-lfs: xfer: adapter "basic" worker 1 waiting for Auth
  210. 12:57:41.204729 trace git-lfs: xfer: adapter "basic" worker 0 processing job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  211. 12:57:41.204729 trace git-lfs: xfer: adapter "basic" worker 6 waiting for Auth
  212. 12:57:41.204729 trace git-lfs: xfer: adapter "basic" worker 5 starting
  213. 12:57:41.204729 trace git-lfs: xfer: adapter "basic" worker 5 waiting for Auth
  214. 12:57:41.204729 trace git-lfs: HTTP: PUT https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858
  215. > PUT /myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858 HTTP/1.1
  216. > Host: git.example.org
  217. > Authorization: Basic * * * * *
  218. > Content-Length: 774858
  219. > Content-Type: application/octet-stream
  220. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  221. >
  222. 12:57:41.303954 trace git-lfs: xfer: adapter "basic" worker 7 auth signal received
  223. 12:57:41.303954 trace git-lfs: xfer: adapter "basic" worker 4 auth signal received
  224. 12:57:41.303954 trace git-lfs: xfer: adapter "basic" worker 3 auth signal received
  225. 12:57:41.303954 trace git-lfs: xfer: adapter "basic" worker 2 auth signal received
  226. 12:57:41.303954 trace git-lfs: xfer: adapter "basic" worker 1 auth signal received
  227. 12:57:41.303954 trace git-lfs: xfer: adapter "basic" worker 6 auth signal received
  228. 12:57:41.303954 trace git-lfs: xfer: adapter "basic" worker 5 auth signal received
  229. Uploading LFS objects: 0% (0/1), 3.7 KB | 0 B/s
  230. 12:57:41.330630 trace git-lfs: xfer: adapter "basic" worker 0 finished job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  231. 12:57:41.330630 trace git-lfs: tq: retrying object ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463: LFS: Put https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858: write tcp 12.34.56.78:16160->12.34.56.78:443: wsasend: An existing connection was forcibly closed by the remote host.
  232. 12:57:41.330630 trace git-lfs: tq: enqueue retry #1 for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463" (size: 774858)
  233. 12:57:41.330630 trace git-lfs: tq: sending batch of size 1
  234. 12:57:41.330630 trace git-lfs: api: batch 1 files
  235. 12:57:41.330630 trace git-lfs: creds: git credential cache ("https", "git.example.org", "")
  236. 12:57:41.330630 trace git-lfs: Filled credentials for https://git.example.org/myuser/lfstest.git
  237. 12:57:41.330630 trace git-lfs: HTTP: POST https://git.example.org/myuser/lfstest.git/info/lfs/objects/batch
  238. > POST /myuser/lfstest.git/info/lfs/objects/batch HTTP/1.1
  239. > Host: git.example.org
  240. > Accept: application/vnd.git-lfs+json; charset=utf-8
  241. > Authorization: Basic * * * * *
  242. > Content-Length: 158
  243. > Content-Type: application/vnd.git-lfs+json; charset=utf-8
  244. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  245. >
  246. {"operation":"upload","objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858}],"ref":{"name":"refs/heads/master"}}12:57:41.484009 trace git-lfs: HTTP: 200
  247.  
  248.  
  249. < HTTP/1.1 200 OK
  250. < Transfer-Encoding: chunked
  251. < Cache-Control: max-age=0, private, must-revalidate
  252. < Connection: keep-alive
  253. < Content-Type: application/json; charset=utf-8
  254. < Date: Tue, 10 Sep 2019 10:57:41 GMT
  255. < Etag: W/"40bae34cee984b63c8b064d2c01dbb24"
  256. < Page-Title: GitLab
  257. < Referrer-Policy: strict-origin-when-cross-origin
  258. < Server: openresty/12.34.56.78
  259. < Strict-Transport-Security: max-age=15724800; includeSubDomains
  260. < Vary: Accept-Encoding
  261. < X-Content-Type-Options: nosniff
  262. < X-Download-Options: noopen
  263. < X-Frame-Options: DENY
  264. < X-Permitted-Cross-Domain-Policies: none
  265. < X-Request-Id: vBv7o5lpDz5
  266. < X-Runtime: 0.053916
  267. < X-Ua-Compatible: IE=edge
  268. < X-Xss-Protection: 1; mode=block
  269. <
  270. 12:57:41.484009 trace git-lfs: HTTP: {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}
  271. {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}12:57:41.484009 trace git-lfs: xfer: adapter "basic" End()
  272. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 7 stopping
  273. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 1 stopping
  274. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 0 stopping
  275. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 6 stopping
  276. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 3 stopping
  277. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 5 stopping
  278. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 2 stopping
  279. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 4 stopping
  280. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" stopped
  281. 12:57:41.484009 trace git-lfs: tq: starting transfer adapter "basic"
  282. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" Begin() with 8 workers
  283. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" started
  284. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 2 starting
  285. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 2 waiting for Auth
  286. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 4 starting
  287. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 0 starting
  288. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 1 starting
  289. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 7 starting
  290. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 1 waiting for Auth
  291. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 7 waiting for Auth
  292. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 3 starting
  293. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 3 waiting for Auth
  294. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 5 starting
  295. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 5 waiting for Auth
  296. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 4 waiting for Auth
  297. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 6 starting
  298. 12:57:41.484009 trace git-lfs: xfer: adapter "basic" worker 6 waiting for Auth
  299. 12:57:41.484946 trace git-lfs: xfer: adapter "basic" worker 0 processing job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  300. 12:57:41.484946 trace git-lfs: HTTP: PUT https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858
  301. > PUT /myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858 HTTP/1.1
  302. > Host: git.example.org
  303. > Authorization: Basic * * * * *
  304. > Content-Length: 774858
  305. > Content-Type: application/octet-stream
  306. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  307. >
  308. 12:57:41.552999 trace git-lfs: xfer: adapter "basic" worker 7 auth signal received
  309. 12:57:41.552999 trace git-lfs: xfer: adapter "basic" worker 5 auth signal received
  310. 12:57:41.552999 trace git-lfs: xfer: adapter "basic" worker 1 auth signal received
  311. 12:57:41.552999 trace git-lfs: xfer: adapter "basic" worker 4 auth signal received
  312. 12:57:41.552999 trace git-lfs: xfer: adapter "basic" worker 3 auth signal received
  313. 12:57:41.552999 trace git-lfs: xfer: adapter "basic" worker 2 auth signal received
  314. 12:57:41.552999 trace git-lfs: xfer: adapter "basic" worker 6 auth signal received
  315. Uploading LFS objects: 0% (0/1), 85 KB | 0 B/s
  316. 12:57:41.575071 trace git-lfs: xfer: adapter "basic" worker 0 finished job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  317. 12:57:41.575071 trace git-lfs: tq: retrying object ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463: LFS: Put https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858: write tcp 12.34.56.78:16162->12.34.56.78:443: wsasend: An existing connection was forcibly closed by the remote host.
  318. 12:57:41.575071 trace git-lfs: tq: enqueue retry #2 for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463" (size: 774858)
  319. 12:57:41.575071 trace git-lfs: tq: sending batch of size 1
  320. 12:57:41.576057 trace git-lfs: api: batch 1 files
  321. 12:57:41.576057 trace git-lfs: creds: git credential cache ("https", "git.example.org", "")
  322. 12:57:41.576057 trace git-lfs: Filled credentials for https://git.example.org/myuser/lfstest.git
  323. 12:57:41.576057 trace git-lfs: HTTP: POST https://git.example.org/myuser/lfstest.git/info/lfs/objects/batch
  324. > POST /myuser/lfstest.git/info/lfs/objects/batch HTTP/1.1
  325. > Host: git.example.org
  326. > Accept: application/vnd.git-lfs+json; charset=utf-8
  327. > Authorization: Basic * * * * *
  328. > Content-Length: 158
  329. > Content-Type: application/vnd.git-lfs+json; charset=utf-8
  330. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  331. >
  332. {"operation":"upload","objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858}],"ref":{"name":"refs/heads/master"}}12:57:41.740653 trace git-lfs: HTTP: 200
  333.  
  334.  
  335. < HTTP/1.1 200 OK
  336. < Transfer-Encoding: chunked
  337. < Cache-Control: max-age=0, private, must-revalidate
  338. < Connection: keep-alive
  339. < Content-Type: application/json; charset=utf-8
  340. < Date: Tue, 10 Sep 2019 10:57:41 GMT
  341. < Etag: W/"40bae34cee984b63c8b064d2c01dbb24"
  342. < Page-Title: GitLab
  343. < Referrer-Policy: strict-origin-when-cross-origin
  344. < Server: openresty/12.34.56.78
  345. < Strict-Transport-Security: max-age=15724800; includeSubDomains
  346. < Vary: Accept-Encoding
  347. < X-Content-Type-Options: nosniff
  348. < X-Download-Options: noopen
  349. < X-Frame-Options: DENY
  350. < X-Permitted-Cross-Domain-Policies: none
  351. < X-Request-Id: iiQJqJa4yh2
  352. < X-Runtime: 0.068642
  353. < X-Ua-Compatible: IE=edge
  354. < X-Xss-Protection: 1; mode=block
  355. <
  356. 12:57:41.740653 trace git-lfs: HTTP: {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}
  357. {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}12:57:41.740653 trace git-lfs: xfer: adapter "basic" End()
  358. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 7 stopping
  359. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 3 stopping
  360. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 0 stopping
  361. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 6 stopping
  362. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 2 stopping
  363. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 4 stopping
  364. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 5 stopping
  365. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 1 stopping
  366. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" stopped
  367. 12:57:41.740653 trace git-lfs: tq: starting transfer adapter "basic"
  368. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" Begin() with 8 workers
  369. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 1 starting
  370. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 1 waiting for Auth
  371. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" started
  372. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 5 starting
  373. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 2 starting
  374. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 4 starting
  375. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 5 waiting for Auth
  376. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 2 waiting for Auth
  377. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 6 starting
  378. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 6 waiting for Auth
  379. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 0 starting
  380. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 3 starting
  381. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 3 waiting for Auth
  382. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 4 waiting for Auth
  383. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 7 starting
  384. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 7 waiting for Auth
  385. 12:57:41.740653 trace git-lfs: xfer: adapter "basic" worker 0 processing job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  386. 12:57:41.740653 trace git-lfs: HTTP: PUT https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858
  387. > PUT /myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858 HTTP/1.1
  388. > Host: git.example.org
  389. > Authorization: Basic * * * * *
  390. > Content-Length: 774858
  391. > Content-Type: application/octet-stream
  392. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  393. >
  394. 12:57:41.815593 trace git-lfs: xfer: adapter "basic" worker 1 auth signal received
  395. 12:57:41.815593 trace git-lfs: xfer: adapter "basic" worker 6 auth signal received
  396. 12:57:41.815593 trace git-lfs: xfer: adapter "basic" worker 4 auth signal received
  397. 12:57:41.815593 trace git-lfs: xfer: adapter "basic" worker 2 auth signal received
  398. 12:57:41.815593 trace git-lfs: xfer: adapter "basic" worker 3 auth signal received
  399. 12:57:41.815593 trace git-lfs: xfer: adapter "basic" worker 5 auth signal received
  400. 12:57:41.815593 trace git-lfs: xfer: adapter "basic" worker 7 auth signal received
  401. Uploading LFS objects: 0% (0/1), 167 KB | 0 B/s
  402. 12:57:41.837115 trace git-lfs: xfer: adapter "basic" worker 0 finished job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  403. 12:57:41.837115 trace git-lfs: tq: retrying object ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463: LFS: Put https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858: write tcp 12.34.56.78:16164->12.34.56.78:443: wsasend: An existing connection was forcibly closed by the remote host.
  404. 12:57:41.837115 trace git-lfs: tq: enqueue retry #3 for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463" (size: 774858)
  405. 12:57:41.837115 trace git-lfs: tq: sending batch of size 1
  406. 12:57:41.837115 trace git-lfs: api: batch 1 files
  407. 12:57:41.837115 trace git-lfs: creds: git credential cache ("https", "git.example.org", "")
  408. 12:57:41.837115 trace git-lfs: Filled credentials for https://git.example.org/myuser/lfstest.git
  409. 12:57:41.837115 trace git-lfs: HTTP: POST https://git.example.org/myuser/lfstest.git/info/lfs/objects/batch
  410. > POST /myuser/lfstest.git/info/lfs/objects/batch HTTP/1.1
  411. > Host: git.example.org
  412. > Accept: application/vnd.git-lfs+json; charset=utf-8
  413. > Authorization: Basic * * * * *
  414. > Content-Length: 158
  415. > Content-Type: application/vnd.git-lfs+json; charset=utf-8
  416. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  417. >
  418. {"operation":"upload","objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858}],"ref":{"name":"refs/heads/master"}}12:57:42.116204 trace git-lfs: HTTP: 200
  419.  
  420.  
  421. < HTTP/1.1 200 OK
  422. < Transfer-Encoding: chunked
  423. < Cache-Control: max-age=0, private, must-revalidate
  424. < Connection: keep-alive
  425. < Content-Type: application/json; charset=utf-8
  426. < Date: Tue, 10 Sep 2019 10:57:42 GMT
  427. < Etag: W/"40bae34cee984b63c8b064d2c01dbb24"
  428. < Page-Title: GitLab
  429. < Referrer-Policy: strict-origin-when-cross-origin
  430. < Server: openresty/12.34.56.78
  431. < Strict-Transport-Security: max-age=15724800; includeSubDomains
  432. < Vary: Accept-Encoding
  433. < X-Content-Type-Options: nosniff
  434. < X-Download-Options: noopen
  435. < X-Frame-Options: DENY
  436. < X-Permitted-Cross-Domain-Policies: none
  437. < X-Request-Id: EqZK3oRecNa
  438. < X-Runtime: 0.152225
  439. < X-Ua-Compatible: IE=edge
  440. < X-Xss-Protection: 1; mode=block
  441. <
  442. 12:57:42.117141 trace git-lfs: HTTP: {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}
  443. {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}12:57:42.117141 trace git-lfs: xfer: adapter "basic" End()
  444. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 1 stopping
  445. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 0 stopping
  446. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 2 stopping
  447. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 4 stopping
  448. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 6 stopping
  449. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 3 stopping
  450. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 5 stopping
  451. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 7 stopping
  452. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" stopped
  453. 12:57:42.117141 trace git-lfs: tq: starting transfer adapter "basic"
  454. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" Begin() with 8 workers
  455. Uploading LFS objects: 0% (0/1), 249 KB | 0 B/s
  456. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 1 starting
  457. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 2 starting
  458. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 3 starting
  459. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 3 waiting for Auth
  460. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" started
  461. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 4 starting
  462. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 4 waiting for Auth
  463. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 1 waiting for Auth
  464. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 2 waiting for Auth
  465. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 5 starting
  466. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 5 waiting for Auth
  467. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 0 starting
  468. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 6 starting
  469. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 6 waiting for Auth
  470. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 7 starting
  471. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 7 waiting for Auth
  472. 12:57:42.117141 trace git-lfs: xfer: adapter "basic" worker 0 processing job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  473. 12:57:42.117141 trace git-lfs: HTTP: PUT https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858
  474. > PUT /myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858 HTTP/1.1
  475. > Host: git.example.org
  476. > Authorization: Basic * * * * *
  477. > Content-Length: 774858
  478. > Content-Type: application/octet-stream
  479. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  480. >
  481. 12:57:42.185155 trace git-lfs: xfer: adapter "basic" worker 1 auth signal received
  482. 12:57:42.185155 trace git-lfs: xfer: adapter "basic" worker 3 auth signal received
  483. 12:57:42.185155 trace git-lfs: xfer: adapter "basic" worker 4 auth signal received
  484. 12:57:42.185155 trace git-lfs: xfer: adapter "basic" worker 2 auth signal received
  485. 12:57:42.185155 trace git-lfs: xfer: adapter "basic" worker 5 auth signal received
  486. 12:57:42.185155 trace git-lfs: xfer: adapter "basic" worker 7 auth signal received
  487. 12:57:42.185155 trace git-lfs: xfer: adapter "basic" worker 6 auth signal received
  488. 12:57:42.207144 trace git-lfs: xfer: adapter "basic" worker 0 finished job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  489. 12:57:42.207144 trace git-lfs: tq: retrying object ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463: LFS: Put https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858: write tcp 12.34.56.78:16166->12.34.56.78:443: wsasend: An existing connection was forcibly closed by the remote host.
  490. 12:57:42.207144 trace git-lfs: tq: enqueue retry #4 for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463" (size: 774858)
  491. 12:57:42.207144 trace git-lfs: tq: sending batch of size 1
  492. 12:57:42.207144 trace git-lfs: api: batch 1 files
  493. 12:57:42.207144 trace git-lfs: creds: git credential cache ("https", "git.example.org", "")
  494. 12:57:42.207144 trace git-lfs: Filled credentials for https://git.example.org/myuser/lfstest.git
  495. 12:57:42.207144 trace git-lfs: HTTP: POST https://git.example.org/myuser/lfstest.git/info/lfs/objects/batch
  496. > POST /myuser/lfstest.git/info/lfs/objects/batch HTTP/1.1
  497. > Host: git.example.org
  498. > Accept: application/vnd.git-lfs+json; charset=utf-8
  499. > Authorization: Basic * * * * *
  500. > Content-Length: 158
  501. > Content-Type: application/vnd.git-lfs+json; charset=utf-8
  502. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  503. >
  504. {"operation":"upload","objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858}],"ref":{"name":"refs/heads/master"}}12:57:42.417095 trace git-lfs: HTTP: 200
  505.  
  506.  
  507. < HTTP/1.1 200 OK
  508. < Transfer-Encoding: chunked
  509. < Cache-Control: max-age=0, private, must-revalidate
  510. < Connection: keep-alive
  511. < Content-Type: application/json; charset=utf-8
  512. < Date: Tue, 10 Sep 2019 10:57:42 GMT
  513. < Etag: W/"40bae34cee984b63c8b064d2c01dbb24"
  514. < Page-Title: GitLab
  515. < Referrer-Policy: strict-origin-when-cross-origin
  516. < Server: openresty/12.34.56.78
  517. < Strict-Transport-Security: max-age=15724800; includeSubDomains
  518. < Vary: Accept-Encoding
  519. < X-Content-Type-Options: nosniff
  520. < X-Download-Options: noopen
  521. < X-Frame-Options: DENY
  522. < X-Permitted-Cross-Domain-Policies: none
  523. < X-Request-Id: 6DXAhGPTWSa
  524. < X-Runtime: 0.107743
  525. < X-Ua-Compatible: IE=edge
  526. < X-Xss-Protection: 1; mode=block
  527. <
  528. 12:57:42.417095 trace git-lfs: HTTP: {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}
  529. {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}12:57:42.417095 trace git-lfs: xfer: adapter "basic" End()
  530. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 1 stopping
  531. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 5 stopping
  532. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 2 stopping
  533. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 7 stopping
  534. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 4 stopping
  535. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 0 stopping
  536. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 6 stopping
  537. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 3 stopping
  538. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" stopped
  539. 12:57:42.417095 trace git-lfs: tq: starting transfer adapter "basic"
  540. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" Begin() with 8 workers
  541. Uploading LFS objects: 0% (0/1), 326 KB | 0 B/s
  542. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" started
  543. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 1 starting
  544. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 5 starting
  545. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 0 starting
  546. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 4 starting
  547. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 6 starting
  548. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 7 starting
  549. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 2 starting
  550. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 5 waiting for Auth
  551. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 3 starting
  552. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 3 waiting for Auth
  553. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 4 waiting for Auth
  554. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 6 waiting for Auth
  555. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 7 waiting for Auth
  556. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 1 waiting for Auth
  557. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 2 waiting for Auth
  558. 12:57:42.417095 trace git-lfs: xfer: adapter "basic" worker 0 processing job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  559. 12:57:42.418092 trace git-lfs: HTTP: PUT https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858
  560. > PUT /myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858 HTTP/1.1
  561. > Host: git.example.org
  562. > Authorization: Basic * * * * *
  563. > Content-Length: 774858
  564. > Content-Type: application/octet-stream
  565. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  566. >
  567. 12:57:42.488193 trace git-lfs: xfer: adapter "basic" worker 4 auth signal received
  568. 12:57:42.488193 trace git-lfs: xfer: adapter "basic" worker 5 auth signal received
  569. 12:57:42.488193 trace git-lfs: xfer: adapter "basic" worker 7 auth signal received
  570. 12:57:42.488193 trace git-lfs: xfer: adapter "basic" worker 6 auth signal received
  571. 12:57:42.488193 trace git-lfs: xfer: adapter "basic" worker 1 auth signal received
  572. 12:57:42.488193 trace git-lfs: xfer: adapter "basic" worker 3 auth signal received
  573. 12:57:42.488193 trace git-lfs: xfer: adapter "basic" worker 2 auth signal received
  574. 12:57:42.511246 trace git-lfs: xfer: adapter "basic" worker 0 finished job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  575. 12:57:42.511246 trace git-lfs: tq: retrying object ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463: LFS: Put https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858: write tcp 12.34.56.78:16168->12.34.56.78:443: wsasend: An existing connection was forcibly closed by the remote host.
  576. 12:57:42.511246 trace git-lfs: tq: enqueue retry #5 for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463" (size: 774858)
  577. 12:57:42.511246 trace git-lfs: tq: sending batch of size 1
  578. 12:57:42.511246 trace git-lfs: api: batch 1 files
  579. 12:57:42.512246 trace git-lfs: creds: git credential cache ("https", "git.example.org", "")
  580. 12:57:42.512246 trace git-lfs: Filled credentials for https://git.example.org/myuser/lfstest.git
  581. 12:57:42.512246 trace git-lfs: HTTP: POST https://git.example.org/myuser/lfstest.git/info/lfs/objects/batch
  582. > POST /myuser/lfstest.git/info/lfs/objects/batch HTTP/1.1
  583. > Host: git.example.org
  584. > Accept: application/vnd.git-lfs+json; charset=utf-8
  585. > Authorization: Basic * * * * *
  586. > Content-Length: 158
  587. > Content-Type: application/vnd.git-lfs+json; charset=utf-8
  588. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  589. >
  590. {"operation":"upload","objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858}],"ref":{"name":"refs/heads/master"}}12:57:42.724425 trace git-lfs: HTTP: 200
  591.  
  592.  
  593. < HTTP/1.1 200 OK
  594. < Transfer-Encoding: chunked
  595. < Cache-Control: max-age=0, private, must-revalidate
  596. < Connection: keep-alive
  597. < Content-Type: application/json; charset=utf-8
  598. < Date: Tue, 10 Sep 2019 10:57:42 GMT
  599. < Etag: W/"40bae34cee984b63c8b064d2c01dbb24"
  600. < Page-Title: GitLab
  601. < Referrer-Policy: strict-origin-when-cross-origin
  602. < Server: openresty/12.34.56.78
  603. < Strict-Transport-Security: max-age=15724800; includeSubDomains
  604. < Vary: Accept-Encoding
  605. < X-Content-Type-Options: nosniff
  606. < X-Download-Options: noopen
  607. < X-Frame-Options: DENY
  608. < X-Permitted-Cross-Domain-Policies: none
  609. < X-Request-Id: 2jr6EjGPTR1
  610. < X-Runtime: 0.098943
  611. < X-Ua-Compatible: IE=edge
  612. < X-Xss-Protection: 1; mode=block
  613. <
  614. 12:57:42.725426 trace git-lfs: HTTP: {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}
  615. {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}12:57:42.725426 trace git-lfs: xfer: adapter "basic" End()
  616. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 4 stopping
  617. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 3 stopping
  618. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 1 stopping
  619. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 6 stopping
  620. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 7 stopping
  621. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 5 stopping
  622. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 0 stopping
  623. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 2 stopping
  624. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" stopped
  625. 12:57:42.725426 trace git-lfs: tq: starting transfer adapter "basic"
  626. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" Begin() with 8 workers
  627. Uploading LFS objects: 0% (0/1), 404 KB | 138 KB/s
  628. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 0 starting
  629. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 1 starting
  630. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 1 waiting for Auth
  631. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" started
  632. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 7 starting
  633. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 5 starting
  634. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 5 waiting for Auth
  635. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 3 starting
  636. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 4 starting
  637. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 4 waiting for Auth
  638. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 6 starting
  639. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 7 waiting for Auth
  640. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 3 waiting for Auth
  641. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 2 starting
  642. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 2 waiting for Auth
  643. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 6 waiting for Auth
  644. 12:57:42.725426 trace git-lfs: xfer: adapter "basic" worker 0 processing job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  645. 12:57:42.725426 trace git-lfs: HTTP: PUT https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858
  646. > PUT /myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858 HTTP/1.1
  647. > Host: git.example.org
  648. > Authorization: Basic * * * * *
  649. > Content-Length: 774858
  650. > Content-Type: application/octet-stream
  651. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  652. >
  653. 12:57:42.796351 trace git-lfs: xfer: adapter "basic" worker 1 auth signal received
  654. 12:57:42.796351 trace git-lfs: xfer: adapter "basic" worker 7 auth signal received
  655. 12:57:42.796351 trace git-lfs: xfer: adapter "basic" worker 3 auth signal received
  656. 12:57:42.796351 trace git-lfs: xfer: adapter "basic" worker 4 auth signal received
  657. 12:57:42.796351 trace git-lfs: xfer: adapter "basic" worker 2 auth signal received
  658. 12:57:42.796351 trace git-lfs: xfer: adapter "basic" worker 5 auth signal received
  659. 12:57:42.796351 trace git-lfs: xfer: adapter "basic" worker 6 auth signal received
  660. 12:57:42.819522 trace git-lfs: xfer: adapter "basic" worker 0 finished job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  661. 12:57:42.819522 trace git-lfs: tq: retrying object ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463: LFS: Put https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858: write tcp 12.34.56.78:16170->12.34.56.78:443: wsasend: An existing connection was forcibly closed by the remote host.
  662. 12:57:42.819522 trace git-lfs: tq: enqueue retry #6 for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463" (size: 774858)
  663. 12:57:42.819522 trace git-lfs: tq: sending batch of size 1
  664. 12:57:42.819522 trace git-lfs: api: batch 1 files
  665. 12:57:42.819522 trace git-lfs: creds: git credential cache ("https", "git.example.org", "")
  666. 12:57:42.819522 trace git-lfs: Filled credentials for https://git.example.org/myuser/lfstest.git
  667. 12:57:42.819522 trace git-lfs: HTTP: POST https://git.example.org/myuser/lfstest.git/info/lfs/objects/batch
  668. > POST /myuser/lfstest.git/info/lfs/objects/batch HTTP/1.1
  669. > Host: git.example.org
  670. > Accept: application/vnd.git-lfs+json; charset=utf-8
  671. > Authorization: Basic * * * * *
  672. > Content-Length: 158
  673. > Content-Type: application/vnd.git-lfs+json; charset=utf-8
  674. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  675. >
  676. {"operation":"upload","objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858}],"ref":{"name":"refs/heads/master"}}12:57:43.084615 trace git-lfs: HTTP: 200
  677.  
  678.  
  679. < HTTP/1.1 200 OK
  680. < Transfer-Encoding: chunked
  681. < Cache-Control: max-age=0, private, must-revalidate
  682. < Connection: keep-alive
  683. < Content-Type: application/json; charset=utf-8
  684. < Date: Tue, 10 Sep 2019 10:57:43 GMT
  685. < Etag: W/"40bae34cee984b63c8b064d2c01dbb24"
  686. < Page-Title: GitLab
  687. < Referrer-Policy: strict-origin-when-cross-origin
  688. < Server: openresty/12.34.56.78
  689. < Strict-Transport-Security: max-age=15724800; includeSubDomains
  690. < Vary: Accept-Encoding
  691. < X-Content-Type-Options: nosniff
  692. < X-Download-Options: noopen
  693. < X-Frame-Options: DENY
  694. < X-Permitted-Cross-Domain-Policies: none
  695. < X-Request-Id: PLlUkbV7FF8
  696. < X-Runtime: 0.135826
  697. < X-Ua-Compatible: IE=edge
  698. < X-Xss-Protection: 1; mode=block
  699. <
  700. 12:57:43.084615 trace git-lfs: HTTP: {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}
  701. {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}12:57:43.084615 trace git-lfs: xfer: adapter "basic" End()
  702. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 1 stopping
  703. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 2 stopping
  704. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 0 stopping
  705. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 5 stopping
  706. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 3 stopping
  707. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 4 stopping
  708. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 6 stopping
  709. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 7 stopping
  710. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" stopped
  711. 12:57:43.084615 trace git-lfs: tq: starting transfer adapter "basic"
  712. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" Begin() with 8 workers
  713. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" started
  714. Uploading LFS objects: 0% (0/1), 485 KB | 138 KB/s
  715. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 3 starting
  716. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 3 waiting for Auth
  717. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 0 starting
  718. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 1 starting
  719. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 1 waiting for Auth
  720. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 2 starting
  721. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 4 starting
  722. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 4 waiting for Auth
  723. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 2 waiting for Auth
  724. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 5 starting
  725. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 5 waiting for Auth
  726. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 7 starting
  727. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 7 waiting for Auth
  728. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 6 starting
  729. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 6 waiting for Auth
  730. 12:57:43.084615 trace git-lfs: xfer: adapter "basic" worker 0 processing job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  731. 12:57:43.085596 trace git-lfs: HTTP: PUT https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858
  732. > PUT /myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858 HTTP/1.1
  733. > Host: git.example.org
  734. > Authorization: Basic * * * * *
  735. > Content-Length: 774858
  736. > Content-Type: application/octet-stream
  737. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  738. >
  739. 12:57:43.154632 trace git-lfs: xfer: adapter "basic" worker 4 auth signal received
  740. 12:57:43.154632 trace git-lfs: xfer: adapter "basic" worker 3 auth signal received
  741. 12:57:43.154632 trace git-lfs: xfer: adapter "basic" worker 5 auth signal received
  742. 12:57:43.154632 trace git-lfs: xfer: adapter "basic" worker 6 auth signal received
  743. 12:57:43.154632 trace git-lfs: xfer: adapter "basic" worker 7 auth signal received
  744. 12:57:43.154632 trace git-lfs: xfer: adapter "basic" worker 1 auth signal received
  745. 12:57:43.154632 trace git-lfs: xfer: adapter "basic" worker 2 auth signal received
  746. 12:57:43.178693 trace git-lfs: xfer: adapter "basic" worker 0 finished job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  747. 12:57:43.178693 trace git-lfs: tq: retrying object ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463: LFS: Put https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858: write tcp 12.34.56.78:16172->12.34.56.78:443: wsasend: An existing connection was forcibly closed by the remote host.
  748. 12:57:43.178693 trace git-lfs: tq: enqueue retry #7 for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463" (size: 774858)
  749. 12:57:43.178693 trace git-lfs: tq: sending batch of size 1
  750. 12:57:43.178693 trace git-lfs: api: batch 1 files
  751. 12:57:43.178693 trace git-lfs: creds: git credential cache ("https", "git.example.org", "")
  752. 12:57:43.178693 trace git-lfs: Filled credentials for https://git.example.org/myuser/lfstest.git
  753. 12:57:43.178693 trace git-lfs: HTTP: POST https://git.example.org/myuser/lfstest.git/info/lfs/objects/batch
  754. > POST /myuser/lfstest.git/info/lfs/objects/batch HTTP/1.1
  755. > Host: git.example.org
  756. > Accept: application/vnd.git-lfs+json; charset=utf-8
  757. > Authorization: Basic * * * * *
  758. > Content-Length: 158
  759. > Content-Type: application/vnd.git-lfs+json; charset=utf-8
  760. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  761. >
  762. {"operation":"upload","objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858}],"ref":{"name":"refs/heads/master"}}12:57:43.389697 trace git-lfs: HTTP: 200
  763.  
  764.  
  765. < HTTP/1.1 200 OK
  766. < Transfer-Encoding: chunked
  767. < Cache-Control: max-age=0, private, must-revalidate
  768. < Connection: keep-alive
  769. < Content-Type: application/json; charset=utf-8
  770. < Date: Tue, 10 Sep 2019 10:57:43 GMT
  771. < Etag: W/"40bae34cee984b63c8b064d2c01dbb24"
  772. < Page-Title: GitLab
  773. < Referrer-Policy: strict-origin-when-cross-origin
  774. < Server: openresty/12.34.56.78
  775. < Strict-Transport-Security: max-age=15724800; includeSubDomains
  776. < Vary: Accept-Encoding
  777. < X-Content-Type-Options: nosniff
  778. < X-Download-Options: noopen
  779. < X-Frame-Options: DENY
  780. < X-Permitted-Cross-Domain-Policies: none
  781. < X-Request-Id: ele9XcNYKd8
  782. < X-Runtime: 0.109140
  783. < X-Ua-Compatible: IE=edge
  784. < X-Xss-Protection: 1; mode=block
  785. <
  786. 12:57:43.389697 trace git-lfs: HTTP: {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}
  787. {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}12:57:43.389697 trace git-lfs: xfer: adapter "basic" End()
  788. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 4 stopping
  789. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 7 stopping
  790. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 5 stopping
  791. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 2 stopping
  792. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 0 stopping
  793. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 1 stopping
  794. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 3 stopping
  795. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 6 stopping
  796. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" stopped
  797. 12:57:43.389697 trace git-lfs: tq: starting transfer adapter "basic"
  798. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" Begin() with 8 workers
  799. Uploading LFS objects: 0% (0/1), 567 KB | 138 KB/s
  800. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" started
  801. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 3 starting
  802. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 3 waiting for Auth
  803. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 2 starting
  804. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 1 starting
  805. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 2 waiting for Auth
  806. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 5 starting
  807. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 5 waiting for Auth
  808. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 7 starting
  809. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 7 waiting for Auth
  810. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 0 starting
  811. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 1 waiting for Auth
  812. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 4 starting
  813. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 4 waiting for Auth
  814. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 6 starting
  815. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 6 waiting for Auth
  816. 12:57:43.389697 trace git-lfs: xfer: adapter "basic" worker 0 processing job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  817. 12:57:43.389697 trace git-lfs: HTTP: PUT https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858
  818. > PUT /myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858 HTTP/1.1
  819. > Host: git.example.org
  820. > Authorization: Basic * * * * *
  821. > Content-Length: 774858
  822. > Content-Type: application/octet-stream
  823. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  824. >
  825. 12:57:43.459872 trace git-lfs: xfer: adapter "basic" worker 1 auth signal received
  826. 12:57:43.459872 trace git-lfs: xfer: adapter "basic" worker 7 auth signal received
  827. 12:57:43.459872 trace git-lfs: xfer: adapter "basic" worker 3 auth signal received
  828. 12:57:43.459872 trace git-lfs: xfer: adapter "basic" worker 2 auth signal received
  829. 12:57:43.459872 trace git-lfs: xfer: adapter "basic" worker 5 auth signal received
  830. 12:57:43.459872 trace git-lfs: xfer: adapter "basic" worker 4 auth signal received
  831. 12:57:43.459872 trace git-lfs: xfer: adapter "basic" worker 6 auth signal received
  832. 12:57:43.484039 trace git-lfs: xfer: adapter "basic" worker 0 finished job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  833. 12:57:43.484039 trace git-lfs: tq: retrying object ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463: LFS: Put https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858: write tcp 12.34.56.78:16174->12.34.56.78:443: wsasend: An existing connection was forcibly closed by the remote host.
  834. 12:57:43.484039 trace git-lfs: tq: enqueue retry #8 for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463" (size: 774858)
  835. 12:57:43.484039 trace git-lfs: tq: sending batch of size 1
  836. 12:57:43.484039 trace git-lfs: api: batch 1 files
  837. 12:57:43.484039 trace git-lfs: creds: git credential cache ("https", "git.example.org", "")
  838. 12:57:43.484039 trace git-lfs: Filled credentials for https://git.example.org/myuser/lfstest.git
  839. 12:57:43.484039 trace git-lfs: HTTP: POST https://git.example.org/myuser/lfstest.git/info/lfs/objects/batch
  840. > POST /myuser/lfstest.git/info/lfs/objects/batch HTTP/1.1
  841. > Host: git.example.org
  842. > Accept: application/vnd.git-lfs+json; charset=utf-8
  843. > Authorization: Basic * * * * *
  844. > Content-Length: 158
  845. > Content-Type: application/vnd.git-lfs+json; charset=utf-8
  846. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  847. >
  848. {"operation":"upload","objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858}],"ref":{"name":"refs/heads/master"}}12:57:43.706936 trace git-lfs: HTTP: 200
  849.  
  850.  
  851. < HTTP/1.1 200 OK
  852. < Transfer-Encoding: chunked
  853. < Cache-Control: max-age=0, private, must-revalidate
  854. < Connection: keep-alive
  855. < Content-Type: application/json; charset=utf-8
  856. < Date: Tue, 10 Sep 2019 10:57:43 GMT
  857. < Etag: W/"40bae34cee984b63c8b064d2c01dbb24"
  858. < Page-Title: GitLab
  859. < Referrer-Policy: strict-origin-when-cross-origin
  860. < Server: openresty/12.34.56.78
  861. < Strict-Transport-Security: max-age=15724800; includeSubDomains
  862. < Vary: Accept-Encoding
  863. < X-Content-Type-Options: nosniff
  864. < X-Download-Options: noopen
  865. < X-Frame-Options: DENY
  866. < X-Permitted-Cross-Domain-Policies: none
  867. < X-Request-Id: jDbnVLDIIB
  868. < X-Runtime: 0.123245
  869. < X-Ua-Compatible: IE=edge
  870. < X-Xss-Protection: 1; mode=block
  871. <
  872. 12:57:43.706936 trace git-lfs: HTTP: {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}
  873. {"objects":[{"oid":"ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463","size":774858,"actions":{"upload":{"href":"https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858","header":{"Authorization":"Basic <hidden>","Content-Type":"application/octet-stream"}}}}]}12:57:43.706936 trace git-lfs: xfer: adapter "basic" End()
  874. 12:57:43.706936 trace git-lfs: xfer: adapter "basic" worker 1 stopping
  875. 12:57:43.706936 trace git-lfs: xfer: adapter "basic" worker 5 stopping
  876. 12:57:43.706936 trace git-lfs: xfer: adapter "basic" worker 0 stopping
  877. 12:57:43.706936 trace git-lfs: xfer: adapter "basic" worker 6 stopping
  878. 12:57:43.706936 trace git-lfs: xfer: adapter "basic" worker 4 stopping
  879. 12:57:43.706936 trace git-lfs: xfer: adapter "basic" worker 3 stopping
  880. 12:57:43.706936 trace git-lfs: xfer: adapter "basic" worker 2 stopping
  881. 12:57:43.706936 trace git-lfs: xfer: adapter "basic" worker 7 stopping
  882. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" stopped
  883. 12:57:43.707937 trace git-lfs: tq: starting transfer adapter "basic"
  884. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" Begin() with 8 workers
  885. Uploading LFS objects: 0% (0/1), 648 KB | 138 KB/s
  886. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" started
  887. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 3 starting
  888. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 3 waiting for Auth
  889. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 0 starting
  890. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 1 starting
  891. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 1 waiting for Auth
  892. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 2 starting
  893. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 2 waiting for Auth
  894. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 4 starting
  895. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 4 waiting for Auth
  896. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 6 starting
  897. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 6 waiting for Auth
  898. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 5 starting
  899. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 5 waiting for Auth
  900. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 7 starting
  901. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 7 waiting for Auth
  902. 12:57:43.707937 trace git-lfs: xfer: adapter "basic" worker 0 processing job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  903. 12:57:43.707937 trace git-lfs: HTTP: PUT https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858
  904. > PUT /myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858 HTTP/1.1
  905. > Host: git.example.org
  906. > Authorization: Basic * * * * *
  907. > Content-Length: 774858
  908. > Content-Type: application/octet-stream
  909. > User-Agent: git-lfs/2.4.0 (GitHub; windows amd64; go 1.8.3; git 1a98fa5c)
  910. >
  911. 12:57:43.774026 trace git-lfs: xfer: adapter "basic" worker 2 auth signal received
  912. 12:57:43.775027 trace git-lfs: xfer: adapter "basic" worker 6 auth signal received
  913. 12:57:43.775027 trace git-lfs: xfer: adapter "basic" worker 5 auth signal received
  914. 12:57:43.774026 trace git-lfs: xfer: adapter "basic" worker 3 auth signal received
  915. 12:57:43.775027 trace git-lfs: xfer: adapter "basic" worker 1 auth signal received
  916. 12:57:43.775027 trace git-lfs: xfer: adapter "basic" worker 4 auth signal received
  917. 12:57:43.775027 trace git-lfs: xfer: adapter "basic" worker 7 auth signal received
  918. 12:57:43.796027 trace git-lfs: xfer: adapter "basic" worker 0 finished job for "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463"
  919. 12:57:43.796027 trace git-lfs: tq: refusing to retry "ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463", too many retries (8)
  920. 12:57:43.796027 trace git-lfs: xfer: adapter "basic" End()
  921. 12:57:43.796027 trace git-lfs: xfer: adapter "basic" worker 2 stopping
  922. 12:57:43.796027 trace git-lfs: xfer: adapter "basic" worker 0 stopping
  923. 12:57:43.796027 trace git-lfs: xfer: adapter "basic" worker 3 stopping
  924. 12:57:43.796027 trace git-lfs: xfer: adapter "basic" worker 5 stopping
  925. 12:57:43.797028 trace git-lfs: xfer: adapter "basic" worker 4 stopping
  926. 12:57:43.797028 trace git-lfs: xfer: adapter "basic" worker 7 stopping
  927. 12:57:43.797028 trace git-lfs: xfer: adapter "basic" worker 6 stopping
  928. 12:57:43.796027 trace git-lfs: xfer: adapter "basic" worker 1 stopping
  929. 12:57:43.797028 trace git-lfs: xfer: adapter "basic" stopped
  930. Uploading LFS objects: 0% (0/1), 734 KB | 175 KB/s
  931. Uploading LFS objects: 0% (0/1), 734 KB | 175 KB/s, done
  932. LFS: Put https://git.example.org/myuser/lfstest.git/gitlab-lfs/objects/ed4afed087ffa29a371a12cfa8bb00e96f9f585cc0c7a5dbe35be453c95e1463/774858: write tcp 12.34.56.78:16176->12.34.56.78:443: wsasend: An existing connection was forcibly closed by the remote host.
  933. error: failed to push some refs to 'https://git.example.org/myuser/lfstest.git'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement