There was an error fetching the job.
rspec system pg13 single-db-ci-connection 18/28
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.9.0~beta.212.g8ccc65e7 (8ccc65e7)2 on green-4.private.runners-manager.gitlab.com/gitlab.com/gitlab-org rpvz2FF9, system ID: s_d704414ba02a3 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:13 ...8Pulling docker image postgres:13 ...9Using docker image sha256:dd421ca1f7f13d81c5c145d77d97d8d84cd0e6f1e045936ee506ce0f50ee397a for postgres:13 with digest postgres@sha256:00f455399f30cc3f2fe4185476601438b7a4959c74653665582d7c313a783d51 ...10Starting service redis:6.2-alpine ...11Pulling docker image redis:6.2-alpine ...12Using docker image sha256:3616f0c0705d2a35d30dde109daf3cbe58ae7284121aafa6f5cfa987db98d1a8 for redis:6.2-alpine with digest redis@sha256:edddbcad5a41d58df2f142d68439922f1860ea902903d016257337c3342f30fc ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:7a1b51158a1ee23b080b514ce6ebbf52ac51585877198fb52709e5cd01805a77 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13@sha256:412d55913d43377094427ced549cb422ed2f2c7223e6a605d0d3e0151cb892b0 ...18Running on runner-rpvz2ff9-project-278964-concurrent-0 via runner-rpvz2ff9-private-1680167017-39fbf27a...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 135903, done. 25remote: Counting objects: 100% (135903/135903), done. 26remote: Compressing objects: 100% (88560/88560), done. 27remote: Total 135903 (delta 58315), reused 94618 (delta 42152), pack-reused 0 28Receiving objects: 100% (135903/135903), 121.35 MiB | 30.31 MiB/s, done.29Resolving deltas: 100% (58315/58315), done.31 * [new ref] refs/pipelines/822866544 -> refs/pipelines/82286654432Checking out 523abdde as detached HEAD (ref is refs/merge-requests/116270/merge)...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-3.0-16...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-3.0-16...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets (4031138198)...44Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138198 responseStatus=200 OK token=64_ihJVB45Downloading artifacts for detect-tests (4031138213)...46Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138213 responseStatus=200 OK token=64_ihJVB47Downloading artifacts for retrieve-tests-metadata (4031138217)...48Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138217 responseStatus=200 OK token=64_ihJVB49Downloading artifacts for setup-test-env (4031138204)...50Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138204 responseStatus=200 OK token=64_ihJVB52Using docker image sha256:7a1b51158a1ee23b080b514ce6ebbf52ac51585877198fb52709e5cd01805a77 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13:rubygems-3.4-git-2.36-lfs-2.9-chrome-109-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.18-rust-1.65-node-16.14-postgresql-13@sha256:412d55913d43377094427ced549cb422ed2f2c7223e6a605d0d3e0151cb892b0 ...53$ echo $FOSS_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh709Using decomposed database config (config/database.yml.postgresql)710Enabling ci connection (database_tasks: false) in config/database.yml711Geo DB won't be set up.712$ setup_db_user_only713CREATE ROLE714GRANT715==> 'setup_db_user_only' succeeded in 0 seconds.716$ bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes717Dropped database 'gitlabhq_test'718Created database 'gitlabhq_test'719==> 'bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes' succeeded in 34 seconds.720$ setup_db_praefect721SELECT pg_catalog.set_config('search_path', '', false);722CREATE DATABASE praefect_test ENCODING 'UTF8';723==> 'setup_db_praefect' succeeded in 0 seconds.724$ source ./scripts/rspec_helpers.sh725$ run_timed_command "gem install knapsack --no-document"726$ gem install knapsack --no-document727Successfully installed knapsack-4.0.07281 gem installed729==> 'gem install knapsack --no-document' succeeded in 0 seconds.730$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"834$ rspec_paralellized_job "--tag ~quarantine --tag ~level:background_migration"835SKIP_FLAKY_TESTS_AUTOMATICALLY: false836RETRY_FAILED_TESTS_IN_NEW_PROCESS: true837KNAPSACK_GENERATE_REPORT: true838FLAKY_RSPEC_GENERATE_REPORT: true839KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb840KNAPSACK_LOG_LEVEL: debug841KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg13_single-db-ci-connection_18_28_report.json842FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json843FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg13_single-db-ci-connection_18_28_report.json844NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg13_single-db-ci-connection_18_28_report.json845SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg13_single-db-ci-connection_18_28_report.txt846CRYSTALBALL: 847Knapsack report generator started!848Run options: exclude {:quarantine=>true, :level=>"background_migration"}849Test environment set up in 0.568518759 seconds850Jira851Starting the Capybara driver server...852 when internal issues tracker is enabled for the other project853 when only internal issues tracker is enabled for the actual project854Capybara starting Puma...855* Version 5.6.5 , codename: Birdie's Version856* Min threads: 0, max threads: 4857* Listening on unix:///tmp/20230330-359-y0ekqj858 creates a link to the referenced issue on the preview859 creates a link to the referenced issue after submit860 creates a note on the referenced issues861 when both external and internal issues trackers are enabled for the actual project862 creates a link to the referenced issue on the preview863 creates a link to the referenced issue after submit864 creates a note on the referenced issues865 when only external issues tracker is enabled for the actual project866 creates a link to the referenced issue on the preview867 creates a link to the referenced issue after submit868 creates a note on the referenced issues869 when no tracker is enabled for the actual project870 creates a link to the referenced issue on the preview871 creates a link to the referenced issue after submit872 creates a note on the referenced issues873 when internal issues tracker is disabled for the other project874 when only internal issues tracker is enabled for the actual project875 creates a link to the referenced issue on the preview876 creates a link to the referenced issue after submit877 creates a note on the referenced issues878 when both external and internal issues trackers are enabled for the actual project879 creates a link to the referenced issue on the preview880 creates a link to the referenced issue after submit881 creates a note on the referenced issues882 when only external issues tracker is enabled for the actual project883 creates a link to the referenced issue on the preview884 creates a link to the referenced issue after submit885 creates a note on the referenced issues886 when no issues tracker is enabled for the actual project887 creates a link to the referenced issue on the preview888 creates a link to the referenced issue after submit889 creates a note on the referenced issues890Thread Comments Snippet891 with project snippets892 behaves like thread comments for commit and snippet893 clicking "Comment" will post a comment894 when the toggle is clicked895 has a "Comment" item (selected by default) and "Start thread" item896 closes the menu when clicking the toggle or body897 clicking the ul padding or divider should not change the text898 when selecting "Start thread"899 updates the submit button text and closes the dropdown900 creating a thread901 clicking "Start thread" will post a thread902 when opening the menu903 has "Start thread" selected904 when selecting "Comment"905 updates the submit button text and closes the dropdown906 with personal snippets907 behaves like thread comments for commit and snippet908 clicking "Comment" will post a comment909 when the toggle is clicked910 has a "Comment" item (selected by default) and "Start thread" item911 closes the menu when clicking the toggle or body912 clicking the ul padding or divider should not change the text913 when selecting "Start thread"914 updates the submit button text and closes the dropdown915 creating a thread916 clicking "Start thread" will post a thread917 when opening the menu918 has "Start thread" selected919 when selecting "Comment"920 updates the submit button text and closes the dropdown921Resolving all open threads in a merge request from an issue922 as a user with access to the project923 shows a button to resolve all threads by creating a new issue924 resolving the thread925 hides the link for creating a new issue926 creating an issue for threads927 behaves like creating an issue for a thread928 shows an issue creation form929 creates a new issue for the project930 for a project where all threads need to be resolved before merging931 with the internal tracker disabled932 does not show a link to create a new issue933 merge request has threads that need to be resolved934 shows a warning that the merge request contains unresolved threads935 has a link to resolve all threads by creating an issue936 creating an issue for threads937 behaves like creating an issue for a thread938 shows an issue creation form939 creates a new issue for the project940 as a reporter941 shows a notice to ask someone else to resolve the threads942User uses header search field943 when user is in a global scope944 when searching by pressing the enter key945 renders page title946 renders breadcrumbs947 when entering text into the search field948 does not display the category search dropdown949 when searching through the search field950 displays result counts for all categories951 when user is in a project scope952 and it belongs to a group953 displays search options954 when searching by pressing the enter key955 renders page title956 renders breadcrumbs957 when entering text into the search field958 does not display the category search dropdown959 and it belongs to a user960 displays search options961 displays a link to project merge requests962 does not display a link to project feature flags963 when searching by pressing the enter key964 renders page title965 renders breadcrumbs966 when entering text into the search field967 does not display the category search dropdown968 and user is a developer969 displays a link to project feature flags970 when user is in a group scope971 displays search options972 when searching by pressing the enter key973 renders page title974 renders breadcrumbs975 when entering text into the search field976 does not display the category search dropdown977 when user is in a subgroup scope978 displays search options979 when searching by pressing the enter key980 renders page title981 renders breadcrumbs982 when entering text into the search field983 does not display the category search dropdown984User sorts projects and order persists985 from explore projects986 behaves like sort order persists across all views987 is set on the dashboard_projects_path988 is set on the explore_projects_path989 is set on the group_canonical_path990 is set on the details_group_path991 from dashboard projects992 behaves like sort order persists across all views993 is set on the dashboard_projects_path994 is set on the explore_projects_path995 is set on the group_canonical_path996 is set on the details_group_path997 from group homepage998 behaves like sort order persists across all views999 is set on the dashboard_projects_path1000 is set on the explore_projects_path1001 is set on the group_canonical_path1002 is set on the details_group_path1003 from group details1004 behaves like sort order persists across all views1005 is set on the dashboard_projects_path1006 is set on the explore_projects_path1007 is set on the group_canonical_path1008 is set on the details_group_path1009Gcp Cluster1010 when user has signed with Google1011 when user have a cluster and visits cluster page1012 user sees a cluster details page1013 when user disables the cluster1014 user sees the successful message1015 when user changes cluster parameters1016 user sees the successful message1017 when a user adds an existing cluster1018 user sees the "Environment scope" field1019 when user destroys the cluster1020 user sees creation form with the successful message1021 when user has not dismissed GCP signup offer1022 user sees offer on cluster index page1023 when user has dismissed GCP signup offer1024 user does not see offer after dismissing1025 when third party offers are disabled1026 user does not see the offer1027Admin Appearance1028 create new appearance1029 preview sign-in page appearance1030 preview new project page appearance1031 custom sign-in page1032 custom new project page1033 appearance logo1034 appearance pwa icon1035 header logos1036 Favicon1037 create new appearance1038 preview sign-in page appearance1039 preview new project page appearance1040 custom sign-in page1041 custom new project page1042 appearance logo1043 appearance pwa icon1044 header logos1045 Favicon1046 Custom system header and footer1047 when system header and footer messages are empty1048 shows custom system header and footer fields1049 when system header and footer messages are not empty1050 shows custom system header and footer fields1051 Profile page with custom profile image guidelines1052 renders guidelines when set1053 Custom system header and footer1054 when system header and footer messages are empty1055 shows custom system header and footer fields1056 when system header and footer messages are not empty1057 shows custom system header and footer fields1058 Profile page with custom profile image guidelines1059 renders guidelines when set1060Project active tab1061 on project Home1062 activates Project scope menu1063 on Project information1064 default link1065 behaves like page has active tab1066 activates Project tab1067 behaves like page has active sub tab1068 activates Activity sub tab1069 on Project information/Activity1070 behaves like page has active tab1071 activates Project tab1072 behaves like page has active sub tab1073 activates Activity sub tab1074 on project Repository1075 behaves like page has active tab1076 activates Repository tab1077 on project Repository/Files1078 behaves like page has active tab1079 activates Repository tab1080 behaves like page has active sub tab1081 activates Files sub tab1082 on project Repository/Commits1083 behaves like page has active tab1084 activates Repository tab10861st Try error in ./spec/support/shared_examples/nav_sidebar_shared_examples.rb:14:1087Too many SQL queries were executed in Projects::CommitsController#show: a maximum of 100 is allowed but 111 SQL queries were executed10880: SELECT "projects"."id" AS t0_r0, "projects"."name" AS t0_r1, "projects"."path" AS t0_r2, "projects"."description" AS t0_r3, "projects"."created_at" AS t0_r4, "projects"."updated_at" AS t0_r5, "projects"."creator_id" AS t0_r6, "projects"."namespace_id" AS t0_r7, "projects"."last_activity_at" AS t0_r8, "projects"."import_url" AS t0_r9, "projects"."visibility_level" AS t0_r10, "projects"."archived" AS t0_r11, "projects"."avatar" AS t0_r12, "projects"."merge_requests_template" AS t0_r13, "projects"."star_count" AS t0_r14, "projects"."merge_requests_rebase_enabled" AS t0_r15, "projects"."import_type" AS t0_r16, "projects"."import_source" AS t0_r17, "projects"."approvals_before_merge" AS t0_r18, "projects"."reset_approvals_on_push" AS t0_r19, "projects"."merge_requests_ff_only_enabled" AS t0_r20, "projects"."issues_template" AS t0_r21, "projects"."mirror" AS t0_r22, "projects"."mirror_last_update_at" AS t0_r23, "projects"."mirror_last_successful_update_at" AS t0_r24, "projects"."mirror_user_id" AS t0_r25, "projects"."shared_runners_enabled" AS t0_r26, "projects"."runners_token" AS t0_r27, "projects"."build_allow_git_fetch" AS t0_r28, "projects"."build_timeout" AS t0_r29, "projects"."mirror_trigger_builds" AS t0_r30, "projects"."pending_delete" AS t0_r31, "projects"."public_builds" AS t0_r32, "projects"."last_repository_check_failed" AS t0_r33, "projects"."last_repository_check_at" AS t0_r34, "projects"."only_allow_merge_if_pipeline_succeeds" AS t0_r35, "projects"."has_external_issue_tracker" AS t0_r36, "projects"."repository_storage" AS t0_r37, "projects"."repository_read_only" AS t0_r38, "projects"."request_access_enabled" AS t0_r39, "projects"."has_external_wiki" AS t0_r40, "projects"."ci_config_path" AS t0_r41, "projects"."lfs_enabled" AS t0_r42, "projects"."description_html" AS t0_r43, "projects"."only_allow_merge_if_all_discussions_are_resolved" AS t0_r44, "projects"."repository_size_limit" AS t0_r45, "projects"."printing_merge_request_link_enabled" AS t0_r46, "projects"."auto_cancel_pending_pipelines" AS t0_r47, "projects"."service_desk_enabled" AS t0_r48, "projects"."cached_markdown_version" AS t0_r49, "projects"."delete_error" AS t0_r50, "projects"."last_repository_updated_at" AS t0_r51, "projects"."disable_overriding_approvers_per_merge_request" AS t0_r52, "projects"."storage_version" AS t0_r53, "projects"."resolve_outdated_diff_discussions" AS t0_r54, "projects"."remote_mirror_available_overridden" AS t0_r55, "projects"."only_mirror_protected_branches" AS t0_r56, "projects"."pull_mirror_available_overridden" AS t0_r57, "projects"."jobs_cache_index" AS t0_r58, "projects"."external_authorization_classification_label" AS t0_r59, "projects"."mirror_overwrites_diverged_branches" AS t0_r60, "projects"."pages_https_only" AS t0_r61, "projects"."external_webhook_token" AS t0_r62, "projects"."packages_enabled" AS t0_r63, "projects"."merge_requests_author_approval" AS t0_r64, "projects"."pool_repository_id" AS t0_r65, "projects"."runners_token_encrypted" AS t0_r66, "projects"."bfg_object_map" AS t0_r67, "projects"."detected_repository_languages" AS t0_r68, "projects"."merge_requests_disable_committers_approval" AS t0_r69, "projects"."require_password_to_approve" AS t0_r70, "projects"."emails_disabled" AS t0_r71, "projects"."max_pages_size" AS t0_r72, "projects"."max_artifacts_size" AS t0_r73, "projects"."pull_mirror_branch_prefix" AS t0_r74, "projects"."remove_source_branch_after_merge" AS t0_r75, "projects"."marked_for_deletion_at" AS t0_r76, "projects"."marked_for_deletion_by_user_id" AS t0_r77, "projects"."autoclose_referenced_issues" AS t0_r78, "projects"."suggestion_commit_message" AS t0_r79, "projects"."project_namespace_id" AS t0_r80, "projects"."hidden" AS t0_r81, "routes"."id" AS t1_r0, "routes"."source_id" AS t1_r1, "routes"."source_type" AS t1_r2, "routes"."path" AS t1_r3, "routes"."created_at" AS t1_r4, "routes"."updated_at" AS t1_r5, "routes"."name" AS t1_r6, "routes"."namespace_id" AS t1_r7 FROM "projects" LEFT OUTER JOIN "routes" ON "routes"."source_type" = 'Project' AND "routes"."source_id" = "projects"."id" WHERE "routes"."path" = 'namespace70/project76' LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,db_config_name:main,line:/app/models/concerns/routable.rb:29:in `find_by_full_path'*/10891: SELECT "user_details".* FROM "user_details" WHERE "user_details"."user_id" = 182 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:2053:in `user_detail'*/10902: SELECT 1 AS one FROM "identities" WHERE "identities"."user_id" = 182 AND (provider LIKE 'ldap%' AND extern_uid IS NOT NULL) LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:1384:in `ldap_user?'*/10913: SELECT "user_preferences"."id", "user_preferences"."user_id", "user_preferences"."issue_notes_filter", "user_preferences"."merge_request_notes_filter", "user_preferences"."created_at", "user_preferences"."updated_at", "user_preferences"."epics_sort", "user_preferences"."roadmap_epics_state", "user_preferences"."epic_notes_filter", "user_preferences"."issues_sort", "user_preferences"."merge_requests_sort", "user_preferences"."roadmaps_sort", "user_preferences"."first_day_of_week", "user_preferences"."timezone", "user_preferences"."time_display_relative", "user_preferences"."time_format_in_24h", "user_preferences"."projects_sort", "user_preferences"."show_whitespace_in_diffs", "user_preferences"."sourcegraph_enabled", "user_preferences"."setup_for_company", "user_preferences"."render_whitespace_in_code", "user_preferences"."tab_width", "user_preferences"."view_diffs_file_by_file", "user_preferences"."gitpod_enabled", "user_preferences"."markdown_surround_selection", "user_preferences"."diffs_deletion_color", "user_preferences"."diffs_addition_color", "user_preferences"."markdown_automatic_lists", "user_preferences"."use_legacy_web_ide", "user_preferences"."use_new_navigation" FROM "user_preferences" WHERE "user_preferences"."user_id" = 182 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:2049:in `user_preference'*/10924: SELECT "namespaces".* FROM "namespaces" WHERE "namespaces"."type" = 'Group' AND "namespaces"."id" = 275 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/ee/app/policies/ee/project_policy.rb:464:in `block (2 levels) in <module:ProjectPolicy>'*/10935: SELECT "namespaces".* FROM "namespaces" WHERE "namespaces"."id" = 275 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/project.rb:509:in `root_ancestor'*/10946: SELECT "namespace_bans".* FROM "namespace_bans" WHERE "namespace_bans"."user_id" = 182 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/ee/app/models/ee/user.rb:491:in `banned_from_namespace?'*/10957: 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" = 76 AND "project_authorizations"."user_id" = 182 GROUP BY "project_authorizations"."user_id" /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/project_team.rb:188:in `block in max_member_access_for_user_ids'*/10968: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 275 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/concerns/routable.rb:149:in `full_attribute'*/10979: SELECT "project_features".* FROM "project_features" WHERE "project_features"."project_id" = 76 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/policies/project_policy.rb:941:in `access_allowed_to?'*/109810: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" IN ('b83d6e391c22777fca1ed3012fce84f633d7fed0', '498214de67004b1da3d820901307bed2a68a8ef6', '1b12f15a11fc6e62177bef08f47bc7b5ce50b141', '38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e', '6907208d755b60ebeacb2e9dfea74c92c3449a1f', 'c347ca2e140aa667b968e51ed0ffe055501fe4f4', 'd59c60028b053793cecfb4022de34602e1a9218e', '281d3a76f31c812dbf48abce82ccf6860adedd81', 'a5391128b0ef5d21df5dd23d98557f4ef12fae20', '54fcc214b94e78d7a41a9a8fe6d87a5e59500e51', 'be93687618e4b132087f430a4d8fc3a609c9b77c', '048721d90c449b244b7b4c53a9186b04330174ec', '5f923865dde3436854e9ceb9cdb7815618d4e849', 'd2d430676773caa88cdaf7c55944073b2fd5561a', '2ea1f3dec713d940208fb5ce4a38765ecb5d3f73', '59e29889be61e6e0e5e223bfa9ac2721d31605b8', '66eceea0db202bb39c4e445e8ca28689645366c5', '08f22f255f082689c0d7d39d19205085311542bc', '19e2e9b4ef76b422ce1154af39a91323ccc57434', 'c642fe9b8b9f28f9225d7ea953fe14e74748d53b', '9a944d90955aaf45f6d0c88f30e27f8d2c41cec0', 'c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd', 'e56497bb5f03a90a51293fc6d516788730953899', '4cd80ccab63c82b4bad16faa5193fbd2aa06df40', '5937ac0a7beb003549fc5fd26fc247adbce4a52e', '570e7b2abdd848b95f2f578043fc23bd6f6fd24d', '6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9', 'd14d6c0abdd253381df51a723d58691b2ee1ab08', 'c1acaa58bbcbc3eafe538cb8274ba387047b69f8', 'ae73cb07c9eeaf35924a10f713b364d32b2dd34f', '874797c3a73b60d2187ed6e2fcabd289ff75171e', '2f63565e7aac07bcdadb654e253078b727143ec4', '33f3729a45c02fc67d00adb1b8bca394b0e761d9', '913c66a37b4a45b9769037c55c2d238bd0942d2e', 'cfe32cf61b73a0d5e9f13e774abde7ff789b1660', '6d394385cf567f80a8fd85055db1ab4c5295806f', '1a0b36b3cdad1d2ee32457c102a8c0b7056fa863') AND "ci_pipelines"."ref" = 'refs/heads/master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/109911: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('job@gitlab.com'), LOWER('tiagonbotelho@hotmail.com'), LOWER('stanhu@gmail.com'), LOWER('gitlab@winniehell.de'), LOWER('douwe@gitlab.com'), LOWER('jneen@jneen.net'), LOWER('dbalexandre@gmail.com'), LOWER('marin@gitlab.com'), LOWER('maxlazio@gmail.com'), LOWER('minsik.yoon@samsung.com'), LOWER('stanhu@packetzoom.com'), LOWER('sytse@gitlab.com'), LOWER('marmis85@gmail.com'), LOWER('dmitriy.zaporozhets@gmail.com'))) AND "users"."confirmed_at" IS NOT NULL)1100UNION1101(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" IN ('job@gitlab.com', 'tiagonbotelho@hotmail.com', 'stanhu@gmail.com', 'gitlab@winniehell.de', 'douwe@gitlab.com', 'jneen@jneen.net', 'dbalexandre@gmail.com', 'marin@gitlab.com', 'maxlazio@gmail.com', 'minsik.yoon@samsung.com', 'stanhu@packetzoom.com', 'sytse@gitlab.com', 'marmis85@gmail.com', 'dmitriy.zaporozhets@gmail.com') AND "emails"."confirmed_at" IS NOT NULL AND "users"."confirmed_at" IS NOT NULL)) users /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/commit.rb:299:in `block (2 levels) in lazy_author'*/110212: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 76 AND "merge_requests"."iid" = 12 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/lib/banzai/filter/references/reference_cache.rb:90:in `block in load_records_per_parent'*/110313: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 76 AND "merge_requests"."iid" = 11 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/lib/banzai/filter/references/reference_cache.rb:90:in `block in load_records_per_parent'*/110414: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 76 AND "merge_requests"."iid" = 10 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/lib/banzai/filter/references/reference_cache.rb:90:in `block in load_records_per_parent'*/110515: SELECT "namespaces"."id" AS t0_r0, "namespaces"."name" AS t0_r1, "namespaces"."path" AS t0_r2, "namespaces"."owner_id" AS t0_r3, "namespaces"."created_at" AS t0_r4, "namespaces"."updated_at" AS t0_r5, "namespaces"."type" AS t0_r6, "namespaces"."description" AS t0_r7, "namespaces"."avatar" AS t0_r8, "namespaces"."membership_lock" AS t0_r9, "namespaces"."share_with_group_lock" AS t0_r10, "namespaces"."visibility_level" AS t0_r11, "namespaces"."request_access_enabled" AS t0_r12, "namespaces"."ldap_sync_status" AS t0_r13, "namespaces"."ldap_sync_error" AS t0_r14, "namespaces"."ldap_sync_last_update_at" AS t0_r15, "namespaces"."ldap_sync_last_successful_update_at" AS t0_r16, "namespaces"."ldap_sync_last_sync_at" AS t0_r17, "namespaces"."description_html" AS t0_r18, "namespaces"."lfs_enabled" AS t0_r19, "namespaces"."parent_id" AS t0_r20, "namespaces"."shared_runners_minutes_limit" AS t0_r21, "namespaces"."repository_size_limit" AS t0_r22, "namespaces"."require_two_factor_authentication" AS t0_r23, "namespaces"."two_factor_grace_period" AS t0_r24, "namespaces"."cached_markdown_version" AS t0_r25, "namespaces"."project_creation_level" AS t0_r26, "namespaces"."runners_token" AS t0_r27, "namespaces"."file_template_project_id" AS t0_r28, "namespaces"."saml_discovery_token" AS t0_r29, "namespaces"."runners_token_encrypted" AS t0_r30, "namespaces"."custom_project_templates_group_id" AS t0_r31, "namespaces"."auto_devops_enabled" AS t0_r32, "namespaces"."extra_shared_runners_minutes_limit" AS t0_r33, "namespaces"."last_ci_minutes_notification_at" AS t0_r34, "namespaces"."last_ci_minutes_usage_notification_level" AS t0_r35, "namespaces"."subgroup_creation_level" AS t0_r36, "namespaces"."emails_disabled" AS t0_r37, "namespaces"."max_pages_size" AS t0_r38, "namespaces"."max_artifacts_size" AS t0_r39, "namespaces"."mentions_disabled" AS t0_r40, "namespaces"."default_branch_protection" AS t0_r41, "namespaces"."unlock_membership_to_ldap" AS t0_r42, "namespaces"."max_personal_access_token_lifetime" AS t0_r43, "namespaces"."push_rule_id" AS t0_r44, "namespaces"."shared_runners_enabled" AS t0_r45, "namespaces"."allow_descendants_override_disabled_shared_runners" AS t0_r46, "namespaces"."traversal_ids" AS t0_r47, "users"."id" AS t1_r0, "users"."email" AS t1_r1, "users"."encrypted_password" AS t1_r2, "users"."reset_password_token" AS t1_r3, "users"."reset_password_sent_at" AS t1_r4, "users"."remember_created_at" AS t1_r5, "users"."sign_in_count" AS t1_r6, "users"."current_sign_in_at" AS t1_r7, "users"."last_sign_in_at" AS t1_r8, "users"."current_sign_in_ip" AS t1_r9, "users"."last_sign_in_ip" AS t1_r10, "users"."created_at" AS t1_r11, "users"."updated_at" AS t1_r12, "users"."name" AS t1_r13, "users"."admin" AS t1_r14, "users"."projects_limit" AS t1_r15, "users"."failed_attempts" AS t1_r16, "users"."locked_at" AS t1_r17, "users"."username" AS t1_r18, "users"."can_create_group" AS t1_r19, "users"."can_create_team" AS t1_r20, "users"."state" AS t1_r21, "users"."color_scheme_id" AS t1_r22, "users"."password_expires_at" AS t1_r23, "users"."created_by_id" AS t1_r24, "users"."last_credential_check_at" AS t1_r25, "users"."avatar" AS t1_r26, "users"."confirmation_token" AS t1_r27, "users"."confirmed_at" AS t1_r28, "users"."confirmation_sent_at" AS t1_r29, "users"."unconfirmed_email" AS t1_r30, "users"."hide_no_ssh_key" AS t1_r31, "users"."admin_email_unsubscribed_at" AS t1_r32, "users"."notification_email" AS t1_r33, "users"."hide_no_password" AS t1_r34, "users"."password_automatically_set" AS t1_r35, "users"."encrypted_otp_secret" AS t1_r36, "users"."encrypted_otp_secret_iv" AS t1_r37, "users"."encrypted_otp_secret_salt" AS t1_r38, "users"."otp_required_for_login" AS t1_r39, "users"."otp_backup_codes" AS t1_r40, "users"."public_email" AS t1_r41, "users"."dashboard" AS t1_r42, "users"."project_view" AS t1_r43, "users"."consumed_timestep" AS t1_r44, "users"."layout" AS t1_r45, "users"."hide_project_limit" AS t1_r46, "users"."note" AS t1_r47, "users"."unlock_token" AS t1_r48, "users"."otp_grace_period_started_at" AS t1_r49, "users"."external" AS t1_r50, "users"."incoming_email_token" AS t1_r51, "users"."auditor" AS t1_r52, "users"."require_two_factor_authentication_from_group" AS t1_r53, "users"."two_factor_grace_period" AS t1_r54, "users"."last_activity_on" AS t1_r55, "users"."notified_of_own_activity" AS t1_r56, "users"."preferred_language" AS t1_r57, "users"."email_opted_in" AS t1_r58, "users"."email_opted_in_ip" AS t1_r59, "users"."email_opted_in_source_id" AS t1_r60, "users"."email_opted_in_at" AS t1_r61, "users"."theme_id" AS t1_r62, "users"."accepted_term_id" AS t1_r63, "users"."feed_token" AS t1_r64, "users"."private_profile" AS t1_r65, "users"."roadmap_layout" AS t1_r66, "users"."include_private_contributions" AS t1_r67, "users"."commit_email" AS t1_r68, "users"."group_view" AS t1_r69, "users"."managing_group_id" AS t1_r70, "users"."first_name" AS t1_r71, "users"."last_name" AS t1_r72, "users"."static_object_token" AS t1_r73, "users"."role" AS t1_r74, "users"."user_type" AS t1_r75, "users"."static_object_token_encrypted" AS t1_r76, "users"."otp_secret_expires_at" AS t1_r77, "users"."onboarding_in_progress" AS t1_r78, "routes"."id" AS t2_r0, "routes"."source_id" AS t2_r1, "routes"."source_type" AS t2_r2, "routes"."path" AS t2_r3, "routes"."created_at" AS t2_r4, "routes"."updated_at" AS t2_r5, "routes"."name" AS t2_r6, "routes"."namespace_id" AS t2_r7 FROM "namespaces" LEFT OUTER JOIN "users" ON "users"."id" = "namespaces"."owner_id" LEFT OUTER JOIN "routes" ON "routes"."source_type" = 'Namespace' AND "routes"."source_id" = "namespaces"."id" WHERE ((LOWER(routes.path) = LOWER('stanhu'))) /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/lib/banzai/filter/references/user_reference_filter.rb:70:in `namespaces'*/110616: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 76 AND "merge_requests"."iid" = 9 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/lib/banzai/filter/references/reference_cache.rb:90:in `block in load_records_per_parent'*/110717: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 76 AND "merge_requests"."iid" = 6 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/lib/banzai/filter/references/reference_cache.rb:90:in `block in load_records_per_parent'*/110818: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 76 AND "merge_requests"."iid" = 5 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/lib/banzai/filter/references/reference_cache.rb:90:in `block in load_records_per_parent'*/110919: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 76 AND "merge_requests"."iid" = 4 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/lib/banzai/filter/references/reference_cache.rb:90:in `block in load_records_per_parent'*/111020: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 76 AND "merge_requests"."iid" = 3 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/lib/banzai/filter/references/reference_cache.rb:90:in `block in load_records_per_parent'*/111121: SELECT "issues".* FROM "issues" WHERE "issues"."project_id" = 76 AND "issues"."iid" = 275 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/lib/banzai/filter/references/reference_cache.rb:90:in `block in load_records_per_parent'*/111222: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 76 AND "merge_requests"."iid" = 2 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/lib/banzai/filter/references/reference_cache.rb:90:in `block in load_records_per_parent'*/111323: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('dmitriy.zaporozhets@gmail.com'))))1114UNION1115(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'dmitriy.zaporozhets@gmail.com' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/111624: SELECT "projects".* FROM "projects" WHERE "projects"."id" = 76 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/finders/issuable_finder/params.rb:108:in `block in project'*/111725: SELECT "merge_requests".* FROM "merge_requests" WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (merge_requests.author_id = banned_users.user_id))) AND "merge_requests"."target_project_id" = 76 AND ("merge_requests"."state_id" IN (1)) AND "merge_requests"."source_project_id" = 76 AND "merge_requests"."source_branch" = 'master' AND "merge_requests"."target_branch" = 'master' ORDER BY "merge_requests"."id" DESC LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/controllers/projects/commits_controller.rb:28:in `show'*/111826: SELECT "users".* FROM "users" WHERE "users"."feed_token" = '-vGMRKL36wdF1_fCMZP8' LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/concerns/token_authenticatable_strategies/insecure.rb:6:in `find_token_authenticatable'*/111927: SAVEPOINT active_record_3 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:1595:in `ensure_namespace_correct'*/112028: SELECT "namespaces".* FROM "namespaces" WHERE "namespaces"."owner_id" = 182 AND "namespaces"."type" = 'User' LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:1595:in `ensure_namespace_correct'*/112129: UPDATE "users" SET "updated_at" = '2023-03-30 11:54:25.805711', "feed_token" = '-vGMRKL36wdF1_fCMZP8' WHERE "users"."id" = 182 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/concerns/token_authenticatable_strategies/base.rb:57:in `reset_token!'*/112230: INSERT INTO "user_preferences" ("user_id", "created_at", "updated_at", "time_display_relative", "time_format_in_24h", "render_whitespace_in_code", "tab_width") VALUES (182, '2023-03-30 11:54:25.812484', '2023-03-30 11:54:25.812484', TRUE, FALSE, FALSE, 8) RETURNING "id" /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/concerns/token_authenticatable_strategies/base.rb:57:in `reset_token!'*/112331: INSERT INTO "user_details" ("user_id") VALUES (182) RETURNING "user_id" /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/concerns/token_authenticatable_strategies/base.rb:57:in `reset_token!'*/112432: RELEASE SAVEPOINT active_record_3 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/concerns/token_authenticatable_strategies/base.rb:57:in `reset_token!'*/112533: SELECT "emails"."email" FROM "emails" WHERE "emails"."user_id" = 182 AND "emails"."confirmed_at" IS NOT NULL /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:1552:in `verified_emails'*/112634: SELECT "project_settings".* FROM "project_settings" WHERE "project_settings"."project_id" = 76 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/project.rb:1042:in `project_setting'*/112735: SELECT "projects".* FROM "projects" INNER JOIN "fork_network_members" ON "projects"."id" = "fork_network_members"."forked_from_project_id" WHERE "fork_network_members"."project_id" = 76 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/project.rb:2547:in `mr_can_target_upstream?'*/112836: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = 'b83d6e391c22777fca1ed3012fce84f633d7fed0' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/112937: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('job@gitlab.com'))))1130UNION1131(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'job@gitlab.com' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/113238: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '498214de67004b1da3d820901307bed2a68a8ef6' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/113339: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('tiagonbotelho@hotmail.com'))))1134UNION1135(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'tiagonbotelho@hotmail.com' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/113640: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '1b12f15a11fc6e62177bef08f47bc7b5ce50b141' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/113741: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('stanhu@gmail.com'))))1138UNION1139(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'stanhu@gmail.com' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/114042: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/114143: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('gitlab@winniehell.de'))))1142UNION1143(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'gitlab@winniehell.de' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/114444: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('git@winniehell.de'))) AND "users"."confirmed_at" IS NOT NULL)1145UNION1146(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'git@winniehell.de' AND "emails"."confirmed_at" IS NOT NULL AND "users"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/114745: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '6907208d755b60ebeacb2e9dfea74c92c3449a1f' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/114846: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('douwe@gitlab.com'))))1149UNION1150(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'douwe@gitlab.com' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/115147: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = 'c347ca2e140aa667b968e51ed0ffe055501fe4f4' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/115248: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = 'd59c60028b053793cecfb4022de34602e1a9218e' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/115349: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '281d3a76f31c812dbf48abce82ccf6860adedd81' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/115450: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = 'a5391128b0ef5d21df5dd23d98557f4ef12fae20' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/115551: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('jneen@jneen.net'))))1156UNION1157(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'jneen@jneen.net' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/115852: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '54fcc214b94e78d7a41a9a8fe6d87a5e59500e51' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/115953: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('dbalexandre@gmail.com'))))1160UNION1161(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'dbalexandre@gmail.com' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/116254: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = 'be93687618e4b132087f430a4d8fc3a609c9b77c' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/116355: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('marin@gitlab.com'))))1164UNION1165(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'marin@gitlab.com' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/116656: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '048721d90c449b244b7b4c53a9186b04330174ec' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/116757: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('maxlazio@gmail.com'))))1168UNION1169(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'maxlazio@gmail.com' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/117058: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '5f923865dde3436854e9ceb9cdb7815618d4e849' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/117159: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = 'd2d430676773caa88cdaf7c55944073b2fd5561a' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/117260: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '2ea1f3dec713d940208fb5ce4a38765ecb5d3f73' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/117361: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '59e29889be61e6e0e5e223bfa9ac2721d31605b8' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/117462: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '66eceea0db202bb39c4e445e8ca28689645366c5' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/117563: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('minsik.yoon@samsung.com'))))1176UNION1177(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'minsik.yoon@samsung.com' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/117864: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '08f22f255f082689c0d7d39d19205085311542bc' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/117965: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '19e2e9b4ef76b422ce1154af39a91323ccc57434' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/118066: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = 'c642fe9b8b9f28f9225d7ea953fe14e74748d53b' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/118167: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '9a944d90955aaf45f6d0c88f30e27f8d2c41cec0' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/118268: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = 'c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/118369: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('stanhu@packetzoom.com'))))1184UNION1185(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'stanhu@packetzoom.com' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/118670: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = 'e56497bb5f03a90a51293fc6d516788730953899' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/118771: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('sytse@gitlab.com'))))1188UNION1189(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'sytse@gitlab.com' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/119072: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '4cd80ccab63c82b4bad16faa5193fbd2aa06df40' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/119173: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('marmis85@gmail.com'))))1192UNION1193(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'marmis85@gmail.com' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/119474: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '5937ac0a7beb003549fc5fd26fc247adbce4a52e' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/119575: SELECT "users".* FROM ((SELECT "users".* FROM "users" WHERE (LOWER("users"."email") IN (LOWER('dmitriy.zaporozhets@gmail.com'))))1196UNION1197(SELECT "users".* FROM "users" INNER JOIN "emails" ON "emails"."user_id" = "users"."id" WHERE "emails"."email" = 'dmitriy.zaporozhets@gmail.com' AND "emails"."confirmed_at" IS NOT NULL)) users LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:669:in `find_by_any_email'*/119876: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '570e7b2abdd848b95f2f578043fc23bd6f6fd24d' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/119977: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/120078: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = 'd14d6c0abdd253381df51a723d58691b2ee1ab08' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/120179: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = 'c1acaa58bbcbc3eafe538cb8274ba387047b69f8' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/120280: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = 'ae73cb07c9eeaf35924a10f713b364d32b2dd34f' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/120381: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '874797c3a73b60d2187ed6e2fcabd289ff75171e' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/120482: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '2f63565e7aac07bcdadb654e253078b727143ec4' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/120583: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '33f3729a45c02fc67d00adb1b8bca394b0e761d9' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/120684: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '913c66a37b4a45b9769037c55c2d238bd0942d2e' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/120785: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = 'cfe32cf61b73a0d5e9f13e774abde7ff789b1660' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/120886: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '6d394385cf567f80a8fd85055db1ab4c5295806f' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/120987: SELECT DISTINCT ON (sha) * FROM "ci_pipelines" WHERE "ci_pipelines"."project_id" = 76 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 10, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."sha" = '1a0b36b3cdad1d2ee32457c102a8c0b7056fa863' AND "ci_pipelines"."ref" = 'master' ORDER BY "ci_pipelines"."sha" ASC, "ci_pipelines"."id" DESC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:ci,line:/app/models/ci/pipeline.rb:506:in `latest_pipeline_per_commit'*/121088: SELECT "users".* FROM "users" WHERE "users"."id" = 182 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/helpers/projects_helper.rb:812:in `build_namespace_breadcrumb_link'*/121189: SELECT "user_project_callouts".* FROM "user_project_callouts" WHERE "user_project_callouts"."user_id" = 182 AND "user_project_callouts"."feature_name" = 8 AND "user_project_callouts"."project_id" = 76 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:2112:in `dismissed_callout_for_project?'*/121290: SELECT 1 AS one FROM "approval_project_rules" WHERE "approval_project_rules"."project_id" = 76 AND "approval_project_rules"."rule_type" = 2 AND "approval_project_rules"."name" = 'License-Check' LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/ee/app/helpers/ee/security_orchestration_helper.rb:19:in `show_license_check_settings_alert?'*/121391: SELECT "gitlab_subscriptions".* FROM "gitlab_subscriptions" WHERE "gitlab_subscriptions"."namespace_id" = 275 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/ee/app/models/ee/namespace.rb:125:in `trial?'*/121492: SELECT "user_project_callouts".* FROM "user_project_callouts" WHERE "user_project_callouts"."user_id" = 182 AND "user_project_callouts"."feature_name" = 2 AND "user_project_callouts"."project_id" = 76 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:2112:in `dismissed_callout_for_project?'*/121593: SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/appearance.rb:63:in `current_without_cache'*/121694: SELECT "plans".* FROM "plans" WHERE "plans"."name" = 'default' LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/plan.rb:17:in `block in default'*/121795: SELECT "user_statuses".* FROM "user_statuses" WHERE "user_statuses"."user_id" = 182 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/helpers/page_layout_helper.rb:172:in `user_status_properties'*/121896: SELECT COUNT(*) FROM "projects" INNER JOIN "namespaces" ON "projects"."namespace_id" = "namespaces"."id" WHERE "namespaces"."owner_id" = 182 AND "namespaces"."type" = 'User' /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:1869:in `block in personal_projects_count'*/121997: WITH RECURSIVE assigned_issues AS (1220 (1221 SELECT "issue_assignees"."issue_id" FROM "issue_assignees" , LATERAL (SELECT "issues".* FROM "issues" INNER JOIN "projects" ON "projects"."id" = "issues"."project_id" LEFT JOIN project_features ON projects.id = project_features.project_id WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (issues.author_id = banned_users.user_id))) AND (EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 182 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 10)) OR projects.visibility_level IN (10,20)) AND ("project_features"."issues_access_level" IS NULL OR "project_features"."issues_access_level" IN (20,30) OR ("project_features"."issues_access_level" = 10 AND EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 182 AND (project_authorizations.project_id = project_features.project_id) AND (project_authorizations.access_level >= 10)))) AND ("issues"."state_id" IN (1)) AND EXISTS (SELECT "issue_assignees".* FROM "issue_assignees" WHERE "issue_assignees"."user_id" = 182 AND (issue_id = issues.id)) AND "projects"."archived" = FALSE AND (issues.id=issue_assignees.issue_id) ORDER BY "issues"."id" DESC LIMIT 1) as issues WHERE "issue_assignees"."user_id" = 182 ORDER BY "issue_assignees"."issue_id" DESC LIMIT 11222 )1223 UNION ALL1224 (1225 SELECT next_assigned_issue.issue_id1226 FROM assigned_issues,1227 LATERAL (1228 SELECT "issue_assignees"."issue_id" FROM "issue_assignees" , LATERAL (SELECT "issues".* FROM "issues" INNER JOIN "projects" ON "projects"."id" = "issues"."project_id" LEFT JOIN project_features ON projects.id = project_features.project_id WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (issues.author_id = banned_users.user_id))) AND (EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 182 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 10)) OR projects.visibility_level IN (10,20)) AND ("project_features"."issues_access_level" IS NULL OR "project_features"."issues_access_level" IN (20,30) OR ("project_features"."issues_access_level" = 10 AND EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 182 AND (project_authorizations.project_id = project_features.project_id) AND (project_authorizations.access_level >= 10)))) AND ("issues"."state_id" IN (1)) AND EXISTS (SELECT "issue_assignees".* FROM "issue_assignees" WHERE "issue_assignees"."user_id" = 182 AND (issue_id = issues.id)) AND "projects"."archived" = FALSE AND (issues.id=issue_assignees.issue_id) ORDER BY "issues"."id" DESC LIMIT 1) as issues WHERE "issue_assignees"."user_id" = 182 AND (issue_assignees.issue_id < assigned_issues.issue_id) ORDER BY "issue_assignees"."issue_id" DESC LIMIT 11229 ) next_assigned_issue1230 )1231) SELECT COUNT(*) FROM (SELECT * FROM assigned_issues LIMIT 100) issues1232 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/services/users/assigned_issues_count_service.rb:49:in `uncached_count'*/123398: SELECT COUNT(*) FROM "merge_requests" INNER JOIN "projects" ON "projects"."id" = "merge_requests"."target_project_id" LEFT JOIN project_features ON projects.id = project_features.project_id WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (merge_requests.author_id = banned_users.user_id))) AND (EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 182 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 20)) OR projects.visibility_level IN (10,20)) AND ("project_features"."merge_requests_access_level" IS NULL OR "project_features"."merge_requests_access_level" IN (20,30) OR ("project_features"."merge_requests_access_level" = 10 AND EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 182 AND (project_authorizations.project_id = project_features.project_id) AND (project_authorizations.access_level >= 20)))) AND ("merge_requests"."state_id" IN (1)) AND EXISTS (SELECT "merge_request_assignees".* FROM "merge_request_assignees" WHERE "merge_request_assignees"."user_id" = 182 AND (merge_request_id = merge_requests.id)) AND "projects"."archived" = FALSE /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:1839:in `block in assigned_open_merge_requests_count'*/123499: SELECT COUNT(*) FROM "merge_requests" INNER JOIN "projects" ON "projects"."id" = "merge_requests"."target_project_id" LEFT JOIN project_features ON projects.id = project_features.project_id WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (merge_requests.author_id = banned_users.user_id))) AND (EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 182 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 20)) OR projects.visibility_level IN (10,20)) AND ("project_features"."merge_requests_access_level" IS NULL OR "project_features"."merge_requests_access_level" IN (20,30) OR ("project_features"."merge_requests_access_level" = 10 AND EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 182 AND (project_authorizations.project_id = project_features.project_id) AND (project_authorizations.access_level >= 20)))) AND ("merge_requests"."state_id" IN (1)) AND "projects"."archived" = FALSE AND EXISTS (SELECT true FROM "merge_request_reviewers" WHERE merge_request_id = merge_requests.id AND "merge_request_reviewers"."user_id" = 182) /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:1845:in `block in review_requested_open_merge_requests_count'*/1235100: SELECT COUNT(*) FROM "todos" WHERE "todos"."user_id" = 182 AND ("todos"."state" IN ('pending')) /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:1863:in `block in todos_pending_count'*/1236101: SELECT COUNT(*) FROM (SELECT 1 AS one FROM "users" WHERE ("users"."user_type" = 0 OR "users"."user_type" IS NULL OR "users"."user_type" IN (0, 6, 4, 13)) LIMIT 2) subquery_for_count /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:941:in `single_user?'*/1237102: SELECT "users".* FROM "users" WHERE ("users"."user_type" = 0 OR "users"."user_type" IS NULL OR "users"."user_type" IN (0, 6, 4, 13)) ORDER BY "users"."id" ASC LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/user.rb:945:in `single_user'*/1238103: SELECT COUNT(*) FROM (SELECT 1 AS one FROM "users" LIMIT 51) subquery_for_count /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/application_setting.rb:773:in `block in instance_review_permitted?'*/1239104: SELECT 1 AS one FROM "onboarding_progresses" WHERE "onboarding_progresses"."namespace_id" = 275 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/models/onboarding/progress.rb:63:in `onboarding?'*/1240105: SELECT "integrations".* FROM "integrations" WHERE "integrations"."type_new" = 'Integrations::Zentao' AND "integrations"."project_id" = 76 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/ee/lib/ee/sidebars/projects/menus/issues_menu.rb:119:in `zentao_integration'*/1241106: SELECT "integrations".* FROM "integrations" WHERE "integrations"."type_new" = 'Integrations::Harbor' AND "integrations"."project_id" = 76 LIMIT 1 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/lib/sidebars/projects/menus/packages_registries_menu.rb:78:in `harbor_registry_menu_item'*/1242107: SELECT COUNT(*) FROM "issues" WHERE ("issues"."state_id" IN (1)) AND "issues"."project_id" = 76 /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/services/base_count_service.rb:26:in `uncached_count'*/1243108: SELECT COUNT(*) AS count_all, "merge_requests"."target_project_id" AS merge_requests_target_project_id FROM "merge_requests" WHERE ("merge_requests"."state_id" IN (1)) AND "merge_requests"."target_project_id" = 76 GROUP BY "merge_requests"."target_project_id" /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/app/services/projects/batch_open_merge_requests_count_service.rb:10:in `global_count'*/1244109: SELECT "broadcast_messages"."id", "broadcast_messages"."message", "broadcast_messages"."starts_at", "broadcast_messages"."ends_at", "broadcast_messages"."created_at", "broadcast_messages"."updated_at", "broadcast_messages"."color", "broadcast_messages"."font", "broadcast_messages"."message_html", "broadcast_messages"."cached_markdown_version", "broadcast_messages"."target_path", "broadcast_messages"."broadcast_type", "broadcast_messages"."dismissable", "broadcast_messages"."target_access_levels", "broadcast_messages"."theme" FROM "broadcast_messages" WHERE (ends_at > '2023-03-30 11:54:26.812843') AND "broadcast_messages"."broadcast_type" = 1 ORDER BY "broadcast_messages"."id" ASC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/lib/gitlab/json_cache.rb:46:in `write'*/1245110: SELECT "broadcast_messages"."id", "broadcast_messages"."message", "broadcast_messages"."starts_at", "broadcast_messages"."ends_at", "broadcast_messages"."created_at", "broadcast_messages"."updated_at", "broadcast_messages"."color", "broadcast_messages"."font", "broadcast_messages"."message_html", "broadcast_messages"."cached_markdown_version", "broadcast_messages"."target_path", "broadcast_messages"."broadcast_type", "broadcast_messages"."dismissable", "broadcast_messages"."target_access_levels", "broadcast_messages"."theme" FROM "broadcast_messages" WHERE (ends_at > '2023-03-30 11:54:26.818670') AND "broadcast_messages"."broadcast_type" = 2 ORDER BY "broadcast_messages"."id" ASC /*application:test,correlation_id:e970e461-d905-4eab-83c3-c9f51fbc12fa,endpoint_id:Projects::CommitsController#show,db_config_name:main,line:/lib/gitlab/json_cache.rb:46:in `write'*/1247RSpec::Retry: 2nd try ./spec/support/shared_examples/nav_sidebar_shared_examples.rb:141248 behaves like page has active sub tab1249 activates Commits sub tab1250 on project Repository/Graph1251 behaves like page has active tab1252 activates Repository tab1253 behaves like page has active sub tab1254 activates Graph sub tab1255 on project Repository/Compare1256 behaves like page has active tab1257 activates Repository tab1258 behaves like page has active sub tab1259 activates Compare sub tab1260 on project Repository/Branches1261 behaves like page has active tab1262 activates Repository tab1263 behaves like page has active sub tab1264 activates Branches sub tab1265 on project Repository/Tags1266 behaves like page has active tab1267 activates Repository tab1268 behaves like page has active sub tab1269 activates Tags sub tab1270 on project Issues1271 behaves like page has active tab1272 activates Issues tab1273 on project Issues/Milestones1274 behaves like page has active tab1275 activates Issues tab1276 behaves like page has active sub tab1277 activates Milestones sub tab1278 on project Merge Requests1279 behaves like page has active tab1280 activates Merge requests tab1281 on project Wiki1282 behaves like page has active tab1283 activates Wiki tab1284 on project Members1285 behaves like page has active tab1286 activates Members tab1287 on project Settings1288 on project Settings/Integrations1289 behaves like page has active tab1290 activates Settings tab1291 behaves like page has active sub tab1292 activates Integrations sub tab1293 on project Settings/Repository1294 behaves like page has active tab1295 activates Settings tab1296 behaves like page has active sub tab1297 activates Repository sub tab1298 on project Analytics1299 on project Analytics/Value stream Analytics1300 behaves like page has active tab1301 activates Analytics tab1302 behaves like page has active sub tab1303 activates Value stream sub tab1304 on project Analytics/"CI/CD"1305 behaves like page has active tab1306 activates Analytics tab1307 behaves like page has active sub tab1308 activates CI/CD sub tab1309 on project CI/CD1310 browsing Pipelines tabs1311 Pipeline tab1312 behaves like page has active tab1313 activates CI/CD tab1314 behaves like page has active sub tab1315 activates Pipelines sub tab1316 Needs tab1317 behaves like page has active tab1318 activates CI/CD tab1319 behaves like page has active sub tab1320 activates Pipelines sub tab1321 Builds tab1322 behaves like page has active tab1323 activates CI/CD tab1324 behaves like page has active sub tab1325 activates Pipelines sub tab1326 Failures tab1327 behaves like page has active tab1328 activates CI/CD tab1329 behaves like page has active sub tab1330 activates Pipelines sub tab1331 Test Report tab1332 behaves like page has active tab1333 activates CI/CD tab1334 behaves like page has active sub tab1335 activates Pipelines sub tab1336Discussion Lock1337 when a user is a team member1338 when the discussion is unlocked1339 the user can lock the issue1340 when the discussion is locked1341 the user can unlock the issue1342 the user can create a comment1343 when a user is not a team member1344 when the discussion is unlocked1345 the user can not lock the issue1346 the user can create a comment1347 when the discussion is locked1348 the user can not unlock the issue1349 the user can not create a comment1350Import/Export - Connect to another instance1351 when importing group by direct transfer is enabled1352 when the user provides valid credentials1353 successfully connects to remote instance1354 when the user provides invalid url1355 reports an error1356 when the user does not fill in source URL1357 reports an error1358 when the user does not fill in access token1359 reports an error1360 when importing group by direct transfer is disabled1361 renders fields and button disabled1362User searches for users1363 when search times out1364 renders timeout information1365 sets tab count to 01366 when on the dashboard1367 finds the user1368 when on the project page1369 finds the user belonging to the project1370 when on the group page1371 finds the user belonging to the group1372DevOps Report page1373 without licensed feature devops adoption1374 has dismissable intro callout1375 when usage ping is disabled1376 shows empty state1377 hides the intro callout1378 when there is no data to display1379 shows empty state1380 when there is data to display1381 shows the DevOps Score app1382Projects > Settings > Visibility settings1383 as owner1384 project visibility select is available1385 project visibility description updates on change1386 disable email notifications1387 is visible1388 accepts the changed state1389 as maintainer1390 project visibility is locked1391 disable email notifications1392 is not available1393Projects > Settings > User manages project members1394 cancels a team member1395 imports a team from another project1396 shows all members of project shared group1397Groups > Members > Leave group1398 guest leaves the group1399 guest leaves the group by url param1400 guest leaves the group as last member1401 owner leaves the group if they are not the last owner1402 owner can not leave the group if they are the last owner1403 owner can not leave the group by url param if they are the last owner1404Groups > Members > Request access1405 request access feature is disabled1406 user can request access to a group1407 user does not see private projects1408 user does not see group in the Dashboard > Groups page1409 user is not listed in the group members page1410 user can withdraw its request for access1411 member does not see the request access button1412Search for labels1413 searches for label by title1414 searches for label by description1415 shows nothing found message1416Merge request > User resolves Draft1417 when there is active pipeline for merge request1418 retains merge request data after clicking Resolve WIP status1419User expands diff1420 allows user to expand diff1421Project settings > repositories > Branch names1422 # order random1423 when Issues are initially enabled1424 shows the Branch names settings1425 when Issues are initially disabled1426 do not render the Branch names settings1427Import/Export - GitLab migration history1428 successfully displays import history1429Merge request > image review1430 leaves review1431Navigation bar counter1432 reflects dashboard issues count1433 reflects dashboard merge requests count1434Labels subscription1435 when signed in1436 users can subscribe/unsubscribe to labels1437 when not signed in1438 users can not subscribe/unsubscribe to labels1439Admin System Info1440 GET /admin/system_info1441 when all info is available1442 shows system info page1443 when CPU info is not available1444 shows system info page with no CPU info1445 when memory info is not available1446 shows system info page with no CPU info1447User browse group projects page1448 when user is owner1449 when user signed in1450 when group has archived project1451 renders projects list1452User promotes label1453 when user can admin group labels1454 shows label promote button1455 when user cannot admin group labels1456 does not show label promote button1457User promotes milestone1458 when user can admin group milestones1459 shows milestone promote button1460 when user cannot admin group milestones1461 does not show milestone promote button1462Knapsack report was generated. Preview:1463{1464 "spec/features/issuables/markdown_references/jira_spec.rb": 270.384417801999,1465 "spec/features/discussion_comments/snippets_spec.rb": 168.368213406,1466 "spec/features/issues/create_issue_for_discussions_in_merge_request_spec.rb": 124.26832943199952,1467 "spec/features/search/user_uses_header_search_field_spec.rb": 98.41244523600108,1468 "spec/features/projects/user_sorts_projects_spec.rb": 69.31360265700096,1469 "spec/features/projects/clusters/gcp_spec.rb": 71.04140319399994,1470 "spec/features/admin/admin_appearance_spec.rb": 51.82816111700049,1471 "spec/features/projects/active_tabs_spec.rb": 48.76531075099956,1472 "spec/features/issues/discussion_lock_spec.rb": 40.27876420299981,1473 "spec/features/groups/import_export/connect_instance_spec.rb": 30.075128743999812,1474 "spec/features/search/user_searches_for_users_spec.rb": 31.168412861001343,1475 "spec/features/admin/admin_dev_ops_reports_spec.rb": 24.95885722300045,1476 "spec/features/projects/settings/visibility_settings_spec.rb": 19.181805202999385,1477 "spec/features/projects/settings/user_manages_project_members_spec.rb": 19.005267723001452,1478 "spec/features/groups/members/leave_group_spec.rb": 16.331104213999424,1479 "spec/features/groups/members/request_access_spec.rb": 15.769574214000386,1480 "spec/features/groups/labels/search_labels_spec.rb": 12.169095756000388,1481 "spec/features/merge_request/user_resolves_wip_mr_spec.rb": 10.384142050001174,1482 "spec/features/merge_request/user_expands_diff_spec.rb": 10.649901781000153,1483 "spec/features/projects/settings/branch_names_settings_spec.rb": 9.253903602999344,1484 "spec/features/groups/import_export/migration_history_spec.rb": 6.467078216999653,1485 "spec/features/merge_request/user_reviews_image_spec.rb": 7.886857352001243,1486 "spec/features/dashboard/issuables_counter_spec.rb": 6.577566005000335,1487 "spec/features/projects/labels/subscription_spec.rb": 5.849774754000464,1488 "spec/features/admin/admin_system_info_spec.rb": 3.5990879190012492,1489 "spec/features/groups/user_browse_projects_group_page_spec.rb": 2.8861225559994637,1490 "spec/features/projects/labels/user_promotes_label_spec.rb": 2.252735105001193,1491 "spec/features/milestones/user_promotes_milestone_spec.rb": 2.24478728500071161492}1493Knapsack global time execution for tests: 19m 39s1494Finished in 19 minutes 42 seconds (files took 36.59 seconds to load)1495228 examples, 0 failures1496Randomized with seed 199141497[TEST PROF INFO] Time spent in factories: 01:50.532 (9.33% of total time)1498Failed to write to log, write log/workhorse-test.log: file already closed1499RSpec exited with 0.1500No examples to retry, congrats!1502Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1503Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1505Uploading artifacts...1506coverage/: found 5 matching artifact files and directories 1507crystalball/: found 2 matching artifact files and directories 1508WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1509knapsack/: found 3 matching artifact files and directories 1510WARNING: query_recorder/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1511rspec/: found 14 matching artifact files and directories 1512tmp/capybara/: found 2 matching artifact files and directories 1513log/*.log: found 18 matching artifact files and directories 1514WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4031138753/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1515WARNING: Retrying... context=artifacts-uploader error=request redirected1516Uploading artifacts as "archive" to coordinator... 201 Created id=4031138753 responseStatus=201 Created token=64_ihJVB1517Uploading artifacts...1518rspec/junit_rspec.xml: found 1 matching artifact files and directories 1519WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4031138753/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1520WARNING: Retrying... context=artifacts-uploader error=request redirected1521Uploading artifacts as "junit" to coordinator... 201 Created id=4031138753 responseStatus=201 Created token=64_ihJVB1523Job succeeded