rspec system pg12 8/28
Passed Started
by
@stanhu

Stan Hu
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on green-1.shared-gitlab-org.runners-manager.gitlab.com/default Mf8beF5G3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:c5abf812eff57d99cd4ae9b4d688261207b59905c5d0ca50c5e57f75669dbf10 for postgres:12 with digest postgres@sha256:a66060c3beab11e6f8eac5581c28df727539653a3c11e860847b14149e678d3e ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:83c577984741ab5b2e78640e0524852998d539ea3961e6d56680f336371f5c83 for redis:6.0-alpine with digest redis@sha256:459e91c5fe54134da1601ef85a4d9bc40c953862737fdfbe8f3c2b2a3eb6b20b ...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-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...18Running on runner-mf8bef5g-project-278964-concurrent-0 via runner-mf8bef5g-shared-gitlab-org-1668127639-db14ddea...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: 134695, done. 25remote: Counting objects: 100% (134695/134695), done. 26remote: Compressing objects: 100% (87197/87197), done. 27remote: Total 134695 (delta 60835), reused 93449 (delta 42513), pack-reused 0 28Receiving objects: 100% (134695/134695), 116.52 MiB | 33.00 MiB/s, done.29Resolving deltas: 100% (60835/60835), done.31 * [new ref] refs/pipelines/691761438 -> refs/pipelines/69176143832 * [new branch] master -> origin/master33Checking out 0a62f4a6 as master...34Skipping Git submodules setup35$ git remote set-url origin "${CI_REPOSITORY_URL}"37Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...38Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-16 39Successfully extracted cache40Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...41Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 42Successfully extracted cache44Downloading artifacts for compile-test-assets (3307837569)...45Downloading artifacts from coordinator... ok id=3307837569 responseStatus=200 OK token=-3Lb8xd846Downloading artifacts for detect-tests (3307837577)...47Downloading artifacts from coordinator... ok id=3307837577 responseStatus=200 OK token=-3Lb8xd848Downloading artifacts for retrieve-tests-metadata (3307837579)...49Downloading artifacts from coordinator... ok id=3307837579 responseStatus=200 OK token=-3Lb8xd850Downloading artifacts for setup-test-env (3307837573)...51Downloading artifacts from coordinator... ok id=3307837573 responseStatus=200 OK token=-3Lb8xd853Using docker image sha256:5c5404ecc69273636c3ef49645be715ef30ea99e51ad146a2efbeac2a1875f9c for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:b032fe79dc0bf3ebfaeb610c82eacc500fbd0ec6e01889444011cf5a72b4135d ...54$ echo $FOSS_ONLY55$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb56$ export GOPATH=$CI_PROJECT_DIR/.go57$ mkdir -p $GOPATH58$ source scripts/utils.sh59$ source scripts/prepare_build.sh688Using decomposed database config (config/database.yml.decomposed-postgresql)689$ setup_db_user_only690CREATE ROLE691GRANT692==> 'setup_db_user_only' succeeded in 0 seconds.693$ bundle exec rake db:drop db:create db:schema:load db:migrate694Dropped database 'gitlabhq_test'695Dropped database 'gitlabhq_test_ci'696Dropped database 'gitlabhq_geo_test'697Created database 'gitlabhq_test'698Created database 'gitlabhq_test_ci'699Created database 'gitlabhq_geo_test'700==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 33 seconds.701$ setup_db_praefect702SELECT pg_catalog.set_config('search_path', '', false);703CREATE DATABASE praefect_test ENCODING 'UTF8';704==> 'setup_db_praefect' succeeded in 0 seconds.705$ source ./scripts/rspec_helpers.sh706$ run_timed_command "gem install knapsack --no-document"707$ gem install knapsack --no-document708Successfully installed knapsack-4.0.07091 gem installed710==> 'gem install knapsack --no-document' succeeded in 1 seconds.711$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"825$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"826SKIP_FLAKY_TESTS_AUTOMATICALLY: true827RETRY_FAILED_TESTS_IN_NEW_PROCESS: true828KNAPSACK_GENERATE_REPORT: true829FLAKY_RSPEC_GENERATE_REPORT: true830KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb831KNAPSACK_LOG_LEVEL: debug832KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_8_28_report.json833FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json834FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_8_28_report.json835NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_8_28_report.json836SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_8_28_report.txt837RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_8_28_report.txt838CRYSTALBALL: 839Knapsack report generator started!840Run options: exclude {:quarantine=>true, :level=>"migration"}841Test environment set up in 0.822368673 seconds842Merge request > User resolves diff notes and threads843Starting the Capybara driver server...844 no threads845Capybara starting Puma...846* Version 5.6.5 , codename: Birdie's Version847* Min threads: 0, max threads: 4848* Listening on unix:///tmp/20221111-466-v1ft38849 displays no thread resolved data850 as authorized user851 single thread852 shows text with how many threads853 allows user to mark a note as resolved854 allows user to mark thread as resolved855 allows user to unresolve thread856 allows user to resolve from reply form without a comment857 allows user to comment & resolve thread858 allows user to quickly scroll to next unresolved thread859 hides jump to next button when all resolved860 updates updated text after resolving note861 hides jump to next thread button862 resolved thread863 timeline view864 hides when resolve thread is clicked865 shows resolved thread when toggled866 renders tables in lazy-loaded resolved diff dicussions867 side-by-side view868 hides when resolve thread is clicked869 reply form870 allows user to comment871 allows user to unresolve from reply form without a comment872Skipping ./spec/features/merge_request/user_resolves_diff_notes_and_discussions_resolve_spec.rb[1:2:1:5:3:3] 'Merge request > User resolves diff notes and threads as authorized user single thread resolved thread reply form allows user to comment & unresolve thread' because it's flaky.873 allows user to comment & unresolve thread (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)874 multiple notes875 marks thread as resolved when resolving single note876 resolves thread877 muliple threads878 shows text with how many threads879 allows user to mark a single note as resolved880 allows user to mark all notes as resolved881 allows user to mark all threads as resolved882 allows user to quickly scroll to next unresolved thread883 updates updated text after resolving note884 displays next thread even if hidden885 changes tab886 shows text with how many threads887 allows user to mark a note as resolved888 allows user to mark thread as resolved889 allows user to unresolve thread890 allows user to comment & resolve thread891 allows user to comment & unresolve thread892 as a guest893 someone elses merge request894 does not allow user to mark note as resolved895 does not allow user to mark thread as resolved896 guest users merge request897 allows user to mark a note as resolved898 unauthorized user899 no resolved comments900 does not allow user to mark note as resolved901Thread Comments Merge Request902 behaves like thread comments for issue, epic and merge request903 clicking "Comment" will post a comment904 when the toggle is clicked905 has a "Comment" item (selected by default) and "Start thread" item906 closes the menu when clicking the toggle or body907 when selecting "Start thread"908 creating a thread909 clicking "Start thread" will post a thread and show a reply component910 can be replied to911 can be collapsed912 can be replied to after resolving913 shows resolved thread when toggled914 when opening the menu915 has "Start thread" selected916 when selecting "Comment"917 updates the submit button text and closes the dropdown918 updates the close button text919 typing does not change the close button text920 has "Comment" selected when opening the menu921 on a closed merge request922 shows a 'Comment & reopen merge request' button923 shows a 'Start thread & reopen merge request' button when 'Start thread' is selected924User interacts with awards925 User interacts with awards in an issue926 toggles a custom award emoji927 adds an award emoji by a comment928 when a project is archived929 hides the add award button930 User interacts with awards on a note931 shows the award on the note932 allows adding a vote to an award933 allows adding a new emoji934 when the project is archived935 hides the buttons for adding new emoji936 does not allow toggling existing emoji937 User interacts with awards on an issue938 logged in939 adds award to issue940 when the issue is locked941 hides the add award button942 does not allow toggling existing emoji943 logged out944 does not see award menu button945 Awards Emoji946 authorized user947 visiting an issue with a legacy award emoji that is not valid anymore948 does not shows a 500 page949 Click award emoji from issue#show950 click the thumbsdown emoji951 increments the thumbsdown emoji952 decrements the thumbsup emoji953 execute /award quick action954 toggles the emoji award on noteable (PENDING: Temporarily skipped with xit)955 unauthorized user956 has disabled emoji button957Create notes on issues958Skipping ./spec/features/issues/notes_on_issues_spec.rb[1:7] 'Create notes on issues highlights the current user in a comment' because it's flaky.959 highlights the current user in a comment (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)960 mentioning issue on a private project961 behaves like notes with reference962 creates a note with reference and cross references the issue963 mentioning issue on an internal project964 behaves like notes with reference965 creates a note with reference and cross references the issue966 mentioning issue on a public project967 behaves like notes with reference968 creates a note with reference and cross references the issue969 mentioning merge request on a private project970 behaves like notes with reference971Skipping ./spec/features/issues/notes_on_issues_spec.rb[1:4:1:1] 'Create notes on issues mentioning merge request on a private project behaves like notes with reference creates a note with reference and cross references the issue' because it's flaky.972 creates a note with reference and cross references the issue (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)973 mentioning merge request on an internal project974 behaves like notes with reference975 creates a note with reference and cross references the issue976 mentioning merge request on a public project977 behaves like notes with reference978 creates a note with reference and cross references the issue979 when the issue is closed via a merge request980 behaves like when reference belongs to a private project981 when the user does not have permission to see the reference982 does not show the user the reference983 when the user has permission to see the reference984 shows the user the reference985 when the issue is closed via a commit986 behaves like when reference belongs to a private project987 when the user does not have permission to see the reference988 does not show the user the reference989 when the user has permission to see the reference990Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/spec/features/issues/notes_on_issues_spec.rb:125991 shows the user the reference992Environment > Metrics993 without deployments994 behaves like has environment selector995 has a working environment selector996 with deployments and related deployable present997 shows metrics998 behaves like has environment selector999 has a working environment selector1000Service Desk Issue Tracker1001 navigation to service desk1002 can navigate to the service desk from link in the sidebar1003 issue page1004 shows service_desk_reply_to in issue header1005 issues list1006 when service desk is supported1007 when there are no issues1008 service desk info content1009 displays the large info box, documentation, and the address1010 when user does not have permission to edit project settings1011 displays the large info box and the documentation link1012 when there are issues1013 service desk info content1014 displays the small info box, documentation, a button to configure service desk, and the address1015 issues list1016 only displays issues created by support bot1017 shows service_desk_reply_to in issues list1018 search box1019 adds hidden support bot author token1020 support bot author token cannot be deleted1021 support bot author token has been properly added1022 when service desk is not supported1023 service desk info content1024 when user has permissions to edit project settings1025 informs user to setup incoming email to turn on support for Service Desk1026 when user does not have permission to edit project settings1027 informs user to contact an administrator to enable service desk1028User sorts issues1029 sorts by popularity1030 sorts by newest1031 sorts by most recently updated1032 sorting by due date1033 sorts by due date1034 sorts by due date by excluding nil due dates1035 with a filter on labels1036 sorts by least recently due date by excluding nil due dates1037 sorting by milestone1038 sorts by milestone1039 combine filter and sort1040 sorts with a filter applied1041Terraform1042 when user is a terraform administrator1043 when user does not have any terraform states and visits the index page1044 sees an empty state1045 when user has a terraform state1046 when user visits the index page1047 displays a tab with states count1048 displays a table with terraform states1049 displays terraform actions dropdown1050 displays terraform information1051 when clicking on copy Terraform init command1052 shows the modal with the init command1053 when user is a terraform developer1054 when user visits the index page1055 displays a table without an action dropdown1056Merge request > User cherry-picks1057 Viewing a merged merge request1058 without a merge commit1059 does not show a Cherry-pick button1060 with a merge commit1061 shows a Cherry-pick button1062 hides the cherry pick button for an archived project1063 and seeing the cherry-pick modal1064 shows the cherry-pick modal1065Project > Tags1066 when visiting tags index page1067 shows tag information1068 can create new release1069 can edit existing release1070 when visiting individual tag page1071 shows tag information1072 can create new release1073 can edit existing release1074viewing an issue with cross project references1075 shows all information related to the cross project reference1076 shows a link to the confidential issue in the same project1077 does not show the link to a cross project confidential issue when the user does not have access1078 shows the link to a cross project confidential issue when the user has access1079 when an external authorization service is enabled1080 only hits the external service for the project the user is viewing1081 shows only the link to the cross project references1082 does not link a cross project confidential issue if the user does not have access1083 links a cross project confidential issue without exposing information when the user has access1084 shows a link to the confidential issue in the same project1085User follows pipeline suggest nudge spec when feature is enabled1086 viewing the new blob page1087 when the page is loaded from the link using the suggest_gitlab_ci_yml param1088 pre-fills .gitlab-ci.yml for file name1089 chooses the .gitlab-ci.yml Template Type1090 displays suggest_gitlab_ci_yml popover1091 sets the commit cookie when the Commit button is clicked1092 when the page is visited without the param1093 does not pre-fill .gitlab-ci.yml for file name1094 does not choose the .gitlab-ci.yml Template Type1095 does not display suggest_gitlab_ci_yml popover1096User searches for projects1097 when signed out1098 when block_anonymous_global_searches is disabled1099 does not show top right search form1100 finds a project1101 preserves the group being searched in1102 preserves the project being searched in1103 when search times out1104 renders timeout information1105 sets tab count to 01106 when block_anonymous_global_searches is enabled1107 is redirected to login page1108Profile > Applications1109 User manages applications1110 views an application1111 deletes an application1112 Authorized applications1113 deletes an authorized application1114 deletes an anonymous authorized application1115 with multiple access token types and multiple owners1116 displays the correct authorized applications1117Merge requests > User filters by multiple criteria1118 filtering by label:~"Won't fix" and assignee:~bug1119 applies the filters1120 filtering by text, author, assignee, milestone, and label1121 filters by text, author, assignee, milestone, and label1122Display system header and footer bar1123 when authenticated1124 when system header and footer are not configured1125 behaves like system header is not configured1126 does not show system header1127 behaves like system footer is not configured1128 does not show system footer1129 when only system header is defined1130 behaves like system header is configured1131 shows system header1132 shows the correct content1133 behaves like system footer is not configured1134 does not show system footer1135 when only system footer is defined1136 behaves like system header is not configured1137 does not show system header1138 behaves like system footer is configured1139 shows system footer1140 shows the correct content1141 when system header and footer are defined1142 behaves like system header is configured1143 shows system header1144 shows the correct content1145 behaves like system footer is configured1146 shows system footer1147 shows the correct content1148 when not authenticated1149 when system header and footer are not configured1150 behaves like system header is not configured1151 does not show system header1152 behaves like system footer is not configured1153 does not show system footer1154 when only system header is defined1155 behaves like system header is configured1156 shows system header1157 shows the correct content1158 behaves like system footer is not configured1159 does not show system footer1160 when only system footer is defined1161 behaves like system header is not configured1162 does not show system header1163 behaves like system footer is configured1164 shows system footer1165 shows the correct content1166 when system header and footer are defined1167 behaves like system header is configured1168 shows system header1169 shows the correct content1170 behaves like system footer is configured1171 shows system footer1172 shows the correct content1173User views Release1174 renders the breadcrumbs1175 renders the release details1176 behaves like page meta description1177 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown1178Issues > User sees empty state1179 while user is signed out1180 empty state1181 user sees empty state1182 behaves like empty state with filters1183 user sees empty state with filters1184 while user is signed in1185 empty state1186 user sees empty state1187 behaves like empty state with filters1188 user sees empty state with filters1189Projects > Members > Group requester cannot request access to project1190 group requester does not see the request access / withdraw access request button1191User clicks on merge request tabs1192 adds entry to page history1193GFM autocomplete1194 new milestone page1195 behaves like displays autocomplete menu for all entities1196 autocompletes all available entities1197 update milestone page1198 behaves like displays autocomplete menu for all entities1199 autocompletes all available entities1200Alert integrations settings form1201 when viewing alert integrations as a maintainer1202 with the default page permissions1203 shows the alerts setting form title1204 shows the integrations list title1205 when viewing alert integrations as a developer1206 does not have rights to access the setting form1207Group labels1208 shows labels that belong to the group1209 shows a new label button1210 shows an edit label button1211Frequently visited items1212 for projects1213 increments localStorage counter when visiting the project1214 for groups1215 increments localStorage counter when visiting the group1216Help Dropdown1217 when logged in as non-admin1218 does not render version data1219New project from template1220 create from template1221 shows template tabs1222Google Analytics 4 content security policy1223 includes the GA4 content security policy headers1224Knapsack report was generated. Preview:1225{1226 "spec/features/merge_request/user_resolves_diff_notes_and_discussions_resolve_spec.rb": 363.9417960779999,1227 "spec/features/discussion_comments/merge_request_spec.rb": 132.52932661800003,1228 "spec/features/issues/user_interacts_with_awards_spec.rb": 95.27212432700003,1229 "spec/features/issues/notes_on_issues_spec.rb": 74.76862064000011,1230 "spec/features/projects/environments/environment_metrics_spec.rb": 60.27440339999998,1231 "spec/features/issues/service_desk_spec.rb": 41.05737604000001,1232 "spec/features/issues/user_sorts_issues_spec.rb": 35.36889963099998,1233 "spec/features/projects/terraform_spec.rb": 35.578541176000044,1234 "spec/features/merge_request/user_sees_cherry_pick_modal_spec.rb": 24.865359043000126,1235 "spec/features/projects/tags/user_edits_tags_spec.rb": 30.306741731999864,1236 "spec/features/projects/issues/viewing_issues_with_external_authorization_enabled_spec.rb": 18.33203433199992,1237 "spec/features/projects/blobs/user_follows_pipeline_suggest_nudge_spec.rb": 21.416408417999946,1238 "spec/features/search/user_searches_for_projects_spec.rb": 16.61983592499996,1239 "spec/features/profiles/oauth_applications_spec.rb": 14.264507629000036,1240 "spec/features/merge_requests/user_filters_by_multiple_criteria_spec.rb": 12.868621462999954,1241 "spec/features/display_system_header_and_footer_bar_spec.rb": 7.484250481999879,1242 "spec/features/projects/releases/user_views_release_spec.rb": 9.586671962000082,1243 "spec/features/issues/user_sees_empty_state_spec.rb": 9.174639821000028,1244 "spec/features/projects/members/group_requester_cannot_request_access_to_project_spec.rb": 6.929097773999956,1245 "spec/features/merge_request/user_clicks_merge_request_tabs_spec.rb": 7.503618729999971,1246 "spec/features/groups/milestones/gfm_autocomplete_spec.rb": 7.079298118999986,1247 "spec/features/alerts_settings/user_views_alerts_settings_spec.rb": 5.944876357000112,1248 "spec/features/groups/labels/index_spec.rb": 4.0512173869999515,1249 "spec/features/frequently_visited_projects_and_groups_spec.rb": 4.631888960999959,1250 "spec/features/help_dropdown_spec.rb": 2.1731679539998368,1251 "spec/features/projects/new_project_from_template_spec.rb": 2.543766018999804,1252 "spec/features/users/google_analytics_csp_spec.rb": 0.58235835499999671253}1254Knapsack global time execution for tests: 17m 25s1255Pending: (Failures listed here are expected and do not affect your suite's status)1256 1) Merge request > User resolves diff notes and threads as authorized user single thread resolved thread reply form allows user to comment & unresolve thread1257 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1258 # ./spec/features/merge_request/user_resolves_diff_notes_and_discussions_resolve_spec.rb:1771259 2) User interacts with awards Awards Emoji authorized user Click award emoji from issue#show execute /award quick action toggles the emoji award on noteable1260 # Temporarily skipped with xit1261 # ./spec/features/issues/user_interacts_with_awards_spec.rb:3071262 3) Create notes on issues highlights the current user in a comment1263 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1264 # ./spec/features/issues/notes_on_issues_spec.rb:831265 4) Create notes on issues mentioning merge request on a private project behaves like notes with reference creates a note with reference and cross references the issue1266 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1267 # ./spec/features/issues/notes_on_issues_spec.rb:261268Finished in 17 minutes 28 seconds (files took 38.84 seconds to load)1269196 examples, 0 failures, 4 pending1270[TEST PROF INFO] Time spent in factories: 02:12.054 (12.57% of total time)1271Failed to write to log, write log/workhorse-test.log: file already closed1272RSpec exited with 0.1273No examples to retry, congrats!1275Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1276Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1278Uploading artifacts...1279coverage/: found 5 matching files and directories 1280crystalball/: found 2 matching files and directories 1281WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 1282knapsack/: found 3 matching files and directories 1283rspec/: found 10 matching files and directories 1284WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1285log/*.log: found 19 matching files and directories 1286WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3307837808/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1287WARNING: Retrying... context=artifacts-uploader error=request redirected1288Uploading artifacts as "archive" to coordinator... 201 Created id=3307837808 responseStatus=201 Created token=-3Lb8xd81289Uploading artifacts...1290rspec/junit_rspec.xml: found 1 matching files and directories 1291WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3307837808/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1292WARNING: Retrying... context=artifacts-uploader error=request redirected1293Uploading artifacts as "junit" to coordinator... 201 Created id=3307837808 responseStatus=201 Created token=-3Lb8xd81295Job succeeded