rspec system pg12 17/28
Passed Started
by
@DylanGriffith

Dylan Griffith
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org QvBVRoXM3 feature flags: 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-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:56e1d6dc77b242b5f4f91e7319f0740f7ab8bdf41023fd5d703f412ac87976f5 for postgres:12 with digest postgres@sha256:93fd73e2322241eec204dac54b316bf429670ff6e5292e16f9e2fd3a3374a713 ...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-qvbvroxm-project-278964-concurrent-0 via runner-qvbvroxm-private-1667779739-ba27c5fa...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: 119894, done. 25remote: Counting objects: 100% (119894/119894), done. 26remote: Compressing objects: 100% (78952/78952), done. 27remote: Total 119894 (delta 50153), reused 83076 (delta 36611), pack-reused 0 28Receiving objects: 100% (119894/119894), 110.17 MiB | 34.28 MiB/s, done.29Resolving deltas: 100% (50153/50153), done.31 * [new ref] refs/pipelines/687019226 -> refs/pipelines/68701922632 * [new branch] master -> origin/master33Checking out a134b2ce 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...38cache.zip is up to date 39Successfully extracted cache40Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...41cache.zip is up to date 42Successfully extracted cache44Downloading artifacts for compile-test-assets (3281613120)...45Downloading artifacts from coordinator... ok id=3281613120 responseStatus=200 OK token=S7mjyENw46Downloading artifacts for detect-tests (3281613150)...47Downloading artifacts from coordinator... ok id=3281613150 responseStatus=200 OK token=S7mjyENw48Downloading artifacts for retrieve-tests-metadata (3281613152)...49Downloading artifacts from coordinator... ok id=3281613152 responseStatus=200 OK token=S7mjyENw50Downloading artifacts for setup-test-env (3281613137)...51Downloading artifacts from coordinator... ok id=3281613137 responseStatus=200 OK token=S7mjyENw53Using 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.sh676Using decomposed database config (config/database.yml.decomposed-postgresql)677$ setup_db_user_only678CREATE ROLE679GRANT680==> 'setup_db_user_only' succeeded in 0 seconds.681$ bundle exec rake db:drop db:create db:schema:load db:migrate682Dropped database 'gitlabhq_test'683Dropped database 'gitlabhq_test_ci'684Dropped database 'gitlabhq_geo_test'685Created database 'gitlabhq_test'686Created database 'gitlabhq_test_ci'687Created database 'gitlabhq_geo_test'688==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 29 seconds.689$ setup_db_praefect690SELECT pg_catalog.set_config('search_path', '', false);691CREATE DATABASE praefect_test ENCODING 'UTF8';692==> 'setup_db_praefect' succeeded in 0 seconds.693$ source ./scripts/rspec_helpers.sh694$ run_timed_command "gem install knapsack --no-document"695$ gem install knapsack --no-document696Successfully installed knapsack-4.0.06971 gem installed698==> 'gem install knapsack --no-document' succeeded in 1 seconds.699$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"813$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"814SKIP_FLAKY_TESTS_AUTOMATICALLY: true815RETRY_FAILED_TESTS_IN_NEW_PROCESS: true816KNAPSACK_GENERATE_REPORT: true817FLAKY_RSPEC_GENERATE_REPORT: true818KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb819KNAPSACK_LOG_LEVEL: debug820KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_17_28_report.json821FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json822FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_17_28_report.json823NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_17_28_report.json824SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_17_28_report.txt825RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_17_28_report.txt826CRYSTALBALL: 827Knapsack report generator started!828Run options: exclude {:quarantine=>true, :level=>"migration"}829Test environment set up in 1.320772223 seconds830Group variables831Starting the Capybara driver server...832 with disabled ff `ci_variable_settings_graphql833 behaves like variable list834Capybara starting Puma...835* Version 5.6.5 , codename: Birdie's Version836* Min threads: 0, max threads: 4837* Listening on unix:///tmp/20221107-468-6cpp0p838 shows a list of variables839 adds a new CI variable840 adds a new protected variable841 defaults to unmasked842 reveals and hides variables843 deletes a variable844 edits a variable845 edits a variable to be unmasked846 edits a variable to be masked847 shows a validation error box about duplicate keys848 prevents a variable to be added if no values are provided when a variable is set to masked849 shows validation error box about unmaskable values850 handles multiple edits and a deletion851 defaults to the application setting852 application setting is true853 defaults to protected854 shows a message regarding the changed default855 application setting is false856 defaults to unprotected857 does not show a message regarding the default858 with enabled ff `ci_variable_settings_graphql859 behaves like variable list860 shows a list of variables861 adds a new CI variable862 adds a new protected variable863 defaults to unmasked864 reveals and hides variables865 deletes a variable866 edits a variable867 edits a variable to be unmasked868 edits a variable to be masked869 shows a validation error box about duplicate keys870 prevents a variable to be added if no values are provided when a variable is set to masked871 shows validation error box about unmaskable values872 handles multiple edits and a deletion873 defaults to the application setting874 application setting is true875Skipping ./spec/features/group_variables_spec.rb[1:2:1:14:1:1] 'Group variables with enabled ff `ci_variable_settings_graphql behaves like variable list defaults to the application setting application setting is true defaults to protected' because it's flaky.876 defaults to protected (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)877 shows a message regarding the changed default878 application setting is false879 defaults to unprotected880 does not show a message regarding the default881Group integrations882 behaves like integration settings form883 displays all the integrations884Signup885 redirects to step 2 of the signup process, sets the role and redirects back886 does not redisplay the password887 redirects to step 2 of the signup process, sets the role and redirects back888 does not redisplay the password889 username validation890 does not show an error border if the username is available891 does not show an error border if the username contains dots (.)892 does not show an error border if the username length is not longer than 255 characters893 shows an error border if the username already exists894 shows a success border if the username is available895 shows an error border if the username contains special characters896 shows an error border if the username is longer than 255 characters897 shows an error message if the username is longer than 255 characters898 shows an error message if the username is less than 2 characters899 shows an error message on submit if the username contains special characters900 shows an error border if the username contains emojis901 shows an error message if the username contains emojis902 shows a success message if the username is available903 shows an error message if the username is unavailable904 shows a success message if the username is corrected and then available905 with no errors906 when sending confirmation email907 when soft email confirmation is not enabled908 creates the user account and sends a confirmation email, and pre-fills email address after confirming909 when soft email confirmation is enabled910 creates the user account and sends a confirmation email911 when not sending confirmation email912 creates the user account and goes to dashboard913 with required admin approval enabled914 creates the user but does not sign them in915 with errors916 displays the errors917 does not redisplay the password918 when terms are enforced919 renders text that the user confirms terms by signing in920 when reCAPTCHA and invisible captcha are enabled921 when reCAPTCHA detects malicious behaviour922 prevents from signing up923 when invisible captcha detects malicious behaviour924 prevents from signing up925 with invalid email926 behaves like user email validation927 with trial_email_validation flag enabled928 shows an error message until a correct email is entered929 when trial_email_validation flag disabled930 does not show an error message931 username validation932 does not show an error border if the username is available933 does not show an error border if the username contains dots (.)934 does not show an error border if the username length is not longer than 255 characters935 shows an error border if the username already exists936 shows a success border if the username is available937 shows an error border if the username contains special characters938 shows an error border if the username is longer than 255 characters939 shows an error message if the username is longer than 255 characters940 shows an error message if the username is less than 2 characters941 shows an error message on submit if the username contains special characters942 shows an error border if the username contains emojis943 shows an error message if the username contains emojis944 shows a success message if the username is available945 shows an error message if the username is unavailable946 shows a success message if the username is corrected and then available947 with no errors948 when sending confirmation email949 when soft email confirmation is not enabled950 creates the user account and sends a confirmation email, and pre-fills email address after confirming951 when soft email confirmation is enabled952 creates the user account and sends a confirmation email953 when not sending confirmation email954 creates the user account and goes to dashboard955 with required admin approval enabled956 creates the user but does not sign them in957 with errors958 displays the errors959 does not redisplay the password960 when terms are enforced961 renders text that the user confirms terms by signing in962 when reCAPTCHA and invisible captcha are enabled963 when reCAPTCHA detects malicious behaviour964 prevents from signing up965 when invisible captcha detects malicious behaviour966 prevents from signing up967 with invalid email968 behaves like user email validation969 with trial_email_validation flag enabled970 shows an error message until a correct email is entered971 when trial_email_validation flag disabled972 does not show an error message973 when terms are enforced974 renders text that the user confirms terms by signing in975 behaves like Signup name validation976 new_user_first_name validation977 does not show an error border if the user's fullname length is not longer than 127 characters978 shows an error border if the user's fullname contains an emoji979 shows an error border if the user's fullname is longer than 127 characters980 shows an error message if the user's First name is longer than 127 characters981 shows an error message if the username contains emojis982 new_user_first_name validation983 does not show an error border if the user's fullname length is not longer than 127 characters984 shows an error border if the user's fullname contains an emoji985 shows an error border if the user's fullname is longer than 127 characters986 shows an error message if the user's First name is longer than 127 characters987 shows an error message if the username contains emojis988 behaves like Signup name validation989 new_user_last_name validation990 does not show an error border if the user's fullname length is not longer than 127 characters991 shows an error border if the user's fullname contains an emoji992 shows an error border if the user's fullname is longer than 127 characters993 shows an error message if the user's Last name is longer than 127 characters994 shows an error message if the username contains emojis995 new_user_last_name validation996 does not show an error border if the user's fullname length is not longer than 127 characters997 shows an error border if the user's fullname contains an emoji998 shows an error border if the user's fullname is longer than 127 characters999 shows an error message if the user's Last name is longer than 127 characters1000 shows an error message if the username contains emojis1001Merge request > User sees pipelines1002 pipeline tab1003 with pipelines1004 user visits merge request pipelines tab1005 with a detached merge request pipeline1006 displays the "Run pipeline" button1007 with a merged results pipeline1008 displays the "Run pipeline" button1009 without pipelines1010 user visits merge request page1011 shows empty state with run pipeline button1012 fork MRs in parent project1013 when actor is a developer in parent project1014 creates a pipeline in the parent project when user proceeds with the warning1015 does not create a pipeline in the parent project when user cancels the action1016 when actor is a developer in fork project1017 creates a pipeline in the fork project1018 when actor is a reporter in parent project and a developer in fork project1019 creates a pipeline in the fork project1020 race condition1021 when pipeline and merge request were created simultaneously1022 user sees pipeline in merge request widget1023Merge request > User selects branches for new MR1024 selects the source branch sha when a tag with the same name exists1025 selects the target branch sha when a tag with the same name exists1026 generates a diff for an orphaned branch1027 allows filtering multiple dropdowns1028 populates source branch button1029 allows to change the diff view1030 does not allow non-existing branches1031 does not show error messages on initial form1032 when target project cannot be viewed by the current user1033 does not leak the private project name & namespace1034 when source project cannot be viewed by the current user1035 does not leak the private project name & namespace1036 when a branch contains commits that both delete and add the same image1037 renders the diff successfully1038 when a new merge request has a pipeline1039 shows pipelines for a new merge request1040 with special characters in branch names1041 escapes quotes in branch names1042 does not escape unicode in branch names1043Set up Mattermost slash commands1044 user visits the mattermost slash command config page1045 mattermost integration is enabled1046 shows the add to mattermost button1047 shows an explanation if user is a member of no teams1048 shows an explanation if user is a member of 1 team1049 shows a disabled prefilled select if user is a member of 1 team1050 has a hidden input for the prefilled value if user is a member of 1 team1051 shows an explanation user is a member of multiple teams1052 shows a select with team options user is a member of multiple teams1053 shows an error alert with the error message if there is an error requesting teams1054 enables the submit button if the required fields are provided1055 disables the submit button if the required fields are not provided1056 activation1057 shows a help message1058 shows a token placeholder1059 redirects to the integrations page after saving but not activating1060 redirects to the integrations page after activating1061 mattermost integration is not enabled1062 shows the correct trigger url1063 shows a token placeholder1064 stable logo url1065 shows a publicly available logo1066User reverts a commit1067 when clicking revert from the dropdown for a commit on pipelines tab1068 launches the modal and is able to submit the revert1069 when starting from the commit tab1070 without creating a new merge request1071 reverts a commit1072 does not revert a previously reverted commit1073 with creating a new merge request1074 reverts a commit1075 when the project is archived1076 does not show the revert button1077Merge requests > User lists merge requests1078 filters on no assignee1079 filters on a specific assignee1080 sorts by newest1081 sorts by last updated1082 sorts by milestone due date1083 sorts by merged at1084 sorts by closed at1085 filters on one label and sorts by milestone due date1086 merge request reviewers1087 has reviewers in MR list1088 shows reviewers avatar count badge if more_reviewers_count > 41089 does not show reviewers avatar count badge if more_reviewers_count <= 41090 while filtering on two labels1091 sorts by milestone due date1092 filter on assignee and1093 sorts by milestone due date1094 sorts by recently due milestone1095Admin mode for workers1096 as a regular user1097 cannot delete user1098 as an admin user1099 when admin mode disabled1100 cannot delete user1101 when admin mode enabled1102 when user_destroy_with_limited_execution_time_worker is enabled1103 can delete user1104 when user_destroy_with_limited_execution_time_worker is disabled1105 can delete user1106Project group variables1107 project in group shows inherited vars from ancestor group1108 project in subgroup shows inherited vars from all ancestor groups1109 project in nested subgroup shows inherited vars from all ancestor groups1110 project origin keys link to ancestor groups ci_cd settings1111Merge request > User cherry-picks1112 Viewing a merged merge request1113 without a merge commit1114 does not show a Cherry-pick button1115 with a merge commit1116 shows a Cherry-pick button1117 hides the cherry pick button for an archived project1118 and seeing the cherry-pick modal1119 shows the cherry-pick modal1120User interacts with deploy keys1121 viewing deploy keys1122 when project has keys1123 shows deploy keys1124 when another project has keys1125 shows deploy keys1126 when there are public deploy keys1127 shows public deploy keys1128 adding deploy keys1129 adds new key1130 attaching existing keys1131 from another project1132 behaves like attaches a key1133 attaches key1134 when keys are public1135 behaves like attaches a key1136 attaches key1137Projects > Files > User deletes files1138 when an user has write access1139 deletes the file1140 when an user does not have write access1141 deletes the file in a forked project1142Merge Requests > User filters by deployments1143 filtering by deployed-before1144 applies the filter1145 filtering by deployed-after1146 applies the filter1147 filtering by environment1148 applies the filter1149User searches their settings1150 in profile page1151 behaves like can search settings1152 hides unmatching sections on search1153 behaves like can highlight results1154 has search settings field1155 highlights the search terms1156 in preferences page1157 behaves like can search settings1158 hides unmatching sections on search1159 behaves like can highlight results1160 has search settings field1161 highlights the search terms1162ActionCable logging1163 adds extra context to logs1164User sees feature flag list1165 with feature flags1166 shows the user the first flag1167 shows the user the second flag1168 shows the user the third flag1169 allows the user to update the status toggle1170 when there are no feature flags1171 shows the empty page1172Group Issue Boards1173 labels1174 only shows valid labels for the issue project and group1175Dropdown author1176 behavior1177 loads all the authors when opened1178 shows current user at top of dropdown1179 selecting from dropdown without Ajax call1180 selects current user1181Merge Requests > User filters by draft1182 filters results1183 does not allow filtering by is not equal1184User activates irker (IRC gateway)1185 activates integration1186Projects > Settings > Packages1187 Packages enabled in config1188 with feature flag disabled1189 displays the packages toggle button1190 with feature flag enabled1191 displays the packages access level setting1192 Packages disabled in config1193 does not show up in UI1194User activates Asana1195 activates integration1196Help Pages1197 Get the main help page1198 quick link shortcuts1199 focuses search bar1200 opens shortcuts help dialog1201 with version check enabled1202 renders the version check badge1203 when help page is customized1204 displays custom help page text1205 hides marketing content when enabled1206 uses a custom support url1207Group label on issue1208 renders link to the project issues page1209Creating a new project milestone1210 description has emoji autocomplete1211Upload a RubyGems package1212 with an integer project ID1213 behaves like handling file uploads1214 with object storage disabled1215 behaves like for a Rubygems package1216 creates package files1217 is expected to eq 2011218 with an encoded project ID1219 behaves like handling file uploads1220 with object storage disabled1221 behaves like for a Rubygems package1222 creates package files1223 is expected to eq 2011224User views labels1225 shows all labels1226Knapsack report was generated. Preview:1227{1228 "spec/features/group_variables_spec.rb": 189.33590513499985,1229 "spec/features/groups/integrations/group_integrations_spec.rb": 110.83885365800006,1230 "spec/features/users/signup_spec.rb": 107.23471361699967,1231 "spec/features/merge_request/user_sees_pipelines_spec.rb": 94.447894378,1232 "spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb": 61.239601992999724,1233 "spec/features/projects/integrations/user_activates_mattermost_slash_command_spec.rb": 67.75130150199948,1234 "spec/features/projects/commit/user_reverts_commit_spec.rb": 41.300499715000115,1235 "spec/features/merge_requests/user_lists_merge_requests_spec.rb": 37.56167725500018,1236 "spec/features/admin/admin_mode/workers_spec.rb": 28.244600712000647,1237 "spec/features/project_group_variables_spec.rb": 20.33058558800076,1238 "spec/features/merge_request/user_sees_cherry_pick_modal_spec.rb": 24.50012832399989,1239 "spec/features/projects/settings/user_interacts_with_deploy_keys_spec.rb": 27.758256192999397,1240 "spec/features/projects/files/user_deletes_files_spec.rb": 21.463370948000374,1241 "spec/features/merge_requests/user_filters_by_deployments_spec.rb": 15.176485310999851,1242 "spec/features/profiles/user_search_settings_spec.rb": 11.03594749199965,1243 "spec/features/action_cable_logging_spec.rb": 9.564392032000796,1244 "spec/features/projects/feature_flags/user_sees_feature_flag_list_spec.rb": 10.586367876000622,1245 "spec/features/groups/board_sidebar_spec.rb": 6.631946663000235,1246 "spec/features/issues/filtered_search/dropdown_author_spec.rb": 9.357041878000018,1247 "spec/features/merge_requests/user_filters_by_draft_spec.rb": 8.22943690700049,1248 "spec/features/projects/integrations/user_activates_irker_spec.rb": 5.848166209999363,1249 "spec/features/projects/settings/packages_settings_spec.rb": 6.074688220999633,1250 "spec/features/projects/integrations/user_activates_asana_spec.rb": 5.777247828999862,1251 "spec/features/help_pages_spec.rb": 4.2649174250000215,1252 "spec/features/issues/group_label_sidebar_spec.rb": 3.570808129999932,1253 "spec/features/projects/milestones/new_spec.rb": 2.8665616970001793,1254 "spec/features/file_uploads/rubygem_package_spec.rb": 1.6475426269998934,1255 "spec/features/projects/labels/user_views_labels_spec.rb": 1.21514218099946451256}1257Knapsack global time execution for tests: 15m 33s1258Pending: (Failures listed here are expected and do not affect your suite's status)1259 1) Group variables with enabled ff `ci_variable_settings_graphql behaves like variable list defaults to the application setting application setting is true defaults to protected1260 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1261 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:2521262Finished in 15 minutes 37 seconds (files took 35.21 seconds to load)1263231 examples, 0 failures, 1 pending1264[TEST PROF INFO] Time spent in factories: 01:30.326 (9.61% of total time)1265Failed to write to log, write log/workhorse-test.log: file already closed1266RSpec exited with 0.1267No examples to retry, congrats!1269Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1270Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1272Uploading artifacts...1273coverage/: found 5 matching files and directories 1274crystalball/: found 2 matching files and directories 1275WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 1276knapsack/: found 3 matching files and directories 1277rspec/: found 10 matching files and directories 1278WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1279log/*.log: found 19 matching files and directories 1280WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3281613553/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1281WARNING: Retrying... context=artifacts-uploader error=request redirected1282Uploading artifacts as "archive" to coordinator... 201 Created id=3281613553 responseStatus=201 Created token=S7mjyENw1283Uploading artifacts...1284rspec/junit_rspec.xml: found 1 matching files and directories 1285WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3281613553/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1286WARNING: Retrying... context=artifacts-uploader error=request redirected1287Uploading artifacts as "junit" to coordinator... 201 Created id=3281613553 responseStatus=201 Created token=S7mjyENw1289Job succeeded