rspec system pg13 16/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-1681896980-9fa836d1...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: 129399, done. 25remote: Counting objects: 100% (129399/129399), done. 26remote: Compressing objects: 100% (84885/84885), done. 27remote: Total 129399 (delta 54003), reused 89052 (delta 39575), pack-reused 0 28Receiving objects: 100% (129399/129399), 122.83 MiB | 33.56 MiB/s, done.29Resolving deltas: 100% (54003/54003), 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...38Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-3.0-16 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_BJwEA43Downloading artifacts for retrieve-tests-metadata (4139146276)...44Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4139146276 responseStatus=200 OK token=64_BJwEA45Downloading artifacts for setup-test-env (4139146274)...46Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4139146274 responseStatus=200 OK token=64_BJwEA48Using 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 51 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_16_28_report.json752FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json753FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg13_16_28_report.json754NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg13_16_28_report.json755SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg13_16_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 0.699606366 seconds762Merge request > User uses quick actions763Starting the Capybara driver server...764 issuable common quick actions765 behaves like close quick action766 new merge_request767Capybara starting Puma...768* Version 5.6.5 , codename: Birdie's Version769* Min threads: 0, max threads: 4770* Listening on unix:///tmp/20230419-326-hv5giy771 creates the merge_request and interprets close quick action accordingly772 post note to existing merge_request773 creates the note and interprets the close quick action accordingly774 when current user cannot close merge_request775 does not close the merge_request776 preview of note on merge_request777 explains close quick action778 behaves like issuable time tracker779 renders the sidebar component empty state780 updates the sidebar component when estimate is added781 updates the sidebar component when spent is added782 shows the comparison when estimate and spent are added783 updates the sidebar component when estimate is removed784 updates the sidebar component when spent is removed785 shows the create timelog form when add button is clicked786 shows the time tracking report when link is clicked787 removes time log when delete is clicked in time tracking report788 merge-request-only commands789 behaves like merge quick action790 when updating the description791 merges the MR792 when creating a new note793 when the current user can merge the MR794 merges the MR795 when auto merge is available796 schedules to merge the MR797 when the head diff changes in the meanwhile798 does not merge the MR799 when the current user cannot merge the MR800 does not merge the MR801 behaves like rebase quick action802 when updating the description803 rebases the MR804 ignores /merge if /rebase is specified805 when creating a new note806 when the current user can rebase the MR807 rebase the MR808 when the merge request is closed809 does not rebase the MR810 when a rebase is in progress811 tells the user a rebase is in progress812 when there are conflicts in the merge request813 does not rebase the MR814 when the merge request branch is protected from force push815 does not rebase the MR816 when the current user cannot rebase the MR817 does not rebase the MR818Project issue boards819 signed in user820 no lists821 creates default lists822 with lists823 shows issues in lists824 search closed list825 search list826 allows user to delete board827 infinite scrolls list828 lists829 changes position of list830 dragging does not duplicate list831 without backlog and closed lists832 changes position of list833 issue card834 shows assignee835 filtering836 filters by author837 filters by milestone838 filters by label with encoded character839 removes filtered labels840 filters by clicking label button on issue841 removes label filter by clicking label button on issue842 issue board focus mode843 shows the button844 keyboard shortcuts845 allows user to use keyboard shortcuts846 signed out user847 displays lists848 does not show create new list849 does not allow dragging850 as guest user851 does not show create new list852CI Lint853 YAML parsing854 behaves like validates the YAML855 YAML is correct856 parses Yaml and displays the jobs857 YAML is incorrect858 displays information about an error859 when Dry Run is checked860 behaves like validates the YAML861 YAML is correct862 parses Yaml and displays the jobs863 YAML is incorrect864 displays information about an error865 YAML clearing866 YAML is present867 YAML content is cleared868User interacts with awards869 User interacts with awards in an issue870 toggles a custom award emoji871 adds an award emoji by a comment872 when a project is archived873 hides the add award button874 User interacts with awards on a note875 shows the award on the note876 allows adding a vote to an award877 allows adding a new emoji878 when the project is archived879 hides the buttons for adding new emoji880 does not allow toggling existing emoji881 User interacts with awards on an issue882 logged in883 adds award to issue884 when the issue is locked885 hides the add award button886 does not allow toggling existing emoji887 logged out888 does not see award menu button889 Awards Emoji890 authorized user891 visiting an issue with a legacy award emoji that is not valid anymore892 does not shows a 500 page893 Click award emoji from issue#show894 click the thumbsdown emoji895 increments the thumbsdown emoji896 decrements the thumbsup emoji897 execute /award quick action898 toggles the emoji award on noteable (PENDING: Temporarily skipped with xit)899 unauthorized user900 has disabled emoji button901Group issues page902 with shared examples903 public access level904 group member905 is expected to have text "this is my created issuable"906 non-member907 is expected to have text "this is my created issuable"908 private access level909 group member910 is expected to have text "this is my created issuable"911 non-member912 is expected not to have text "this is my created issuable"913 rss feed914 when signed in915 behaves like an autodiscoverable RSS feed with current_user's feed token916 has an RSS autodiscovery link tag with current_user's feed token917 it has an RSS button with current_user's feed token918 shows the RSS button with current_user's feed token919 when signed out920 behaves like an autodiscoverable RSS feed without a feed token921 has an RSS autodiscovery link tag without a feed token922 it has an RSS button without a feed token923 shows the RSS button without a feed token924 assignee925 filters by only group users926 issues list927 returns all group and subgroup issues928 when project is archived929 does not render issue930 group with no issues931 shows issues from subgroups on issues list932 projects with issues disabled933 issue dropdown934 shows projects only with issues feature enabled935 manual ordering936 displays all issues937 has manual-ordering css applied938 each issue item has a gl-cursor-grab css applied939 issues should be draggable and persist order940 issues should not be draggable when user is not logged in941 issues pagination942 shows the pagination943User edits snippet944 displays the snippet blob path and content945 updates the snippet946 updates the snippet with files attached947 updates the snippet to make it internal948 updates the snippet to make it public949 when the git operation fails950 renders edit page and displays the error951User Cluster952 when user does not have a cluster and visits cluster index page953 when user filled form with valid parameters954 user sees namespace per environment is enabled by default955 behaves like valid cluster user form956 user sees a cluster details page957 RBAC is enabled for the cluster958 user sees a cluster details page with RBAC enabled959 behaves like valid cluster user form960 user sees a cluster details page961 when user filled form with invalid parameters962 user sees a validation error963 when user does have a cluster and visits cluster page964 user sees a cluster details page965 when user disables the cluster966 user sees the successful message967 when user changes cluster parameters968 user sees the successful message969 when user destroys the cluster970 user sees creation form with the successful message971Admin Appearance972 create new appearance973 preview sign-in page appearance974 preview new project page appearance975 custom sign-in page976 custom new project page977 appearance logo978 appearance pwa icon979 header logos980 Favicon981 create new appearance982 preview sign-in page appearance983 preview new project page appearance984 custom sign-in page985 custom new project page986 appearance logo987 appearance pwa icon988 header logos989 Favicon990 Custom system header and footer991 when system header and footer messages are empty992 shows custom system header and footer fields993 when system header and footer messages are not empty994 shows custom system header and footer fields995 Profile page with custom profile image guidelines996 renders guidelines when set997 Custom system header and footer998 when system header and footer messages are empty999 shows custom system header and footer fields1000 when system header and footer messages are not empty1001 shows custom system header and footer fields1002 Profile page with custom profile image guidelines1003 renders guidelines when set1004Issue board filters1005 filters by assignee1006 behaves like loads all the users when opened1007 and submit one as filter1008 filters by author1009 behaves like loads all the users when opened1010 and submit one as filter1011 filters by label1012 loads all the labels when opened and submit one as filter1013 filters by releases1014 loads all the releases when opened and submit one as filter1015 filters by confidentiality1016 loads all the confidentiality options when opened and submit one as filter1017 filters by milestone1018 loads all the milestones when opened and submit one as filter1019 filters by reaction emoji1020 loads all the emojis when opened and submit one as filter1021 filters by type1022 loads all the types when opened and submit one as filter1023Two factor auths1024 when signed in1025 when user has two-factor authentication disabled1026 requires the current password to set up two factor authentication1027 when user authenticates with an external service1028 does not require the current password to set up two factor authentication1029 when invalid pin is provided1030 renders a error alert with a link to the troubleshooting section1031 when user has two-factor authentication enabled1032 requires the current_password to disable two-factor authentication1033 requires the current_password to regenerate recovery codes1034 when user authenticates with an external service1035 does not require the current_password to disable two-factor authentication1036 does not require the current_password to regenerate recovery codes1037Pages with Let's Encrypt1038 creates new domain with Let's Encrypt enabled by default1039 when the auto SSL management is initially disabled1040 enables auto SSL and dynamically updates the form accordingly1041 when the auto SSL management is initially enabled1042 disables auto SSL and dynamically updates the form accordingly1043 when we failed to obtain Let's Encrypt certificate1044 user can retry obtaining certificate1045 when auto_ssl is enabled for domain1046 user do not see private key1047 when auto_ssl is disabled for domain1048 user do not see private key1049 when certificate is provided by user1050 user sees certificate subject1051 user can delete the certificate1052 when letsencrypt is disabled1053 does not render the Let's Encrypt field1054 when auto_ssl is enabled for domain1055 user do not see private key1056 when auto_ssl is disabled for domain1057 user do not see private key1058 when certificate is provided by user1059 user sees certificate subject1060 user can delete the certificate1061a maintainer edits files on a source-branch of an MR from a fork1062 mentions commits will go to the source branch1063 allows committing to the source branch1064Admin Mode Logout1065 disable removes admin mode and redirects to root page1066 disable shows flash notice1067 on a read-only instance1068 disable removes admin mode and redirects to root page1069Group Package and registry settings1070 when packages feature is disabled on the group1071 the menu item is not visible1072 renders 404 when navigating to page1073 when packages feature is enabled on the group1074 the menu item is visible1075 has a page title set1076 sidebar menu is open1077 passes axe automated accessibility testing1078 has a Duplicate packages section1079 automatically saves changes to the server1080 shows an error on wrong regex1081 in a sub group1082 works correctly1083Projects > Members > Maintainer manages access requests1084 behaves like Maintainer manages access requests1085 maintainer can see access requests1086 maintainer can grant access1087 maintainer can deny access1088User edit preferences profile1089 allows the user to toggle their time format preference1090 allows the user to toggle their time display preference1091 allows the user to toggle using the legacy web ide1092 when vscode_web_ide feature flag is disabled1093 does not display the legacy web ide user preference1094 User changes tab width to acceptable value1095 shows success message1096 saves the value1097 User changes tab width to unacceptable value1098 shows error message1099admin manage applications1100 allows user to manage applications1101 when scopes are blank1102 returns an error1103Projects > Show > Download buttons1104 when checking project main page1105 behaves like archive download buttons1106 when static objects external storage is enabled1107 private project1108 shows archive download buttons with external storage URL prepended and user token appended to their href1109 public project1110 shows archive download buttons with external storage URL prepended to their href1111 when static objects external storage is disabled1112 shows default archive download buttons1113 with artifacts1114 shows download artifacts button1115 download links have download attribute1116User visits their profile1117 shows correct menu item1118 shows profile info1119 shows user readme1120 hides empty user readme1121 when user has groups1122 shows user groups1123Public Snippets1124 unauthenticated user should see public snippets1125 unauthenticated user should see raw public snippets1126Sort labels1127 sorts by title by default1128 sorts by date1129User clicks on merge request tabs1130 adds entry to page history1131Group activity page1132 when signed in1133 RSS1134 behaves like it has an RSS button with current_user's feed token1135 shows the RSS button with current_user's feed token1136 behaves like an autodiscoverable RSS feed with current_user's feed token1137 has an RSS autodiscovery link tag with current_user's feed token1138 when project is in the group1139 renders user joined to project event1140 when signed out1141 behaves like it has an RSS button without a feed token1142 shows the RSS button without a feed token1143 behaves like an autodiscoverable RSS feed without a feed token1144 has an RSS autodiscovery link tag without a feed token1145Milestones sorting1146 visit group milestones and sort by due_date_asc1147User uploads avatar to profile1148 they see their new avatar on their profile1149 their new avatar is immediately visible in the header and setting sidebar1150Projects > Members > Group member cannot leave group project1151 user does not see a "Leave project" link1152 renders a flash message if attempting to leave by url1153Tooltips on .timeago dates1154 on the activity tab1155 has the datetime formated correctly1156Static Object External Storage Content Security Policy1157 behaves like setting CSP1158 csp config and feature toggle1159 when no CSP config1160 does not add CSP directives1161 when a CSP config exists for connect-src1162 when feature is enabled1163 appends to connect-src1164 when feature is disabled1165 keeps original connect-src1166 when a CSP config exists for default-src but not connect-src1167 when feature is enabled1168 uses default-src values in connect-src1169 when feature is disabled1170 does not add connect-src1171 when a CSP config exists for font-src but not connect-src1172 when feature is enabled1173 uses default-src values in connect-src1174 when feature is disabled1175 does not add connect-src1176User RSS1177 when signed in1178 behaves like it has an RSS button with current_user's feed token1179 shows the RSS button with current_user's feed token1180 when signed out1181 behaves like it has an RSS button without a feed token1182 shows the RSS button without a feed token1183Knapsack report was generated. Preview:1184{1185 "spec/features/merge_request/user_uses_quick_actions_spec.rb": 325.769231338,1186 "spec/features/boards/boards_spec.rb": 210.846112242,1187 "spec/features/projects/ci/lint_spec.rb": 150.99388219799994,1188 "spec/features/issues/user_interacts_with_awards_spec.rb": 118.733432924,1189 "spec/features/groups/issues_spec.rb": 84.96299546,1190 "spec/features/snippets/user_edits_snippet_spec.rb": 79.48697461999996,1191 "spec/features/groups/clusters/user_spec.rb": 77.70684019800001,1192 "spec/features/admin/admin_appearance_spec.rb": 52.741729965000104,1193 "spec/features/boards/board_filters_spec.rb": 51.008680381999966,1194 "spec/features/profiles/two_factor_auths_spec.rb": 38.93351447300006,1195 "spec/features/projects/pages/user_edits_lets_encrypt_settings_spec.rb": 36.64178812,1196 "spec/features/merge_request/maintainer_edits_fork_spec.rb": 29.313161537000042,1197 "spec/features/admin/admin_mode/logout_spec.rb": 23.226470588999973,1198 "spec/features/groups/settings/packages_and_registries_spec.rb": 25.854744538999967,1199 "spec/features/projects/members/master_manages_access_requests_spec.rb": 19.1628290619999,1200 "spec/features/profiles/user_edit_preferences_spec.rb": 17.64398270300012,1201 "spec/features/admin/admin_manage_applications_spec.rb": 15.716849068000101,1202 "spec/features/projects/show/download_buttons_spec.rb": 12.542608110000174,1203 "spec/features/profiles/user_visits_profile_spec.rb": 9.664266836000024,1204 "spec/features/snippets/public_snippets_spec.rb": 11.563906704000146,1205 "spec/features/projects/labels/sort_labels_spec.rb": 8.681095285000083,1206 "spec/features/merge_request/user_clicks_merge_request_tabs_spec.rb": 7.710700509000162,1207 "spec/features/groups/activity_spec.rb": 6.939827889999833,1208 "spec/features/groups/milestones_sorting_spec.rb": 6.924426110000013,1209 "spec/features/uploads/user_uploads_avatar_to_profile_spec.rb": 4.719304268000087,1210 "spec/features/projects/members/group_member_cannot_leave_group_project_spec.rb": 4.8099179690000256,1211 "spec/features/dashboard/datetime_on_tooltips_spec.rb": 3.1817171049999615,1212 "spec/features/ide/static_object_external_storage_csp_spec.rb": 1.1941473320000568,1213 "spec/features/users/rss_spec.rb": 1.12202977600009041214}1215Knapsack global time execution for tests: 23m 57s1216Pending: (Failures listed here are expected and do not affect your suite's status)1217 1) User interacts with awards Awards Emoji authorized user Click award emoji from issue#show execute /award quick action toggles the emoji award on noteable1218 # Temporarily skipped with xit1219 # ./spec/features/issues/user_interacts_with_awards_spec.rb:3111220Finished in 24 minutes 1 second (files took 44.11 seconds to load)1221218 examples, 0 failures, 1 pending1222[TEST PROF INFO] Time spent in factories: 02:02.795 (8.51% of total time)1223Failed to write to log, write log/workhorse-test.log: file already closed1224RSpec exited with 0.1225No examples to retry, congrats!1227Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-16 due to policy1229Uploading artifacts...1230coverage/: found 5 matching artifact files and directories 1231WARNING: crystalball/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1232WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1233knapsack/: found 3 matching artifact files and directories 1234query_recorder/: found 2 matching artifact files and directories 1235rspec/: found 8 matching artifact files and directories 1236WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 1237log/*.log: found 16 matching artifact files and directories 1238WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4139146440/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1239WARNING: Retrying... context=artifacts-uploader error=request redirected1240Uploading artifacts as "archive" to coordinator... 201 Created id=4139146440 responseStatus=201 Created token=64_BJwEA1241Uploading artifacts...1242rspec/junit_rspec.xml: found 1 matching artifact files and directories 1243WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4139146440/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1244WARNING: Retrying... context=artifacts-uploader error=request redirected1245Uploading artifacts as "junit" to coordinator... 201 Created id=4139146440 responseStatus=201 Created token=64_BJwEA1247Job succeeded