There was an error fetching the job.
rspec system pg13 9/28
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.9.0~beta.115.g598a7c91 (598a7c91)2 on green-3.shared-gitlab-org.runners-manager.gitlab.com/default EuhiQzPR, system ID: s_360bc95445273 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-euhiqzpr-project-278964-concurrent-0 via runner-euhiqzpr-shared-gitlab-org-1680167516-934a8b81...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 | 33.20 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_s9p8T45Downloading artifacts for detect-tests (4031138213)...46Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138213 responseStatus=200 OK token=64_s9p8T47Downloading artifacts for retrieve-tests-metadata (4031138217)...48Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138217 responseStatus=200 OK token=64_s9p8T49Downloading artifacts for setup-test-env (4031138204)...50Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138204 responseStatus=200 OK token=64_s9p8T52Using 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.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'720==> 'bundle exec rake db:drop db:create db:schema:load db:migrate gitlab:db:lock_writes' succeeded in 53 seconds.721$ setup_db_praefect722SELECT pg_catalog.set_config('search_path', '', false);723CREATE DATABASE praefect_test ENCODING 'UTF8';724==> 'setup_db_praefect' succeeded in 0 seconds.725$ source ./scripts/rspec_helpers.sh726$ run_timed_command "gem install knapsack --no-document"727$ gem install knapsack --no-document728Successfully installed knapsack-4.0.07291 gem installed730==> 'gem install knapsack --no-document' succeeded in 1 seconds.731$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"835$ rspec_paralellized_job "--tag ~quarantine --tag ~level:background_migration"836SKIP_FLAKY_TESTS_AUTOMATICALLY: false837RETRY_FAILED_TESTS_IN_NEW_PROCESS: true838KNAPSACK_GENERATE_REPORT: true839FLAKY_RSPEC_GENERATE_REPORT: true840KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb841KNAPSACK_LOG_LEVEL: debug842KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg13_9_28_report.json843FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json844FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg13_9_28_report.json845NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg13_9_28_report.json846SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg13_9_28_report.txt847CRYSTALBALL: 848Knapsack report generator started!849Run options: exclude {:quarantine=>true, :level=>"background_migration"}850Test environment set up in 0.882867111 seconds851Admin Runners852 Admin Runners page853Starting the Capybara driver server...854 runners creation855Capybara starting Puma...856* Version 5.6.5 , codename: Birdie's Version857* Min threads: 0, max threads: 4858* Listening on unix:///tmp/20230330-361-ysq4ch859 shows a create button860 runners registration861 behaves like shows and resets runner registration token862 has a registration token863 shows registration instructions864 opens runner installation modal865 dismisses runner installation modal866 reset registration token867 changes registration token868 when there are runners869 shows a job count870 shows a running status badge that links to jobs tab871 sorts by last contact date872 with an instance runner873 shows an instance badge874 behaves like shows runner in list875 shows runner row and no empty state876 behaves like pauses, resumes and deletes a runner877 pauses and resumes runner878 deletes runner879 shows a confirmation modal880 deletes a runner881 cancels runner deletion882 with multiple runners883 has all necessary texts884 behaves like deletes runners in bulk885 when selecting all for deletion886 behaves like shows no runners registered887 shows 0 count and the empty state888 search889 runner types tabs have total counts and can be selected890 shows runners891 shows correct runner when description matches892 when description does not match893 shows no runner894 behaves like shows no runners found895 shows "no runners" message896 filter by paused897 shows all runners898 shows paused runners899 shows active runners900 filter by status901 shows all runners902 shows correct runner when status matches903 shows correct runner when status is selected and search term is entered904 shows correct runner when status filter is entered905 when status does not match906 shows no runner907 behaves like shows no runners found908 shows "no runners" message909 filter by type910 "All" tab is selected by default911 shows correct runner when type matches912 show the same counts after selecting another tab913 shows correct runner when type is selected and search term is entered914 maintains the same filter when switching between runner types915 when type does not match916 shows active tab with no runner917 behaves like shows no runners found918 shows "no runners" message919 filter by tag920 shows tags suggestions921 shows correct runner when tag is selected and search term is entered922 behaves like filters by tag923 shows correct runner when tag matches924 when tag does not match925 shows no runner926 behaves like shows no runners found927 shows "no runners" message928 when there are no runners929 shows tabs with total counts equal to 0930 behaves like shows no runners registered931 shows 0 count and the empty state932 when visiting outdated URLs933 updates ACTIVE runner status to paused=false934 updates PAUSED runner status to paused=true935 Runner create page936 when runner is saved937 navigates to registration page and opens install instructions drawer938 Runner show page939 shows runner details940 runner show page breadcrumbs941 contains the current runner id and token942 behaves like shows runner jobs tab943 when clicking on jobs tab944 shows job in list945 when a runner is deleted946 deletes runner and redirects to runner list947 Runner edit page948 behaves like submits edit runner form949 breadcrumb contains runner id and token950 runner header951 contains the runner id952 when a runner is updated953 redirects to runner page954 show success alert955 shows updated information956 breadcrumbs957 contains the current runner id and token958 runner header959 contains the runner status, type and id960 when a runner is updated961 show success alert and redirects to runner page962 projects963 contains project names964 search965 contains name of correct project966 enable/create967 with project runner968 behaves like assignable runner969 enables a runner for a project970 with locked runner971 behaves like assignable runner972 enables a runner for a project973 disable/destroy974 removed project runner from project975Projects > Members > Manage members976 show members from project and group977 show user once if member of both group and project978 update user access level979 as maintainer980 can update a non-Owner member981 cannot update an Owner member982 as owner983 can update a project Owner member984 uses ProjectMember valid_access_level_roles for the invite members modal options985 when owner986 shows Owner in the dropdown987 when maintainer988 does not show the Owner option989 remove user from project990 when maintainer991 can only remove non-Owner members992 when owner993 can remove any direct member994 behaves like inviting members995 adds user as member996 displays the user's avatar in the member input token997 does not display an avatar in the member input token for an email address998 invites user by email999 invites user by username and invites user by email1000 when member is already a member by username1001 updates the member for that user1002 when member is already a member by email1003 updates the member for that email1004 when inviting a parent group member to the sub-entity1005 when role is higher than parent group membership1006 adds the user as a member on sub-entity with higher access level1007 when role is lower than parent group membership1008 fails with an error1009 when there are multiple users invited with errors1010 shows the partial user error and success and then removes them from the form1011 only shows the error for an invalid formatted email and does not display other member errors1012 member search results1013 does not show project_bots1014 as a signed out visitor viewing a public project1015 does not show the Invite members button when not signed in1016 project bots1017 does not show form used to change roles and "Expiration date" or the remove user button1018 when user has 2FA enabled1019 shows 2FA badge to user with "Maintainer" access level1020 shows 2FA badge to admins1021 does not show 2FA badge to users with access level below "Maintainer"1022 shows 2FA badge to themselves1023Projects > Files > User creates files1024 without committing a new file1025 when an user has write access1026 opens new file page1027 when an user does not have write access1028 opens new file page on a forked project1029 with committing a new file1030 when an user has write access1031 allows Chinese characters in file name1032 allows Chinese characters in directory name1033 does not allow directory traversal in file name1034 creates and commit a new file1035 creates and commit a new file with new lines at the end of file1036 creates and commit a new file with a directory name1037 creates and commit a new file specifying a new branch1038 when an user does not have write access1039 shows a message saying the file will be committed in a fork1040 creates and commit new file in forked project1041Group issues page1042 with shared examples1043 public access level1044 group member1045 is expected to have text "this is my created issuable"1046 non-member1047 is expected to have text "this is my created issuable"1048 private access level1049 group member1050 is expected to have text "this is my created issuable"1051 non-member1052 is expected not to have text "this is my created issuable"1053 rss feed1054 when signed in1055 behaves like an autodiscoverable RSS feed with current_user's feed token1056 has an RSS autodiscovery link tag with current_user's feed token1057 it has an RSS button with current_user's feed token1058 shows the RSS button with current_user's feed token1059 when signed out1060 behaves like an autodiscoverable RSS feed without a feed token1061 has an RSS autodiscovery link tag without a feed token1062 it has an RSS button without a feed token1063 shows the RSS button without a feed token1064 assignee1065 filters by only group users1066 issues list1067 returns all group and subgroup issues1068 when project is archived1069 does not render issue1070 group with no issues1071 shows issues from subgroups on issues list1072 projects with issues disabled1073 issue dropdown1074 shows projects only with issues feature enabled1075 manual ordering1076 displays all issues1077 has manual-ordering css applied1078 each issue item has a gl-cursor-grab css applied1079 issues should be draggable and persist order1080 issues should not be draggable when user is not logged in1081 issues pagination1082 shows the pagination1083Admin::AbuseReports1084 as an admin1085 displayed reports1086 only includes open reports by default1087 can be filtered by status, user, reporter, and category1088 can be sorted by created_at and updated_at in desc and asc order1089 can be actioned on1090 when abuse_reports_list feature flag is disabled1091 if a user has been reported for abuse1092 in the abuse report view1093 presents information about abuse report1094 in the profile page of the user1095 shows a link to the admin view of the user1096 if a many users have been reported for abuse1097 in the abuse report view1098 presents information about abuse report1099 filtering by user1100 shows only single user report1101User reverts a merge request1102 reverts a merge request1103 does not revert a merge request that was previously reverted1104 reverts a merge request in a new merge request1105 cannot revert a merge requests for an archived project1106Multi-file editor new file1107 creates file in current directory1108Group merge requests page1109 public access level1110 group member1111 is expected to have text "this is my created issuable"1112 non-member1113 is expected to have text "this is my created issuable"1114 private access level1115 group member1116 is expected to have text "this is my created issuable"1117 non-member1118 is expected not to have text "this is my created issuable"1119 archived issuable1120 hides archived merge requests1121 ignores archived merge request count badges in navbar1122 ignores archived merge request count badges in state-filters1123 when merge request assignee to user1124 is expected to have text "this is my created issuable"1125 group filtered search1126 filters by assignee only group users1127 will still show the navbar with no results1128 new merge request dropdown1129 shows projects only with merge requests feature enabled1130 empty state with no merge requests1131 shows an empty state, button to create merge request and no filters bar1132 with no open merge requests1133 shows an empty state, button to create merge request and filters bar1134User creates branch1135 when project is public with private repository1136 when user is an inherited member from the group1137 and user is a guest1138 behaves like renders not found page1139 is expected to have text "Page Not Found"1140 and user is a developer1141 behaves like creates new branch1142 is expected to have text "deploy_keys_21c507e6"1143 when project is private1144 when user is a direct project member1145 and user is a developer1146 when on new branch page1147 renders I18n supported text1148 behaves like creates new branch1149 is expected to have text "deploy_keys_9804c8a3"1150 when branch name is invalid1151 does not create new branch1152 when branch name already exists1153 does not create new branch1154 when user is an inherited member from the group1155 and user is a guest1156 behaves like renders not found page1157 is expected to have text "Page Not Found"1158 and user is a developer1159 behaves like creates new branch1160 is expected to have text "deploy_keys_63f82494"1161Cluster Health board1162 shows cluster board section within the page1163 no prometheus available1164 shows enable Prometheus message1165 when there is cluster with enabled prometheus1166 waiting for data1167 shows container and waiting for data message1168 connected, prometheus returns data1169 renders charts1170 focuses the single panel on toggle1171Profile > Account1172 Service sign-in1173 when an identity does not exist1174 allows the user to connect1175 when an identity already exists1176 allows the user to disconnect when there is an existing identity1177 shows active for a provider that is not allowed to unlink1178 Change username1179 the user is accessible via the new path1180 the old user path redirects to the new path1181 with a project1182 the project is accessible via the new path1183 the old project path redirects to the new path1184 Delete account1185 when there are no personal projects1186 does not show personal projects removal message1187 when one personal project exists1188 does show personal project removal message1189 when more than one personal projects exists1190 shows pluralized personal project removal message1191Users > Terms1192 shows the terms1193 does not show buttons to accept, decline or sign out1194 when user is a project bot1195 auto accepts the terms1196 when signed in1197 declining the terms1198 returns the user to the app1199 accepting the terms1200 returns the user to the app1201 when the user has already accepted the terms1202 allows the user to continue to the app1203 terms were enforced while session is active1204 redirects to terms and back to where the user was going1205 redirects back to the page the user was trying to save (PENDING: Temporarily skipped with xit)1206 when the terms are enforced1207 signing out1208 allows the user to sign out without a response1209Merge request > User approves1210 approves merge request1211Admin mode for workers1212 as a regular user1213 cannot delete user1214 as an admin user1215 when admin mode disabled1216 cannot delete user1217 when admin mode enabled1218 can delete user1219User creates confidential merge request on issue page1220 user has no private fork1221 shows that user has no fork available1222 user has private fork1223 create merge request in fork1224admin visits dashboard1225 counting forks1226 correctly counts 2 forks of a project1227 Users statistic1228 shows correct amounts of users1229 Version check1230 shows badge on CE1231User activates Slack notifications1232 when integration is not configured yet1233 activates integration1234 when integration is already configured1235 filters events by channel1236IDE merge request1237 user opens merge request1238Project > Commit > View user status1239 status for the commit author1240 behaves like showing user status1241 shows the status1242 status for a comment on the commit1243 behaves like showing user status1244 shows the status1245 status for a diff note on the commit1246 behaves like showing user status1247 shows the status1248Multi-file editor upload file1249 uploads text file1250GFM autocomplete1251 new milestone page1252 behaves like displays autocomplete menu for all entities1253 autocompletes all available entities1254 update milestone page1255 behaves like displays autocomplete menu for all entities1256 autocompletes all available entities1257Canonical link1258 behaves like does not show canonical link1259 is expected not to have xpath "//link[@rel=\"canonical\"]"1260 behaves like shows canonical link1261 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user193/project80/-/issues/1\"]"1262 behaves like shows canonical link1263 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user193/project80/-/issues?state=opened\"]"1264 behaves like does not show canonical link1265 is expected not to have xpath "//link[@rel=\"canonical\"]"1266 behaves like shows canonical link1267 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user193/project80\"]"1268 behaves like shows canonical link1269 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user193/project80?foo=bar\"]"1270 behaves like shows canonical link1271 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/explore/projects\"]"1272Alert management1273 when visiting the alert details page1274 when actor has permission to see the alert1275 shows the alert details1276 when alert belongs to an environment1277 shows the environment name1278Sentry1279 when enable_new_sentry_clientside_integration is disabled1280 does not load sentry if sentry is disabled1281 loads legacy sentry if sentry config is enabled1282 when enable_new_sentry_clientside_integration is enabled1283 does not load sentry if sentry settings are disabled1284 loads sentry if sentry settings are enabled1285Broadcast Messages1286 banner type1287 is not dismissable1288 does not replace placeholders1289 behaves like a Broadcast Messages1290 shows broadcast message1291 renders styled links1292 dismissable banner type1293 behaves like a Broadcast Messages1294 shows broadcast message1295 renders styled links1296 notification type1297 replaces placeholders1298 behaves like a Broadcast Messages1299 shows broadcast message1300 renders styled links1301Admin views hidden merge requests1302 # order random1303 when signed in as admin and viewing a hidden merge request1304 shows a hidden merge request icon1305Upload an attachment1306 with an integer project ID1307 behaves like handling file uploads1308 with object storage disabled1309 behaves like for an attachment1310 creates files1311 is expected to eq 2011312 with an encoded project ID1313 behaves like handling file uploads1314 with object storage disabled1315 behaves like for an attachment1316 creates files1317 is expected to eq 2011318Knapsack report was generated. Preview:1319{1320 "spec/features/admin/admin_runners_spec.rb": 430.7617718300007,1321 "spec/features/projects/members/manage_members_spec.rb": 193.16320184300093,1322 "spec/features/projects/files/user_creates_files_spec.rb": 132.95342205900124,1323 "spec/features/groups/issues_spec.rb": 85.89000768699952,1324 "spec/features/admin/admin_abuse_reports_spec.rb": 91.4015204440002,1325 "spec/features/merge_request/user_reverts_merge_request_spec.rb": 69.25258556600056,1326 "spec/features/projects/tree/create_file_spec.rb": 57.35660170600022,1327 "spec/features/groups/merge_requests_spec.rb": 44.53818737700021,1328 "spec/features/projects/branches/user_creates_branch_spec.rb": 46.663398726001105,1329 "spec/features/clusters/cluster_health_dashboard_spec.rb": 36.99346474900085,1330 "spec/features/profiles/account_spec.rb": 33.41629560199908,1331 "spec/features/users/terms_spec.rb": 27.62511885800086,1332 "spec/features/merge_request/user_approves_spec.rb": 21.914649678999922,1333 "spec/features/admin/admin_mode/workers_spec.rb": 20.48306562200014,1334 "spec/features/issues/user_creates_confidential_merge_request_spec.rb": 16.118760646000737,1335 "spec/features/admin/dashboard_spec.rb": 14.1716224339998,1336 "spec/features/projects/integrations/user_activates_slack_notifications_spec.rb": 11.125789103998613,1337 "spec/features/ide/user_opens_merge_request_spec.rb": 10.156833967999773,1338 "spec/features/projects/commit/user_views_user_status_on_commit_spec.rb": 8.810223712998777,1339 "spec/features/projects/tree/upload_file_spec.rb": 10.114856522000991,1340 "spec/features/groups/milestones/gfm_autocomplete_spec.rb": 8.932980542998848,1341 "spec/features/canonical_link_spec.rb": 4.70258735599964,1342 "spec/features/alert_management_spec.rb": 5.8810694759995386,1343 "spec/features/sentry_js_spec.rb": 3.8899682969986316,1344 "spec/features/broadcast_messages_spec.rb": 2.693070257999352,1345 "spec/features/merge_requests/admin_views_hidden_merge_requests_spec.rb": 2.510213744999419,1346 "spec/features/file_uploads/attachment_spec.rb": 1.86364270000012771347}1348Knapsack global time execution for tests: 23m 13s1349Pending: (Failures listed here are expected and do not affect your suite's status)1350 1) Users > Terms when signed in terms were enforced while session is active redirects back to the page the user was trying to save1351 # Temporarily skipped with xit1352 # ./spec/features/users/terms_spec.rb:1161353Finished in 23 minutes 17 seconds (files took 42.25 seconds to load)1354224 examples, 0 failures, 1 pending1355Randomized with seed 385941356[TEST PROF INFO] Time spent in factories: 01:45.703 (7.56% of total time)1357Failed to write to log, write log/workhorse-test.log: file already closed1358RSpec exited with 0.1359No examples to retry, congrats!1361Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1362Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1364Uploading artifacts...1365coverage/: found 5 matching artifact files and directories 1366crystalball/: found 2 matching artifact files and directories 1367WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1368knapsack/: found 3 matching artifact files and directories 1369WARNING: query_recorder/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1370rspec/: found 14 matching artifact files and directories 1371WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1372log/*.log: found 16 matching artifact files and directories 1373WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4031138629/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1374WARNING: Retrying... context=artifacts-uploader error=request redirected1375Uploading artifacts as "archive" to coordinator... 201 Created id=4031138629 responseStatus=201 Created token=64_s9p8T1376Uploading artifacts...1377rspec/junit_rspec.xml: found 1 matching artifact files and directories 1378WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4031138629/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1379WARNING: Retrying... context=artifacts-uploader error=request redirected1380Uploading artifacts as "junit" to coordinator... 201 Created id=4031138629 responseStatus=201 Created token=64_s9p8T1382Job succeeded