Advertisement
Guest User

gitlab-rails_production.log

a guest
Aug 3rd, 2021
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.58 KB | None | 0 0
  1. root@gitlab:~# tail -f /var/log/gitlab/gitlab-rails/production.log
  2. Completed 200 OK in 75ms (Views: 50.4ms | ActiveRecord: 3.4ms | Elasticsearch: 0.0ms | Allocations: 10788)
  3. Started GET "/" for 66.249.66.51 at 2021-08-03 14:07:25 +0000
  4. Processing by RootController#index as HTML
  5. Redirected to https://git.website.com/users/sign_in
  6. Filter chain halted as :redirect_unlogged_user rendered or redirected
  7. Completed 302 Found in 47ms (ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 4247)
  8. Started GET "/users/sign_in" for 66.249.66.53 at 2021-08-03 14:07:26 +0000
  9. Processing by SessionsController#new as HTML
  10. Rendered layout layouts/devise.html.haml (Duration: 111.8ms | Allocations: 8989)
  11. Completed 200 OK in 192ms (Views: 110.1ms | ActiveRecord: 17.5ms | Elasticsearch: 0.0ms | Allocations: 14727)
  12.  
  13. Started GET "/" for 50.246.69.13 at 2021-08-03 15:11:20 +0000
  14. Processing by RootController#index as HTML
  15. Redirected to https://git.website.com/users/sign_in
  16. Filter chain halted as :redirect_unlogged_user rendered or redirected
  17. Completed 302 Found in 69ms (ActiveRecord: 4.4ms | Elasticsearch: 0.0ms | Allocations: 5497)
  18. Started GET "/users/sign_in" for 50.246.69.13 at 2021-08-03 15:11:21 +0000
  19. Processing by SessionsController#new as HTML
  20. Rendered layout layouts/devise.html.haml (Duration: 930.5ms | Allocations: 186344)
  21. Completed 200 OK in 1050ms (Views: 843.7ms | ActiveRecord: 130.1ms | Elasticsearch: 0.0ms | Allocations: 195070)
  22. Started GET "/uploads/-/system/appearance/logo/1/Logo190_1_.png" for 50.246.69.13 at 2021-08-03 15:11:26 +0000
  23. Started GET "/uploads/-/system/appearance/header_logo/1/Logo190_1_.png" for 50.246.69.13 at 2021-08-03 15:11:26 +0000
  24. Processing by UploadsController#show as HTML
  25. Parameters: {"model"=>"appearance", "mounted_as"=>"logo", "id"=>"1", "filename"=>"Logo190_1_.png"}
  26. Processing by UploadsController#show as HTML
  27. Parameters: {"model"=>"appearance", "mounted_as"=>"header_logo", "id"=>"1", "filename"=>"Logo190_1_.png"}
  28. Sent file /opt/gitlab/embedded/service/gitlab-rails/public/uploads/-/system/appearance/logo/1/Logo190_1_.png (1.8ms)
  29. Completed 200 OK in 54ms (ActiveRecord: 5.0ms | Elasticsearch: 0.0ms | Allocations: 2655)
  30. Sent file /opt/gitlab/embedded/service/gitlab-rails/public/uploads/-/system/appearance/header_logo/1/Logo190_1_.png (1.3ms)
  31. Completed 200 OK in 343ms (ActiveRecord: 165.8ms | Elasticsearch: 0.0ms | Allocations: 20057)
  32. Started POST "/users/sign_in" for 50.246.69.13 at 2021-08-03 15:11:33 +0000
  33. Processing by SessionsController#create as HTML
  34. Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"login"=>"names_are_useless", "password"=>"[FILTERED]", "remember_me"=>"0"}}
  35. Redirected to https://git.website.com/
  36. Completed 302 Found in 1074ms (ActiveRecord: 277.4ms | Elasticsearch: 0.0ms | Allocations: 56237)
  37. Started GET "/" for 50.246.69.13 at 2021-08-03 15:11:34 +0000
  38. Processing by RootController#index as HTML
  39. Redirected to https://git.website.com/dashboard/activity
  40. Filter chain halted as :redirect_logged_user rendered or redirected
  41. Completed 302 Found in 657ms (ActiveRecord: 68.7ms | Elasticsearch: 0.0ms | Allocations: 78846)
  42. Started GET "/dashboard/activity" for 50.246.69.13 at 2021-08-03 15:11:35 +0000
  43. Processing by DashboardController#activity as HTML
  44. Rendered layout layouts/dashboard.html.haml (Duration: 1822.3ms | Allocations: 379370)
  45. Completed 200 OK in 2808ms (Views: 1781.2ms | ActiveRecord: 167.0ms | Elasticsearch: 0.0ms | Allocations: 466188)
  46. Started GET "/uploads/-/system/user/avatar/4/avatar.png?width=23" for 50.246.69.13 at 2021-08-03 15:11:38 +0000
  47. Processing by UploadsController#show as HTML
  48. Parameters: {"width"=>"23", "model"=>"user", "mounted_as"=>"avatar", "id"=>"4", "filename"=>"avatar.png"}
  49. Started GET "/dashboard/activity?limit=20&offset=0" for 50.246.69.13 at 2021-08-03 15:11:38 +0000
  50. Processing by DashboardController#activity as JSON
  51. Parameters: {"limit"=>"20", "offset"=>"0"}
  52. Completed 200 OK in 655ms (ActiveRecord: 92.1ms | Elasticsearch: 0.0ms | Allocations: 70158)
  53. Completed 200 OK in 2178ms (Views: 9.4ms | ActiveRecord: 329.7ms | Elasticsearch: 0.0ms | Allocations: 316540)
  54. Started GET "/uploads/-/system/user/avatar/4/avatar.png?width=32" for 50.246.69.13 at 2021-08-03 15:11:42 +0000
  55. Processing by UploadsController#show as HTML
  56. Parameters: {"width"=>"32", "model"=>"user", "mounted_as"=>"avatar", "id"=>"4", "filename"=>"avatar.png"}
  57. Completed 200 OK in 28ms (ActiveRecord: 3.6ms | Elasticsearch: 0.0ms | Allocations: 3504)
  58. Started GET "/admin" for 50.246.69.13 at 2021-08-03 15:11:54 +0000
  59. Processing by Admin::DashboardController#index as HTML
  60. Rendered layout layouts/admin.html.haml (Duration: 2839.0ms | Allocations: 572713)
  61. Completed 200 OK in 3981ms (Views: 2606.4ms | ActiveRecord: 558.3ms | Elasticsearch: 0.0ms | Allocations: 679263)
  62. Started GET "/api/v4/application/statistics" for 50.246.69.13 at 2021-08-03 15:11:59 +0000
  63. Processing by Gitlab::RequestForgeryProtection::Controller#index as HTML
  64. Completed 200 OK in 2ms (ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 128)
  65. Started GET "/dashboard/projects" for 50.246.69.13 at 2021-08-03 15:12:23 +0000
  66. Processing by Dashboard::ProjectsController#index as HTML
  67. Rendered layout layouts/dashboard.html.haml (Duration: 2538.4ms | Allocations: 442940)
  68. Completed 200 OK in 4113ms (Views: 2479.0ms | ActiveRecord: 402.4ms | Elasticsearch: 0.0ms | Allocations: 630962)
  69. Started GET "/uploads/-/system/project/avatar/3/project_logo4_250.jpg?width=48" for 50.246.69.13 at 2021-08-03 15:12:28 +0000
  70. Started GET "/uploads/-/system/project/avatar/41/project_logo4_500.jpg?width=48" for 50.246.69.13 at 2021-08-03 15:12:28 +0000
  71. Started GET "/uploads/-/system/project/avatar/37/project_logo4_250.jpg?width=48" for 50.246.69.13 at 2021-08-03 15:12:28 +0000
  72. Processing by UploadsController#show as HTML
  73. Parameters: {"width"=>"48", "model"=>"project", "mounted_as"=>"avatar", "id"=>"3", "filename"=>"project_logo4_250.jpg"}
  74. Processing by UploadsController#show as HTML
  75. Parameters: {"width"=>"48", "model"=>"project", "mounted_as"=>"avatar", "id"=>"41", "filename"=>"project_logo4_500.jpg"}
  76. Completed 200 OK in 56ms (ActiveRecord: 4.4ms | Elasticsearch: 0.0ms | Allocations: 5337)
  77. Processing by UploadsController#show as HTML
  78. Parameters: {"width"=>"48", "model"=>"project", "mounted_as"=>"avatar", "id"=>"37", "filename"=>"project_logo4_250.jpg"}
  79. Completed 200 OK in 437ms (ActiveRecord: 86.7ms | Elasticsearch: 0.0ms | Allocations: 39342)
  80. Completed 200 OK in 1233ms (ActiveRecord: 190.5ms | Elasticsearch: 0.0ms | Allocations: 110134)
  81. Started GET "/team/project" for 50.246.69.13 at 2021-08-03 15:12:32 +0000
  82. Processing by ProjectsController#show as HTML
  83. Parameters: {"namespace_id"=>"team", "id"=>"project"}
  84. Rendered layout layouts/project.html.haml (Duration: 5231.6ms | Allocations: 927674)
  85. Completed 200 OK in 5924ms (Views: 4455.2ms | ActiveRecord: 1031.3ms | Elasticsearch: 0.0ms | Allocations: 987236)
  86. Started GET "/team/project/-/blob/master/README.md?format=json&viewer=rich" for 50.246.69.13 at 2021-08-03 15:12:38 +0000
  87. Started GET "/team/project/-/refs/master/logs_tree/?format=json&offset=0" for 50.246.69.13 at 2021-08-03 15:12:38 +0000
  88. Started POST "/api/graphql" for 50.246.69.13 at 2021-08-03 15:12:38 +0000
  89. Started GET "/uploads/-/system/project/avatar/41/project_logo4_500.jpg?width=32" for 50.246.69.13 at 2021-08-03 15:12:38 +0000
  90. Started GET "/uploads/-/system/group/avatar/7/97px-Team_248x248_small.png?width=15" for 50.246.69.13 at 2021-08-03 15:12:38 +0000
  91. Started GET "/uploads/-/system/project/avatar/41/project_logo4_500.jpg?width=64" for 50.246.69.13 at 2021-08-03 15:12:38 +0000
  92. Started GET "/uploads/-/system/project/avatar/41/project_logo4_500.jpg?width=15" for 50.246.69.13 at 2021-08-03 15:12:38 +0000
  93. Processing by UploadsController#show as HTML
  94. Parameters: {"width"=>"32", "model"=>"project", "mounted_as"=>"avatar", "id"=>"41", "filename"=>"project_logo4_500.jpg"}
  95. Processing by GraphqlController#execute as */*
  96. Parameters: {"query"=>"query pathLastCommit($projectPath: ID!, $path: String, $ref: String!) {\n project(fullPath: $projectPath) {\n __typename\n repository {\n __typename\n tree(path: $path, ref: $ref) {\n __typename\n lastCommit {\n __typename\n sha\n title\n titleHtml\n descriptionHtml\n message\n webPath\n authoredDate\n authorName\n authorGravatar\n author {\n __typename\n name\n avatarUrl\n webPath\n }\n signatureHtml\n pipelines(ref: $ref, first: 1) {\n __typename\n edges {\n __typename\n node {\n __typename\n detailedStatus {\n __typename\n detailsPath\n icon\n tooltip\n text\n group\n }\n }\n }\n }\n }\n }\n }\n }\n}\n", "variables"=>"[FILTERED]", "graphql"=>{"query"=>"query pathLastCommit($projectPath: ID!, $path: String, $ref: String!) {\n project(fullPath: $projectPath) {\n __typename\n repository {\n __typename\n tree(path: $path, ref: $ref) {\n __typename\n lastCommit {\n __typename\n sha\n title\n titleHtml\n descriptionHtml\n message\n webPath\n authoredDate\n authorName\n authorGravatar\n author {\n __typename\n name\n avatarUrl\n webPath\n }\n signatureHtml\n pipelines(ref: $ref, first: 1) {\n __typename\n edges {\n __typename\n node {\n __typename\n detailedStatus {\n __typename\n detailsPath\n icon\n tooltip\n text\n group\n }\n }\n }\n }\n }\n }\n }\n }\n}\n", "variables"=>"[FILTERED]"}}
  97. Processing by UploadsController#show as HTML
  98. Parameters: {"width"=>"64", "model"=>"project", "mounted_as"=>"avatar", "id"=>"41", "filename"=>"project_logo4_500.jpg"}
  99. Processing by UploadsController#show as HTML
  100. Completed 200 OK in 70ms (ActiveRecord: 6.6ms | Elasticsearch: 0.0ms | Allocations: 4656)
  101. Parameters: {"width"=>"15", "model"=>"group", "mounted_as"=>"avatar", "id"=>"7", "filename"=>"97px-Team_248x248_small.png"}
  102. Processing by Projects::BlobController#show as JSON
  103. Parameters: {"viewer"=>"rich", "namespace_id"=>"team", "project_id"=>"project", "id"=>"master/README.md"}
  104. Processing by UploadsController#show as HTML
  105. Parameters: {"width"=>"15", "model"=>"project", "mounted_as"=>"avatar", "id"=>"41", "filename"=>"project_logo4_500.jpg"}
  106. Processing by Projects::RefsController#logs_tree as JSON
  107. Parameters: {"offset"=>"0", "namespace_id"=>"team", "project_id"=>"project", "id"=>"master"}
  108. Completed 200 OK in 498ms (ActiveRecord: 82.7ms | Elasticsearch: 0.0ms | Allocations: 46007)
  109. Completed 200 OK in 548ms (ActiveRecord: 124.1ms | Elasticsearch: 0.0ms | Allocations: 44539)
  110. Started POST "/api/graphql" for 50.246.69.13 at 2021-08-03 15:12:39 +0000
  111. Processing by GraphqlController#execute as */*
  112. Parameters: {"_json"=>[{"operationName"=>"getPermissions", "variables"=>"[FILTERED]", "query"=>"query getPermissions($projectPath: ID!) {\n project(fullPath: $projectPath) {\n __typename\n userPermissions {\n __typename\n pushCode\n forkProject\n createMergeRequestIn\n }\n }\n}\n"}, {"operationName"=>"getFiles", "variables"=>"[FILTERED]", "query"=>"fragment PageInfo on PageInfo {\n __typename\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n\nfragment TreeEntry on Entry {\n __typename\n id\n sha\n name\n flatPath\n type\n}\n\nquery getFiles($projectPath: ID!, $path: String, $ref: String!, $pageSize: Int!, $nextPageCursor: String) {\n project(fullPath: $projectPath) {\n __typename\n repository {\n __typename\n tree(path: $path, ref: $ref) {\n __typename\n trees(first: $pageSize, after: $nextPageCursor) {\n __typename\n edges {\n __typename\n node {\n ...TreeEntry\n webPath\n __typename\n }\n }\n pageInfo {\n ...PageInfo\n __typename\n }\n }\n submodules(first: $pageSize, after: $nextPageCursor) {\n __typename\n edges {\n __typename\n node {\n ...TreeEntry\n webUrl\n treeUrl\n __typename\n }\n }\n pageInfo {\n ...PageInfo\n __typename\n }\n }\n blobs(first: $pageSize, after: $nextPageCursor) {\n __typename\n edges {\n __typename\n node {\n ...TreeEntry\n mode\n webPath\n lfsOid\n __typename\n }\n }\n pageInfo {\n ...PageInfo\n __typename\n }\n }\n }\n }\n }\n}\n"}], "graphql"=>{"_json"=>[{"operationName"=>"getPermissions", "variables"=>"[FILTERED]", "query"=>"query getPermissions($projectPath: ID!) {\n project(fullPath: $projectPath) {\n __typename\n userPermissions {\n __typename\n pushCode\n forkProject\n createMergeRequestIn\n }\n }\n}\n"}, {"operationName"=>"getFiles", "variables"=>"[FILTERED]", "query"=>"fragment PageInfo on PageInfo {\n __typename\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n\nfragment TreeEntry on Entry {\n __typename\n id\n sha\n name\n flatPath\n type\n}\n\nquery getFiles($projectPath: ID!, $path: String, $ref: String!, $pageSize: Int!, $nextPageCursor: String) {\n project(fullPath: $projectPath) {\n __typename\n repository {\n __typename\n tree(path: $path, ref: $ref) {\n __typename\n trees(first: $pageSize, after: $nextPageCursor) {\n __typename\n edges {\n __typename\n node {\n ...TreeEntry\n webPath\n __typename\n }\n }\n pageInfo {\n ...PageInfo\n __typename\n }\n }\n submodules(first: $pageSize, after: $nextPageCursor) {\n __typename\n edges {\n __typename\n node {\n ...TreeEntry\n webUrl\n treeUrl\n __typename\n }\n }\n pageInfo {\n ...PageInfo\n __typename\n }\n }\n blobs(first: $pageSize, after: $nextPageCursor) {\n __typename\n edges {\n __typename\n node {\n ...TreeEntry\n mode\n webPath\n lfsOid\n __typename\n }\n }\n pageInfo {\n ...PageInfo\n __typename\n }\n }\n }\n }\n }\n}\n"}]}}
  113. Completed 200 OK in 903ms (ActiveRecord: 67.6ms | Elasticsearch: 0.0ms | Allocations: 103495)
  114. Completed 200 OK in 1419ms (Views: 1.9ms | ActiveRecord: 131.6ms | Elasticsearch: 0.0ms | Allocations: 76101)
  115. Completed 200 OK in 1288ms (Views: 2.5ms | ActiveRecord: 103.2ms | Elasticsearch: 0.0ms | Allocations: 147948)
  116. Completed 200 OK in 2050ms (Views: 2.9ms | ActiveRecord: 353.5ms | Elasticsearch: 0.0ms | Allocations: 199411)
  117. Started GET "/uploads/-/system/user/avatar/4/avatar.png?width=40" for 50.246.69.13 at 2021-08-03 15:12:41 +0000
  118. Processing by UploadsController#show as HTML
  119. Parameters: {"width"=>"40", "model"=>"user", "mounted_as"=>"avatar", "id"=>"4", "filename"=>"avatar.png"}
  120. Completed 200 OK in 25ms (ActiveRecord: 3.7ms | Elasticsearch: 0.0ms | Allocations: 3593)
  121. Started GET "/team/project/-/merge_requests" for 50.246.69.13 at 2021-08-03 15:12:41 +0000
  122. Completed 200 OK in 1739ms (Views: 3.6ms | ActiveRecord: 234.2ms | Elasticsearch: 0.0ms | Allocations: 175902)
  123. Processing by Projects::MergeRequestsController#index as HTML
  124. Parameters: {"namespace_id"=>"team", "project_id"=>"project"}
  125. Rendered layout layouts/project.html.haml (Duration: 3242.3ms | Allocations: 674114)
  126. Completed 200 OK in 4191ms (Views: 3076.3ms | ActiveRecord: 425.2ms | Elasticsearch: 0.0ms | Allocations: 778427)
  127. Started GET "/team/project/-/%7B%7Bavatar_url%7D%7D" for 50.246.69.13 at 2021-08-03 15:12:46 +0000
  128. Processing by ApplicationController#route_not_found as HTML
  129. Parameters: {"unmatched_route"=>"team/project/-/{{avatar_url}}"}
  130. Rendered layout layouts/errors.html.haml (Duration: 110.1ms | Allocations: 15660)
  131. Completed 404 Not Found in 179ms (Views: 124.5ms | ActiveRecord: 4.1ms | Elasticsearch: 0.0ms | Allocations: 22401)
  132. Started GET "/team/project" for 50.246.69.13 at 2021-08-03 15:13:00 +0000
  133. Processing by ProjectsController#show as HTML
  134. Parameters: {"namespace_id"=>"team", "id"=>"project"}
  135. Rendered layout layouts/project.html.haml (Duration: 5106.1ms | Allocations: 921998)
  136. Completed 200 OK in 6355ms (Views: 4673.3ms | ActiveRecord: 815.9ms | Elasticsearch: 0.0ms | Allocations: 1045570)
  137. Started GET "/team/project/-/refs/master/logs_tree/?format=json&offset=0" for 50.246.69.13 at 2021-08-03 15:13:07 +0000
  138. Started GET "/team/project/-/blob/master/README.md?format=json&viewer=rich" for 50.246.69.13 at 2021-08-03 15:13:07 +0000
  139. Processing by Projects::RefsController#logs_tree as JSON
  140. Parameters: {"offset"=>"0", "namespace_id"=>"team", "project_id"=>"project", "id"=>"master"}
  141. Started POST "/api/graphql" for 50.246.69.13 at 2021-08-03 15:13:07 +0000
  142. Processing by GraphqlController#execute as */*
  143. Parameters: {"query"=>"query pathLastCommit($projectPath: ID!, $path: String, $ref: String!) {\n project(fullPath: $projectPath) {\n __typename\n repository {\n __typename\n tree(path: $path, ref: $ref) {\n __typename\n lastCommit {\n __typename\n sha\n title\n titleHtml\n descriptionHtml\n message\n webPath\n authoredDate\n authorName\n authorGravatar\n author {\n __typename\n name\n avatarUrl\n webPath\n }\n signatureHtml\n pipelines(ref: $ref, first: 1) {\n __typename\n edges {\n __typename\n node {\n __typename\n detailedStatus {\n __typename\n detailsPath\n icon\n tooltip\n text\n group\n }\n }\n }\n }\n }\n }\n }\n }\n}\n", "variables"=>"[FILTERED]", "graphql"=>{"query"=>"query pathLastCommit($projectPath: ID!, $path: String, $ref: String!) {\n project(fullPath: $projectPath) {\n __typename\n repository {\n __typename\n tree(path: $path, ref: $ref) {\n __typename\n lastCommit {\n __typename\n sha\n title\n titleHtml\n descriptionHtml\n message\n webPath\n authoredDate\n authorName\n authorGravatar\n author {\n __typename\n name\n avatarUrl\n webPath\n }\n signatureHtml\n pipelines(ref: $ref, first: 1) {\n __typename\n edges {\n __typename\n node {\n __typename\n detailedStatus {\n __typename\n detailsPath\n icon\n tooltip\n text\n group\n }\n }\n }\n }\n }\n }\n }\n }\n}\n", "variables"=>"[FILTERED]"}}
  144. Processing by Projects::BlobController#show as JSON
  145. Parameters: {"viewer"=>"rich", "namespace_id"=>"team", "project_id"=>"project", "id"=>"master/README.md"}
  146. Completed 200 OK in 194ms (Views: 1.6ms | ActiveRecord: 20.3ms | Elasticsearch: 0.0ms | Allocations: 38751)
  147. Started POST "/api/graphql" for 50.246.69.13 at 2021-08-03 15:13:08 +0000
  148. Processing by GraphqlController#execute as */*
  149. Parameters: {"_json"=>[{"operationName"=>"getPermissions", "variables"=>"[FILTERED]", "query"=>"query getPermissions($projectPath: ID!) {\n project(fullPath: $projectPath) {\n __typename\n userPermissions {\n __typename\n pushCode\n forkProject\n createMergeRequestIn\n }\n }\n}\n"}, {"operationName"=>"getFiles", "variables"=>"[FILTERED]", "query"=>"fragment PageInfo on PageInfo {\n __typename\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n\nfragment TreeEntry on Entry {\n __typename\n id\n sha\n name\n flatPath\n type\n}\n\nquery getFiles($projectPath: ID!, $path: String, $ref: String!, $pageSize: Int!, $nextPageCursor: String) {\n project(fullPath: $projectPath) {\n __typename\n repository {\n __typename\n tree(path: $path, ref: $ref) {\n __typename\n trees(first: $pageSize, after: $nextPageCursor) {\n __typename\n edges {\n __typename\n node {\n ...TreeEntry\n webPath\n __typename\n }\n }\n pageInfo {\n ...PageInfo\n __typename\n }\n }\n submodules(first: $pageSize, after: $nextPageCursor) {\n __typename\n edges {\n __typename\n node {\n ...TreeEntry\n webUrl\n treeUrl\n __typename\n }\n }\n pageInfo {\n ...PageInfo\n __typename\n }\n }\n blobs(first: $pageSize, after: $nextPageCursor) {\n __typename\n edges {\n __typename\n node {\n ...TreeEntry\n mode\n webPath\n lfsOid\n __typename\n }\n }\n pageInfo {\n ...PageInfo\n __typename\n }\n }\n }\n }\n }\n}\n"}], "graphql"=>{"_json"=>[{"operationName"=>"getPermissions", "variables"=>"[FILTERED]", "query"=>"query getPermissions($projectPath: ID!) {\n project(fullPath: $projectPath) {\n __typename\n userPermissions {\n __typename\n pushCode\n forkProject\n createMergeRequestIn\n }\n }\n}\n"}, {"operationName"=>"getFiles", "variables"=>"[FILTERED]", "query"=>"fragment PageInfo on PageInfo {\n __typename\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n\nfragment TreeEntry on Entry {\n __typename\n id\n sha\n name\n flatPath\n type\n}\n\nquery getFiles($projectPath: ID!, $path: String, $ref: String!, $pageSize: Int!, $nextPageCursor: String) {\n project(fullPath: $projectPath) {\n __typename\n repository {\n __typename\n tree(path: $path, ref: $ref) {\n __typename\n trees(first: $pageSize, after: $nextPageCursor) {\n __typename\n edges {\n __typename\n node {\n ...TreeEntry\n webPath\n __typename\n }\n }\n pageInfo {\n ...PageInfo\n __typename\n }\n }\n submodules(first: $pageSize, after: $nextPageCursor) {\n __typename\n edges {\n __typename\n node {\n ...TreeEntry\n webUrl\n treeUrl\n __typename\n }\n }\n pageInfo {\n ...PageInfo\n __typename\n }\n }\n blobs(first: $pageSize, after: $nextPageCursor) {\n __typename\n edges {\n __typename\n node {\n ...TreeEntry\n mode\n webPath\n lfsOid\n __typename\n }\n }\n pageInfo {\n ...PageInfo\n __typename\n }\n }\n }\n }\n }\n}\n"}]}}
  150. Completed 200 OK in 197ms (Views: 2.4ms | ActiveRecord: 8.3ms | Elasticsearch: 0.0ms | Allocations: 21142)
  151. Completed 200 OK in 739ms (Views: 1.6ms | ActiveRecord: 125.2ms | Elasticsearch: 0.0ms | Allocations: 76906)
  152. Completed 200 OK in 1880ms (Views: 2.7ms | ActiveRecord: 298.2ms | Elasticsearch: 0.0ms | Allocations: 191799)
  153. Started GET "/team/project/-/merge_requests" for 50.246.69.13 at 2021-08-03 15:13:17 +0000
  154. Processing by Projects::MergeRequestsController#index as HTML
  155. Parameters: {"namespace_id"=>"team", "project_id"=>"project"}
  156. Rendered layout layouts/project.html.haml (Duration: 881.4ms | Allocations: 253888)
  157. Completed 200 OK in 1003ms (Views: 871.3ms | ActiveRecord: 29.7ms | Elasticsearch: 0.0ms | Allocations: 268916)
  158. Started GET "/team/project/-/%7B%7Bavatar_url%7D%7D" for 50.246.69.13 at 2021-08-03 15:13:19 +0000
  159. Processing by ApplicationController#route_not_found as HTML
  160. Parameters: {"unmatched_route"=>"team/project/-/{{avatar_url}}"}
  161. Rendered layout layouts/errors.html.haml (Duration: 129.3ms | Allocations: 19190)
  162. Completed 404 Not Found in 889ms (Views: 147.7ms | ActiveRecord: 119.7ms | Elasticsearch: 0.0ms | Allocations: 105698)
  163. Started GET "/team/project/-/merge_requests/new" for 50.246.69.13 at 2021-08-03 15:13:21 +0000
  164. Processing by Projects::MergeRequests::CreationsController#new as HTML
  165. Parameters: {"namespace_id"=>"team", "project_id"=>"project"}
  166. Rendered layout layouts/project.html.haml (Duration: 783.7ms | Allocations: 159486)
  167. Completed 200 OK in 1104ms (Views: 712.3ms | ActiveRecord: 185.1ms | Elasticsearch: 0.0ms | Allocations: 187531)
  168. Started GET "/team/project/-/merge_requests/new/branch_from?ref=" for 50.246.69.13 at 2021-08-03 15:13:22 +0000
  169. Started GET "/team/project/-/merge_requests/new/branch_to?target_project_id=41&ref=master" for 50.246.69.13 at 2021-08-03 15:13:22 +0000
  170. Processing by Projects::MergeRequests::CreationsController#branch_to as JSON
  171. Parameters: {"target_project_id"=>"41", "ref"=>"master", "namespace_id"=>"team", "project_id"=>"project"}
  172. Processing by Projects::MergeRequests::CreationsController#branch_from as JSON
  173. Parameters: {"ref"=>"", "namespace_id"=>"team", "project_id"=>"project"}
  174. Completed 200 OK in 274ms (Views: 43.8ms | ActiveRecord: 70.6ms | Elasticsearch: 0.0ms | Allocations: 25380)
  175. Completed 200 OK in 664ms (Views: 342.9ms | ActiveRecord: 120.1ms | Elasticsearch: 0.0ms | Allocations: 67588)
  176. Started GET "/team/project/refs?search=&find=branches" for 50.246.69.13 at 2021-08-03 15:13:24 +0000
  177. Processing by ProjectsController#refs as JSON
  178. Parameters: {"search"=>"[FILTERED]", "find"=>"branches", "namespace_id"=>"team", "id"=>"project"}
  179. Completed 200 OK in 563ms (Views: 1.9ms | ActiveRecord: 49.8ms | Elasticsearch: 0.0ms | Allocations: 77046)
  180. Started GET "/team/project/-/merge_requests/new/branch_from?ref=AscentCharacterAttributes" for 50.246.69.13 at 2021-08-03 15:13:28 +0000
  181. Processing by Projects::MergeRequests::CreationsController#branch_from as JSON
  182. Parameters: {"ref"=>"AscentCharacterAttributes", "namespace_id"=>"team", "project_id"=>"project"}
  183. Completed 200 OK in 340ms (Views: 164.6ms | ActiveRecord: 73.7ms | Elasticsearch: 0.0ms | Allocations: 54114)
  184. Started GET "/team/project/-/merge_requests/new?merge_request%5Bsource_project_id%5D=41&merge_request%5Bsource_branch%5D=AscentCharacterAttributes&merge_request%5Btarget_project_id%5D=41&merge_request%5Btarget_branch%5D=master" for 50.246.69.13 at 2021-08-03 15:13:31 +0000
  185. Processing by Projects::MergeRequests::CreationsController#new as HTML
  186. Parameters: {"merge_request"=>{"source_project_id"=>"41", "source_branch"=>"AscentCharacterAttributes", "target_project_id"=>"41", "target_branch"=>"master"}, "namespace_id"=>"team", "project_id"=>"project"}
  187. Rendered layout layouts/project.html.haml (Duration: 77451.4ms | Allocations: 738710)
  188. Completed 200 OK in 79338ms (Views: 77418.6ms | ActiveRecord: 546.2ms | Elasticsearch: 0.0ms | Allocations: 883820)
  189. Started POST "/team/project/-/merge_requests" for 50.246.69.13 at 2021-08-03 15:14:56 +0000
  190. Processing by Projects::MergeRequests::CreationsController#create as HTML
  191. Parameters: {"authenticity_token"=>"[FILTERED]", "merge_request"=>{"title"=>"[FILTERED]", "description"=>"[FILTERED]", "assignee_ids"=>["0"], "reviewer_ids"=>["0"], "label_ids"=>[""], "force_remove_source_branch"=>"0", "squash"=>"0", "lock_version"=>"0", "source_project_id"=>"41", "source_branch"=>"AscentCharacterAttributes", "target_project_id"=>"41", "target_branch"=>"master"}, "merge_request_diff_head_sha"=>"f9d4a01e30d74b8b843e7b10b2810795e5c8966b", "namespace_id"=>"team", "project_id"=>"project"}
  192. Completed 500 Internal Server Error in 85422ms (ActiveRecord: 164.6ms | Elasticsearch: 0.0ms | Allocations: 232093)
  193.  
  194. ActiveRecord::StatementInvalid (PG::UnableToSend: no connection to the server
  195. ):
  196.  
  197. app/services/issuable_base_service.rb:209:in `create'
  198. app/services/merge_requests/base_service.rb:105:in `create'
  199. app/services/merge_requests/create_service.rb:29:in `create'
  200. app/services/merge_requests/create_service.rb:13:in `execute'
  201. app/controllers/projects/merge_requests/creations_controller.rb:22:in `create'
  202. app/controllers/application_controller.rb:483:in `set_current_admin'
  203. lib/gitlab/session.rb:11:in `with_session'
  204. app/controllers/application_controller.rb:474:in `set_session_storage'
  205. lib/gitlab/i18n.rb:99:in `with_locale'
  206. lib/gitlab/i18n.rb:105:in `with_user_locale'
  207. app/controllers/application_controller.rb:468:in `set_locale'
  208. app/controllers/application_controller.rb:462:in `set_current_context'
  209. lib/gitlab/middleware/speedscope.rb:13:in `call'
  210. lib/gitlab/request_profiler/middleware.rb:17:in `call'
  211. lib/gitlab/jira/middleware.rb:19:in `call'
  212. lib/gitlab/middleware/go.rb:20:in `call'
  213. lib/gitlab/etag_caching/middleware.rb:21:in `call'
  214. lib/gitlab/middleware/multipart.rb:172:in `call'
  215. lib/gitlab/middleware/read_only/controller.rb:50:in `call'
  216. lib/gitlab/middleware/read_only.rb:18:in `call'
  217. lib/gitlab/middleware/same_site_cookies.rb:27:in `call'
  218. lib/gitlab/middleware/handle_malformed_strings.rb:21:in `call'
  219. lib/gitlab/middleware/basic_health_check.rb:25:in `call'
  220. lib/gitlab/middleware/handle_ip_spoof_attack_error.rb:25:in `call'
  221. lib/gitlab/middleware/request_context.rb:21:in `call'
  222. config/initializers/fix_local_cache_middleware.rb:11:in `call'
  223. lib/gitlab/middleware/rack_multipart_tempfile_factory.rb:19:in `call'
  224. lib/gitlab/metrics/requests_rack_middleware.rb:74:in `call'
  225. lib/gitlab/middleware/release_env.rb:12:in `call'
  226. Started GET "/favicon.ico" for 50.246.69.13 at 2021-08-03 15:16:22 +0000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement