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

🤖 GitLab Bot 🤖
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.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-mf8bef5g-project-278964-concurrent-0 via runner-mf8bef5g-shared-gitlab-org-1680167624-53c4fd53...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 | 32.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_WtUo745Downloading artifacts for detect-tests (4031138213)...46Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138213 responseStatus=200 OK token=64_WtUo747Downloading artifacts for retrieve-tests-metadata (4031138217)...48Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138217 responseStatus=200 OK token=64_WtUo749Downloading artifacts for setup-test-env (4031138204)...50Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4031138204 responseStatus=200 OK token=64_WtUo752Using 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 35 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_24_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_24_28_report.json844NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg13_single-db-ci-connection_24_28_report.json845SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg13_single-db-ci-connection_24_28_report.txt846CRYSTALBALL: 847Knapsack report generator started!848Run options: exclude {:quarantine=>true, :level=>"background_migration"}849Test environment set up in 0.872828177 seconds850Expand and collapse diffs851Starting the Capybara driver server...852Capybara starting Puma...853* Version 5.6.5 , codename: Birdie's Version854* Min threads: 0, max threads: 4855* Listening on unix:///tmp/20230330-359-a37gu7856 shows the diff content with a highlighted line when linking to line857 shows the diff content when linking to file858 visiting a commit with collapsed diffs859 shows small diffs immediately860 shows non-renderable diffs as such immediately, regardless of their size861 does not allow diffs that are larger than the maximum size to be expanded862 shows image diffs immediately, regardless of their size863 expanding a diff for a renamed file864 shows the old content865 shows the new content866 expanding a large diff867 shows the diff content868 adding a comment to the expanded diff869 adds the comment870 reloading the page871 collapses the large diff by default872 expanding the diff873 shows the diff content874 shows the diff comment875 collapsing an expanded diff876 hides the diff content877 re-expanding the same diff878 shows the diff content879 expanding a diff when symlink was converted to a regular file880 shows the content of the regular file881 visiting a commit without collapsed diffs882 does not show Expand all button883 visiting a commit with more than safe files884 does collapsing from the safe number of files to the end on small files885 visiting a commit with more than safe lines886 does collapsing from the safe number of lines to the end887 expanding all diffs888 reloads the page with all diffs expanded889 collapsing an expanded diff890 hides the diff content891 re-expanding the same diff892 shows the diff content893Task Lists894 for Issues895 multiple tasks896 renders897 contains the required selectors898 is only editable by author899 provides a summary on Issues#index900 single incomplete task901 renders902 provides a summary on Issues#index903 single complete task904 renders905 provides a summary on Issues#index906 for Notes907 multiple tasks908 renders for note body909 contains the required selectors910 is only editable by author911 single incomplete task912 renders for note body913 single complete task914 renders for note body915 for Merge Requests916 when merge request is open917 provides a summary on MergeRequests#index918 behaves like multiple tasks919 renders for description920 contains the required selectors921 is only editable by author922 when merge request is closed923 behaves like multiple tasks924 renders for description925 contains the required selectors926 is only editable by author927 single incomplete task928 renders for description929 provides a summary on MergeRequests#index930 single complete task931 renders for description932 provides a summary on MergeRequests#index933 markdown task edge cases934 commented tasks935 renders936 tasks in code blocks937 renders938 summary with no blank line939 renders940 summary properly formatted941 renders942 markdown starting with new line character943 allows the task to be checked944Thread Comments Merge Request945 behaves like thread comments for issue, epic and merge request946 clicking "Comment" will post a comment947 when the toggle is clicked948 has a "Comment" item (selected by default) and "Start thread" item949 closes the menu when clicking the toggle or body950 when selecting "Start thread"951 creating a thread952 clicking "Start thread" will post a thread and show a reply component953 can be replied to954 can be collapsed955 can be replied to after resolving956 shows resolved thread when toggled957 when opening the menu958 has "Start thread" selected959 when selecting "Comment"960 updates the submit button text and closes the dropdown961 updates the close button text962 typing does not change the close button text963 has "Comment" selected when opening the menu964 on a closed merge request965 shows a 'Comment & reopen merge request' button966 shows a 'Start thread & reopen merge request' button when 'Start thread' is selected967Merge request > User merges when pipeline succeeds968 when there is active pipeline for merge request969 enabling Merge when pipeline succeeds970 when enabled immediately971 behaves like Merge when pipeline succeeds activator972 activates the Merge when pipeline succeeds feature973 when enabled after it was previously canceled974 behaves like Merge when pipeline succeeds activator975 activates the Merge when pipeline succeeds feature976 when it was enabled and then canceled977 behaves like Merge when pipeline succeeds activator978 activates the Merge when pipeline succeeds feature979 when merge when pipeline succeeds is enabled980 allows to cancel the automatic merge981 when pipeline succeeds982 merges merge request983 view merge request with MWPS enabled but automatically merge fails984 shows information about the merge error985 view merge request with MWPS enabled but automatically merge fails986 shows information about the merge error987 when pipeline is not active988 does not allow to enable merge when pipeline succeeds989User views issues990 when signed in as developer991 when project is public992 open issues993 shows open issues994 opens issues by label995 opens issue996 closed issues997 shows closed issues998 opens issue999 all issues1000 shows all issues1001 opens issue1002 when project is internal1003 open issues1004 shows open issues1005 opens issues by label1006 opens issue1007 closed issues1008 shows closed issues1009 opens issue1010 all issues1011 shows all issues1012 opens issue1013 when not signed in1014 when project is public1015 open issues1016 shows open issues1017 opens issues by label1018 opens issue1019 closed issues1020 shows closed issues1021 opens issue1022 all issues1023 shows all issues1024 opens issue1025Merge request > User merges only if pipeline succeeds1026 project does not have CI enabled1027 allows MR to be merged1028 when project has CI enabled1029 when merge requests can only be merged if the pipeline succeeds1030 when CI is running1031 does not allow to merge immediately1032 when CI failed1033 does not allow MR to be merged1034 when CI canceled1035 does not allow MR to be merged1036 when CI succeeded1037 allows MR to be merged1038 when CI skipped1039 does not allow MR to be merged1040 when merge requests can be merged when the build failed1041 when CI is running1042 allows MR to be merged immediately1043 when CI failed1044 allows MR to be merged1045 when CI succeeded1046 allows MR to be merged1047Private Group access1048 Group should be private1049 #private?1050 is expected to be truthy1051 GET /groups/:path1052 is expected to be allowed for owner1053 is expected to be allowed for maintainer1054 is expected to be allowed for developer1055 is expected to be allowed for reporter1056 is expected to be allowed for guest1057 is expected to be allowed for the specified user1058 is expected to be denied for user1059 is expected to be denied for external1060 is expected to be denied for visitor1061 when admin mode is enabled1062 is expected to be allowed for admin1063 when admin mode is disabled1064 is expected to be denied for admin1065 GET /groups/:path/-/issues1066 is expected to be allowed for owner1067 is expected to be allowed for maintainer1068 is expected to be allowed for developer1069 is expected to be allowed for reporter1070 is expected to be allowed for guest1071 is expected to be allowed for the specified user1072 is expected to be denied for user1073 is expected to be denied for external1074 is expected to be denied for visitor1075 when admin mode is enabled1076 is expected to be allowed for admin1077 when admin mode is disabled1078 is expected to be denied for admin1079 GET /groups/:path/-/merge_requests1080 is expected to be allowed for owner1081 is expected to be allowed for maintainer1082 is expected to be allowed for developer1083 is expected to be allowed for reporter1084 is expected to be allowed for guest1085 is expected to be allowed for the specified user1086 is expected to be denied for user1087 is expected to be denied for external1088 is expected to be denied for visitor1089 when admin mode is enabled1090 is expected to be allowed for admin1091 when admin mode is disabled1092 is expected to be denied for admin1093 GET /groups/:path/-/group_members1094 is expected to be allowed for owner1095 is expected to be allowed for maintainer1096 is expected to be allowed for developer1097 is expected to be allowed for reporter1098 is expected to be allowed for guest1099 is expected to be denied for the specified user1100 is expected to be denied for user1101 is expected to be denied for external1102 is expected to be denied for visitor1103 when admin mode is enabled1104 is expected to be allowed for admin1105 when admin mode is disabled1106 is expected to be denied for admin1107 GET /groups/:path/-/edit1108 is expected to be allowed for owner1109 is expected to be denied for maintainer1110 is expected to be denied for developer1111 is expected to be denied for reporter1112 is expected to be denied for guest1113 is expected to be denied for the specified user1114 is expected to be denied for user1115 is expected to be denied for visitor1116 is expected to be denied for external1117 when admin mode is enabled1118 is expected to be allowed for admin1119 when admin mode is disabled1120 is expected to be denied for admin1121 GET /groups/:path for shared projects1122 is expected to be allowed for owner1123 is expected to be allowed for maintainer1124 is expected to be allowed for developer1125 is expected to be allowed for reporter1126 is expected to be allowed for guest1127 is expected to be denied for the specified user1128 is expected to be denied for user1129 is expected to be denied for external1130 is expected to be denied for visitor1131 when admin mode is enabled1132 is expected to be allowed for admin1133 when admin mode is disabled1134 is expected to be denied for admin1135Merge requests > User mass updates1136 status1137 does not exist in merged state1138 close merge request1139 closes merge request1140 reopen merge request1141 reopens merge request1142 assignee1143 set assignee1144 updates merge request with assignee1145 remove assignee1146 removes assignee from the merge request1147 milestone1148 set milestone1149 updates merge request with milestone1150 unset milestone1151 removes milestone from the merge request1152User edits Release1153 renders the breadcrumbs1154 renders the edit Release form1155 does not update the Release when "Cancel" is clicked1156 updates the Release when "Save changes" is clicked1157 does not affect the asset link1158 redirects to the previous page when "Cancel" is clicked when the url includes a back_url query parameter1159 redirects to the main Releases page when "Cancel" is clicked when the url does not include a back_url query parameter1160 redirects to the dedicated Release page when "Save changes" is clicked1161File blame1162 displays the blame page without pagination1163 as a developer1164 does not display lock, replace and delete buttons1165 when blob length is over the blame range limit1166 displays two first lines of the file with pagination1167 when user clicks on the next button1168 displays next two lines of the file with pagination1169 correctly redirects to the prior blame page1170 when streaming is disabled1171 behaves like a full blame page1172 when user clicks on Show full blame button1173 displays the blame page without pagination1174 when streaming is enabled1175 shows loading text1176 behaves like a full blame page1177 when user clicks on Show full blame button1178 displays the blame page without pagination1179 when feature flag disabled1180 displays the blame page without pagination1181 when blob length is over global max page limit1182 displays two hundred lines of the file with pagination1183 when user clicks on the next button1184 displays next two hundred lines of the file with pagination1185Projects > Files > User replaces files1186 when an user has write access1187 replaces an existed file with a new one1188 when an user does not have write access1189 replaces an existed file with a new one in a forked project1190Slack slash commands1191 shows a token placeholder1192 shows a help message1193 redirects to the integrations page after saving but not activating1194 redirects to the integrations page after activating1195 shows the correct trigger url1196 shows help content1197Admin Mode Logout1198 disable removes admin mode and redirects to root page1199 disable shows flash notice1200 on a read-only instance1201 disable removes admin mode and redirects to root page1202User views issue1203 is expected to have header with correct id and link 1, "Description header", and "description-header"1204 shows the merge request and issue actions1205 behaves like page meta description1206 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown1207 when the project is archived1208 hides the merge request and issue actions1209 user status1210 when showing status of the author of the issue1211 behaves like showing user status1212 shows the status1213 when showing status of a user who commented on an issue1214 behaves like showing user status1215 shows the status1216 when status message has an emoji1217 correctly renders the emoji1218Import/Export - project import integration test1219 when selecting the namespace1220 user imports an exported project successfully1221 invalid project1222Maintainer deletes protected tag1223 from the tags list page1224 deletes the tag1225 from a specific tag page1226 deletes the tag1227Projects > Settings > User tags a project1228 select existing topic1229 select new topic1230Merge request > Context commits1231 opens modal1232Group share with group lock1233 with a subgroup1234 when enabling the parent group share with group lock1235 the subgroup share with group lock becomes enabled1236 when disabling the parent group share with group lock (which was already enabled)1237 and the subgroup share with group lock is enabled1238 the subgroup share with group lock does not change1239 but the subgroup share with group lock is disabled1240 the subgroup share with group lock does not change1241Issue prioritization1242 when issues have one label1243 are sorted properly1244 when issues have multiple labels1245 are sorted properly1246Projects > Settings > Repository > Branch rules settings1247 for developer1248 is not allowed to view1249 for maintainer1250 Branch rules1251 renders breadcrumbs1252 renders branch rules page1253 branch_rules feature flag disabled1254 does not render branch rules content1255Milestones sorting1256 visit group milestones and sort by due_date_asc1257Create GitLab branches from Jira1258 select project and branch and submit the form1259Projects > Files > User views files page1260 user sees folders and submodules sorted together, followed by files1261Create a CRM contact1262 creates a new contact1263Projects > Members > Anonymous user sees members1264 anonymous user visits the project's members page and sees the list of members1265Session TTLs1266 creates a session with a short TTL when login fails1267 increases the TTL when the login succeeds1268 with an unauthorized project1269 creates a session with a short TTL1270AdditionalEmailToExistingAccount1271 add secondary email associated with account1272 verifies confirmation of additional email1273 accepts any pending invites for an email confirmation1274Knapsack report was generated. Preview:1275{1276 "spec/features/expand_collapse_diffs_spec.rb": 262.6750994260001,1277 "spec/features/task_lists_spec.rb": 199.10499502499988,1278 "spec/features/discussion_comments/merge_request_spec.rb": 156.4139506600004,1279 "spec/features/merge_request/user_merges_when_pipeline_succeeds_spec.rb": 111.68144073099938,1280 "spec/features/issues/user_views_issues_spec.rb": 111.46703961599997,1281 "spec/features/merge_request/user_merges_only_if_pipeline_succeeds_spec.rb": 74.14050864700039,1282 "spec/features/security/group/private_access_spec.rb": 56.50904700499996,1283 "spec/features/merge_requests/user_mass_updates_spec.rb": 52.81402401000014,1284 "spec/features/projects/releases/user_views_edit_release_spec.rb": 45.19784675500159,1285 "spec/features/projects/blobs/blame_spec.rb": 37.616971907000334,1286 "spec/features/projects/files/user_replaces_files_spec.rb": 30.42171431600036,1287 "spec/features/projects/integrations/user_activates_slack_slash_command_spec.rb": 37.70241811699998,1288 "spec/features/admin/admin_mode/logout_spec.rb": 22.266679116999512,1289 "spec/features/issues/user_views_issue_spec.rb": 25.618437967999853,1290 "spec/features/projects/import_export/import_file_spec.rb": 17.532320532000085,1291 "spec/features/tags/maintainer_deletes_protected_tag_spec.rb": 14.745954852000068,1292 "spec/features/projects/settings/user_tags_project_spec.rb": 12.241736853000475,1293 "spec/features/merge_request/user_opens_context_commits_modal_spec.rb": 11.335293207999712,1294 "spec/features/groups/share_lock_spec.rb": 7.9675572180003655,1295 "spec/features/projects/labels/issues_sorted_by_priority_spec.rb": 9.150001645000884,1296 "spec/features/projects/settings/branch_rules_settings_spec.rb": 7.273942990999785,1297 "spec/features/groups/milestones_sorting_spec.rb": 6.316563861000759,1298 "spec/features/jira_connect/branches_spec.rb": 6.911386028999914,1299 "spec/features/projects/files/files_sort_submodules_with_folders_spec.rb": 4.522479589000795,1300 "spec/features/groups/crm/contacts/create_spec.rb": 4.216015608999442,1301 "spec/features/projects/members/anonymous_user_sees_members_spec.rb": 3.573381567000979,1302 "spec/features/users/anonymous_sessions_spec.rb": 2.0790459829986503,1303 "spec/features/users/add_email_to_existing_account_spec.rb": 1.9410880670002371304}1305Knapsack global time execution for tests: 22m 13s1306Finished in 22 minutes 17 seconds (files took 39.24 seconds to load)1307241 examples, 0 failures1308[TEST PROF INFO] Time spent in factories: 01:57.288 (8.76% of total time)1309Failed to write to log, write log/workhorse-test.log: file already closed1310RSpec exited with 0.1311No examples to retry, congrats!1313Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1314Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1316Uploading artifacts...1317coverage/: found 5 matching artifact files and directories 1318crystalball/: found 2 matching artifact files and directories 1319WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1320knapsack/: found 3 matching artifact files and directories 1321WARNING: query_recorder/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1322rspec/: found 14 matching artifact files and directories 1323WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1324log/*.log: found 17 matching artifact files and directories 1325WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4031138761/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1326WARNING: Retrying... context=artifacts-uploader error=request redirected1327Uploading artifacts as "archive" to coordinator... 201 Created id=4031138761 responseStatus=201 Created token=64_WtUo71328Uploading artifacts...1329rspec/junit_rspec.xml: found 1 matching artifact files and directories 1330WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4031138761/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1331WARNING: Retrying... context=artifacts-uploader error=request redirected1332Uploading artifacts as "junit" to coordinator... 201 Created id=4031138761 responseStatus=201 Created token=64_WtUo71334Job succeeded