Unable to close the merge requests after merge

Summary

After update gitlab-ce from 9.X to 10.0.2 users can't close merge request after Merge. When the user click button "close merge" then page reload but MR have status "open"

Steps to reproduce

In my case it looks like that:

Developer project user:

  1. Create branch.
  2. Commit changes and push branch.
  3. Create merge request.

Master project User: 4. Merge merge request. 5. Close merge request. - The web page is refreshed but MR still has open status. Nothing happens.

What is the current bug behavior?

The master project can not close the page.

What is the expected correct behavior?

Close merge Request

Relevant logs and/or screenshots

==> /var/log/gitlab/gitlab-rails/production.log <==
Started POST "/api/v4/jobs/request" for XXX.XX.77.100 at 2017-10-02 23:20:39 +0200
  Ci::Runner Load (0.1ms)  SELECT  "ci_runners".* FROM "ci_runners" WHERE "ci_runners"."token" = $1 LIMIT 1  [["token", "e0d870f93626fa4627dcae2a742a3d"]]

==> /var/log/gitlab/gitlab-rails/api_json.log <==
{"time":"2017-10-02T21:20:39.103Z","severity":"INFO","duration":1.18,"db":0.22,"view":0.96,"status":204,"method":"POST","path":"/api/v4/jobs/request","params":{"info":{"name":"gitlab-ci-multi-runner","version":"9.5.0","revision":"413da38","platform":"linux","architecture":"amd64","executor":"docker","features":{"variables":"[FILTERED]","image":true,"services":true,"features":false,"cache":false}},"token":"[FILTERED]","last_update":"5154139fd4eae5ae7dc31dfa918c284b"},"host":"gitlab.example.it","ip":"XXX.XX.77.11, XXX.XX.77.100","ua":"gitlab-ci-multi-runner 9.5.0 (9-5-stable; go1.8.3; linux/amd64)"}

==> /var/log/gitlab/gitlab-workhorse/current <==
2017-10-02_21:20:39.10443 gitlab.example.it @ - - [2017-10-02 23:20:39.100696686 +0200 CEST] "POST /api/v4/jobs/request HTTP/1.1" 204 0 "" "gitlab-ci-multi-runner 9.5.0 (9-5-stable; go1.8.3; linux/amd64)" 0.003658

==> /var/log/gitlab/nginx/gitlab_access.log <==
XXX.XX.77.100 - - [02/Oct/2017:23:20:39 +0200] "POST /api/v4/jobs/request HTTP/1.1" 204 0 "" "gitlab-ci-multi-runner 9.5.0 (9-5-stable; go1.8.3; linux/amd64)"




==> /var/log/gitlab/gitlab-rails/production.log <==
Started PUT "/microservices/dictionary-microservice-clone2/merge_requests/2?merge_request%5Bstate_event%5D=close" for XXX.XX.77.100 at 2017-10-02 23:20:39 +0200
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects" INNER JOIN "routes" ON "routes"."source_id" = "projects"."id" AND "routes"."source_type" = $1 WHERE ((LOWER(routes.path) = LOWER('microservices/dictionary-microservice-clone2')))  ORDER BY (CASE WHEN  routes.path = 'microservices/dictionary-microservice-clone2' THEN 0 ELSE 1 END) LIMIT 1  [["source_type", "Project"]]
Processing by Projects::MergeRequestsController#update as HTML
  Parameters: {"authenticity_token"=>"[FILTERED]", "merge_request"=>{"state_event"=>"close"}, "namespace_id"=>"microservices", "project_id"=>"dictionary-microservice-clone2", "id"=>"2"}
  User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1  ORDER BY "users"."id" ASC LIMIT 1  [["id", 1]]
  Identity Exists (0.1ms)  SELECT  1 AS one FROM "identities" WHERE "identities"."user_id" = $1 AND (provider LIKE 'ldap%' AND extern_uid IS NOT NULL) LIMIT 1  [["user_id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" INNER JOIN "routes" ON "routes"."source_id" = "projects"."id" AND "routes"."source_type" = $1 WHERE ((LOWER(routes.path) = LOWER('microservices/dictionary-microservice-clone2')))  ORDER BY (CASE WHEN  routes.path = 'microservices/dictionary-microservice-clone2' THEN 0 ELSE 1 END) LIMIT 1  [["source_type", "Project"]]
  Route Load (0.1ms)  SELECT  "routes".* FROM "routes" WHERE "routes"."source_id" = $1 AND "routes"."source_type" = $2 LIMIT 1  [["source_id", 189], ["source_type", "Project"]]
  ProjectFeature Load (0.1ms)  SELECT  "project_features".* FROM "project_features" WHERE "project_features"."project_id" = $1 LIMIT 1  [["project_id", 189]]
  MergeRequest Load (0.1ms)  SELECT  "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."deleted_at" IS NULL AND "merge_requests"."target_project_id" = $1 AND "merge_requests"."iid" = $2 LIMIT 1  [["target_project_id", 189], ["iid", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1  [["id", 189]]
  Label Load (0.1ms)  SELECT "labels".* FROM "labels" INNER JOIN "label_links" ON "labels"."id" = "label_links"."label_id" WHERE "label_links"."target_id" = $1 AND "label_links"."target_type" = $2  ORDER BY "labels"."title" ASC  [["target_id", 58], ["target_type", "MergeRequest"]]
  User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1  [["id", 7]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1  [["id", 189]]
  Namespace Load (0.1ms)  SELECT  "namespaces".* FROM "namespaces" WHERE "namespaces"."id" = $1 LIMIT 1  [["id", 47]]
  Route Load (0.1ms)  SELECT  "routes".* FROM "routes" WHERE "routes"."source_id" = $1 AND "routes"."source_type" = $2 LIMIT 1  [["source_id", 47], ["source_type", "Namespace"]]
Redirected to https://gitlab.example.it/microservices/dictionary-microservice-clone2/merge_requests/2
Completed 302 Found in 15ms (ActiveRecord: 1.1ms)

==> /var/log/gitlab/gitlab-rails/production_json.log <==
{"method":"PUT","path":"/microservices/dictionary-microservice-clone2/merge_requests/2","format":"html","controller":"Projects::MergeRequestsController","action":"update","status":302,"duration":15.57,"view":0.0,"db":1.07,"location":"https://gitlab.example.it/microservices/dictionary-microservice-clone2/merge_requests/2","time":"2017-10-02T21:20:39.638Z","params":{"_method":"put","authenticity_token":"[FILTERED]","merge_request":{"state_event":"close"},"namespace_id":"microservices","project_id":"dictionary-microservice-clone2","id":"2"},"remote_ip":"XXX.XX.77.100","user_id":1,"username":"root"}

==> /var/log/gitlab/gitlab-workhorse/current <==
2017-10-02_21:20:39.65498 gitlab.example.it @ - - [2017-10-02 23:20:39.632390927 +0200 CEST] "POST /microservices/dictionary-microservice-clone2/merge_requests/2?merge_request%5Bstate_event%5D=close HTTP/1.1" 302 149 "https://gitlab.example.it/microservices/dictionary-microservice-clone2/merge_requests/2" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36" 0.022507

==> /var/log/gitlab/nginx/gitlab_access.log <==
XXX.XX.77.100 - - [02/Oct/2017:23:20:39 +0200] "POST /microservices/dictionary-microservice-clone2/merge_requests/2?merge_request%5Bstate_event%5D=close HTTP/1.1" 302 149 "https://gitlab.example.it/microservices/dictionary-microservice-clone2/merge_requests/2" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36"

==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/microservices/dictionary-microservice-clone2/merge_requests/2" for XXX.XX.77.100 at 2017-10-02 23:20:39 +0200
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects" INNER JOIN "routes" ON "routes"."source_id" = "projects"."id" AND "routes"."source_type" = $1 WHERE ((LOWER(routes.path) = LOWER('microservices/dictionary-microservice-clone2')))  ORDER BY (CASE WHEN  routes.path = 'microservices/dictionary-microservice-clone2' THEN 0 ELSE 1 END) LIMIT 1  [["source_type", "Project"]]
Processing by Projects::MergeRequestsController#show as HTML
  Parameters: {"namespace_id"=>"microservices", "project_id"=>"dictionary-microservice-clone2", "id"=>"2"}
  User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1  ORDER BY "users"."id" ASC LIMIT 1  [["id", 1]]
  Identity Exists (0.1ms)  SELECT  1 AS one FROM "identities" WHERE "identities"."user_id" = $1 AND (provider LIKE 'ldap%' AND extern_uid IS NOT NULL) LIMIT 1  [["user_id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" INNER JOIN "routes" ON "routes"."source_id" = "projects"."id" AND "routes"."source_type" = $1 WHERE ((LOWER(routes.path) = LOWER('microservices/dictionary-microservice-clone2')))  ORDER BY (CASE WHEN  routes.path = 'microservices/dictionary-microservice-clone2' THEN 0 ELSE 1 END) LIMIT 1  [["source_type", "Project"]]
  Route Load (0.1ms)  SELECT  "routes".* FROM "routes" WHERE "routes"."source_id" = $1 AND "routes"."source_type" = $2 LIMIT 1  [["source_id", 189], ["source_type", "Project"]]
  ProjectFeature Load (0.1ms)  SELECT  "project_features".* FROM "project_features" WHERE "project_features"."project_id" = $1 LIMIT 1  [["project_id", 189]]
  MergeRequest Load (0.1ms)  SELECT  "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."deleted_at" IS NULL AND "merge_requests"."target_project_id" = $1 AND "merge_requests"."iid" = $2 LIMIT 1  [["target_project_id", 189], ["iid", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1  [["id", 189]]
  Group Load (0.1ms)  SELECT  "namespaces".* FROM "namespaces" WHERE "namespaces"."type" IN ('Group') AND "namespaces"."id" = $1 AND "namespaces"."type" IN ('Group') AND "namespaces"."type" = $2 LIMIT 1  [["id", 47], ["type", "Group"]]
  MergeRequestDiff Load (0.1ms)  SELECT  "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."merge_request_id" = $1  ORDER BY merge_request_diffs.id DESC LIMIT 1  [["merge_request_id", 58]]
   (0.1ms)  SELECT COUNT(*) FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = $1  [["merge_request_diff_id", 86]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1  [["id", 189]]
  CACHE (0.0ms)  SELECT COUNT(*) FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = $1  [["merge_request_diff_id", 86]]
  MergeRequestDiffCommit Load (0.1ms)  SELECT "merge_request_diff_commits".* FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = $1  ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC  [["merge_request_diff_id", 86]]
  Note Load (0.3ms)  SELECT "notes".* FROM "notes" WHERE ((project_id = 189 AND noteable_type = 'MergeRequest' AND noteable_id = 58) OR((project_id = 189 OR project_id = 189) AND noteable_type = 'Commit' AND commit_id IN ('b2fe1958299158a5f6e426b806635aeddcc18886')))  ORDER BY "notes"."created_at" ASC, "notes"."id" ASC
  Project Load (0.2ms)  SELECT "projects".* FROM "projects" WHERE "projects"."id" IN (189)
  User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" IN (7, 1)
  AwardEmoji Load (0.2ms)  SELECT "award_emoji".* FROM "award_emoji" WHERE "award_emoji"."awardable_type" = 'Note' AND "award_emoji"."awardable_id" IN (555, 556, 557, 558, 559, 560)  ORDER BY "award_emoji"."id" ASC
  SystemNoteMetadata Load (0.5ms)  SELECT "system_note_metadata".* FROM "system_note_metadata" WHERE "system_note_metadata"."note_id" IN (555, 556, 557, 558, 559, 560)
  MergeRequest Load (0.2ms)  SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."deleted_at" IS NULL AND "merge_requests"."id" IN (58)
   (0.3ms)  SELECT MAX("project_authorizations"."access_level") AS maximum_access_level, "project_authorizations"."user_id" AS project_authorizations_user_id FROM "project_authorizations" WHERE "project_authorizations"."project_id" = $1 AND "project_authorizations"."user_id" IN (7, 1) GROUP BY "project_authorizations"."user_id"  [["project_id", 189]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1  [["id", 189]]
  Project Load (0.3ms)  SELECT "projects".* FROM "projects" WHERE "projects"."id" = 189
   (0.1ms)  SELECT DISTINCT(sha) FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" IN (SELECT "merge_request_diffs"."id" FROM "merge_request_diffs" WHERE "merge_request_diffs"."merge_request_id" = $1)  [["merge_request_id", 58]]
  MergeRequestDiff Load (0.1ms)  SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."merge_request_id" = $1 AND ("merge_request_diffs"."st_commits" IS NOT NULL)  [["merge_request_id", 58]]
  Namespace Load (0.1ms)  SELECT  "namespaces".* FROM "namespaces" WHERE "namespaces"."id" = $1 LIMIT 1  [["id", 47]]
  Route Load (0.1ms)  SELECT  "routes".* FROM "routes" WHERE "routes"."source_id" = $1 AND "routes"."source_type" = $2 LIMIT 1  [["source_id", 47], ["source_type", "Namespace"]]
  User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1  [["id", 7]]
  CACHE (0.0ms)  SELECT  "namespaces".* FROM "namespaces" WHERE "namespaces"."id" = $1 LIMIT 1  [["id", 47]]
  ProtectedBranch Load (0.1ms)  SELECT "protected_branches".* FROM "protected_branches" WHERE "protected_branches"."project_id" = $1  [["project_id", 189]]
   (0.1ms)  SELECT SUM("timelogs"."time_spent") FROM "timelogs" WHERE "timelogs"."merge_request_id" = $1  [["merge_request_id", 58]]
  CACHE (0.0ms)  SELECT SUM("timelogs"."time_spent") FROM "timelogs" WHERE "timelogs"."merge_request_id" = $1  [["merge_request_id", 58]]
  Label Load (0.1ms)  SELECT "labels".* FROM "labels" INNER JOIN "label_links" ON "labels"."id" = "label_links"."label_id" WHERE "label_links"."target_id" = $1 AND "label_links"."target_type" = $2  ORDER BY "labels"."title" ASC  [["target_id", 58], ["target_type", "MergeRequest"]]
  Event Load (0.1ms)  SELECT  "events".* FROM "events" WHERE "events"."project_id" = $1 AND "events"."target_id" = $2 AND "events"."target_type" = $3 AND "events"."action" = $4  ORDER BY "events"."id" DESC LIMIT 1  [["project_id", 189], ["target_id", 58], ["target_type", "MergeRequest"], ["action", 7]]
  User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1  [["id", 1]]
  Event Load (0.1ms)  SELECT  "events".* FROM "events" WHERE "events"."project_id" = $1 AND "events"."target_id" = $2 AND "events"."target_type" = $3 AND "events"."action" = $4  ORDER BY "events"."id" DESC LIMIT 1  [["project_id", 189], ["target_id", 58], ["target_type", "MergeRequest"], ["action", 3]]
  CACHE (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1  [["id", 7]]
  Feature::FlipperFeature Load (0.1ms)  SELECT "features".* FROM "features"
  Feature::FlipperGate Load (0.1ms)  SELECT "feature_gates".* FROM "feature_gates" WHERE "feature_gates"."feature_key" = $1  [["feature_key", "git_storage_circuit_breaker"]]
  GitlabIssueTrackerService Load (0.1ms)  SELECT  "services".* FROM "services" WHERE "services"."type" IN ('GitlabIssueTrackerService') AND "services"."project_id" = $1 LIMIT 1  [["project_id", 189]]
  Service Load (0.1ms)  SELECT  "services".* FROM "services" WHERE "services"."project_id" = $1 AND "services"."category" = $2 AND "services"."active" = $3 LIMIT 1  [["project_id", 189], ["category", "ci"], ["active", "t"]]
   (0.1ms)  SELECT COUNT(*) FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = $1 AND "ci_pipelines"."ref" = $2 AND "ci_pipelines"."sha" = 'b2fe1958299158a5f6e426b806635aeddcc18886'  [["project_id", 189], ["ref", "lkj"]]
  CACHE (0.0ms)  SELECT  "services".* FROM "services" WHERE "services"."project_id" = $1 AND "services"."category" = $2 AND "services"."active" = $3 LIMIT 1  [["project_id", 189], ["category", :ci], ["active", true]]
  CACHE (0.0ms)  SELECT  "namespaces".* FROM "namespaces" WHERE "namespaces"."id" = $1 LIMIT 1  [["id", 47]]
  CACHE (0.0ms)  SELECT "protected_branches".* FROM "protected_branches" WHERE "protected_branches"."project_id" = $1  [["project_id", 189]]
  User Load (0.5ms)  SELECT *
      FROM users
      WHERE id IN (
        SELECT id FROM users WHERE email = 'admin@local.host'
        UNION
        SELECT emails.user_id FROM emails WHERE email = 'admin@local.host'
      )
      LIMIT 1;
  Note Load (0.1ms)  SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = $1 AND "notes"."noteable_type" = $2 AND "notes"."system" = $3  [["noteable_id", 58], ["noteable_type", "MergeRequest"], ["system", "t"]]
  User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" IN (1, 7)
  AwardEmoji Load (0.2ms)  SELECT "award_emoji".* FROM "award_emoji" WHERE "award_emoji"."awardable_type" = 'Note' AND "award_emoji"."awardable_id" IN (560, 559, 558, 557, 556, 555)  ORDER BY "award_emoji"."id" ASC
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1  [["id", 189]]
  MergeRequest Load (0.1ms)  SELECT  "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."deleted_at" IS NULL AND "merge_requests"."target_project_id" = 189 AND "merge_requests"."merge_commit_sha" = $1  ORDER BY "merge_requests"."id" DESC LIMIT 1  [["merge_commit_sha", "db1baf1bb792df33e7990410420f98e4f11257dd"]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1  [["id", 189]]
  CACHE (0.0ms)  SELECT  "project_features".* FROM "project_features" WHERE "project_features"."project_id" = $1 LIMIT 1  [["project_id", 189]]
  Namespace Load (0.1ms)  SELECT  "namespaces".* FROM "namespaces" WHERE "namespaces"."owner_id" = $1 AND "namespaces"."type" IS NULL LIMIT 1  [["owner_id", 1]]
  CACHE (0.0ms)  SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = $1 AND "notes"."noteable_type" = $2 AND "notes"."system" = $3  [["noteable_id", 58], ["noteable_type", "MergeRequest"], ["system", true]]
  CACHE (0.0ms)  SELECT "users".* FROM "users" WHERE "users"."id" IN (1, 7)
  CACHE (0.0ms)  SELECT "award_emoji".* FROM "award_emoji" WHERE "award_emoji"."awardable_type" = 'Note' AND "award_emoji"."awardable_id" IN (560, 559, 558, 557, 556, 555)  ORDER BY "award_emoji"."id" ASC
  AwardEmoji Load (0.1ms)  SELECT "award_emoji".* FROM "award_emoji" WHERE "award_emoji"."awardable_id" = $1 AND "award_emoji"."awardable_type" = $2  ORDER BY "award_emoji"."id" ASC  [["awardable_id", 58], ["awardable_type", "MergeRequest"]]
  CACHE (0.0ms)  SELECT  "routes".* FROM "routes" WHERE "routes"."source_id" = $1 AND "routes"."source_type" = $2 LIMIT 1  [["source_id", 47], ["source_type", "Namespace"]]
   (0.2ms)  SELECT COUNT(*) FROM "notes" WHERE ((project_id = 189 AND noteable_type = 'MergeRequest' AND noteable_id = 58) OR((project_id = 189 OR project_id = 189) AND noteable_type = 'Commit' AND commit_id IN ('b2fe1958299158a5f6e426b806635aeddcc18886'))) AND "notes"."system" = $1  [["system", "f"]]
  CACHE (0.0ms)  SELECT COUNT(*) FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = $1 AND "ci_pipelines"."ref" = $2 AND "ci_pipelines"."sha" = 'b2fe1958299158a5f6e426b806635aeddcc18886'  [["project_id", 189], ["ref", "lkj"]]
  CACHE (0.0ms)  SELECT COUNT(*) FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = $1 AND "ci_pipelines"."ref" = $2 AND "ci_pipelines"."sha" = 'b2fe1958299158a5f6e426b806635aeddcc18886'  [["project_id", 189], ["ref", "lkj"]]
  Todo Load (0.2ms)  SELECT  "todos".* FROM "todos" WHERE "todos"."user_id" = $1 AND "todos"."state" = $2 AND "todos"."target_type" = 'MergeRequest' AND "todos"."target_id" = 58  ORDER BY "todos"."id" DESC LIMIT 1  [["user_id", 1], ["state", "pending"]]
   (0.2ms)  SELECT COUNT(*) FROM "labels" WHERE ("labels"."type" = 'GroupLabel' AND "labels"."group_id" = 47 OR "labels"."type" = 'ProjectLabel' AND "labels"."project_id" = 189)
  Note Load (0.1ms)  SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = $1 AND "notes"."noteable_type" = $2  [["noteable_id", 58], ["noteable_type", "MergeRequest"]]
  CACHE (0.0ms)  SELECT "users".* FROM "users" WHERE "users"."id" IN (1, 7)
  CACHE (0.0ms)  SELECT "award_emoji".* FROM "award_emoji" WHERE "award_emoji"."awardable_type" = 'Note' AND "award_emoji"."awardable_id" IN (560, 559, 558, 557, 556, 555)  ORDER BY "award_emoji"."id" ASC
  User Exists (0.3ms)  SELECT  1 AS one FROM "users" INNER JOIN "project_authorizations" ON "users"."id" = "project_authorizations"."user_id" WHERE "project_authorizations"."project_id" = $1 AND "users"."id" = $2 LIMIT 1  [["project_id", 189], ["id", 7]]
  Subscription Load (0.1ms)  SELECT  "subscriptions".* FROM "subscriptions" WHERE "subscriptions"."subscribable_id" = $1 AND "subscriptions"."subscribable_type" = $2 AND "subscriptions"."user_id" = 1 AND "subscriptions"."project_id" = 189 LIMIT 1  [["subscribable_id", 58], ["subscribable_type", "MergeRequest"]]
  CACHE (0.0ms)  SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = $1 AND "notes"."noteable_type" = $2 AND "notes"."system" = $3  [["noteable_id", 58], ["noteable_type", "MergeRequest"], ["system", true]]
  CACHE (0.0ms)  SELECT "users".* FROM "users" WHERE "users"."id" IN (1, 7)
  CACHE (0.0ms)  SELECT "award_emoji".* FROM "award_emoji" WHERE "award_emoji"."awardable_type" = 'Note' AND "award_emoji"."awardable_id" IN (560, 559, 558, 557, 556, 555)  ORDER BY "award_emoji"."id" ASC
  CACHE (0.0ms)  SELECT  "namespaces".* FROM "namespaces" WHERE "namespaces"."type" IN ('Group') AND "namespaces"."id" = $1 AND "namespaces"."type" IN ('Group') AND "namespaces"."type" = $2 LIMIT 1  [["id", 47], ["type", "Group"]]
   (0.2ms)  SELECT COUNT(*) FROM "projects" INNER JOIN "namespaces" ON "projects"."namespace_id" = "namespaces"."id" WHERE "namespaces"."owner_id" = $1 AND "namespaces"."type" IS NULL  [["owner_id", 1]]
Completed 200 OK in 170ms (Views: 138.8ms | ActiveRecord: 7.8ms)

==> /var/log/gitlab/gitlab-rails/production_json.log <==
{"method":"GET","path":"/microservices/dictionary-microservice-clone2/merge_requests/2","format":"html","controller":"Projects::MergeRequestsController","action":"show","status":200,"duration":170.17,"view":138.75,"db":7.8,"time":"2017-10-02T21:20:39.712Z","params":{"namespace_id":"microservices","project_id":"dictionary-microservice-clone2","id":"2"},"remote_ip":"XXX.XX.77.100","user_id":1,"username":"root"}

==> /var/log/gitlab/gitlab-workhorse/current <==
2017-10-02_21:20:39.88373 gitlab.example.it @ - - [2017-10-02 23:20:39.70599332 +0200 CEST] "GET /microservices/dictionary-microservice-clone2/merge_requests/2 HTTP/1.1" 200 140868 "https://gitlab.example.it/microservices/dictionary-microservice-clone2/merge_requests/2" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36" 0.177666

==> /var/log/gitlab/nginx/gitlab_access.log <==
XXX.XX.77.100 - - [02/Oct/2017:23:20:39 +0200] "GET /microservices/dictionary-microservice-clone2/merge_requests/2 HTTP/1.1" 200 25923 "https://gitlab.example.it/microservices/dictionary-microservice-clone2/merge_requests/2" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36"

==> /var/log/gitlab/gitlab-rails/production.log <==
Started POST "/api/v4/jobs/request" for XXX.XX.77.100 at 2017-10-02 23:20:40 +0200
  Ci::Runner Load (0.1ms)  SELECT  "ci_runners".* FROM "ci_runners" WHERE "ci_runners"."token" = $1 LIMIT 1  [["token", "[FILTERED]"]]

==> /var/log/gitlab/gitlab-rails/api_json.log <==
{"time":"2017-10-02T21:20:40.103Z","severity":"INFO","duration":1.19,"db":0.2,"view":0.99,"status":204,"method":"POST","path":"/api/v4/jobs/request","params":{"info":{"name":"gitlab-ci-multi-runner","version":"9.5.0","revision":"413da38","platform":"linux","architecture":"amd64","executor":"docker","features":{"variables":"[FILTERED]","image":true,"services":true,"features":false,"cache":false}},"token":"[FILTERED]","last_update":"b2ddbcc1edcb03b1a49b804d23af7cd6"},"host":"gitlab.example.it","ip":"XXX.XX.77.11, XXX.XX.77.100","ua":"gitlab-ci-multi-runner 9.5.0 (9-5-stable; go1.8.3; linux/amd64)"}

==> /var/log/gitlab/gitlab-workhorse/current <==
2017-10-02_21:20:40.10436 gitlab.example.it @ - - [2017-10-02 23:20:40.100596066 +0200 CEST] "POST /api/v4/jobs/request HTTP/1.1" 204 0 "" "gitlab-ci-multi-runner 9.5.0 (9-5-stable; go1.8.3; linux/amd64)" 0.003701

==> /var/log/gitlab/nginx/gitlab_access.log <==
XXX.XX.77.100 - - [02/Oct/2017:23:20:40 +0200] "POST /api/v4/jobs/request HTTP/1.1" 204 0 "" "gitlab-ci-multi-runner 9.5.0 (9-5-stable; go1.8.3; linux/amd64)"

==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/microservices/dictionary-microservice-clone2/merge_requests/2/ci_environments_status" for XXX.XX.77.100 at 2017-10-02 23:20:40 +0200
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects" INNER JOIN "routes" ON "routes"."source_id" = "projects"."id" AND "routes"."source_type" = $1 WHERE ((LOWER(routes.path) = LOWER('microservices/dictionary-microservice-clone2')))  ORDER BY (CASE WHEN  routes.path = 'microservices/dictionary-microservice-clone2' THEN 0 ELSE 1 END) LIMIT 1  [["source_type", "Project"]]
Processing by Projects::MergeRequestsController#ci_environments_status as JSON
  Parameters: {"namespace_id"=>"microservices", "project_id"=>"dictionary-microservice-clone2", "id"=>"2"}
  User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1  ORDER BY "users"."id" ASC LIMIT 1  [["id", 1]]
  Identity Exists (0.1ms)  SELECT  1 AS one FROM "identities" WHERE "identities"."user_id" = $1 AND (provider LIKE 'ldap%' AND extern_uid IS NOT NULL) LIMIT 1  [["user_id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" INNER JOIN "routes" ON "routes"."source_id" = "projects"."id" AND "routes"."source_type" = $1 WHERE ((LOWER(routes.path) = LOWER('microservices/dictionary-microservice-clone2')))  ORDER BY (CASE WHEN  routes.path = 'microservices/dictionary-microservice-clone2' THEN 0 ELSE 1 END) LIMIT 1  [["source_type", "Project"]]
  Route Load (0.1ms)  SELECT  "routes".* FROM "routes" WHERE "routes"."source_id" = $1 AND "routes"."source_type" = $2 LIMIT 1  [["source_id", 189], ["source_type", "Project"]]
  ProjectFeature Load (0.1ms)  SELECT  "project_features".* FROM "project_features" WHERE "project_features"."project_id" = $1 LIMIT 1  [["project_id", 189]]
  MergeRequest Load (0.1ms)  SELECT  "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."deleted_at" IS NULL AND "merge_requests"."target_project_id" = $1 AND "merge_requests"."iid" = $2 LIMIT 1  [["target_project_id", 189], ["iid", 2]]
  MergeRequestDiff Load (0.1ms)  SELECT  "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."merge_request_id" = $1  ORDER BY merge_request_diffs.id DESC LIMIT 1  [["merge_request_id", 58]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1  [["id", 189]]
  Feature::FlipperFeature Load (0.1ms)  SELECT "features".* FROM "features"
  Feature::FlipperGate Load (0.1ms)  SELECT "feature_gates".* FROM "feature_gates" WHERE "feature_gates"."feature_key" = $1  [["feature_key", "git_storage_circuit_breaker"]]
  Environment Load (0.1ms)  SELECT "environments".* FROM "environments" WHERE "environments"."project_id" = $1 AND ("environments"."state" IN ('available')) AND "environments"."id" IN (SELECT "deployments"."environment_id" FROM "deployments" WHERE "deployments"."project_id" = $2 AND (ref = 'master' OR tag IS TRUE) GROUP BY "deployments"."environment_id")  ORDER BY (SELECT MAX("deployments"."id") FROM "deployments" WHERE "deployments"."environment_id" = "environments"."id") ASC NULLS FIRST  [["project_id", 189], ["project_id", 189]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1  [["id", 189]]
  Environment Load (0.3ms)  SELECT "environments".* FROM "environments" WHERE "environments"."project_id" = $1 AND ("environments"."state" IN ('available')) AND "environments"."id" IN (SELECT "deployments"."environment_id" FROM "deployments" WHERE "deployments"."project_id" = $2 AND (ref = 'lkj') GROUP BY "deployments"."environment_id")  ORDER BY (SELECT MAX("deployments"."id") FROM "deployments" WHERE "deployments"."environment_id" = "environments"."id") ASC NULLS FIRST  [["project_id", 189], ["project_id", 189]]
Completed 200 OK in 37ms (Views: 0.1ms | ActiveRecord: 1.5ms)

==> /var/log/gitlab/gitlab-rails/production_json.log <==
{"method":"GET","path":"/microservices/dictionary-microservice-clone2/merge_requests/2/ci_environments_status","format":"json","controller":"Projects::MergeRequestsController","action":"ci_environments_status","status":200,"duration":37.29,"view":0.1,"db":1.49,"time":"2017-10-02T21:20:40.136Z","params":{"namespace_id":"microservices","project_id":"dictionary-microservice-clone2","id":"2"},"remote_ip":"XXX.XX.77.100","user_id":1,"username":"root"}

==> /var/log/gitlab/gitlab-workhorse/current <==
2017-10-02_21:20:40.17407 gitlab.example.it @ - - [2017-10-02 23:20:40.129266894 +0200 CEST] "GET /microservices/dictionary-microservice-clone2/merge_requests/2/ci_environments_status HTTP/1.1" 304 0 "https://gitlab.example.it/microservices/dictionary-microservice-clone2/merge_requests/2" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36" 0.044724

==> /var/log/gitlab/nginx/gitlab_access.log <==
XXX.XX.77.100 - - [02/Oct/2017:23:20:40 +0200] "GET /microservices/dictionary-microservice-clone2/merge_requests/2/ci_environments_status HTTP/1.1" 304 0 "https://gitlab.example.it/microservices/dictionary-microservice-clone2/merge_requests/2" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36"

==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/microservices/dictionary-microservice-clone2/merge_requests/2.json?basic=true" for XXX.XX.77.100 at 2017-10-02 23:20:40 +0200
  Project Load (0.2ms)  SELECT  "projects".* FROM "projects" INNER JOIN "routes" ON "routes"."source_id" = "projects"."id" AND "routes"."source_type" = $1 WHERE ((LOWER(routes.path) = LOWER('microservices/dictionary-microservice-clone2')))  ORDER BY (CASE WHEN  routes.path = 'microservices/dictionary-microservice-clone2' THEN 0 ELSE 1 END) LIMIT 1  [["source_type", "Project"]]
Processing by Projects::MergeRequestsController#show as JSON
  Parameters: {"basic"=>"true", "namespace_id"=>"microservices", "project_id"=>"dictionary-microservice-clone2", "id"=>"2"}
  User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1  ORDER BY "users"."id" ASC LIMIT 1  [["id", 1]]
  Identity Exists (0.1ms)  SELECT  1 AS one FROM "identities" WHERE "identities"."user_id" = $1 AND (provider LIKE 'ldap%' AND extern_uid IS NOT NULL) LIMIT 1  [["user_id", 1]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" INNER JOIN "routes" ON "routes"."source_id" = "projects"."id" AND "routes"."source_type" = $1 WHERE ((LOWER(routes.path) = LOWER('microservices/dictionary-microservice-clone2')))  ORDER BY (CASE WHEN  routes.path = 'microservices/dictionary-microservice-clone2' THEN 0 ELSE 1 END) LIMIT 1  [["source_type", "Project"]]
  Route Load (0.1ms)  SELECT  "routes".* FROM "routes" WHERE "routes"."source_id" = $1 AND "routes"."source_type" = $2 LIMIT 1  [["source_id", 189], ["source_type", "Project"]]
  ProjectFeature Load (0.1ms)  SELECT  "project_features".* FROM "project_features" WHERE "project_features"."project_id" = $1 LIMIT 1  [["project_id", 189]]
  MergeRequest Load (0.1ms)  SELECT  "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."deleted_at" IS NULL AND "merge_requests"."target_project_id" = $1 AND "merge_requests"."iid" = $2 LIMIT 1  [["target_project_id", 189], ["iid", 2]]
  Project Load (0.1ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1  [["id", 189]]
  Group Load (0.1ms)  SELECT  "namespaces".* FROM "namespaces" WHERE "namespaces"."type" IN ('Group') AND "namespaces"."id" = $1 AND "namespaces"."type" IN ('Group') AND "namespaces"."type" = $2 LIMIT 1  [["id", 47], ["type", "Group"]]
  MergeRequestDiff Load (0.1ms)  SELECT  "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."merge_request_id" = $1  ORDER BY merge_request_diffs.id DESC LIMIT 1  [["merge_request_id", 58]]
   (0.1ms)  SELECT COUNT(*) FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = $1  [["merge_request_diff_id", 86]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1  [["id", 189]]
  CACHE (0.0ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = $1 LIMIT 1  [["id", 189]]
   (0.1ms)  SELECT SUM("timelogs"."time_spent") FROM "timelogs" WHERE "timelogs"."merge_request_id" = $1  [["merge_request_id", 58]]
  CACHE (0.0ms)  SELECT SUM("timelogs"."time_spent") FROM "timelogs" WHERE "timelogs"."merge_request_id" = $1  [["merge_request_id", 58]]
Completed 200 OK in 14ms (Views: 0.2ms | ActiveRecord: 1.3ms)

==> /var/log/gitlab/gitlab-rails/production_json.log <==
{"method":"GET","path":"/microservices/dictionary-microservice-clone2/merge_requests/2.json","format":"json","controller":"Projects::MergeRequestsController","action":"show","status":200,"duration":14.15,"view":0.17,"db":1.33,"time":"2017-10-02T21:20:40.232Z","params":{"basic":"true","namespace_id":"microservices","project_id":"dictionary-microservice-clone2","id":"2"},"remote_ip":"XXX.XX.77.100","user_id":1,"username":"root"}

==> /var/log/gitlab/gitlab-workhorse/current <==
2017-10-02_21:20:40.24746 gitlab.example.it @ - - [2017-10-02 23:20:40.225709291 +0200 CEST] "GET /microservices/dictionary-microservice-clone2/merge_requests/2.json?basic=true HTTP/1.1" 304 0 "https://gitlab.example.it/microservices/dictionary-microservice-clone2/merge_requests/2" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36" 0.021666

==> /var/log/gitlab/nginx/gitlab_access.log <==
XXX.XX.77.100 - - [02/Oct/2017:23:20:40 +0200] "GET /microservices/dictionary-microservice-clone2/merge_requests/2.json?basic=true HTTP/1.1" 304 0 "https://gitlab.example.it/microservices/dictionary-microservice-clone2/merge_requests/2" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36"

==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/uploads/-/system/group/avatar/47/emesys.png" for XXX.XX.77.100 at 2017-10-02 23:20:40 +0200
Processing by UploadsController#show as HTML
  Parameters: {"model"=>"group", "mounted_as"=>"avatar", "id"=>"47", "filename"=>"emesys.png"}
  User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = $1  ORDER BY "users"."id" ASC LIMIT 1  [["id", 1]]
  Identity Exists (0.1ms)  SELECT  1 AS one FROM "identities" WHERE "identities"."user_id" = $1 AND (provider LIKE 'ldap%' AND extern_uid IS NOT NULL) LIMIT 1  [["user_id", 1]]
  Group Load (0.1ms)  SELECT  "namespaces".* FROM "namespaces" WHERE "namespaces"."type" IN ('Group') AND "namespaces"."id" = $1 LIMIT 1  [["id", 47]]
Sent file /opt/gitlab/embedded/service/gitlab-rails/public/uploads/-/system/group/avatar/47/emesys.png (0.0ms)
Completed 200 OK in 5ms (ActiveRecord: 0.3ms)

==> /var/log/gitlab/gitlab-rails/production_json.log <==
{"method":"GET","path":"/uploads/-/system/group/avatar/47/emesys.png","format":"html","controller":"UploadsController","action":"show","status":200,"duration":5.85,"view":0.0,"db":0.35,"time":"2017-10-02T21:20:40.252Z","params":{"model":"group","mounted_as":"avatar","id":"47","filename":"emesys.png"},"remote_ip":"XXX.XX.77.100","user_id":1,"username":"root"}

==> /var/log/gitlab/gitlab-workhorse/current <==
2017-10-02_21:20:40.25906 2017/10/02 23:20:40 Send file "/opt/gitlab/embedded/service/gitlab-rails/public/uploads/-/system/group/avatar/47/emesys.png" for GET "/uploads/-/system/group/avatar/47/emesys.png"
2017-10-02_21:20:40.25917 gitlab.example.it @ - - [2017-10-02 23:20:40.249422648 +0200 CEST] "GET /uploads/-/system/group/avatar/47/emesys.png HTTP/1.1" 304 0 "https://gitlab.example.it/microservices/dictionary-microservice-clone2/merge_requests/2" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36" 0.009692

(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.)

Results of GitLab environment info

Expand for output related to GitLab environment info
System information
System:		Ubuntu 16.04
Current User:	git
Using RVM:	no
Ruby Version:	2.3.5p376
Gem Version:	2.6.13
Bundler Version:1.13.7
Rake Version:	12.0.0
Redis Version:	3.2.5
Git Version:	2.13.5
Sidekiq Version:5.0.4
Go Version:	unknown

GitLab information
Version:	10.0.2
Revision:	06a5a33
Directory:	/opt/gitlab/embedded/service/gitlab-rails
DB Adapter:	postgresql
URL:		http://gitlab.example.pl
HTTP Clone URL:	http://gitlab.example.pl/some-group/some-project.git
SSH Clone URL:	git@gitlab.example.pl:some-group/some-project.git
Using LDAP:	yes
Using Omniauth:	no

GitLab Shell
Version:	5.9.0
Repository storage paths:
- default: 	/var/opt/gitlab/git-data/repositories
Hooks:		/opt/gitlab/embedded/service/gitlab-shell/hooks
Git:		/opt/gitlab/embedded/bin/git

Results of GitLab application Check

Expand for output related to the GitLab application check
Checking GitLab Shell ...

GitLab Shell version >= 5.9.0 ? ... OK (5.9.0)
Repo base directory exists?
default... yes
Repo storage directories are symlinks?
default... no
Repo paths owned by git:root, or git:git?
default... yes
Repo paths access is drwxrws---?
default... yes
hooks directories in repos are links: ... 
1/1 ... repository is empty
1/6 ... repository is empty
1/7 ... ok
1/8 ... ok
1/9 ... repository is empty
1/10 ... repository is empty
1/11 ... repository is empty
1/12 ... ok
1/13 ... ok
7/15 ... ok
11/18 ... ok
12/19 ... ok
5/20 ... ok
7/21 ... ok
13/22 ... repository is empty
15/23 ... ok
16/24 ... ok
5/25 ... ok
7/26 ... ok
17/27 ... ok
7/28 ... ok
5/29 ... ok
7/31 ... ok
1/32 ... ok
7/33 ... ok
7/38 ... ok
5/40 ... ok
1/42 ... ok
18/44 ... ok
14/45 ... ok
14/46 ... ok
22/48 ... ok
2/50 ... ok
1/51 ... ok
1/52 ... repository is empty
18/53 ... repository is empty
1/54 ... repository is empty
7/55 ... ok
5/57 ... ok
1/60 ... ok
1/61 ... ok
1/63 ... ok
5/64 ... ok
25/65 ... ok
5/67 ... ok
5/68 ... ok
1/70 ... ok
2/71 ... ok
1/72 ... ok
1/73 ... ok
1/75 ... repository is empty
1/76 ... repository is empty
1/77 ... ok
1/78 ... ok
21/79 ... ok
7/80 ... ok
5/81 ... ok
5/82 ... ok
1/83 ... ok
8/84 ... ok
1/85 ... ok
1/86 ... ok
1/87 ... ok
1/89 ... repository is empty
7/90 ... ok
11/92 ... ok
32/94 ... ok
32/95 ... ok
32/96 ... ok
32/97 ... ok
38/99 ... ok
39/100 ... ok
1/101 ... ok
1/102 ... ok
41/103 ... ok
41/104 ... ok
23/105 ... ok
32/106 ... repository is empty
41/107 ... ok
34/108 ... ok
23/109 ... ok
1/110 ... ok
18/111 ... ok
32/112 ... ok
39/114 ... ok
8/116 ... ok
34/117 ... ok
1/118 ... ok
8/119 ... ok
23/120 ... ok
44/121 ... ok
1/122 ... ok
1/123 ... ok
1/124 ... ok
8/125 ... ok
1/126 ... ok
8/127 ... ok
8/128 ... ok
23/129 ... ok
45/130 ... ok
45/131 ... ok
45/132 ... ok
45/133 ... ok
44/134 ... ok
46/136 ... ok
47/139 ... ok
45/140 ... ok
47/141 ... ok
48/142 ... ok
48/143 ... ok
47/144 ... ok
46/146 ... ok
45/147 ... ok
47/148 ... ok
47/149 ... ok
50/150 ... ok
42/151 ... ok
34/153 ... ok
50/154 ... ok
50/155 ... ok
45/156 ... ok
1/157 ... ok
47/158 ... ok
34/159 ... ok
50/160 ... ok
34/161 ... ok
34/162 ... ok
50/164 ... ok
34/166 ... ok
50/167 ... ok
1/168 ... ok
1/169 ... ok
50/170 ... ok
51/171 ... ok
51/172 ... ok
21/173 ... ok
47/174 ... ok
34/175 ... ok
34/176 ... ok
49/177 ... ok
1/178 ... ok
46/179 ... ok
47/180 ... ok
8/182 ... ok
7/183 ... ok
47/184 ... ok
51/185 ... ok
38/186 ... ok
38/190 ... ok
7/191 ... ok
51/193 ... ok
54/194 ... ok
54/195 ... ok
51/196 ... ok
Running /opt/gitlab/embedded/service/gitlab-shell/bin/check
Check GitLab API access: OK
Redis available via internal API: OK

Access to /var/opt/gitlab/.ssh/authorized_keys: OK
gitlab-shell self-check successful

Checking GitLab Shell ... Finished

Checking Sidekiq ...

Running? ... yes
Number of Sidekiq processes ... 1

Checking Sidekiq ... Finished

Reply by email is disabled in config/gitlab.yml
Checking LDAP ...

Server: ldapmain
LDAP authentication... Success
LDAP users with access to your GitLab server (only showing the first 100 results)
	DN: uid=test,ou=Users,o=example		 uid: test
	DN: uid=test1,ou=Users,o=example	 uid: test1
.
.
.
.
.



Checking LDAP ... Finished

Checking GitLab ...

Git configured correctly? ... yes
Database config exists? ... yes
All migrations up? ... yes
Database contains orphaned GroupMembers? ... no
GitLab config exists? ... yes
GitLab config up to date? ... yes
Log directory writable? ... yes
Tmp directory writable? ... yes
Uploads directory exists? ... yes
Uploads directory has correct permissions? ... yes
Uploads directory tmp has correct permissions? ... no
  Try fixing it:
  sudo chown -R git /var/opt/gitlab/gitlab-rails/uploads
  sudo find /var/opt/gitlab/gitlab-rails/uploads -type f -exec chmod 0644 {} \;
  sudo find /var/opt/gitlab/gitlab-rails/uploads -type d -not -path /var/opt/gitlab/gitlab-rails/uploads -exec chmod 0700 {} \;
  For more information see:
  doc/install/installation.md in section "GitLab"
  Please fix the error above and rerun the checks.
Init script exists? ... skipped (omnibus-gitlab has no init script)
Init script up-to-date? ... skipped (omnibus-gitlab has no init script)
Projects have namespace: ... 
1/1 ... yes
1/6 ... yes
1/7 ... yes
1/8 ... yes
1/9 ... yes
1/10 ... yes
1/11 ... yes
1/12 ... yes
1/13 ... yes
7/15 ... yes
11/18 ... yes
12/19 ... yes
5/20 ... yes
7/21 ... yes
13/22 ... yes
15/23 ... yes
16/24 ... yes
5/25 ... yes
7/26 ... yes
17/27 ... yes
7/28 ... yes
5/29 ... yes
7/31 ... yes
1/32 ... yes
7/33 ... yes
7/38 ... yes
5/40 ... yes
1/42 ... yes
18/44 ... yes
14/45 ... yes
14/46 ... yes
22/48 ... yes
2/50 ... yes
1/51 ... yes
1/52 ... yes
18/53 ... yes
1/54 ... yes
7/55 ... yes
5/57 ... yes
1/60 ... yes
1/61 ... yes
1/63 ... yes
5/64 ... yes
25/65 ... yes
5/67 ... yes
5/68 ... yes
1/70 ... yes
2/71 ... yes
1/72 ... yes
1/73 ... yes
1/75 ... yes
1/76 ... yes
1/77 ... yes
1/78 ... yes
21/79 ... yes
7/80 ... yes
5/81 ... yes
5/82 ... yes
1/83 ... yes
8/84 ... yes
1/85 ... yes
1/86 ... yes
1/87 ... yes
1/89 ... yes
7/90 ... yes
11/92 ... yes
32/94 ... yes
32/95 ... yes
32/96 ... yes
32/97 ... yes
38/99 ... yes
39/100 ... yes
1/101 ... yes
1/102 ... yes
41/103 ... yes
41/104 ... yes
23/105 ... yes
32/106 ... yes
41/107 ... yes
34/108 ... yes
23/109 ... yes
1/110 ... yes
18/111 ... yes
32/112 ... yes
39/114 ... yes
8/116 ... yes
34/117 ... yes
1/118 ... yes
8/119 ... yes
23/120 ... yes
44/121 ... yes
1/122 ... yes
1/123 ... yes
1/124 ... yes
8/125 ... yes
1/126 ... yes
8/127 ... yes
8/128 ... yes
23/129 ... yes
45/130 ... yes
45/131 ... yes
45/132 ... yes
45/133 ... yes
44/134 ... yes
46/136 ... yes
47/139 ... yes
45/140 ... yes
47/141 ... yes
48/142 ... yes
48/143 ... yes
47/144 ... yes
46/146 ... yes
45/147 ... yes
47/148 ... yes
47/149 ... yes
50/150 ... yes
42/151 ... yes
34/153 ... yes
50/154 ... yes
50/155 ... yes
45/156 ... yes
1/157 ... yes
47/158 ... yes
34/159 ... yes
50/160 ... yes
34/161 ... yes
34/162 ... yes
50/164 ... yes
34/166 ... yes
50/167 ... yes
1/168 ... yes
1/169 ... yes
50/170 ... yes
51/171 ... yes
51/172 ... yes
21/173 ... yes
47/174 ... yes
34/175 ... yes
34/176 ... yes
49/177 ... yes
1/178 ... yes
46/179 ... yes
47/180 ... yes
8/182 ... yes
7/183 ... yes
47/184 ... yes
51/185 ... yes
38/186 ... yes
38/190 ... yes
7/191 ... yes
51/193 ... yes
54/194 ... yes
54/195 ... yes
51/196 ... yes
Redis version >= 2.8.0? ... yes
Ruby version >= 2.3.3 ? ... yes (2.3.5)
Git version >= 2.7.3 ? ... yes (2.13.5)
Git user has default SSH configuration? ... no
  Try fixing it:
  mkdir ~/gitlab-check-backup-1507663347
  sudo mv /var/opt/gitlab/.ssh/authorized_keys.lock ~/gitlab-check-backup-1507663347
  For more information see:
  doc/ssh/README.md in section "SSH on the GitLab server"
  Please fix the error above and rerun the checks.
Active users: ... 35

Checking GitLab ... Finished
Edited Jun 18, 2025 by 🤖 GitLab Bot 🤖
Assignee Loading
Time tracking Loading