Advertisement
Biosek

Untitled

Oct 19th, 2023
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.79 KB | None | 0 0
  1. suchyj@MT-PC-DHM01134 MINGW64 /c/dev/BTL/all-diag-cms/cin (feature/BUG-1018941-del-hisrequest)
  2. $ git branch -D feature/BUG-1018941-del-hisrequest
  3. error: Cannot delete branch 'feature/BUG-1018941-del-hisrequest' checked out at 'C:/dev/BTL/all-diag-cms/cin'
  4.  
  5. suchyj@MT-PC-DHM01134 MINGW64 /c/dev/BTL/all-diag-cms/cin (feature/BUG-1018941-del-hisrequest)
  6. $ git co master
  7. Switched to branch 'master'
  8. Your branch is up to date with 'origin/master'.
  9.  
  10. suchyj@MT-PC-DHM01134 MINGW64 /c/dev/BTL/all-diag-cms/cin (master)
  11. $ git branch -D feature/BUG-1018941-del-hisrequest
  12. Deleted branch feature/BUG-1018941-del-hisrequest (was 038b70d444).
  13.  
  14. suchyj@MT-PC-DHM01134 MINGW64 /c/dev/BTL/all-diag-cms/cin (master)
  15. $ git fetch
  16. From https://gitlab.e-btlnet.local/cms/cms
  17. - [deleted] (none) -> origin/feature/BUG-1018941-del-hisrequest
  18. - [deleted] (none) -> origin/feature/BUG-943678_problem-nacitani-licence-master
  19. remote: Enumerating objects: 317, done.
  20. remote: Counting objects: 100% (279/279), done.
  21. remote: Compressing objects: 100% (75/75), done.
  22. Receiving objects: 59% (122/206)used 170 (delta 129), pack-reused 0
  23. Receiving objects: 100% (206/206), 31.91 KiB | 6.38 MiB/s, done.
  24. Resolving deltas: 100% (165/165), completed with 38 local objects.
  25. 1b6bf4f499..d1421f1150 master -> origin/master
  26. + 7db1b27bfd...71e7fbca99 feature/TASK-1013267_AgentGrpcService_endpoints_transfer -> origin/feature/TASK-1013267_AgentGrpcService_endpoints_transfer (forced update)
  27.  
  28. suchyj@MT-PC-DHM01134 MINGW64 /c/dev/BTL/all-diag-cms/cin (master)
  29. $ git co -b feature/BUG-1018941-del-hisrequest
  30. Switched to a new branch 'feature/BUG-1018941-del-hisrequest'
  31. branch 'feature/BUG-1018941-del-hisrequest' set up to track 'master'.
  32.  
  33. suchyj@MT-PC-DHM01134 MINGW64 /c/dev/BTL/all-diag-cms/cin (feature/BUG-1018941-del-hisrequest)
  34. $ git commit -a --allow-empty -m "test"
  35. [feature/BUG-1018941-del-hisrequest 47a5bb2bf5] test
  36.  
  37. suchyj@MT-PC-DHM01134 MINGW64 /c/dev/BTL/all-diag-cms/cin (feature/BUG-1018941-del-hisrequest)
  38. $ GIT_TRACE=1 GIT_TRANSFER_TRACE=1 GIT_CURL_VERBOSE=1 git push origin
  39. 09:38:25.971087 exec-cmd.c:237 trace: resolved executable dir: C:/Program Files/Git/mingw64/bin
  40. 09:38:25.982601 git.c:460 trace: built-in: git push origin
  41. 09:38:25.986601 run-command.c:655 trace: run_command: GIT_DIR=.git git remote-https origin https://gitlab.e-btlnet.local/cms/cms.git
  42. 09:38:26.000169 exec-cmd.c:237 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
  43. 09:38:26.002174 git.c:750 trace: exec: git-remote-https origin https://gitlab.e-btlnet.local/cms/cms.git
  44. 09:38:26.002174 run-command.c:655 trace: run_command: git-remote-https origin https://gitlab.e-btlnet.local/cms/cms.git
  45. 09:38:26.021213 exec-cmd.c:237 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
  46. 09:38:26.094599 http.c:726 == Info: Couldn't find host gitlab.e-btlnet.local in the (nil) file; using defaults
  47. 09:38:26.099110 http.c:726 == Info: Trying 10.250.10.15:443...
  48. 09:38:26.099615 http.c:726 == Info: Connected to gitlab.e-btlnet.local (10.250.10.15) port 443 (#0)
  49. 09:38:26.099615 http.c:726 == Info: schannel: disabled automatic use of client certificate
  50. 09:38:26.105627 http.c:673 => Send header, 0000000200 bytes (0x000000c8)
  51. 09:38:26.105627 http.c:685 => Send header: GET /cms/cms.git/info/refs?service=git-receive-pack HTTP/1.1
  52. 09:38:26.105627 http.c:685 => Send header: Host: gitlab.e-btlnet.local
  53. 09:38:26.105627 http.c:685 => Send header: User-Agent: git/2.39.1.windows.1
  54. 09:38:26.105627 http.c:685 => Send header: Accept: */*
  55. 09:38:26.105627 http.c:685 => Send header: Accept-Encoding: deflate, gzip, br, zstd
  56. 09:38:26.105627 http.c:685 => Send header: Pragma: no-cache
  57. 09:38:26.105627 http.c:685 => Send header:
  58. 09:38:26.106627 http.c:726 == Info: schannel: remote party requests renegotiation
  59. 09:38:26.106627 http.c:726 == Info: schannel: renegotiating SSL/TLS connection
  60. 09:38:26.106627 http.c:726 == Info: schannel: SSL/TLS connection renegotiated
  61. 09:38:26.106627 http.c:726 == Info: schannel: remote party requests renegotiation
  62. 09:38:26.106627 http.c:726 == Info: schannel: renegotiating SSL/TLS connection
  63. 09:38:26.106627 http.c:726 == Info: schannel: SSL/TLS connection renegotiated
  64. 09:38:26.141662 http.c:726 == Info: Mark bundle as not supporting multiuse
  65. 09:38:26.141662 http.c:673 <= Recv header, 0000000027 bytes (0x0000001b)
  66. 09:38:26.141662 http.c:685 <= Recv header: HTTP/1.1 401 Unauthorized
  67. 09:38:26.141662 http.c:673 <= Recv header, 0000000015 bytes (0x0000000f)
  68. 09:38:26.141662 http.c:685 <= Recv header: Server: nginx
  69. 09:38:26.141662 http.c:673 <= Recv header, 0000000037 bytes (0x00000025)
  70. 09:38:26.141662 http.c:685 <= Recv header: Date: Thu, 19 Oct 2023 07:38:26 GMT
  71. 09:38:26.141662 http.c:673 <= Recv header, 0000000041 bytes (0x00000029)
  72. 09:38:26.141662 http.c:685 <= Recv header: Content-Type: text/plain; charset=utf-8
  73. 09:38:26.141662 http.c:673 <= Recv header, 0000000021 bytes (0x00000015)
  74. 09:38:26.141662 http.c:685 <= Recv header: Content-Length: 280
  75. 09:38:26.141662 http.c:673 <= Recv header, 0000000024 bytes (0x00000018)
  76. 09:38:26.141662 http.c:685 <= Recv header: Connection: keep-alive
  77. 09:38:26.141662 http.c:673 <= Recv header, 0000000025 bytes (0x00000019)
  78. 09:38:26.141662 http.c:685 <= Recv header: Cache-Control: no-cache
  79. 09:38:26.141662 http.c:673 <= Recv header, 0000000014 bytes (0x0000000e)
  80. 09:38:26.141662 http.c:685 <= Recv header: Vary: Accept
  81. 09:38:26.141662 http.c:673 <= Recv header, 0000000040 bytes (0x00000028)
  82. 09:38:26.141662 http.c:685 <= Recv header: WWW-Authenticate: Basic realm="GitLab"
  83. 09:38:26.141662 http.c:673 <= Recv header, 0000000033 bytes (0x00000021)
  84. 09:38:26.141662 http.c:685 <= Recv header: X-Content-Type-Options: nosniff
  85. 09:38:26.141662 http.c:673 <= Recv header, 0000000028 bytes (0x0000001c)
  86. 09:38:26.141662 http.c:685 <= Recv header: X-Download-Options: noopen
  87. 09:38:26.141662 http.c:673 <= Recv header, 0000000029 bytes (0x0000001d)
  88. 09:38:26.141662 http.c:685 <= Recv header: X-Frame-Options: SAMEORIGIN
  89. 09:38:26.141662 http.c:673 <= Recv header, 0000000078 bytes (0x0000004e)
  90. 09:38:26.141662 http.c:685 <= Recv header: X-Gitlab-Meta: {"correlation_id":"01HD3DY4FD7Z0BEYB0BS4AKQWX","version":"1"}
  91. 09:38:26.141662 http.c:673 <= Recv header, 0000000041 bytes (0x00000029)
  92. 09:38:26.141662 http.c:685 <= Recv header: X-Permitted-Cross-Domain-Policies: none
  93. 09:38:26.141662 http.c:673 <= Recv header, 0000000042 bytes (0x0000002a)
  94. 09:38:26.141662 http.c:685 <= Recv header: X-Request-Id: 01HD3DY4FD7Z0BEYB0BS4AKQWX
  95. 09:38:26.141662 http.c:673 <= Recv header, 0000000021 bytes (0x00000015)
  96. 09:38:26.141662 http.c:685 <= Recv header: X-Runtime: 0.029843
  97. 09:38:26.141662 http.c:673 <= Recv header, 0000000021 bytes (0x00000015)
  98. 09:38:26.141662 http.c:685 <= Recv header: X-Xss-Protection: 0
  99. 09:38:26.141662 http.c:673 <= Recv header, 0000000002 bytes (0x00000002)
  100. 09:38:26.141662 http.c:685 <= Recv header:
  101. 09:38:26.141662 http.c:726 == Info: Connection #0 to host gitlab.e-btlnet.local left intact
  102. 09:38:26.141662 run-command.c:655 trace: run_command: 'git credential-manager get'
  103. 09:38:26.187946 exec-cmd.c:237 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
  104. 09:38:26.190196 git.c:750 trace: exec: git-credential-manager get
  105. 09:38:26.190196 run-command.c:655 trace: run_command: git-credential-manager get
  106. 09:38:26.771381 http.c:726 == Info: Found bundle for host: 0x1e5bc1d98f0 [serially]
  107. 09:38:26.771381 http.c:726 == Info: Can not multiplex, even if we wanted to
  108. 09:38:26.771381 http.c:726 == Info: Re-using existing connection #0 with host gitlab.e-btlnet.local
  109. 09:38:26.771381 http.c:726 == Info: Server auth using Basic with user 'suchyj'
  110. 09:38:26.771381 http.c:673 => Send header, 0000000243 bytes (0x000000f3)
  111. 09:38:26.771381 http.c:685 => Send header: GET /cms/cms.git/info/refs?service=git-receive-pack HTTP/1.1
  112. 09:38:26.771381 http.c:685 => Send header: Host: gitlab.e-btlnet.local
  113. 09:38:26.771381 http.c:685 => Send header: Authorization: Basic <redacted>
  114. 09:38:26.771381 http.c:685 => Send header: User-Agent: git/2.39.1.windows.1
  115. 09:38:26.771381 http.c:685 => Send header: Accept: */*
  116. 09:38:26.771381 http.c:685 => Send header: Accept-Encoding: deflate, gzip, br, zstd
  117. 09:38:26.771381 http.c:685 => Send header: Pragma: no-cache
  118. 09:38:26.771381 http.c:685 => Send header:
  119. 09:38:26.974702 http.c:726 == Info: schannel: failed to decrypt data, need more data
  120. 09:38:26.975672 http.c:726 == Info: Mark bundle as not supporting multiuse
  121. 09:38:26.975672 http.c:673 <= Recv header, 0000000017 bytes (0x00000011)
  122. 09:38:26.975672 http.c:685 <= Recv header: HTTP/1.1 200 OK
  123. 09:38:26.975672 http.c:673 <= Recv header, 0000000015 bytes (0x0000000f)
  124. 09:38:26.975672 http.c:685 <= Recv header: Server: nginx
  125. 09:38:26.975672 http.c:673 <= Recv header, 0000000037 bytes (0x00000025)
  126. 09:38:26.975672 http.c:685 <= Recv header: Date: Thu, 19 Oct 2023 07:38:27 GMT
  127. 09:38:26.975672 http.c:673 <= Recv header, 0000000060 bytes (0x0000003c)
  128. 09:38:26.975672 http.c:685 <= Recv header: Content-Type: application/x-git-receive-pack-advertisement
  129. 09:38:26.975672 http.c:673 <= Recv header, 0000000028 bytes (0x0000001c)
  130. 09:38:26.975672 http.c:685 <= Recv header: Transfer-Encoding: chunked
  131. 09:38:26.975672 http.c:673 <= Recv header, 0000000024 bytes (0x00000018)
  132. 09:38:26.975672 http.c:685 <= Recv header: Connection: keep-alive
  133. 09:38:26.975672 http.c:673 <= Recv header, 0000000025 bytes (0x00000019)
  134. 09:38:26.975672 http.c:685 <= Recv header: Cache-Control: no-cache
  135. 09:38:26.975672 http.c:673 <= Recv header, 0000000024 bytes (0x00000018)
  136. 09:38:26.975672 http.c:685 <= Recv header: Content-Encoding: gzip
  137. 09:38:26.975672 http.c:673 <= Recv header, 0000000045 bytes (0x0000002d)
  138. 09:38:26.975672 http.c:685 <= Recv header: Strict-Transport-Security: max-age=63072000
  139. 09:38:26.975672 http.c:673 <= Recv header, 0000000050 bytes (0x00000032)
  140. 09:38:26.975672 http.c:685 <= Recv header: Referrer-Policy: strict-origin-when-cross-origin
  141. 09:38:26.975672 http.c:673 <= Recv header, 0000000002 bytes (0x00000002)
  142. 09:38:26.975672 http.c:685 <= Recv header:
  143. 09:38:26.999058 http.c:726 == Info: schannel: failed to decrypt data, need more data
  144. 09:38:27.009077 http.c:726 == Info: schannel: failed to decrypt data, need more data
  145. 09:38:27.016083 http.c:726 == Info: schannel: failed to decrypt data, need more data
  146. 09:38:27.016083 http.c:726 == Info: schannel: failed to decrypt data, need more data
  147. 09:38:27.019084 http.c:726 == Info: schannel: failed to decrypt data, need more data
  148. 09:38:27.019084 http.c:726 == Info: schannel: failed to decrypt data, need more data
  149. 09:38:27.020596 http.c:726 == Info: schannel: failed to decrypt data, need more data
  150. 09:38:27.021604 http.c:726 == Info: schannel: failed to decrypt data, need more data
  151. 09:38:27.026601 http.c:726 == Info: schannel: failed to decrypt data, need more data
  152. 09:38:27.026601 http.c:726 == Info: schannel: failed to decrypt data, need more data
  153. 09:38:27.043717 http.c:726 == Info: schannel: failed to decrypt data, need more data
  154. 09:38:27.043717 http.c:726 == Info: schannel: failed to decrypt data, need more data
  155. 09:38:27.047717 http.c:726 == Info: schannel: failed to decrypt data, need more data
  156. 09:38:27.062417 http.c:726 == Info: schannel: failed to decrypt data, need more data
  157. 09:38:27.062417 http.c:726 == Info: schannel: failed to decrypt data, need more data
  158. 09:38:27.062417 http.c:726 == Info: schannel: failed to decrypt data, need more data
  159. 09:38:27.067388 http.c:726 == Info: schannel: failed to decrypt data, need more data
  160. 09:38:27.069893 http.c:726 == Info: schannel: failed to decrypt data, need more data
  161. 09:38:27.069893 http.c:726 == Info: schannel: failed to decrypt data, need more data
  162. 09:38:27.069893 http.c:726 == Info: schannel: failed to decrypt data, need more data
  163. 09:38:27.072904 http.c:726 == Info: schannel: failed to decrypt data, need more data
  164. 09:38:27.072904 http.c:726 == Info: schannel: failed to decrypt data, need more data
  165. 09:38:27.075906 http.c:726 == Info: schannel: failed to decrypt data, need more data
  166. 09:38:27.077905 http.c:726 == Info: schannel: failed to decrypt data, need more data
  167. 09:38:27.077905 http.c:726 == Info: schannel: failed to decrypt data, need more data
  168. 09:38:27.082149 http.c:726 == Info: schannel: failed to decrypt data, need more data
  169. 09:38:27.089660 http.c:726 == Info: schannel: failed to decrypt data, need more data
  170. 09:38:27.101682 http.c:726 == Info: schannel: failed to decrypt data, need more data
  171. 09:38:27.105713 http.c:726 == Info: schannel: failed to decrypt data, need more data
  172. 09:38:27.107714 http.c:726 == Info: schannel: failed to decrypt data, need more data
  173. 09:38:27.115282 http.c:726 == Info: schannel: failed to decrypt data, need more data
  174. 09:38:27.115282 http.c:726 == Info: schannel: failed to decrypt data, need more data
  175. 09:38:27.117284 http.c:726 == Info: schannel: failed to decrypt data, need more data
  176. 09:38:27.119821 http.c:726 == Info: schannel: failed to decrypt data, need more data
  177. 09:38:27.119821 http.c:726 == Info: schannel: failed to decrypt data, need more data
  178. 09:38:27.119821 http.c:726 == Info: schannel: failed to decrypt data, need more data
  179. 09:38:27.123856 http.c:726 == Info: schannel: failed to decrypt data, need more data
  180. 09:38:27.126856 http.c:726 == Info: schannel: failed to decrypt data, need more data
  181. 09:38:27.127858 http.c:726 == Info: schannel: failed to decrypt data, need more data
  182. 09:38:27.136366 http.c:726 == Info: schannel: failed to decrypt data, need more data
  183. 09:38:27.148939 http.c:726 == Info: schannel: failed to decrypt data, need more data
  184. 09:38:27.154291 http.c:726 == Info: schannel: failed to decrypt data, need more data
  185. 09:38:27.156291 http.c:726 == Info: schannel: failed to decrypt data, need more data
  186. 09:38:27.164807 http.c:726 == Info: schannel: failed to decrypt data, need more data
  187. 09:38:27.166804 http.c:726 == Info: schannel: failed to decrypt data, need more data
  188. 09:38:27.166804 http.c:726 == Info: Connection #0 to host gitlab.e-btlnet.local left intact
  189. 09:38:27.166804 run-command.c:655 trace: run_command: 'git credential-manager store'
  190. 09:38:27.209270 exec-cmd.c:237 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
  191. 09:38:27.210489 git.c:750 trace: exec: git-credential-manager store
  192. 09:38:27.210489 run-command.c:655 trace: run_command: git-credential-manager store
  193. 09:38:27.745376 run-command.c:655 trace: run_command: 'git credential-manager store'
  194. 09:38:27.795983 exec-cmd.c:237 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
  195. 09:38:27.797543 git.c:750 trace: exec: git-credential-manager store
  196. 09:38:27.797543 run-command.c:655 trace: run_command: git-credential-manager store
  197. 09:38:28.455266 run-command.c:655 trace: run_command: git send-pack --stateless-rpc --helper-status --thin --progress https://gitlab.e-btlnet.local/cms/cms.git/ --stdin
  198. 09:38:28.466789 exec-cmd.c:237 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
  199. 09:38:28.467775 git.c:460 trace: built-in: git send-pack --stateless-rpc --helper-status --thin --progress https://gitlab.e-btlnet.local/cms/cms.git/ --stdin
  200. 09:38:28.580978 run-command.c:655 trace: run_command: git pack-objects --all-progress-implied --revs --stdout --thin --delta-base-offset --progress
  201. 09:38:28.592248 exec-cmd.c:237 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
  202. 09:38:28.594278 git.c:460 trace: built-in: git pack-objects --all-progress-implied --revs --stdout --thin --delta-base-offset --progress
  203. Enumerating objects: 1, done.
  204. Counting objects: 100% (1/1), done.
  205. Writing objects: 100% (1/1), 177 bytes | 35.00 KiB/s, done.
  206. Total 1 (delta 0), reused 0 (delta 0), pack-reused 0
  207. 09:38:28.653758 http.c:726 == Info: Found bundle for host: 0x1e5bc1d98f0 [serially]
  208. 09:38:28.653758 http.c:726 == Info: Can not multiplex, even if we wanted to
  209. 09:38:28.653758 http.c:726 == Info: Re-using existing connection #0 with host gitlab.e-btlnet.local
  210. 09:38:28.653758 http.c:726 == Info: Server auth using Basic with user 'suchyj'
  211. 09:38:28.653758 http.c:673 => Send header, 0000000317 bytes (0x0000013d)
  212. 09:38:28.653758 http.c:685 => Send header: POST /cms/cms.git/git-receive-pack HTTP/1.1
  213. 09:38:28.653758 http.c:685 => Send header: Host: gitlab.e-btlnet.local
  214. 09:38:28.653758 http.c:685 => Send header: Authorization: Basic <redacted>
  215. 09:38:28.653758 http.c:685 => Send header: User-Agent: git/2.39.1.windows.1
  216. 09:38:28.653758 http.c:685 => Send header: Accept-Encoding: deflate, gzip, br, zstd
  217. 09:38:28.653758 http.c:685 => Send header: Content-Type: application/x-git-receive-pack-request
  218. 09:38:28.653758 http.c:685 => Send header: Accept: application/x-git-receive-pack-result
  219. 09:38:28.653758 http.c:685 => Send header: Content-Length: 390
  220. 09:38:28.653758 http.c:685 => Send header:
  221.  
  222.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement