rspec system pg13 5/28
Passed Started
by
@rkadam3

Rajendra Kadam
1Running with gitlab-runner 15.9.0~beta.115.g598a7c91 (598a7c91)2 on green-1.shared-gitlab-org.runners-manager.gitlab.com/default Mf8beF5G, system ID: s_673deea48c2a3 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.19-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:ab3945c8cf7160ed1381efd47c6a203ba9a84fc7327a17e4a389601eb3738b3b for postgres:13 with digest postgres@sha256:67edfda7deeecfda8e40c9b00818eae76573a9e9466ba7edbc536662d128173b ...10Starting service redis:6.2-alpine ...11Pulling docker image redis:6.2-alpine ...12Using docker image sha256:a9a47a706682d445577bb5da7328f0faaa0863a5742a315c829faa461dfc23ae for redis:6.2-alpine with digest redis@sha256:317575f05099ea47b1f2855b1bb6e068b52847bfa19b87014d88d57f82d4b8f0 ...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.19-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:552b81110cdd830e05d17c8e7365f72e1dd96842217d7225636cb55a75777ea7 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-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.19-rust-1.65-node-16.14-postgresql-13@sha256:a386dd1acb1341f710f3c3c320984f70512694bcfec8cb1c771365058ac7c475 ...18Running on runner-mf8bef5g-project-278964-concurrent-0 via runner-mf8bef5g-shared-gitlab-org-1681886120-0ff518c6...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: 127066, done. 25remote: Counting objects: 100% (127066/127066), done. 26remote: Compressing objects: 100% (84263/84263), done. 27remote: Total 127066 (delta 52059), reused 86943 (delta 37888), pack-reused 0 28Receiving objects: 100% (127066/127066), 122.40 MiB | 31.51 MiB/s, done.29Resolving deltas: 100% (52059/52059), done.31 * [new ref] refs/pipelines/841847819 -> refs/pipelines/84184781932 * [new branch] master -> origin/master33Checking out e2ff33c5 as detached HEAD (ref is master)...34Skipping Git submodules setup35$ git remote set-url origin "${CI_REPOSITORY_URL}"37Checking cache for ruby-gems-debian-bullseye-ruby-3.0-16...38cache.zip is up to date 39Successfully extracted cache41Downloading artifacts for compile-test-assets (4139146271)...42Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4139146271 responseStatus=200 OK token=64_WhqsQ43Downloading artifacts for retrieve-tests-metadata (4139146276)...44Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4139146276 responseStatus=200 OK token=64_WhqsQ45Downloading artifacts for setup-test-env (4139146274)...46Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4139146274 responseStatus=200 OK token=64_WhqsQ48Using docker image sha256:552b81110cdd830e05d17c8e7365f72e1dd96842217d7225636cb55a75777ea7 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.19-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.19-rust-1.65-node-16.14-postgresql-13@sha256:a386dd1acb1341f710f3c3c320984f70512694bcfec8cb1c771365058ac7c475 ...49$ echo $FOSS_ONLY50$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb51$ export GOPATH=$CI_PROJECT_DIR/.go52$ mkdir -p $GOPATH53$ source scripts/utils.sh54$ source scripts/prepare_build.sh709Using decomposed database config (config/database.yml.decomposed-postgresql)710Geo DB won't be set up.711$ setup_db_user_only712CREATE ROLE713GRANT714==> 'setup_db_user_only' succeeded in 0 seconds.715$ bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes716Dropped database 'gitlabhq_test'717Dropped database 'gitlabhq_test_ci'718Created database 'gitlabhq_test'719Created database 'gitlabhq_test_ci'720main: == [advisory_lock_connection] object_id: 273740, pg_backend_pid: 101721main: == [advisory_lock_connection] object_id: 273740, pg_backend_pid: 101722ci: == [advisory_lock_connection] object_id: 273820, pg_backend_pid: 103723ci: == [advisory_lock_connection] object_id: 273820, pg_backend_pid: 103724==> 'bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes' succeeded in 56 seconds.725$ setup_db_praefect726SELECT pg_catalog.set_config('search_path', '', false);727CREATE DATABASE praefect_test ENCODING 'UTF8';728==> 'setup_db_praefect' succeeded in 0 seconds.729$ source ./scripts/rspec_helpers.sh730$ run_timed_command "gem install knapsack --no-document"731$ gem install knapsack --no-document732Successfully installed knapsack-4.0.07331 gem installed734==> 'gem install knapsack --no-document' succeeded in 1 seconds.735$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"744$ rspec_paralellized_job "--tag ~quarantine --tag ~level:background_migration"745SKIP_FLAKY_TESTS_AUTOMATICALLY: false746RETRY_FAILED_TESTS_IN_NEW_PROCESS: true747KNAPSACK_GENERATE_REPORT: true748FLAKY_RSPEC_GENERATE_REPORT: true749KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb750KNAPSACK_LOG_LEVEL: debug751KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg13_5_28_report.json752FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json753FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg13_5_28_report.json754NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg13_5_28_report.json755SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg13_5_28_report.txt756CRYSTALBALL: 757Knapsack report generator started!758warning: parser/current is loading parser/ruby30, which recognizes 3.0.5-compliant syntax, but you are running 3.0.6.760Run options: exclude {:quarantine=>true, :level=>"background_migration"}761Test environment set up in 1.088630909 seconds762Pipeline763Starting the Capybara driver server...764 GET /:project/-/pipelines/:id765Capybara starting Puma...766* Version 5.6.5 , codename: Birdie's Version767* Min threads: 0, max threads: 4768* Listening on unix:///tmp/20230419-326-yvwb52769 shows the pipeline graph770 shows link to the pipeline ref771 shows the pipeline information772 displays pipeline name instead of commit title773 pipeline stats text774 pipeline has finished775 shows pipeline stats with flag on776 pipeline has not finished777 does not show pipeline stats778 related merge requests779 when there are no related merge requests780 shows a "no related merge requests" message781 when there is one related merge request782 shows a link to the merge request783 when there are two related merge requests784 links to the most recent related merge request785 expands to show links to all related merge requests786 pipelines details view787 pipeline header shows the user status and emoji788 pipeline graph789 when pipeline has running builds790 shows a running icon and a cancel action for the running build791 cancels the running build and shows retry button792 when pipeline has preparing builds793 shows a preparing icon and a cancel action794 cancels the preparing build and shows retry button795 when pipeline has successful builds796 shows the success icon and a retry action for the successful build797 is possible to retry the success job798 when pipeline has a delayed job799 shows the scheduled icon and an unschedule action for the delayed job800 unschedules the delayed job and shows play button as a manual job801 when pipeline has failed builds802 shows the failed icon and a retry action for the failed build803 is possible to retry the failed build804 includes the failure reason805 when pipeline has manual jobs806 shows the skipped icon and a play action for the manual build807 is possible to play the manual job808 when pipeline has external job809 shows the success icon and the generic comit status build810 when pipeline has a downstream pipeline811 and user has permission812 with a successful downstream813 does not show the cancel or retry action814 with a running downstream815 shows the cancel action816 when canceling817 shows the pipeline as canceled with the retry action818 with a failed downstream819 indicates that pipeline can be retried820 when retrying821 shows running pipeline with the cancel action822 with a canceled downstream823 indicates that pipeline can be retried824 when retrying825 shows running pipeline with the cancel action826 when user does not have permissions827 does not show the retry button828 when the pipeline has manual stage829 displays play all button830 page tabs831 shows Pipeline, Jobs, DAG and Failed Jobs tabs with link832 shows counter in Jobs tab833 without permission to access builds834 does not show the pipeline details page835 test tabs836 with test reports837 shows badge counter in Tests tab838 calls summary.json endpoint839 without test reports840 shows zero841 retrying jobs842 is expected not to have text "retried"843 when retrying844 does not show a "Retry" button845 shows running status in pipeline header846 canceling jobs847 is expected not to have visible css ".ci-canceled"848 when canceling849 does not show a "Cancel running" button850 when user can not delete851 is expected not to have visible button "Delete" that is not disabled852 when deleting853 redirects to pipeline overview page854 when pipeline ref does not exist in repository anymore855 does not render link to the pipeline ref856 does not render render raw HTML to the pipeline ref857 when pipeline is detached merge request pipeline858 shows the pipeline information859 when source branch does not exist860 does not link to the source branch commit path861 when source project is a forked project862 shows the pipeline information863 when pipeline is merge request pipeline864 shows the pipeline information865 when target branch does not exist866 does not link to the target branch commit path867 when source project is a forked project868 shows the pipeline information869 when user does not have access to read jobs870 GET /:project/-/pipelines/:id871 shows the pipeline graph872 does not link to job873 when a bridge job exists874 GET /:project/-/pipelines/:id875 shows the pipeline with a bridge job876 when a scheduled pipeline is created by a blocked user877 displays the PipelineSchedule in an inactive state878 does not create a new Pipeline879 GET /:project/-/pipelines/:id/builds880 shows a bridge job on a list881 when build requires resource882 GET /:project/-/pipelines/:id883 shows deploy job as created884 when test job succeeded885 shows deploy job as pending886 when test job succeeded but there are no available resources887 shows deploy job as waiting for resource888 when resource is released from another job889 shows deploy job as pending890 when deploy job is a bridge to trigger a downstream pipeline891 shows deploy job as waiting for resource892 GET /:project/-/pipelines/:id/builds893 shows a list of jobs894 page tabs895 shows Pipeline, Jobs and DAG tabs with link896 shows counter in Jobs tab897 retrying jobs898 is expected not to have text "retried"899 when retrying900 does not show a "Retry" button901 canceling jobs902 is expected not to have visible css ".ci-canceled"903 when canceling904 does not show a "Cancel running" button905 playing manual job906 is expected to be pending907 when user unschedules a delayed job908 unschedules the delayed job and shows play button as a manual job909 GET /:project/-/pipelines/:id/failures910 with failed build911 lists failed builds912 shows build failure logs913 shows the failure reason914 when user does not have permission to retry build915 shows retry button for failed build916 when user does have permission to retry build917 shows retry button for failed build918 when missing build logs919 lists failed builds920 does not show log921 without permission to access builds922 when accessing failed jobs page923 renders a 404 page924 without failures925 does not show the failure tab926 displays the pipeline graph927 GET /:project/-/pipelines/latest928 displays the pipeline graph with correct URL929 GET /:project/-/pipelines/:id/dag930 page tabs931 shows Pipeline, Jobs and DAG tabs with link932 when user sees pipeline flags in a pipeline detail page933 when pipeline is latest934 contains badge that indicates it is the latest build935 when pipeline has configuration errors936 contains badge that indicates errors937 contains badge with tooltip which contains error938 contains badge that indicates failure reason939 contains badge with tooltip which contains failure reason940 contains a pipeline header with title941 when pipeline is stuck942 contains badge that indicates being stuck943 when pipeline uses auto devops944 contains badge that indicates using auto devops945 when pipeline runs in a merge request context946 contains badge that indicates detached merge request pipeline947Related issues948 widget visibility949 when not logged in950 does not show widget when internal project951 does not show widget when private project952 shows widget when public project953 when logged in but not a member954 shows widget when internal project955 does not show widget when private project956 shows widget when public project957 shows widget on their own public issue958 when logged in and a guest959 shows widget when internal project960 shows widget when private project961 shows widget when public project962 when logged in and a reporter963 shows widget when internal project964 shows widget when private project965 shows widget when public project966 shows widget on their own public issue967 when user has no permission to manage related issues968 visiting some issue someone else created969 shows related issues count970 visiting issue_b which was targeted by issue_a971 shows related issues count972 when user has permission to manage related issues973 without existing related issues974 shows related issues count975 add related issue976 add cross-project related issue977 pressing enter should submit the form978 disallows duplicate entries979 allows us to remove pending issues980 with existing related issues981 shows related issues count982 shows related issues983 allows us to remove a related issues984 add related issue985 add invalid related issue986 add unauthorized related issue987Merge request > User sees pipelines988 pipeline tab989 with pipelines990 user visits merge request pipelines tab991 with a detached merge request pipeline992 displays the "Run pipeline" button993 with a merged results pipeline994 displays the "Run pipeline" button995 without pipelines996 user visits merge request page997 shows empty state with run pipeline button998 fork MRs in parent project999 when actor is a developer in parent project1000 creates a pipeline in the parent project when user proceeds with the warning1001 does not create a pipeline in the parent project when user cancels the action1002 when actor is a developer in fork project1003 creates a pipeline in the fork project1004 when actor is a reporter in parent project and a developer in fork project1005 creates a pipeline in the fork project1006 race condition1007 when pipeline and merge request were created simultaneously1008 user sees pipeline in merge request widget1009Admin Groups1010 list1011 renders groups1012 create a group1013 creates new group1014 shows the visibility level radio populated with the default value1015 when entered in group name, it auto filled the group path1016 auto populates the group path with the group name1017 when entering in group path, group name does not change anymore1018 with expected fields1019 renders from as expected1020 show a group1021 shows the group1022 has a link to the group1023 has a note if one is available1024 when group has open access requests1025 shows access requests with link to manage access1026 group edit1027 shows the visibility level radio populated with the group visibility_level value1028 shows the subgroup creation level dropdown populated with the group subgroup_creation_level value1029 edit group path does not change group name1030 adding an admin note to group without one1031 editing an existing group admin note1032 hides removed note1033 add user into a group1034 when membership is set to expire1035 renders relative time1036 renders absolute time1037 add admin himself to a group1038 adds admin a to a group as developer1039 admin removes themself from a group1040 removes admin from the group1041 shared projects1042 renders shared project1043Issue Boards new issue1044 authorized user1045 displays new issue button1046 does not display new issue button in closed list1047 shows form when clicking button1048 hides form when clicking cancel1049 creates new issue, places it on top of the list, and opens sidebar1050 successfuly loads labels to be added to newly created issue1051 allows creating an issue in newly created list1052 unauthorized user1053 does not display new issue button in open list1054 does not display new issue button in label list1055 group boards1056 for unauthorized users1057 when backlog does not exist1058 does not display new issue button in label list1059 when backlog list already exists1060 does not display new issue button in open list1061 does not display new issue button in label list1062 for authorized users1063 when backlog does not exist1064 display new issue button in label list1065 project select dropdown1066 lists a project which is a direct descendant of the top-level group1067 lists a project that belongs to a subgroup1068 does not list projects to which user doesn't have access1069Observability rendering1070 # order random1071 when user is a developer of the embedded group1072 when embedding in an issue1073 behaves like embeds observability1074 renders iframe in description1075 renders iframe in comment1076 when embedding in an MR1077 behaves like embeds observability1078 renders iframe in description1079 renders iframe in comment1080 when feature flag is disabled1081 when embedding in an issue1082 behaves like does not embed observability1083 does not render iframe in description1084 does not render iframe in comment1085 when embedding in an MR1086 behaves like does not embed observability1087 does not render iframe in description1088 does not render iframe in comment1089Admin mode1090 application setting :admin_mode is enabled1091 when not in admin mode1092 has no leave admin mode button1093 can open pages not in admin scope1094 is necessary to provide credentials again before opening pages in admin scope1095 can enter admin mode1096 on a read-only instance1097 can enter admin mode1098 when in admin_mode1099 contains link to leave admin mode1100 can leave admin mode using main dashboard link1101 can open pages not in admin scope1102 nav bar1103 shows admin dashboard links on bigger screen1104 on a read-only instance1105 can leave admin mode1106 application setting :admin_mode is disabled1107 shows no admin mode buttons in navbar1108Admin::Hooks1109 GET /admin/hooks1110 is ok1111 has hooks list1112 renders plugins list as well1113 New Hook1114 adds new hook1115 Update existing hook1116 updates existing hook1117 Remove existing hook1118 removes existing hook1119 from hooks list page1120 from hook edit page1121 Test1122 is expected to have current path "/admin/hooks"1123 Merge request hook1124 New Hook1125 adds new hook1126 Test1127 succeeds if the user has a repository with a merge request1128User creates branch1129 when project is public with private repository1130 when user is an inherited member from the group1131 and user is a guest1132 behaves like renders not found page1133 is expected to have text "Page Not Found"1134 and user is a developer1135 behaves like creates new branch1136 is expected to have text "deploy_keys_f20b2dfb"1137 when project is private1138 when user is a direct project member1139 and user is a developer1140 when on new branch page1141 renders I18n supported text1142 behaves like creates new branch1143 is expected to have text "deploy_keys_4159edf6"1144 when branch name is invalid1145 does not create new branch1146 when branch name already exists1147 does not create new branch1148 when user is an inherited member from the group1149 and user is a guest1150 behaves like renders not found page1151 is expected to have text "Page Not Found"1152 and user is a developer1153 behaves like creates new branch1154 is expected to have text "deploy_keys_cd884fef"1155Sort Issuable List1156 for merge requests1157 default sort order1158 in the "merge requests" tab1159 is "last created"1160 in the "merge requests / open" tab1161 is "created date"1162 in the "merge requests / merged" tab1163 is "updated date"1164 in the "merge requests / closed" tab1165 is "updated date"1166 in the "merge requests / all" tab1167 is "created date"1168 custom sorting1169 supports sorting in asc and desc order1170 for issues1171 default sort order1172 in the "issues" tab1173 is "created date"1174 in the "issues / open" tab1175 is "created date"1176 in the "issues / closed" tab1177 is "updated date"1178 in the "issues / all" tab1179 is "created date"1180 when the sort in the URL is created_date1181 shows the sort order as created date1182 custom sorting1183 supports sorting in asc and desc order1184Projects > Snippets > Project snippet1185 behaves like show and render proper snippet blob1186 Ruby file1187 displays the blob1188 Markdown file1189 visiting directly1190 displays the blob using the rich viewer1191 switching to the simple viewer1192 displays the blob using the simple viewer1193 switching to the rich viewer again1194 displays the blob using the rich viewer1195 visiting with a line number anchor1196 displays the blob using the simple viewer1197 behaves like does not show New Snippet button1198 is expected not to have visible link "New snippet"1199Dropdown emoji1200 when user not logged in1201 behavior1202 does not contain My-Reaction in the list of suggestions1203 when user logged in1204 behavior1205 loads all the emojis when opened1206 shows the most populated emoji at top of dropdown1207Admin uses repository checks1208 when admin mode is disabled1209 admin project page requires admin mode1210 when admin mode is enabled1211 to trigger a single check1212 to see a single failed repository check1213 to clear all repository checks1214Projects > Activity > User sees design Activity1215 the project is public1216 behaves like being able to see design activity1217 shows the design comment action in the activity page1218 allows filtering out the design events1219 allows filtering in the design events1220 the project is private1221 behaves like being able to see design activity1222 shows the design comment action in the activity page1223 allows filtering out the design events1224 allows filtering in the design events1225User views milestone1226 avoids N+1 database queries1227 page description1228 behaves like page meta description1229 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown1230 issues list1231 for a project milestone1232 does not show the project name1233 for a group milestone1234 shows the project name1235 when issues on milestone are over DISPLAY_ISSUES_LIMIT1236 limits issues to display and shows warning1237 when issues on milestone are below DISPLAY_ISSUES_LIMIT1238 does not display warning1239 merge requests list1240 for a project milestone1241 does not show the project name1242 for a group milestone1243 shows the project name1244admin visits dashboard1245 counting forks1246 correctly counts 2 forks of a project1247 Users statistic1248 shows correct amounts of users1249 Version check1250 shows badge on CE1251Issue prioritization1252 when issues have one label1253 are sorted properly1254 when issues have multiple labels1255 are sorted properly1256Dashboard Archived Project1257 renders non archived projects1258 renders all projects1259 renders only archived projects1260 searches archived projects1261Merge request > User marks merge request as draft1262 toggles draft status1263User visits the notifications tab1264 turns on the receive product marketing emails setting1265 changes the project notifications setting1266 when project emails are disabled1267 notification button is disabled1268Dashboard Group1269 defaults sort dropdown to last created1270 creates new group1271User updates Alert Management status1272 when a developer+ displays the alerts list and the alert service is enabled they can update an alert status1273 shows the alert table with an alert status dropdown1274 updates the alert status1275Projects > Labels > User sees links to issuables1276 with a project label1277 when merge requests and issues are enabled for the project1278 shows links to MRs and issues1279 when issues are disabled for the project1280 shows links to MRs but not to issues1281 when merge requests are disabled for the project1282 shows links to issues but not to MRs1283 with a group label1284 when merge requests and issues are enabled for the project1285 shows links to MRs and issues1286 when issues are disabled for the project1287 shows links to MRs and issues1288 when merge requests are disabled for the project1289 shows links to MRs and issues1290User Snippets1291 view all of my snippets1292 view my public snippets1293 view my internal snippets1294 view my private snippets1295Projects > Files > User wants to add a Dockerfile file1296 user can pick a Dockerfile file from the dropdown1297Profile > Comment templates > User deletes comment template1298 # order random1299 shows the user a list of their comment template1300Upload a RubyGems package1301 with an integer project ID1302 behaves like handling file uploads1303 with object storage disabled1304 behaves like for a Rubygems package1305 creates package files1306 is expected to eq 2011307 with an encoded project ID1308 behaves like handling file uploads1309 with object storage disabled1310 behaves like for a Rubygems package1311 creates package files1312 is expected to eq 2011313Projects > Members > Member cannot request access to their project1314 member does not see the request access button1315Knapsack report was generated. Preview:1316{1317 "spec/features/projects/pipelines/pipeline_spec.rb": 575.0527328589997,1318 "spec/features/issues/related_issues_spec.rb": 206.3273557550001,1319 "spec/features/merge_request/user_sees_pipelines_spec.rb": 130.82122091400015,1320 "spec/features/admin/admin_groups_spec.rb": 106.44498255899998,1321 "spec/features/boards/new_issue_spec.rb": 81.53844880100041,1322 "spec/features/markdown/observability_spec.rb": 79.3115562510011,1323 "spec/features/admin/admin_mode_spec.rb": 57.28959671600023,1324 "spec/features/admin/admin_hooks_spec.rb": 44.22884827999951,1325 "spec/features/projects/branches/user_creates_branch_spec.rb": 49.23143505400003,1326 "spec/features/issuables/sorting_list_spec.rb": 48.204519708999214,1327 "spec/features/projects/snippets/show_spec.rb": 34.563140579999526,1328 "spec/features/issues/filtered_search/dropdown_emoji_spec.rb": 26.174965711999903,1329 "spec/features/admin/admin_uses_repository_checks_spec.rb": 29.95179802000166,1330 "spec/features/projects/activity/user_sees_design_activity_spec.rb": 19.462057366999943,1331 "spec/features/milestones/user_views_milestone_spec.rb": 23.180705280999973,1332 "spec/features/admin/dashboard_spec.rb": 17.561873234000814,1333 "spec/features/projects/labels/issues_sorted_by_priority_spec.rb": 11.877787714000078,1334 "spec/features/dashboard/archived_projects_spec.rb": 15.91922879699996,1335 "spec/features/merge_request/user_marks_merge_request_as_draft_spec.rb": 12.063317886999357,1336 "spec/features/profiles/user_visits_notifications_tab_spec.rb": 12.597010785999373,1337 "spec/features/dashboard/group_spec.rb": 9.686967438001375,1338 "spec/features/alert_management/user_updates_alert_status_spec.rb": 7.218938717000128,1339 "spec/features/projects/labels/user_sees_links_to_issuables_spec.rb": 8.0620568989998,1340 "spec/features/snippets/user_snippets_spec.rb": 4.981691326000146,1341 "spec/features/projects/files/dockerfile_dropdown_spec.rb": 5.641885343999093,1342 "spec/features/profiles/user_deletes_comment_template_spec.rb": 3.844550690999313,1343 "spec/features/file_uploads/rubygem_package_spec.rb": 2.496086496999851,1344 "spec/features/projects/members/member_cannot_request_access_to_his_project_spec.rb": 2.50516072699974761345}1346Knapsack global time execution for tests: 27m 06s1347Finished in 27 minutes 10 seconds (files took 45.57 seconds to load)1348282 examples, 0 failures1349Randomized with seed 252131350[TEST PROF INFO] Time spent in factories: 02:58.818 (10.95% of total time)1351Failed to write to log, write log/workhorse-test.log: file already closed1352RSpec exited with 0.1353No examples to retry, congrats!1355Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1357Uploading artifacts...1358coverage/: found 5 matching artifact files and directories 1359WARNING: crystalball/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1360WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1361knapsack/: found 3 matching artifact files and directories 1362query_recorder/: found 2 matching artifact files and directories 1363rspec/: found 8 matching artifact files and directories 1364WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1365log/*.log: found 16 matching artifact files and directories 1366WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4139146425/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1367WARNING: Retrying... context=artifacts-uploader error=request redirected1368Uploading artifacts as "archive" to coordinator... 201 Created id=4139146425 responseStatus=201 Created token=64_WhqsQ1369Uploading artifacts...1370rspec/junit_rspec.xml: found 1 matching artifact files and directories 1371WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4139146425/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1372WARNING: Retrying... context=artifacts-uploader error=request redirected1373Uploading artifacts as "junit" to coordinator... 201 Created id=4139146425 responseStatus=201 Created token=64_WhqsQ1375Job succeeded