rspec system pg12 11/28
Passed Started
by
@stanhu

Stan Hu
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-3.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 6io2xoDD3 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:c5abf812eff57d99cd4ae9b4d688261207b59905c5d0ca50c5e57f75669dbf10 for postgres:12 with digest postgres@sha256:2349a41c1211fd2e8e64bcb888d34382c33600e83be13c5f7322d449ea407210 ...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-6io2xodd-project-278964-concurrent-0 via runner-6io2xodd-private-1668125366-104a9187...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 | 31.20 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...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 (3307837569)...45Downloading artifacts from coordinator... ok id=3307837569 responseStatus=200 OK token=U-xVeu4x46Downloading artifacts for detect-tests (3307837577)...47Downloading artifacts from coordinator... ok id=3307837577 responseStatus=200 OK token=U-xVeu4x48Downloading artifacts for retrieve-tests-metadata (3307837579)...49Downloading artifacts from coordinator... ok id=3307837579 responseStatus=200 OK token=U-xVeu4x50Downloading artifacts for setup-test-env (3307837573)...51Downloading artifacts from coordinator... ok id=3307837573 responseStatus=200 OK token=U-xVeu4x53Using 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 1 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 34 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 0 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_11_28_report.json833FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json834FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_11_28_report.json835NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_11_28_report.json836SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_11_28_report.txt837RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_11_28_report.txt838CRYSTALBALL: 839Knapsack report generator started!840Run options: exclude {:quarantine=>true, :level=>"migration"}841Test environment set up in 0.964227956 seconds842Merge request > User sees merge widget843Starting the Capybara driver server...844 new merge request845Capybara starting Puma...846* Version 5.6.5 , codename: Birdie's Version847* Min threads: 0, max threads: 4848* Listening on unix:///tmp/20221111-467-txp72q849 shows widget status after creating new merge request850 view merge request851 shows environments link852 shows green accept merge request button853 allows me to merge, see cherry-pick modal and load branches list854 view merge request with external CI service855 has merge button with confirm variant while waiting for external CI status856 view merge request with failed GitLab CI pipelines857 has merge button that shows modal when pipeline does not succeeded858 allows me to merge with a failed pipeline859 when merge request is in the blocked pipeline state and pipeline must succeed860 shows information about blocked pipeline861 when merge request has a branch pipeline as the head pipeline862 shows head pipeline information863 when merge request has a detached merge request pipeline as the head pipeline864 shows head pipeline information865 when source project is a forked project866 shows head pipeline information867 when merge request has a merge request pipeline as the head pipeline868 shows head pipeline information869 when source project is a forked project870 shows head pipeline information871 view merge request with MWBS button872 has confirm button when MWBS button873 view merge request where there is no pipeline yet874 has pipeline loading state875 view merge request in project with only-mwps setting enabled but no CI is set up876 is allowed to merge877 view merge request with MWPS enabled but automatically merge fails878 shows information about the merge error879 view merge request with MWPS enabled but automatically merge fails880 shows information about the merge error881 view merge request where fast-forward merge is not possible882 shows information about the merge error883 merge error884 updates the MR widget885 user can merge into target project but cannot push to fork886 user can merge into the target project887 user cannot remove source branch888 user cannot merge project and cannot push to fork889 user cannot remove source branch890 ongoing merge process891 shows Merging state892 exposed artifacts893 when merge request has exposed artifacts894 when result has not been parsed yet895 shows parsing status896 when result has been parsed897 shows the parsed results898 when merge request does not have exposed artifacts899 does not show parsing status900 when merge request has test reports901 when result has not been parsed yet902 shows parsing status903 when result has already been parsed904 when JUnit xml is correctly formatted905 shows parsed results906 when JUnit xml is corrupted907 shows the error state908 when test reports have been parsed correctly909 when a new failures exists910Skipping ./spec/features/merge_request/user_sees_merge_widget_spec.rb[1:20:3:1:1] 'Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a new failures exists shows test reports summary which includes the new failure' because it's flaky.911 shows test reports summary which includes the new failure (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)912 when user clicks the new failure913Skipping ./spec/features/merge_request/user_sees_merge_widget_spec.rb[1:20:3:1:2:1] 'Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a new failures exists when user clicks the new failure shows the test report detail' because it's flaky.914 shows the test report detail (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)915 when an existing failure exists916Skipping ./spec/features/merge_request/user_sees_merge_widget_spec.rb[1:20:3:2:1] 'Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when an existing failure exists shows test reports summary which includes the existing failure' because it's flaky.917 shows test reports summary which includes the existing failure (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)918 when user clicks the existing failure919Skipping ./spec/features/merge_request/user_sees_merge_widget_spec.rb[1:20:3:2:2:1] 'Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when an existing failure exists when user clicks the existing failure shows test report detail of it' because it's flaky.920 shows test report detail of it (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)921 when a resolved failure exists922Skipping ./spec/features/merge_request/user_sees_merge_widget_spec.rb[1:20:3:3:1] 'Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a resolved failure exists shows test reports summary which includes the resolved failure' because it's flaky.923 shows test reports summary which includes the resolved failure (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)924 when user clicks the resolved failure925Skipping ./spec/features/merge_request/user_sees_merge_widget_spec.rb[1:20:3:3:2:1] 'Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a resolved failure exists when user clicks the resolved failure shows test report detail of it' because it's flaky.926 shows test report detail of it (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)927 when a new error exists928Skipping ./spec/features/merge_request/user_sees_merge_widget_spec.rb[1:20:3:4:1] 'Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a new error exists shows test reports summary which includes the new error' because it's flaky.929 shows test reports summary which includes the new error (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)930 when user clicks the new error931Skipping ./spec/features/merge_request/user_sees_merge_widget_spec.rb[1:20:3:4:2:1] 'Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a new error exists when user clicks the new error shows the test report detail' because it's flaky.932 shows the test report detail (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)933 when an existing error exists934 shows test reports summary which includes the existing error9361st Try error in ./spec/features/merge_request/user_sees_merge_widget_spec.rb:795:937Ambiguous match, found 2 elements matching visible css "[data-testid=\"widget-extension\"]"938Timeout (30s) reached while running a waiting Capybara finder.939Consider using a non-waiting finder.941Unexpected browser console output:942security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.943https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED944security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.945webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."946https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED947security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.948webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."949https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED950security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.951webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."952https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED953security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.954webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."955https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED956webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."957security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.958webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."959https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED960security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.961webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."962https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED963security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.964webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."965https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED966security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.967webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."968https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED969security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.970webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."971https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED972security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.973webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."974https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED975security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.976webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."977https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED978security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.979webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."980https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED981security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.982webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."983https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED984security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.985webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."986https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED987security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.988webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."989https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED990security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.991webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."992https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED993security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.994webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."995https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED996security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.997webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."998https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED999security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1000webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1001https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1002webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1003security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1004webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1005https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1006webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1007security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1008webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1009https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1010security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1011webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1012https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1013security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1014webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1015https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1016security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1017webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1018https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1019security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1020webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1021https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1022security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1023webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1024https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1025security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1026webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1027https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1028security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1029webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1030https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1031security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1032webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1033https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1034security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1035webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1036https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1037security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1038webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1039https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1041RSpec::Retry: 2nd try ./spec/features/merge_request/user_sees_merge_widget_spec.rb:7951042 when user clicks the existing error1043Skipping ./spec/features/merge_request/user_sees_merge_widget_spec.rb[1:20:3:5:2:1] 'Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when an existing error exists when user clicks the existing error shows test report detail of it' because it's flaky.1044 shows test report detail of it (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1045 when a resolved error exists1046Skipping ./spec/features/merge_request/user_sees_merge_widget_spec.rb[1:20:3:6:1] 'Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a resolved error exists shows test reports summary which includes the resolved error' because it's flaky.1047 shows test reports summary which includes the resolved error (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1048 when user clicks the resolved error1049Skipping ./spec/features/merge_request/user_sees_merge_widget_spec.rb[1:20:3:6:2:1] 'Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a resolved error exists when user clicks the resolved error shows test report detail of it' because it's flaky.1050 shows test report detail of it (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1051 properly truncates the report1052Skipping ./spec/features/merge_request/user_sees_merge_widget_spec.rb[1:20:3:7:1] 'Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly properly truncates the report shows test reports summary which includes the resolved failure' because it's flaky.1053 shows test reports summary which includes the resolved failure (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1054 when MR has pipeline but user does not have permission1055 renders a CI pipeline loading state1056Login1057 password reset token after successful sign in1058Authentication activity metric incremented: user_authenticated_counter1059 invalidates password reset token1060 initial login after setup1061Authentication activity metric incremented: user_authenticated_counter1062 allows the initial admin to create a password1063 does not show flash messages when login page1064 with a blocked account1065Authentication activity metric incremented: user_session_destroyed_counter1066Authentication activity metric incremented: user_blocked_counter1067Authentication activity metric incremented: user_session_destroyed_counter1068Authentication activity metric incremented: user_unauthenticated_counter1069 prevents the user from logging in1070Authentication activity metric incremented: user_session_destroyed_counter1071Authentication activity metric incremented: user_blocked_counter1072Authentication activity metric incremented: user_session_destroyed_counter1073Authentication activity metric incremented: user_unauthenticated_counter1074 does not update Devise trackable attributes1075 with an unconfirmed email address1076 within the grace period1077Authentication activity metric incremented: user_authenticated_counter1078 allows to login1079 when the confirmation grace period is expired1080Authentication activity metric incremented: user_session_destroyed_counter1081Authentication activity metric incremented: user_session_destroyed_counter1082Authentication activity metric incremented: user_unauthenticated_counter1083 prevents the user from logging in and renders a resend confirmation email link1084 when resending the confirmation email1085 redirects to the "almost there" page1086 with a disallowed password1087Authentication activity metric incremented: user_unauthenticated_counter1088Authentication activity metric incremented: user_password_invalid_counter1089 disallows login1090Authentication activity metric incremented: user_unauthenticated_counter1091Authentication activity metric incremented: user_password_invalid_counter1092 does not update Devise trackable attributes1093 with the ghost user1094Authentication activity metric incremented: user_unauthenticated_counter1095Authentication activity metric incremented: user_password_invalid_counter1096 disallows login1097Authentication activity metric incremented: user_unauthenticated_counter1098Authentication activity metric incremented: user_password_invalid_counter1099 does not update Devise trackable attributes1100 with OneTrust authentication1101 has proper Content-Security-Policy headers1102 with two-factor authentication1103 with valid username/password1104Authentication activity metric incremented: user_authenticated_counter1105Authentication activity metric incremented: user_two_factor_authenticated_counter1106 does not show a "You are already signed in." error message1107 does not allow sign-in if the user password is updated before entering a one-time code1108 using one-time code1109Authentication activity metric incremented: user_authenticated_counter1110Authentication activity metric incremented: user_two_factor_authenticated_counter1111 allows login with valid code1112 persists remember_me value via hidden field1113 blocks login with invalid code1114Authentication activity metric incremented: user_authenticated_counter1115Authentication activity metric incremented: user_two_factor_authenticated_counter1116 allows login with invalid code, then valid code1117Authentication activity metric incremented: user_authenticated_counter1118Authentication activity metric incremented: user_two_factor_authenticated_counter1119 triggers ActiveSession.cleanup for the user1120 using backup code1121 with valid code1122Authentication activity metric incremented: user_authenticated_counter1123Authentication activity metric incremented: user_two_factor_authenticated_counter1124 allows login1125Authentication activity metric incremented: user_authenticated_counter1126Authentication activity metric incremented: user_two_factor_authenticated_counter1127 invalidates the used code1128Authentication activity metric incremented: user_authenticated_counter1129Authentication activity metric incremented: user_two_factor_authenticated_counter1130Authentication activity metric incremented: user_session_destroyed_counter1131Authentication activity metric incremented: user_authenticated_counter1132Authentication activity metric incremented: user_two_factor_authenticated_counter1133 invalidates backup codes twice in a row1134Authentication activity metric incremented: user_authenticated_counter1135Authentication activity metric incremented: user_two_factor_authenticated_counter1136 triggers ActiveSession.cleanup for the user1137 with invalid code1138 blocks login1139 when logging in via OAuth1140 when authn_context is worth two factors1141Authentication activity metric incremented: user_authenticated_counter1142 signs user in without prompting for second factor1143 when two factor authentication is required1144Authentication activity metric incremented: user_authenticated_counter1145Authentication activity metric incremented: user_two_factor_authenticated_counter1146 shows 2FA prompt after OAuth login1147 without two-factor authentication1148 with correct username and password1149Authentication activity metric incremented: user_authenticated_counter1150 allows basic login1151Authentication activity metric incremented: user_authenticated_counter1152 does not show already signed in message when opening sign in page after login1153Authentication activity metric incremented: user_authenticated_counter1154 triggers ActiveSession.cleanup for the user1155 when the users password is expired1156Authentication activity metric incremented: user_authenticated_counter1157 asks for a new password1158 with invalid username and password1159Authentication activity metric incremented: user_unauthenticated_counter1160Authentication activity metric incremented: user_password_invalid_counter1161 blocks invalid login1162 with required two-factor authentication enabled1163 global setting1164 with grace period defined1165 within the grace period1166Authentication activity metric incremented: user_authenticated_counter1167 redirects to two-factor configuration page1168Authentication activity metric incremented: user_authenticated_counter1169 allows skipping two-factor configuration1170 after the grace period1171Authentication activity metric incremented: user_authenticated_counter1172 redirects to two-factor configuration page1173Authentication activity metric incremented: user_authenticated_counter1174 disallows skipping two-factor configuration1175 without grace period defined1176Authentication activity metric incremented: user_authenticated_counter1177 redirects to two-factor configuration page1178 group setting1179 with grace period defined1180 within the grace period1181Authentication activity metric incremented: user_authenticated_counter1182 redirects to two-factor configuration page1183Authentication activity metric incremented: user_authenticated_counter1184 allows skipping two-factor configuration1185 after the grace period1186Authentication activity metric incremented: user_authenticated_counter1187 redirects to two-factor configuration page1188Authentication activity metric incremented: user_authenticated_counter1189 disallows skipping two-factor configuration1190 without grace period defined1191Authentication activity metric incremented: user_authenticated_counter1192 redirects to two-factor configuration page1193 UI tabs and panes1194 when no defaults are changed1195 does not render any tabs1196 renders link to sign up path1197 when signup is disabled1198 does not render any tabs1199 does not render link to sign up path1200 when ldap is enabled1201 correctly renders tabs and panes1202 renders link to sign up path1203 when crowd is enabled1204 correctly renders tabs and panes1205 Client helper classes and flags1206 adds client browser and platform classes to page body1207 when terms are enforced1208Authentication activity metric incremented: user_authenticated_counter1209 asks to accept the terms on first login1210Authentication activity metric incremented: user_authenticated_counter1211 does not ask for terms when the user already accepted them1212 when 2FA is required for the user1213 when the user did not enable 2FA1214Authentication activity metric incremented: user_authenticated_counter1215 asks to set 2FA before asking to accept the terms1216 when the user already enabled 2FA1217Authentication activity metric incremented: user_authenticated_counter1218Authentication activity metric incremented: user_two_factor_authenticated_counter1219 asks the user to accept the terms1220 when the users password is expired1221Authentication activity metric incremented: user_authenticated_counter1222 asks the user to accept the terms before setting a new password1223 when the user does not have an email configured1224Skipping ./spec/features/users/login_spec.rb[1:13:5:1] 'Login when terms are enforced when the user does not have an email configured asks the user to accept the terms before setting an email' because it's flaky.1225 asks the user to accept the terms before setting an email (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1226 when sending confirmation email and not yet confirmed1227Authentication activity metric incremented: user_authenticated_counter1228 allows login and shows a flash warning to confirm the email address1229 when not having confirmed within Devise's allow_unconfirmed_access_for time1230Authentication activity metric incremented: user_session_destroyed_counter1231Authentication activity metric incremented: user_session_destroyed_counter1232Authentication activity metric incremented: user_unauthenticated_counter1233 does not allow login and shows a flash alert to confirm the email address1234Group integrations1235 behaves like integration settings form1236 displays all the integrations1237User views diffs1238 shows diffs1239 hides loading spinner after load1240 when in the inline view1241 unfolds diffs upwards1242 unfolds diffs in the middle1243 unfolds diffs downwards1244 unfolds diffs to the end1245 when in the side-by-side view1246 shows diffs in parallel1247 toggles container class1248 unfolds diffs upwards1249 unfolds diffs in the middle1250 unfolds diffs downwards1251 unfolds diffs to the end1252Merge request > User selects branches for new MR1253 selects the source branch sha when a tag with the same name exists1254 selects the target branch sha when a tag with the same name exists1255 generates a diff for an orphaned branch1256 allows filtering multiple dropdowns1257 populates source branch button1258 allows to change the diff view1259 does not allow non-existing branches1260 does not show error messages on initial form1261 when target project cannot be viewed by the current user1262 does not leak the private project name & namespace1263 when source project cannot be viewed by the current user1264 does not leak the private project name & namespace1265 when a branch contains commits that both delete and add the same image1266 renders the diff successfully1267 when a new merge request has a pipeline1268 shows pipelines for a new merge request1269 with special characters in branch names1270 escapes quotes in branch names1271 does not escape unicode in branch names1272User activates Jira1273 user tests Jira integration1274 when Jira connection test succeeds1275 activates the Jira integration1276 when Jira connection test fails1277 shows errors when some required fields are not filled in1278 activates the Jira integration1279 user disables the Jira integration1280 saves but does not activate the Jira integration1281 does not show the Jira link in the menu1282 issue transition settings1283 using custom transitions1284 using automatic transitions1285 disabling issue transitions1286Incidents > User uses quick actions1287 # order random1288 incident-only commands1289 behaves like timeline quick action1290 /timeline1291 with valid args1292 adds a timeline event when no date is passed1293 adds a timeline event when only date is passed1294 timeline_text: "timeline comment", date_time_arg: "2022-09-09 09:30"1295 adds a timeline event1296 timeline_text: "new timeline comment", date_time_arg: "09:30"1297 adds a timeline event1298 timeline_text: "another timeline comment", date_time_arg: " 2022-09-09 09:15"1299 adds a timeline event1300 with invalid args1301 timeline_text: "timeline comment", date_time_arg: "2022-13-13 09:30"1302 does not add a timeline event1303 timeline_text: "timeline comment 2", date_time_arg: "2022-09-06 24:30"1304 does not add a timeline event1305 when create service fails1306 does not add a timeline event1307Multi-file editor new directory1308 creates directory in current directory1309User searches for commits1310 when search times out1311 renders timeout information1312 sets tab count to 01313 when searching by SHA1314 finds a commit and redirects to its page1315 finds a commit in uppercase and redirects to its page1316 when searching by message1317 finds a commit and holds on /search page1318 finds multiple commits1319ClusterAgents1320 when user does not have any agents and visits the index page1321 displays empty state1322 when user has an agent1323 when visiting the index page1324 displays a table with agent1325 when visiting the show page1326 displays agent information1327 displays agent activity tab1328 displays agent tokens tab1329Admin::AbuseReports1330 as an admin1331 if a user has been reported for abuse1332 in the abuse report view1333 presents information about abuse report1334 in the profile page of the user1335 shows a link to the admin view of the user1336 if a many users have been reported for abuse1337 in the abuse report view1338 presents information about abuse report1339 filtering by user1340 shows only single user report1341Template selector menu1342 editing a non-matching file1343 is not displayed1344 user toggles preview1345 template selector menu is not displayed1346 editing a matching file1347 is displayed1348 user toggles preview1349 template selector menu is hidden and shown correctly1350User adds a comment on a commit1351 inline view1352 adds a comment1353 when commenting on diff1354 adds a comment1355 side-by-side view1356 adds a comment1357User visits the profile preferences page1358 shows correct menu item1359 User changes their syntax highlighting theme1360 updates their preference1361 User changes their default dashboard1362 creates a flash message1363 updates their preference1364 User changes their language1365 updates their preference1366 User changes whitespace in code1367 updates their preference1368User views tags1369 when user views with the tag1370 behaves like shows tag1371 is expected to have visible link "ReleaseName" with href "/namespace116/project121/-/releases/stable"1372 when tag name contains a slash1373 behaves like shows tag1374 is expected to have visible link "ReleaseName" with href "/namespace117/project122/-/releases/stable%2Fv0.1"1375 rss1376 when project public1377 when user signed in1378 behaves like it has an RSS button with current_user's feed token1379 shows the RSS button with current_user's feed token1380 behaves like an autodiscoverable RSS feed with current_user's feed token1381 has an RSS autodiscovery link tag with current_user's feed token1382 behaves like has access to the tags RSS feed1383 is expected to respond with numeric status code ok1384 when user signed out1385 behaves like it has an RSS button without a feed token1386 shows the RSS button without a feed token1387 behaves like an autodiscoverable RSS feed without a feed token1388 has an RSS autodiscovery link tag without a feed token1389 behaves like has access to the tags RSS feed1390 is expected to respond with numeric status code ok1391 when project is not public1392 when user signed in1393 behaves like has access to the tags RSS feed1394 is expected to respond with numeric status code ok1395 when user signed out1396 behaves like does not have access to the tags RSS feed1397 is expected to have current path "/users/sign_in"1398Projects > Show > User manages notifications1399 changes the notification setting1400 changes the notification setting to disabled1401 custom notification settings1402 shows notification settings checkbox1403 when project emails are disabled1404 is disabled1405Merge request > User locks discussion1406 when the discussion is locked1407 when a user is a team member1408 the user can create a comment1409 when a user is not a team member1410 the user can not create a comment1411Merge request > User sees system notes1412 when logged-in as a member of the private project1413 shows the system note1414 when not logged-in1415 hides the system note1416IDE merge request1417 user opens merge request1418Merge request > image review1419 leaves review1420User activates Asana1421 activates integration1422Group CI/CD settings1423 Runners section1424 displays the new group runners view banner1425 has "Enable shared runners for this group" toggle1426 clicks on toggle to enable setting1427 Auto DevOps form1428 as owner first visiting group settings1429 sees instance enabled badge1430 when Auto DevOps group has been enabled1431 sees group enabled badge1432 when Auto DevOps group has been disabled1433 does not see a badge1434Projects > Settings > User changes avatar1435 saves the new avatar1436 with an avatar already set1437/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil1438 is possible to remove the avatar1439Merge Request > User tries to access private project information through the new mr page1440 when the user enters the querystring info for the other project1441 does not mention the project the user can't see the repo of1442 when the user enters label information from the private project in the querystring1443 does not expose the label name1444User views merged merge request from deleted fork1445 correctly shows the merge request1446Breadcrumbs schema markup1447 generates the breadcrumb schema for user projects1448 generates the breadcrumb schema for group projects1449 generates the breadcrumb schema for group1450 generates the breadcrumb schema for issues1451 generates the breadcrumb schema for specific issue1452JIRA OAuth Provider1453 JIRA DVCS OAuth Authorization1454 behaves like Secure OAuth Authorizations1455 when user is confirmed1456 asks the user to authorize the application1457 when user is unconfirmed1458 displays an error1459Abuse reports1460 report abuse1461Knapsack report was generated. Preview:1462{1463 "spec/features/merge_request/user_sees_merge_widget_spec.rb": 329.6625773400001,1464 "spec/features/users/login_spec.rb": 141.12402440300002,1465 "spec/features/groups/integrations/group_integrations_spec.rb": 124.58019291099981,1466 "spec/features/merge_request/user_views_diffs_spec.rb": 71.92758374499999,1467 "spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb": 70.94147204699993,1468 "spec/features/projects/integrations/user_activates_jira_spec.rb": 48.57628802199997,1469 "spec/features/incidents/user_uses_quick_actions_spec.rb": 47.86386992600001,1470 "spec/features/projects/tree/create_directory_spec.rb": 42.09297684199964,1471 "spec/features/search/user_searches_for_commits_spec.rb": 33.40057501699994,1472 "spec/features/projects/cluster_agents_spec.rb": 30.031002887999875,1473 "spec/features/admin/admin_abuse_reports_spec.rb": 27.705397032000292,1474 "spec/features/projects/files/template_selector_menu_spec.rb": 22.28459072099986,1475 "spec/features/projects/commit/comments/user_adds_comment_spec.rb": 21.954006660999767,1476 "spec/features/profiles/user_visits_profile_preferences_page_spec.rb": 18.99720078600012,1477 "spec/features/projects/tags/user_views_tags_spec.rb": 17.43867146299999,1478 "spec/features/projects/show/user_manages_notifications_spec.rb": 17.43408865299989,1479 "spec/features/merge_request/user_locks_discussion_spec.rb": 13.823481597999944,1480 "spec/features/merge_request/user_sees_system_notes_spec.rb": 12.269777531999807,1481 "spec/features/ide/user_opens_merge_request_spec.rb": 7.606471293000141,1482 "spec/features/merge_request/user_reviews_image_spec.rb": 8.354335792000256,1483 "spec/features/projects/integrations/user_activates_asana_spec.rb": 6.763901239999996,1484 "spec/features/groups/settings/ci_cd_spec.rb": 6.573368953999761,1485 "spec/features/projects/settings/user_changes_avatar_spec.rb": 6.970051126999806,1486 "spec/features/merge_request/user_tries_to_access_private_project_info_through_new_mr_spec.rb": 5.166568577999897,1487 "spec/features/merge_request/user_views_merge_request_from_deleted_fork_spec.rb": 3.6561716109999907,1488 "spec/features/breadcrumbs_schema_markup_spec.rb": 2.879962713999703,1489 "spec/features/jira_oauth_provider_authorize_spec.rb": 1.9901428050002323,1490 "spec/features/abuse_report_spec.rb": 1.5775785920000091491}1492Knapsack global time execution for tests: 19m 03s1493Pending: (Failures listed here are expected and do not affect your suite's status)1494 1) Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a new failures exists shows test reports summary which includes the new failure1495 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1496 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:6061497 2) Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a new failures exists when user clicks the new failure shows the test report detail1498 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1499 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:6211500 3) Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when an existing failure exists shows test reports summary which includes the existing failure1501 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1502 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:6541503 4) Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when an existing failure exists when user clicks the existing failure shows test report detail of it1504 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1505 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:6681506 5) Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a resolved failure exists shows test reports summary which includes the resolved failure1507 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1508 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:7011509 6) Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a resolved failure exists when user clicks the resolved failure shows test report detail of it1510 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1511 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:7161512 7) Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a new error exists shows test reports summary which includes the new error1513 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1514 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:7481515 8) Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a new error exists when user clicks the new error shows the test report detail1516 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1517 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:7631518 9) Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when an existing error exists when user clicks the existing error shows test report detail of it1519 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1520 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:8091521 10) Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a resolved error exists shows test reports summary which includes the resolved error1522 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1523 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:8411524 11) Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly when a resolved error exists when user clicks the resolved error shows test report detail of it1525 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1526 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:8561527 12) Merge request > User sees merge widget when merge request has test reports when test reports have been parsed correctly properly truncates the report shows test reports summary which includes the resolved failure1528 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1529 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:8961530 13) Login when terms are enforced when the user does not have an email configured asks the user to accept the terms before setting an email1531 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1532 # ./spec/features/users/login_spec.rb:9291533Finished in 19 minutes 7 seconds (files took 39.37 seconds to load)1534214 examples, 0 failures, 13 pending1535Randomized with seed 61731536[TEST PROF INFO] Time spent in factories: 02:40.195 (13.93% of total time)1537Failed to write to log, write log/workhorse-test.log: file already closed1538RSpec exited with 0.1539No examples to retry, congrats!1541Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1542Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1544Uploading artifacts...1545coverage/: found 5 matching files and directories 1546crystalball/: found 2 matching files and directories 1547WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 1548knapsack/: found 3 matching files and directories 1549rspec/: found 10 matching files and directories 1550tmp/capybara/: found 3 matching files and directories 1551log/*.log: found 19 matching files and directories 1552WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3307837815/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1553WARNING: Retrying... context=artifacts-uploader error=request redirected1554Uploading artifacts as "archive" to coordinator... 201 Created id=3307837815 responseStatus=201 Created token=U-xVeu4x1555Uploading artifacts...1556rspec/junit_rspec.xml: found 1 matching files and directories 1557WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3307837815/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1558WARNING: Retrying... context=artifacts-uploader error=request redirected1559Uploading artifacts as "junit" to coordinator... 201 Created id=3307837815 responseStatus=201 Created token=U-xVeu4x1561Job succeeded