rspec integration pg14 single-db-ci-connection 15/16
Passed Started
by
@rkadam3

Rajendra Kadam
1Running with gitlab-runner 16.9.1 (782c6ecb)2 on green-4.private.runners-manager.gitlab.com/gitlab.com/gitlab-org rpvz2FF9, system ID: s_d704414ba02a3 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-120-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-14-pgvector-0.4.1 ...8Authenticating with credentials from job payload (GitLab Registry)9Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-14-pgvector-0.4.1 ...10Using docker image sha256:82f132c22567f8ce17cc132c14b2f9aa3eaf9bb5424d91c2d966912433f0257d for registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-14-pgvector-0.4.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:c55e1364ee4327b244a9cfa1750f19feea14fc774eaf792b725967d146eb45f5 ...11WARNING: Service registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 is already created. Ignoring.12WARNING: Service registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 is already created. Ignoring.13Starting service registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 ...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 ...16Using docker image sha256:5c5ba5b83d6c60cb0b225bd670b7a43be8c238cc72347d24af57e5027c3648f3 for registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:46aceab84c42d0e819c8e7940f2f98ce9e184785cd7b22d95872024a35f52407 ...17Starting service redis:6.2-alpine ...18Pulling docker image redis:6.2-alpine ...19Using docker image sha256:b6c412dc298714b5c26feca1330d8f743b48caf0b1feeadfd554d7d446f985a5 for redis:6.2-alpine with digest redis@sha256:51d6c56749a4243096327e3fb964a48ed92254357108449cb6e23999c37773c5 ...20Waiting for services to be up and running (timeout 30 seconds)...21Authenticating with credentials from job payload (GitLab Registry)22Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-120-yarn-1.22-graphicsmagick-1.3.36 ...23Using docker image sha256:fc7435a87025ef82fcd7c3a7df1e52121e8a88ab05430c94ba7ad5920fecc0d0 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-120-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14@sha256:c129fa1214137f01be7f1412c5233ac179604d32d9d852cbe06113596fb24504 ...25Running on runner-rpvz2ff9-project-278964-concurrent-0 via runner-rpvz2ff9-private-1709553970-4eaf95d0...27Skipping Git repository setup28Skipping Git checkout29Skipping Git submodules setup31Checking cache for ruby-gems-debian-bookworm-ruby-3.1-17...32cache.zip is up to date 33Successfully extracted cache35Downloading artifacts for clone-gitlab-repo (6311410718)...36Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6311410718 responseStatus=200 OK token=glcbt-6537WARNING: Part of .git directory is on the list of files to extract 38WARNING: This may introduce unexpected problems 39Downloading artifacts for compile-test-assets (6311410765)...40Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6311410765 responseStatus=200 OK token=glcbt-6541Downloading artifacts for detect-tests (6311410787)...42Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6311410787 responseStatus=200 OK token=glcbt-6543Downloading artifacts for retrieve-tests-metadata (6311410799)...44Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6311410799 responseStatus=200 OK token=glcbt-6545Downloading artifacts for setup-test-env (6311410773)...46Downloading artifacts from coordinator... ok host=storage.googleapis.com id=6311410773 responseStatus=200 OK token=glcbt-6548Using docker image sha256:fc7435a87025ef82fcd7c3a7df1e52121e8a88ab05430c94ba7ad5920fecc0d0 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-120-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bookworm-ruby-3.1.patched-golang-1.20-rust-1.73-node-18.17-postgresql-14@sha256:c129fa1214137f01be7f1412c5233ac179604d32d9d852cbe06113596fb24504 ...49$ echo $FOSS_ONLY50$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb51$ export GOPATH=$CI_PROJECT_DIR/.go52$ mkdir -p $GOPATH53$ source scripts/utils.sh54$ source scripts/prepare_build.sh732Using two connections, single database config (config/database.yml.postgresql)733Geo DB won't be set up.734Embedding DB won't be set up.746$ source ./scripts/rspec_helpers.sh747$ run_timed_command "gem install knapsack --no-document"748$ gem install knapsack --no-document749Successfully installed knapsack-4.0.07501 gem installed751==> 'gem install knapsack --no-document' succeeded in 1 seconds.752$ section_start "gitaly-test-spawn" "Spawning Gitaly"; scripts/gitaly-test-spawn; section_end "gitaly-test-spawn"757$ export RSPEC_SKIPPED_TESTS_REPORT_PATH="rspec/skipped_tests-${CI_JOB_ID}.txt"758$ export RSPEC_RETRIED_TESTS_REPORT_PATH="rspec/retried_tests-${CI_JOB_ID}.txt"759$ tooling/bin/create_job_metrics_file || true760[job-metrics] Creating the job metrics file for the CI/CD job.761$ rspec_parallelized_job "--fail-fast=${RSPEC_FAIL_FAST_THRESHOLD} --tag ~quarantine --tag ~level:background_migration --tag ~click_house --tag ~real_ai_request"762[13:30:30] Starting rspec_parallelized_job763RETRY_FAILED_TESTS_IN_NEW_PROCESS: true764KNAPSACK_GENERATE_REPORT: true765FLAKY_RSPEC_GENERATE_REPORT: true766KNAPSACK_TEST_FILE_PATTERN: spec/{commands,controllers,mailers,requests}{,/**/}*_spec.rb767KNAPSACK_LOG_LEVEL: debug768KNAPSACK_REPORT_PATH: knapsack/rspec_integration_pg14_single-db-ci-connection_15_16_278964_report.json769FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json770FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_integration_pg14_single-db-ci-connection_15_16_278964_report.json771NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_integration_pg14_single-db-ci-connection_15_16_278964_report.json772RSPEC_SKIPPED_TESTS_REPORT_PATH: rspec/skipped_tests-6311411716.txt773CRYSTALBALL: 774RSPEC_TESTS_MAPPING_ENABLED: 775RSPEC_TESTS_FILTER_FILE: 776Shell set options (set -o) enabled:777braceexpand on778hashall on779interactive-comments on780pipefail on781Parsing expected rspec suite duration...782RSpec suite is expected to take 34 minutes 53.66 seconds.783Expected duration for tests:784{785 "spec/requests/api/conan_instance_packages_spec.rb": 336.02924407861514,786 "spec/requests/api/conan_project_packages_spec.rb": 309.31850797778577,787 "spec/requests/api/notes_spec.rb": 218.45234135914018,788 "spec/requests/projects/cycle_analytics_events_spec.rb": 146.1348415893717,789 "spec/requests/user_activity_spec.rb": 122.99339980282274,790 "spec/requests/api/ci/runners_spec.rb": 96.28227903757215,791 "spec/requests/api/graphql/container_repository/container_repository_details_spec.rb": 80.70455296991629,792 "spec/requests/api/helpers_spec.rb": 70.10411128130141,793 "spec/requests/api/terraform/state_version_spec.rb": 54.62331450073423,794 "spec/requests/api/group_labels_spec.rb": 52.02850335676233,795 "spec/requests/api/pages/public_access_spec.rb": 46.229149121361864,796 "spec/requests/api/pages/internal_access_spec.rb": 40.253441842387815,797 "spec/requests/api/todos_spec.rb": 36.39216155827624,798 "spec/requests/api/graphql/mutations/container_expiration_policy/update_spec.rb": 34.09025104846607,799 "spec/controllers/import/gitea_controller_spec.rb": 31.45505159809952,800 "spec/controllers/projects/templates_controller_spec.rb": 28.096352871854492,801 "spec/requests/search_controller_spec.rb": 27.546431958695383,802 "spec/controllers/projects/refs_controller_spec.rb": 22.983761533837335,803 "spec/controllers/projects/autocomplete_sources_controller_spec.rb": 22.37385501214464,804 "spec/requests/projects/tags_controller_spec.rb": 20.71056738421609,805 "spec/requests/jwt_controller_spec.rb": 18.569094069551763,806 "spec/requests/api/group_export_spec.rb": 17.152958544390376,807 "spec/requests/api/ci/runner/jobs_put_spec.rb": 16.184193678986862,808 "spec/requests/api/graphql/mutations/packages/protection/rule/delete_spec.rb": 14.74754074687845,809 "spec/requests/api/graphql/mutations/container_registry/protection/rule/create_spec.rb": 14.245201072576249,810 "spec/requests/api/graphql/mutations/ci/runner/create_spec.rb": 13.368207004125185,811 "spec/requests/api/graphql/project/commit_references_spec.rb": 12.665958338773724,812 "spec/requests/api/vs_code/settings/vs_code_settings_sync_spec.rb": 11.650293900096054,813 "spec/requests/api/graphql/mutations/issues/set_crm_contacts_spec.rb": 11.345841960571788,814 "spec/controllers/snippets/blobs_controller_spec.rb": 10.2014407004235,815 "spec/requests/api/graphql/mutations/merge_requests/set_labels_spec.rb": 9.93753066657779,816 "spec/controllers/projects/pipelines/stages_controller_spec.rb": 9.084083068176716,817 "spec/requests/api/graphql/project/packages_cleanup_policy_spec.rb": 8.63469287506614,818 "spec/controllers/user_settings/personal_access_tokens_controller_spec.rb": 7.781286285687323,819 "spec/controllers/users/terms_controller_spec.rb": 7.6206146456009165,820 "spec/requests/api/graphql/mutations/issues/set_due_date_spec.rb": 7.059360567026294,821 "spec/requests/projects/google_cloud/configuration_controller_spec.rb": 6.787154307860079,822 "spec/requests/api/internal/error_tracking_spec.rb": 6.497614329236993,823 "spec/requests/api/graphql/mutations/metrics/dashboard/annotations/create_spec.rb": 6.094279374440964,824 "spec/requests/api/graphql/jobs_query_spec.rb": 5.784613133543697,825 "spec/requests/api/graphql/group/data_transfer_spec.rb": 5.624675675127225,826 "spec/requests/oauth_tokens_spec.rb": 5.150142391128643,827 "spec/requests/groups/settings/slacks_controller_spec.rb": 5.106815266451074,828 "spec/requests/api/graphql/project/grafana_integration_spec.rb": 4.77204941531569,829 "spec/requests/api/metrics/user_starred_dashboards_spec.rb": 4.618353328839959,830 "spec/requests/legacy_routes_spec.rb": 4.374032310059302,831 "spec/requests/api/graphql/mutations/achievements/award_spec.rb": 4.095742838631034,832 "spec/requests/external_redirect/external_redirect_controller_spec.rb": 3.9668369397675325,833 "spec/controllers/projects/usage_quotas_controller_spec.rb": 3.6359495687587886,834 "spec/requests/projects/merge_requests/content_spec.rb": 3.623290112639613,835 "spec/controllers/concerns/onboarding/status_spec.rb": 3.409255400708356,836 "spec/requests/api/graphql/mutations/issues/set_severity_spec.rb": 3.36512061125533,837 "spec/requests/api/graphql/mutations/environments/update_spec.rb": 2.971387184010602,838 "spec/controllers/profiles/emails_controller_spec.rb": 2.827051729229686,839 "spec/requests/api/admin/dictionary_spec.rb": 2.8129020568232646,840 "spec/requests/api/graphql/ci/application_setting_spec.rb": 2.5555499728367543,841 "spec/requests/api/internal/lfs_spec.rb": 2.510176885103859,842 "spec/requests/api/graphql/project/recent_issue_boards_query_spec.rb": 2.2907931909915638,843 "spec/requests/metrics_controller_spec.rb": 2.1787550622251217,844 "spec/requests/projects/notes_controller_spec.rb": 1.9920148174381722,845 "spec/requests/jira_connect/public_keys_controller_spec.rb": 1.88735822549902,846 "spec/controllers/concerns/graceful_timeout_handling_spec.rb": 1.6427453085062245,847 "spec/requests/jira_connect/oauth_application_ids_controller_spec.rb": 1.624858826269219,848 "spec/requests/api/graphql/mutations/alert_management/http_integration/update_spec.rb": 1.4137449837598675,849 "spec/requests/chaos_controller_spec.rb": 1.2823454554074742,850 "spec/controllers/concerns/redirects_for_missing_path_on_tree_spec.rb": 1.0843534217280408,851 "spec/requests/api/graphql/audit_events/definitions_spec.rb": 0.629741065359956852}853Running command: bundle exec rspec -Ispec -rspec_helper --color --failure-exit-code 1 --error-exit-code 2 --format documentation --format Support::Formatters::JsonFormatter --out rspec/rspec-6311411716.json --format RspecJunitFormatter --out rspec/rspec-6311411716.xml --fail-fast=20 --tag ~quarantine --tag ~level:background_migration --tag ~click_house --tag ~real_ai_request -- spec/requests/api/conan_instance_packages_spec.rb spec/requests/api/conan_project_packages_spec.rb spec/requests/api/notes_spec.rb spec/requests/projects/cycle_analytics_events_spec.rb spec/requests/user_activity_spec.rb spec/requests/api/ci/runners_spec.rb spec/requests/api/graphql/container_repository/container_repository_details_spec.rb spec/requests/api/helpers_spec.rb spec/requests/api/terraform/state_version_spec.rb spec/requests/api/group_labels_spec.rb spec/requests/api/pages/public_access_spec.rb spec/requests/api/pages/internal_access_spec.rb spec/requests/api/todos_spec.rb spec/requests/api/graphql/mutations/container_expiration_policy/update_spec.rb spec/controllers/import/gitea_controller_spec.rb spec/controllers/projects/templates_controller_spec.rb spec/requests/search_controller_spec.rb spec/controllers/projects/refs_controller_spec.rb spec/controllers/projects/autocomplete_sources_controller_spec.rb spec/requests/projects/tags_controller_spec.rb spec/requests/jwt_controller_spec.rb spec/requests/api/group_export_spec.rb spec/requests/api/ci/runner/jobs_put_spec.rb spec/requests/api/graphql/mutations/packages/protection/rule/delete_spec.rb spec/requests/api/graphql/mutations/container_registry/protection/rule/create_spec.rb spec/requests/api/graphql/mutations/ci/runner/create_spec.rb spec/requests/api/graphql/project/commit_references_spec.rb spec/requests/api/vs_code/settings/vs_code_settings_sync_spec.rb spec/requests/api/graphql/mutations/issues/set_crm_contacts_spec.rb spec/controllers/snippets/blobs_controller_spec.rb spec/requests/api/graphql/mutations/merge_requests/set_labels_spec.rb spec/controllers/projects/pipelines/stages_controller_spec.rb spec/requests/api/graphql/project/packages_cleanup_policy_spec.rb spec/controllers/user_settings/personal_access_tokens_controller_spec.rb spec/controllers/users/terms_controller_spec.rb spec/requests/api/graphql/mutations/issues/set_due_date_spec.rb spec/requests/projects/google_cloud/configuration_controller_spec.rb spec/requests/api/internal/error_tracking_spec.rb spec/requests/api/graphql/mutations/metrics/dashboard/annotations/create_spec.rb spec/requests/api/graphql/jobs_query_spec.rb spec/requests/api/graphql/group/data_transfer_spec.rb spec/requests/oauth_tokens_spec.rb spec/requests/groups/settings/slacks_controller_spec.rb spec/requests/api/graphql/project/grafana_integration_spec.rb spec/requests/api/metrics/user_starred_dashboards_spec.rb spec/requests/legacy_routes_spec.rb spec/requests/api/graphql/mutations/achievements/award_spec.rb spec/requests/external_redirect/external_redirect_controller_spec.rb spec/controllers/projects/usage_quotas_controller_spec.rb spec/requests/projects/merge_requests/content_spec.rb spec/controllers/concerns/onboarding/status_spec.rb spec/requests/api/graphql/mutations/issues/set_severity_spec.rb spec/requests/api/graphql/mutations/environments/update_spec.rb spec/controllers/profiles/emails_controller_spec.rb spec/requests/api/admin/dictionary_spec.rb spec/requests/api/graphql/ci/application_setting_spec.rb spec/requests/api/internal/lfs_spec.rb spec/requests/api/graphql/project/recent_issue_boards_query_spec.rb spec/requests/metrics_controller_spec.rb spec/requests/projects/notes_controller_spec.rb spec/requests/jira_connect/public_keys_controller_spec.rb spec/controllers/concerns/graceful_timeout_handling_spec.rb spec/requests/jira_connect/oauth_application_ids_controller_spec.rb spec/requests/api/graphql/mutations/alert_management/http_integration/update_spec.rb spec/requests/chaos_controller_spec.rb spec/controllers/concerns/redirects_for_missing_path_on_tree_spec.rb spec/requests/api/graphql/audit_events/definitions_spec.rbKnapsack report generator started!854Run options: exclude {:quarantine=>true, :level=>"background_migration", :click_house=>true, :real_ai_request=>true}855# [RSpecRunTime] Starting RSpec timer...856[TEST PROF INFO] EventProf enabled (sql.active_record)857unknown OID 2249: failed to recognize type of 'pg_stat_file'. It will be treated as String.858Test environment set up in 0.961347615 seconds859# [RSpecRunTime] Starting example group spec/requests/api/conan_instance_packages_spec.rb. Expected to take 5 minutes 36.03 seconds.860API::ConanInstancePackages861 GET /api/v4/packages/conan/v1/ping862 behaves like conan ping endpoint863 responds with 200 OK when no token provided864 behaves like conan FIPS mode865 when FIPS mode is enabled866 behaves like returning response status867 returns not_found868 packages feature disabled869 responds with 404 Not Found870# [RSpecRunTime] RSpec elapsed time: 11.99 seconds. Current RSS: ~1368M. load average: 1.27 1.21 1.17 1/284 394871 GET /api/v4/packages/conan/v1/conans/search872 behaves like conan search endpoint873 with a public project874 returns packages with a matching name875 is expected to contain exactly "package-7/1.0.0@namespace7+project-7/stable"876# [RSpecRunTime] RSpec elapsed time: 13.46 seconds. Current RSS: ~1387M. load average: 1.25 1.21 1.17 1/284 395877 returns packages using a * wildcard878 is expected to contain exactly "package-9/1.0.0@namespace9+project-9/stable"879# [RSpecRunTime] RSpec elapsed time: 15.26 seconds. Current RSS: ~1413M. load average: 1.25 1.21 1.17 1/284 396880 does not return non-matching packages881 is expected to be blank882# [RSpecRunTime] RSpec elapsed time: 17.63 seconds. Current RSS: ~1445M. load average: 1.23 1.20 1.17 1/284 397883 with a private project884 role: :maintainer, packages_visible: true885 is expected to contain exactly "package-13/1.0.0@namespace13+project-13/stable"886# [RSpecRunTime] RSpec elapsed time: 19.56 seconds. Current RSS: ~1463M. load average: 1.23 1.20 1.17 2/284 398887 role: :developer, packages_visible: true888 is expected to contain exactly "package-15/1.0.0@namespace15+project-15/stable"889# [RSpecRunTime] RSpec elapsed time: 21.47 seconds. Current RSS: ~1462M. load average: 1.23 1.20 1.17 1/284 399890 role: :reporter, packages_visible: true891 is expected to contain exactly "package-17/1.0.0@namespace17+project-17/stable"892# [RSpecRunTime] RSpec elapsed time: 23.35 seconds. Current RSS: ~1468M. load average: 1.21 1.20 1.17 1/284 400893 role: :guest, packages_visible: false894 is expected to be blank895# [RSpecRunTime] RSpec elapsed time: 25.32 seconds. Current RSS: ~1469M. load average: 1.21 1.20 1.17 1/284 401896 role: :anonymous, packages_visible: false897 is expected to be blank898# [RSpecRunTime] RSpec elapsed time: 27.09 seconds. Current RSS: ~1475M. load average: 1.21 1.20 1.17 1/284 402899 behaves like conan FIPS mode900 when FIPS mode is enabled901 behaves like returning response status902 returns not_found903# [RSpecRunTime] RSpec elapsed time: 28.6 seconds. Current RSS: ~1477M. load average: 1.19 1.20 1.17 1/284 403904 GET /api/v4/packages/conan/v1/users/authenticate905 behaves like conan authenticate endpoint906 responds with 401 Unauthorized when an invalid access token is provided907 responds with 401 Unauthorized when the provided JWT is signed with different secret908 responds with 401 UnauthorizedOK when invalid JWT is provided909 behaves like conan FIPS mode910 when FIPS mode is enabled911 behaves like returning response status912 returns not_found913# [RSpecRunTime] RSpec elapsed time: 34.49 seconds. Current RSS: ~1469M. load average: 1.18 1.19 1.17 1/284 404914 when using invalid token915 responds with 401916# [RSpecRunTime] RSpec elapsed time: 35.99 seconds. Current RSS: ~1470M. load average: 1.18 1.19 1.17 1/284 405917 when valid JWT access token is provided918 responds with 200919 token has valid validity time920# [RSpecRunTime] RSpec elapsed time: 39.08 seconds. Current RSS: ~1472M. load average: 1.16 1.19 1.17 1/284 406921 with valid job token922 responds with 200923# [RSpecRunTime] RSpec elapsed time: 41.57 seconds. Current RSS: ~1465M. load average: 1.16 1.19 1.17 1/284 407924 with valid deploy token925 responds with 200926# [RSpecRunTime] RSpec elapsed time: 43.07 seconds. Current RSS: ~1462M. load average: 1.15 1.19 1.17 1/284 408927 GET /api/v4/packages/conan/v1/users/check_credentials928 behaves like conan check_credentials endpoint929 responds with a 200 OK with PAT930 responds with a 401 Unauthorized when an invalid token is used931 behaves like conan FIPS mode932 when FIPS mode is enabled933 behaves like returning response status934 returns not_found935# [RSpecRunTime] RSpec elapsed time: 47.49 seconds. Current RSS: ~1458M. load average: 1.22 1.20 1.17 2/284 409936 with job token937 responds with a 200 OK with job token938# [RSpecRunTime] RSpec elapsed time: 49.5 seconds. Current RSS: ~1464M. load average: 1.22 1.20 1.17 1/284 410939 with deploy token940 responds with a 200 OK with job token941# [RSpecRunTime] RSpec elapsed time: 50.92 seconds. Current RSS: ~1466M. load average: 1.22 1.20 1.17 1/284 411942 recipe endpoints943 GET /api/v4/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel944 behaves like recipe snapshot endpoint945 behaves like conan FIPS mode946 when FIPS mode is enabled947 behaves like returning response status948 returns not_found949# [RSpecRunTime] RSpec elapsed time: 52.49 seconds. Current RSS: ~1457M. load average: 1.20 1.20 1.17 1/284 412950 behaves like rejects invalid recipe951 with invalid recipe path952 returns 400953# [RSpecRunTime] RSpec elapsed time: 54.01 seconds. Current RSS: ~1459M. load average: 1.20 1.20 1.17 1/284 413954 behaves like rejects recipe for invalid project955 with invalid project956 behaves like not found request957 returns not found958# [RSpecRunTime] RSpec elapsed time: 55.66 seconds. Current RSS: ~1459M. load average: 1.20 1.20 1.17 1/284 414959 behaves like empty recipe for not found package960 with invalid recipe url961 returns not found962# [RSpecRunTime] RSpec elapsed time: 57.41 seconds. Current RSS: ~1462M. load average: 1.18 1.19 1.17 1/284 415963 behaves like handling empty values for username and channel964 username: "username", channel: "channel", status: :ok965 returns the correct status code966# [RSpecRunTime] RSpec elapsed time: 59.32 seconds. Current RSS: ~1463M. load average: 1.18 1.19 1.17 1/284 416967 username: "username", channel: "_", status: :bad_request968 returns the correct status code969# [RSpecRunTime] RSpec elapsed time: 1 minute 1.0 second. Current RSS: ~1466M. load average: 1.18 1.19 1.17 1/284 417970 username: "_", channel: "channel", status: :bad_request_or_not_found971 returns the correct status code972# [RSpecRunTime] RSpec elapsed time: 1 minute 2.69 seconds. Current RSS: ~1465M. load average: 1.25 1.21 1.18 1/284 418973 username: "_", channel: "_", status: :ok_or_not_found974 returns the correct status code975# [RSpecRunTime] RSpec elapsed time: 1 minute 4.34 seconds. Current RSS: ~1465M. load average: 1.25 1.21 1.18 1/284 419976 with existing package977 returns a hash of files with their md5 hashes978# [RSpecRunTime] RSpec elapsed time: 1 minute 5.93 seconds. Current RSS: ~1465M. load average: 1.25 1.21 1.18 1/284 420979 GET /api/v4/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel/packages/:conan_package_reference980 behaves like package snapshot endpoint981 behaves like conan FIPS mode982 when FIPS mode is enabled983 behaves like returning response status984 returns not_found985# [RSpecRunTime] RSpec elapsed time: 1 minute 7.55 seconds. Current RSS: ~1466M. load average: 1.23 1.20 1.17 1/284 421986 behaves like rejects invalid recipe987 with invalid recipe path988 returns 400989# [RSpecRunTime] RSpec elapsed time: 1 minute 9.01 seconds. Current RSS: ~1466M. load average: 1.23 1.20 1.17 1/284 422990 behaves like rejects recipe for invalid project991 with invalid project992 behaves like not found request993 returns not found994# [RSpecRunTime] RSpec elapsed time: 1 minute 10.55 seconds. Current RSS: ~1465M. load average: 1.23 1.20 1.17 1/284 423995 behaves like empty recipe for not found package996 with invalid recipe url997 returns not found998# [RSpecRunTime] RSpec elapsed time: 1 minute 12.14 seconds. Current RSS: ~1466M. load average: 1.23 1.20 1.17 1/284 424999 behaves like handling empty values for username and channel1000 username: "username", channel: "channel", status: :ok1001 returns the correct status code1002# [RSpecRunTime] RSpec elapsed time: 1 minute 13.98 seconds. Current RSS: ~1466M. load average: 1.21 1.20 1.17 1/284 4251003 username: "username", channel: "_", status: :bad_request1004 returns the correct status code1005# [RSpecRunTime] RSpec elapsed time: 1 minute 15.65 seconds. Current RSS: ~1467M. load average: 1.21 1.20 1.17 1/284 4261006 username: "_", channel: "channel", status: :bad_request_or_not_found1007 returns the correct status code1008# [RSpecRunTime] RSpec elapsed time: 1 minute 17.31 seconds. Current RSS: ~1466M. load average: 1.21 1.20 1.17 1/284 4271009 username: "_", channel: "_", status: :ok_or_not_found1010 returns the correct status code1011# [RSpecRunTime] RSpec elapsed time: 1 minute 18.89 seconds. Current RSS: ~1465M. load average: 1.19 1.20 1.17 1/284 4281012 with existing package1013 returns a hash of md5 values for the files1014# [RSpecRunTime] RSpec elapsed time: 1 minute 20.71 seconds. Current RSS: ~1465M. load average: 1.19 1.20 1.17 1/284 4291015 GET /api/v4/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel/digest1016 behaves like recipe download_urls endpoint1017 behaves like conan FIPS mode1018 when FIPS mode is enabled1019 behaves like returning response status1020 returns not_found1021# [RSpecRunTime] RSpec elapsed time: 1 minute 22.36 seconds. Current RSS: ~1465M. load average: 1.19 1.20 1.17 1/284 4301022 behaves like rejects invalid recipe1023 with invalid recipe path1024 returns 4001025# [RSpecRunTime] RSpec elapsed time: 1 minute 24.01 seconds. Current RSS: ~1465M. load average: 1.18 1.19 1.17 1/284 4311026 behaves like rejects recipe for invalid project1027 with invalid project1028 behaves like not found request1029 returns not found1030# [RSpecRunTime] RSpec elapsed time: 1 minute 25.59 seconds. Current RSS: ~1465M. load average: 1.18 1.19 1.17 1/284 4321031 behaves like recipe download_urls1032 returns the download_urls for the recipe files1033 behaves like not selecting a package with the wrong type1034 with a nuget package with same name and version1035 calls the presenter with a nil package1036# [RSpecRunTime] RSpec elapsed time: 1 minute 29.3 seconds. Current RSS: ~1460M. load average: 1.16 1.19 1.17 1/284 4331037 behaves like handling empty values for username and channel1038 username: "username", channel: "channel", status: :ok1039 returns the correct status code1040# [RSpecRunTime] RSpec elapsed time: 1 minute 31.01 seconds. Current RSS: ~1457M. load average: 1.16 1.19 1.17 1/284 4341041 username: "username", channel: "_", status: :bad_request1042 returns the correct status code1043# [RSpecRunTime] RSpec elapsed time: 1 minute 32.61 seconds. Current RSS: ~1453M. load average: 1.15 1.19 1.17 1/284 4351044 username: "_", channel: "channel", status: :bad_request_or_not_found1045 returns the correct status code1046# [RSpecRunTime] RSpec elapsed time: 1 minute 34.31 seconds. Current RSS: ~1457M. load average: 1.15 1.19 1.17 1/284 4361047 username: "_", channel: "_", status: :ok_or_not_found1048 returns the correct status code1049# [RSpecRunTime] RSpec elapsed time: 1 minute 35.96 seconds. Current RSS: ~1459M. load average: 1.15 1.19 1.17 1/284 4371050 GET /api/v4/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel/packages/:conan_package_reference/download_urls1051 behaves like package download_urls endpoint1052 behaves like conan FIPS mode1053 when FIPS mode is enabled1054 behaves like returning response status1055 returns not_found1056# [RSpecRunTime] RSpec elapsed time: 1 minute 37.55 seconds. Current RSS: ~1458M. load average: 1.14 1.18 1.17 1/284 4381057 behaves like rejects invalid recipe1058 with invalid recipe path1059 returns 4001060# [RSpecRunTime] RSpec elapsed time: 1 minute 38.99 seconds. Current RSS: ~1459M. load average: 1.14 1.18 1.17 1/284 4391061 behaves like rejects recipe for invalid project1062 with invalid project1063 behaves like not found request1064 returns not found1065# [RSpecRunTime] RSpec elapsed time: 1 minute 40.64 seconds. Current RSS: ~1459M. load average: 1.14 1.18 1.17 1/284 4401066 behaves like package download_urls1067 returns the download_urls for the package files1068 behaves like not selecting a package with the wrong type1069 with a nuget package with same name and version1070 calls the presenter with a nil package1071# [RSpecRunTime] RSpec elapsed time: 1 minute 43.9 seconds. Current RSS: ~1460M. load average: 1.13 1.18 1.17 1/284 4411072 behaves like handling empty values for username and channel1073 username: "username", channel: "channel", status: :ok1074 returns the correct status code1075# [RSpecRunTime] RSpec elapsed time: 1 minute 45.77 seconds. Current RSS: ~1459M. load average: 1.13 1.18 1.17 1/284 4421076 username: "username", channel: "_", status: :bad_request1077 returns the correct status code1078# [RSpecRunTime] RSpec elapsed time: 1 minute 47.46 seconds. Current RSS: ~1455M. load average: 1.04 1.16 1.16 1/284 4431079 username: "_", channel: "channel", status: :bad_request_or_not_found1080 returns the correct status code1081# [RSpecRunTime] RSpec elapsed time: 1 minute 49.13 seconds. Current RSS: ~1455M. load average: 1.04 1.16 1.16 1/283 4441082 username: "_", channel: "_", status: :ok_or_not_found1083 returns the correct status code1084# [RSpecRunTime] RSpec elapsed time: 1 minute 50.79 seconds. Current RSS: ~1456M. load average: 1.04 1.16 1.16 1/283 4451085 GET /api/v4/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel/download_urls1086 behaves like recipe download_urls endpoint1087 behaves like conan FIPS mode1088 when FIPS mode is enabled1089 behaves like returning response status1090 returns not_found1091# [RSpecRunTime] RSpec elapsed time: 1 minute 52.34 seconds. Current RSS: ~1456M. load average: 1.04 1.16 1.16 1/283 4461092 behaves like rejects invalid recipe1093 with invalid recipe path1094 returns 4001095# [RSpecRunTime] RSpec elapsed time: 1 minute 53.96 seconds. Current RSS: ~1456M. load average: 1.03 1.16 1.16 1/283 4471096 behaves like rejects recipe for invalid project1097 with invalid project1098 behaves like not found request1099 returns not found1100# [RSpecRunTime] RSpec elapsed time: 1 minute 55.53 seconds. Current RSS: ~1455M. load average: 1.03 1.16 1.16 1/283 4481101 behaves like recipe download_urls1102 returns the download_urls for the recipe files1103 behaves like not selecting a package with the wrong type1104 with a nuget package with same name and version1105 calls the presenter with a nil package1106# [RSpecRunTime] RSpec elapsed time: 1 minute 58.91 seconds. Current RSS: ~1455M. load average: 1.03 1.15 1.16 1/283 4491107 behaves like handling empty values for username and channel1108 username: "username", channel: "channel", status: :ok1109 returns the correct status code1110# [RSpecRunTime] RSpec elapsed time: 2 minutes 0.81 second. Current RSS: ~1454M. load average: 1.03 1.15 1.16 1/283 4501111 username: "username", channel: "_", status: :bad_request1112 returns the correct status code1113# [RSpecRunTime] RSpec elapsed time: 2 minutes 2.48 seconds. Current RSS: ~1453M. load average: 1.03 1.15 1.16 1/283 4511114 username: "_", channel: "channel", status: :bad_request_or_not_found1115 returns the correct status code1116# [RSpecRunTime] RSpec elapsed time: 2 minutes 4.11 seconds. Current RSS: ~1453M. load average: 1.03 1.15 1.16 1/284 4521117 username: "_", channel: "_", status: :ok_or_not_found1118 returns the correct status code1119# [RSpecRunTime] RSpec elapsed time: 2 minutes 5.74 seconds. Current RSS: ~1453M. load average: 1.03 1.15 1.16 1/284 4531120 GET /api/v4/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel/packages/:conan_package_reference/digest1121 behaves like package download_urls endpoint1122 behaves like conan FIPS mode1123 when FIPS mode is enabled1124 behaves like returning response status1125 returns not_found1126# [RSpecRunTime] RSpec elapsed time: 2 minutes 7.35 seconds. Current RSS: ~1453M. load average: 1.03 1.15 1.16 1/284 4541127 behaves like rejects invalid recipe1128 with invalid recipe path1129 returns 4001130# [RSpecRunTime] RSpec elapsed time: 2 minutes 8.9 seconds. Current RSS: ~1452M. load average: 1.03 1.15 1.16 1/286 4551131 behaves like rejects recipe for invalid project1132 with invalid project1133 behaves like not found request1134 returns not found1135# [RSpecRunTime] RSpec elapsed time: 2 minutes 10.49 seconds. Current RSS: ~1452M. load average: 1.03 1.15 1.16 1/284 4561136 behaves like package download_urls1137 returns the download_urls for the package files1138 behaves like not selecting a package with the wrong type1139 with a nuget package with same name and version1140 calls the presenter with a nil package1141# [RSpecRunTime] RSpec elapsed time: 2 minutes 14.02 seconds. Current RSS: ~1451M. load average: 1.02 1.14 1.16 1/283 4571142 behaves like handling empty values for username and channel1143 username: "username", channel: "channel", status: :ok1144 returns the correct status code1145# [RSpecRunTime] RSpec elapsed time: 2 minutes 15.88 seconds. Current RSS: ~1450M. load average: 1.02 1.14 1.16 1/283 4581146 username: "username", channel: "_", status: :bad_request1147 returns the correct status code1148# [RSpecRunTime] RSpec elapsed time: 2 minutes 17.54 seconds. Current RSS: ~1450M. load average: 1.02 1.14 1.16 1/283 4591149 username: "_", channel: "channel", status: :bad_request_or_not_found1150 returns the correct status code1151# [RSpecRunTime] RSpec elapsed time: 2 minutes 19.23 seconds. Current RSS: ~1452M. load average: 1.02 1.14 1.16 1/283 4601152 username: "_", channel: "_", status: :ok_or_not_found1153 returns the correct status code1154# [RSpecRunTime] RSpec elapsed time: 2 minutes 21.04 seconds. Current RSS: ~1452M. load average: 1.02 1.14 1.16 1/283 4611155 POST /api/v4/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel/upload_urls1156 behaves like recipe upload_urls endpoint1157 returns a set of upload urls for the files requested1158 behaves like conan FIPS mode1159 when FIPS mode is enabled1160 behaves like returning response status1161 returns not_found1162# [RSpecRunTime] RSpec elapsed time: 2 minutes 24.25 seconds. Current RSS: ~1452M. load average: 1.02 1.14 1.15 1/283 4621163 behaves like rejects invalid recipe1164 with invalid recipe path1165 returns 4001166# [RSpecRunTime] RSpec elapsed time: 2 minutes 25.78 seconds. Current RSS: ~1452M. load average: 1.02 1.14 1.15 1/282 4631167 behaves like rejects invalid upload_url params1168 with unaccepted json format1169 returns 4001170# [RSpecRunTime] RSpec elapsed time: 2 minutes 27.49 seconds. Current RSS: ~1449M. load average: 1.10 1.15 1.16 2/282 4641171 behaves like handling empty values for username and channel1172 username: "username", channel: "channel", status: :ok1173 returns the correct status code1174# [RSpecRunTime] RSpec elapsed time: 2 minutes 29.25 seconds. Current RSS: ~1448M. load average: 1.10 1.15 1.16 1/282 4651175 username: "username", channel: "_", status: :bad_request1176 returns the correct status code1177# [RSpecRunTime] RSpec elapsed time: 2 minutes 30.98 seconds. Current RSS: ~1449M. load average: 1.10 1.15 1.16 1/282 4661178 username: "_", channel: "channel", status: :bad_request_or_not_found1179 returns the correct status code1180# [RSpecRunTime] RSpec elapsed time: 2 minutes 32.65 seconds. Current RSS: ~1451M. load average: 1.09 1.15 1.16 1/282 4671181 username: "_", channel: "_", status: :ok_or_not_found1182 returns the correct status code1183# [RSpecRunTime] RSpec elapsed time: 2 minutes 34.44 seconds. Current RSS: ~1452M. load average: 1.09 1.15 1.16 1/282 4681184 with conan_sources and conan_export files1185 returns upload urls for the additional files1186# [RSpecRunTime] RSpec elapsed time: 2 minutes 36.1 seconds. Current RSS: ~1452M. load average: 1.09 1.15 1.16 1/282 4691187 with an invalid file1188 does not return the invalid file as an upload_url1189# [RSpecRunTime] RSpec elapsed time: 2 minutes 37.71 seconds. Current RSS: ~1452M. load average: 1.08 1.15 1.16 1/282 4701190 POST /api/v4/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel/packages/:conan_package_reference/upload_urls1191 behaves like package upload_urls endpoint1192 returns a set of upload urls for the files requested1193 behaves like conan FIPS mode1194 when FIPS mode is enabled1195 behaves like returning response status1196 returns not_found1197# [RSpecRunTime] RSpec elapsed time: 2 minutes 40.98 seconds. Current RSS: ~1452M. load average: 1.08 1.15 1.16 1/282 4711198 behaves like rejects invalid recipe1199 with invalid recipe path1200 returns 4001201# [RSpecRunTime] RSpec elapsed time: 2 minutes 42.57 seconds. Current RSS: ~1452M. load average: 1.08 1.15 1.16 1/282 4721202 behaves like rejects invalid upload_url params1203 with unaccepted json format1204 returns 4001205# [RSpecRunTime] RSpec elapsed time: 2 minutes 44.18 seconds. Current RSS: ~1452M. load average: 1.08 1.15 1.16 1/282 4731206 behaves like handling empty values for username and channel1207 username: "username", channel: "channel", status: :ok1208 returns the correct status code1209# [RSpecRunTime] RSpec elapsed time: 2 minutes 45.98 seconds. Current RSS: ~1450M. load average: 1.08 1.15 1.16 1/282 4741210 username: "username", channel: "_", status: :bad_request1211 returns the correct status code1212# [RSpecRunTime] RSpec elapsed time: 2 minutes 47.75 seconds. Current RSS: ~1451M. load average: 1.07 1.14 1.16 1/282 4751213 username: "_", channel: "channel", status: :bad_request_or_not_found1214 returns the correct status code1215# [RSpecRunTime] RSpec elapsed time: 2 minutes 49.5 seconds. Current RSS: ~1451M. load average: 1.07 1.14 1.16 1/282 4761216 username: "_", channel: "_", status: :ok_or_not_found1217 returns the correct status code1218# [RSpecRunTime] RSpec elapsed time: 2 minutes 51.25 seconds. Current RSS: ~1453M. load average: 1.07 1.14 1.16 1/282 4771219 with invalid files1220 returns upload urls only for the valid requested files1221# [RSpecRunTime] RSpec elapsed time: 2 minutes 52.99 seconds. Current RSS: ~1452M. load average: 1.06 1.14 1.15 1/282 4781222 DELETE /api/v4/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel1223 behaves like delete package endpoint1224 returns unauthorized for users without valid permission1225 behaves like conan FIPS mode1226 when FIPS mode is enabled1227 behaves like returning response status1228 returns not_found1229# [RSpecRunTime] RSpec elapsed time: 2 minutes 56.19 seconds. Current RSS: ~1453M. load average: 1.06 1.14 1.15 1/282 4791230 behaves like rejects invalid recipe1231 with invalid recipe path1232 returns 4001233# [RSpecRunTime] RSpec elapsed time: 2 minutes 57.77 seconds. Current RSS: ~1453M. load average: 1.06 1.14 1.15 1/282 4801234 behaves like handling empty values for username and channel1235 username: "username", channel: "channel", status: :ok1236 returns the correct status code1237# [RSpecRunTime] RSpec elapsed time: 2 minutes 59.65 seconds. Current RSS: ~1453M. load average: 1.06 1.14 1.15 1/281 4811238 username: "username", channel: "_", status: :bad_request1239 returns the correct status code1240# [RSpecRunTime] RSpec elapsed time: 3 minutes 1.31 seconds. Current RSS: ~1453M. load average: 1.06 1.14 1.15 1/281 4821241 username: "_", channel: "channel", status: :bad_request_or_not_found1242 returns the correct status code1243# [RSpecRunTime] RSpec elapsed time: 3 minutes 2.97 seconds. Current RSS: ~1453M. load average: 1.05 1.14 1.15 1/280 4831244 username: "_", channel: "_", status: :ok_or_not_found1245 returns the correct status code1246# [RSpecRunTime] RSpec elapsed time: 3 minutes 4.66 seconds. Current RSS: ~1453M. load average: 1.05 1.14 1.15 1/280 4841247 with delete permissions1248 deletes a package1249 behaves like a package tracking event1250 creates a gitlab tracking event delete_package1251# [RSpecRunTime] RSpec elapsed time: 3 minutes 8.33 seconds. Current RSS: ~1454M. load average: 1.05 1.13 1.15 1/280 4851252 file download endpoints1253 GET /api/v4/packages/conan/v1/files/:package_name/package_version/:package_username/:package_channel/:recipe_revision/export/:file_name1254 behaves like recipe file download endpoint1255 behaves like conan FIPS mode1256 when FIPS mode is enabled1257 behaves like returning response status1258 returns not_found1259# [RSpecRunTime] RSpec elapsed time: 3 minutes 9.92 seconds. Current RSS: ~1455M. load average: 1.05 1.13 1.15 1/280 4861260 behaves like a public project with packages1261 returns the file1262 behaves like allows download with no token1263 with no private token1264 returns 2001265# [RSpecRunTime] RSpec elapsed time: 3 minutes 13.23 seconds. Current RSS: ~1455M. load average: 1.04 1.13 1.15 1/280 4871266 behaves like bumping the package last downloaded at field1267 bumps last_downloaded_at1268# [RSpecRunTime] RSpec elapsed time: 3 minutes 14.99 seconds. Current RSS: ~1456M. load average: 1.04 1.13 1.15 1/280 4881269 behaves like an internal project with packages1270 returns the file1271 behaves like denies download with no token1272 with no private token1273 returns 4041274# [RSpecRunTime] RSpec elapsed time: 3 minutes 18.85 seconds. Current RSS: ~1457M. load average: 1.04 1.13 1.15 1/280 4891275 behaves like bumping the package last downloaded at field1276 bumps last_downloaded_at1277# [RSpecRunTime] RSpec elapsed time: 3 minutes 20.72 seconds. Current RSS: ~1457M. load average: 1.04 1.13 1.15 1/280 4901278 behaves like a private project with packages1279 returns the file1280 denies download when not enough permissions1281 behaves like denies download with no token1282 with no private token1283 returns 4041284# [RSpecRunTime] RSpec elapsed time: 3 minutes 25.62 seconds. Current RSS: ~1457M. load average: 1.04 1.13 1.15 1/280 4911285 behaves like bumping the package last downloaded at field1286 bumps last_downloaded_at1287# [RSpecRunTime] RSpec elapsed time: 3 minutes 27.27 seconds. Current RSS: ~1456M. load average: 1.04 1.13 1.15 1/280 4921288 behaves like handling empty values for username and channel1289 username: "username", channel: "channel", status: :ok1290 returns the correct status code1291# [RSpecRunTime] RSpec elapsed time: 3 minutes 29.05 seconds. Current RSS: ~1456M. load average: 1.03 1.12 1.15 1/280 4931292 username: "username", channel: "_", status: :bad_request1293 returns the correct status code1294# [RSpecRunTime] RSpec elapsed time: 3 minutes 30.83 seconds. Current RSS: ~1456M. load average: 1.03 1.12 1.15 1/280 4941295 username: "_", channel: "channel", status: :bad_request_or_not_found1296 returns the correct status code1297# [RSpecRunTime] RSpec elapsed time: 3 minutes 32.61 seconds. Current RSS: ~1456M. load average: 1.03 1.12 1.15 1/280 4951298 username: "_", channel: "_", status: :ok_or_not_found1299 returns the correct status code1300# [RSpecRunTime] RSpec elapsed time: 3 minutes 34.32 seconds. Current RSS: ~1457M. load average: 1.03 1.12 1.15 1/280 4961301 behaves like project not found by recipe1302 behaves like not found request1303 returns not found1304# [RSpecRunTime] RSpec elapsed time: 3 minutes 35.97 seconds. Current RSS: ~1457M. load average: 1.03 1.12 1.15 1/280 4971305 GET /api/v4/packages/conan/v1/files/:package_name/package_version/:package_username/:package_channel/:recipe_revision/package/:conan_package_reference/:package_revision/:file_name1306 behaves like package file download endpoint1307 behaves like conan FIPS mode1308 when FIPS mode is enabled1309 behaves like returning response status1310 returns not_found1311# [RSpecRunTime] RSpec elapsed time: 3 minutes 37.71 seconds. Current RSS: ~1456M. load average: 1.03 1.12 1.15 1/280 4981312 behaves like a public project with packages1313 returns the file1314 behaves like allows download with no token1315 with no private token1316 returns 2001317# [RSpecRunTime] RSpec elapsed time: 3 minutes 40.83 seconds. Current RSS: ~1456M. load average: 1.03 1.12 1.15 1/280 4991318 behaves like bumping the package last downloaded at field1319 bumps last_downloaded_at1320# [RSpecRunTime] RSpec elapsed time: 3 minutes 42.63 seconds. Current RSS: ~1456M. load average: 1.03 1.12 1.14 1/280 5001321 behaves like an internal project with packages1322 returns the file1323 behaves like denies download with no token1324 with no private token1325 returns 4041326# [RSpecRunTime] RSpec elapsed time: 3 minutes 46.17 seconds. Current RSS: ~1459M. load average: 1.03 1.12 1.14 1/280 5011327 behaves like bumping the package last downloaded at field1328 bumps last_downloaded_at1329# [RSpecRunTime] RSpec elapsed time: 3 minutes 48.12 seconds. Current RSS: ~1457M. load average: 1.02 1.11 1.14 1/280 5021330 behaves like a private project with packages1331 returns the file1332 denies download when not enough permissions1333 behaves like denies download with no token1334 with no private token1335 returns 4041336# [RSpecRunTime] RSpec elapsed time: 3 minutes 53.1 seconds. Current RSS: ~1458M. load average: 1.02 1.11 1.14 1/280 5031337 behaves like bumping the package last downloaded at field1338 bumps last_downloaded_at1339# [RSpecRunTime] RSpec elapsed time: 3 minutes 54.82 seconds. Current RSS: ~1458M. load average: 1.02 1.11 1.14 1/280 5041340 behaves like handling empty values for username and channel1341 username: "username", channel: "channel", status: :ok1342 returns the correct status code1343# [RSpecRunTime] RSpec elapsed time: 3 minutes 56.65 seconds. Current RSS: ~1458M. load average: 1.02 1.11 1.14 1/280 5051344 username: "username", channel: "_", status: :bad_request1345 returns the correct status code1346# [RSpecRunTime] RSpec elapsed time: 3 minutes 58.34 seconds. Current RSS: ~1459M. load average: 1.02 1.11 1.14 1/280 5061347 username: "_", channel: "channel", status: :bad_request_or_not_found1348 returns the correct status code1349# [RSpecRunTime] RSpec elapsed time: 3 minutes 59.99 seconds. Current RSS: ~1459M. load average: 1.02 1.11 1.14 1/280 5071350 username: "_", channel: "_", status: :ok_or_not_found1351 returns the correct status code1352# [RSpecRunTime] RSpec elapsed time: 4 minutes 1.76 seconds. Current RSS: ~1459M. load average: 1.02 1.11 1.14 1/280 5081353 tracking the conan_package.tgz download1354 behaves like a package tracking event1355 creates a gitlab tracking event pull_package1356# [RSpecRunTime] RSpec elapsed time: 4 minutes 3.43 seconds. Current RSS: ~1459M. load average: 1.02 1.11 1.14 1/280 5091357 behaves like project not found by recipe1358 behaves like not found request1359 returns not found1360# [RSpecRunTime] RSpec elapsed time: 4 minutes 4.95 seconds. Current RSS: ~1460M. load average: 1.02 1.11 1.14 1/280 5101361 file upload endpoints1362 PUT /api/v4/packages/conan/v1/files/:package_name/package_version/:package_username/:package_channel/:recipe_revision/export/:file_name/authorize1363 behaves like workhorse authorize endpoint1364 behaves like conan FIPS mode1365 when FIPS mode is enabled1366 behaves like returning response status1367 returns not_found1368# [RSpecRunTime] RSpec elapsed time: 4 minutes 6.58 seconds. Current RSS: ~1460M. load average: 1.02 1.11 1.14 1/280 5111369 behaves like rejects invalid recipe1370 with invalid recipe path1371 returns 4001372# [RSpecRunTime] RSpec elapsed time: 4 minutes 8.07 seconds. Current RSS: ~1460M. load average: 1.02 1.11 1.14 1/279 5121373 behaves like rejects invalid file_name1374 with invalid file_name1375 returns 4001376# [RSpecRunTime] RSpec elapsed time: 4 minutes 9.67 seconds. Current RSS: ~1460M. load average: 1.02 1.11 1.14 1/279 5131377 behaves like workhorse authorization1378 authorizes posting package with a valid token1379 rejects request without a valid token1380 rejects request without a valid permission1381 rejects requests that bypassed gitlab-workhorse1382 when using remote storage1383 when direct upload is enabled1384 responds with status 200, location of package remote store and object details1385# [RSpecRunTime] RSpec elapsed time: 4 minutes 17.92 seconds. Current RSS: ~1460M. load average: 1.01 1.10 1.14 1/279 5141386 when direct upload is disabled1387 handles as a local file1388# [RSpecRunTime] RSpec elapsed time: 4 minutes 19.61 seconds. Current RSS: ~1459M. load average: 1.01 1.10 1.14 1/279 5151389 behaves like handling empty values for username and channel1390 username: "username", channel: "channel", status: :ok1391 returns the correct status code1392# [RSpecRunTime] RSpec elapsed time: 4 minutes 21.4 seconds. Current RSS: ~1459M. load average: 1.01 1.10 1.14 1/279 5161393 username: "username", channel: "_", status: :bad_request1394 returns the correct status code1395# [RSpecRunTime] RSpec elapsed time: 4 minutes 23.28 seconds. Current RSS: ~1459M. load average: 1.01 1.10 1.14 1/279 5171396 username: "_", channel: "channel", status: :bad_request_or_not_found1397 returns the correct status code1398# [RSpecRunTime] RSpec elapsed time: 4 minutes 24.98 seconds. Current RSS: ~1458M. load average: 1.01 1.10 1.14 1/279 5181399 username: "_", channel: "_", status: :ok_or_not_found1400 returns the correct status code1401# [RSpecRunTime] RSpec elapsed time: 4 minutes 26.74 seconds. Current RSS: ~1457M. load average: 1.01 1.10 1.14 1/279 5191402 PUT /api/v4/packages/conan/v1/files/:package_name/package_version/:package_username/:package_channel/:recipe_revision/export/:conan_package_reference/:package_revision/:file_name/authorize1403 behaves like workhorse authorize endpoint1404 behaves like conan FIPS mode1405 when FIPS mode is enabled1406 behaves like returning response status1407 returns not_found1408# [RSpecRunTime] RSpec elapsed time: 4 minutes 28.3 seconds. Current RSS: ~1457M. load average: 1.01 1.10 1.14 1/279 5201409 behaves like rejects invalid recipe1410 with invalid recipe path1411 returns 4001412# [RSpecRunTime] RSpec elapsed time: 4 minutes 29.97 seconds. Current RSS: ~1457M. load average: 1.01 1.10 1.14 1/279 5211413 behaves like rejects invalid file_name1414 with invalid file_name1415 returns 4001416# [RSpecRunTime] RSpec elapsed time: 4 minutes 31.55 seconds. Current RSS: ~1457M. load average: 1.01 1.10 1.14 1/279 5221417 behaves like workhorse authorization1418 authorizes posting package with a valid token1419 rejects request without a valid token1420 rejects request without a valid permission1421 rejects requests that bypassed gitlab-workhorse1422 when using remote storage1423 when direct upload is enabled1424 responds with status 200, location of package remote store and object details1425# [RSpecRunTime] RSpec elapsed time: 4 minutes 39.66 seconds. Current RSS: ~1456M. load average: 1.01 1.09 1.13 1/279 5231426 when direct upload is disabled1427 handles as a local file1428# [RSpecRunTime] RSpec elapsed time: 4 minutes 41.41 seconds. Current RSS: ~1456M. load average: 1.01 1.09 1.13 1/279 5241429 behaves like handling empty values for username and channel1430 username: "username", channel: "channel", status: :ok1431 returns the correct status code1432# [RSpecRunTime] RSpec elapsed time: 4 minutes 43.18 seconds. Current RSS: ~1455M. load average: 1.01 1.09 1.13 1/279 5251433 username: "username", channel: "_", status: :bad_request1434 returns the correct status code1435# [RSpecRunTime] RSpec elapsed time: 4 minutes 44.94 seconds. Current RSS: ~1456M. load average: 1.01 1.09 1.13 1/279 5261436 username: "_", channel: "channel", status: :bad_request_or_not_found1437 returns the correct status code1438# [RSpecRunTime] RSpec elapsed time: 4 minutes 46.75 seconds. Current RSS: ~1454M. load average: 1.01 1.09 1.13 1/279 5271439 username: "_", channel: "_", status: :ok_or_not_found1440 returns the correct status code1441# [RSpecRunTime] RSpec elapsed time: 4 minutes 48.54 seconds. Current RSS: ~1452M. load average: 1.01 1.09 1.13 1/279 5281442 PUT /api/v4/packages/conan/v1/files/:package_name/package_version/:package_username/:package_channel/:recipe_revision/export/:file_name1443 behaves like workhorse recipe file upload endpoint1444 behaves like conan FIPS mode1445 when FIPS mode is enabled1446 behaves like returning response status1447 returns not_found1448# [RSpecRunTime] RSpec elapsed time: 4 minutes 50.08 seconds. Current RSS: ~1455M. load average: 1.01 1.09 1.13 1/279 5291449 behaves like rejects invalid recipe1450 with invalid recipe path1451 returns 4001452# [RSpecRunTime] RSpec elapsed time: 4 minutes 51.72 seconds. Current RSS: ~1454M. load average: 1.01 1.09 1.13 1/279 5301453 behaves like rejects invalid file_name1454 with invalid file_name1455 returns 4001456# [RSpecRunTime] RSpec elapsed time: 4 minutes 53.35 seconds. Current RSS: ~1454M. load average: 1.01 1.09 1.13 1/279 5311457 behaves like uploads a package file1458 file size above maximum limit1459 handles as a local file1460# [RSpecRunTime] RSpec elapsed time: 4 minutes 55.15 seconds. Current RSS: ~1455M. load average: 1.01 1.09 1.13 1/279 5321461 with object storage disabled1462 without a file from workhorse1463 rejects the request1464# [RSpecRunTime] RSpec elapsed time: 4 minutes 56.77 seconds. Current RSS: ~1455M. load average: 1.01 1.09 1.13 1/279 5331465 with a file1466 behaves like package workhorse uploads1467 without a workhorse header1468 logs an error1469 behaves like returning response status1470 returns forbidden1471# [RSpecRunTime] RSpec elapsed time: 5 minutes 0.22 second. Current RSS: ~1455M. load average: 1.00 1.09 1.13 1/279 5341472 without a token1473 rejects request without a token1474# [RSpecRunTime] RSpec elapsed time: 5 minutes 1.84 seconds. Current RSS: ~1455M. load average: 1.00 1.09 1.13 1/279 5351475 when params from workhorse are correct1476 creates package and stores package file1477 with existing package1478 does not create a new package1479 marked as pending_destruction1480 does not create a new package1481# [RSpecRunTime] RSpec elapsed time: 5 minutes 8.73 seconds. Current RSS: ~1451M. load average: 1.00 1.08 1.13 1/279 5361482 with object storage enabled1483 and direct upload enabled1484 with invalid remote_id: 1231231485 responds with status 4031486# [RSpecRunTime] RSpec elapsed time: 5 minutes 10.44 seconds. Current RSS: ~1451M. load average: 1.00 1.08 1.13 1/279 5371487 with invalid remote_id: ../../1231231488 responds with status 4031489# [RSpecRunTime] RSpec elapsed time: 5 minutes 12.3 seconds. Current RSS: ~1450M. load average: 1.00 1.08 1.13 1/279 5381490 with valid remote_id1491 creates package and stores package file1492# [RSpecRunTime] RSpec elapsed time: 5 minutes 14.09 seconds. Current RSS: ~1453M. load average: 1.00 1.08 1.13 2/279 5391493 behaves like handling empty values for username and channel1494 username: "username", channel: "channel", status: :ok1495 returns the correct status code1496# [RSpecRunTime] RSpec elapsed time: 5 minutes 15.98 seconds. Current RSS: ~1450M. load average: 1.00 1.08 1.13 1/279 5401497 username: "username", channel: "_", status: :bad_request1498 returns the correct status code1499# [RSpecRunTime] RSpec elapsed time: 5 minutes 17.74 seconds. Current RSS: ~1445M. load average: 1.08 1.10 1.13 1/279 5411500 username: "_", channel: "channel", status: :bad_request_or_not_found1501 returns the correct status code1502# [RSpecRunTime] RSpec elapsed time: 5 minutes 19.59 seconds. Current RSS: ~1441M. load average: 1.08 1.10 1.13 1/279 5421503 username: "_", channel: "_", status: :ok_or_not_found1504 returns the correct status code1505# [RSpecRunTime] RSpec elapsed time: 5 minutes 21.29 seconds. Current RSS: ~1441M. load average: 1.08 1.10 1.13 1/279 5431506 behaves like handling validation error for package1507 with validation error1508 returns 4001509# [RSpecRunTime] RSpec elapsed time: 5 minutes 22.93 seconds. Current RSS: ~1442M. load average: 1.08 1.10 1.13 1/279 5441510 PUT /api/v4/packages/conan/v1/files/:package_name/package_version/:package_username/:package_channel/:recipe_revision/export/:conan_package_reference/:package_revision/:file_name1511 behaves like workhorse package file upload endpoint1512 behaves like rejects invalid recipe1513 with invalid recipe path1514 returns 4001515# [RSpecRunTime] RSpec elapsed time: 5 minutes 24.51 seconds. Current RSS: ~1440M. load average: 1.08 1.10 1.13 1/279 5451516 behaves like rejects invalid file_name1517 with invalid file_name1518 returns 4001519# [RSpecRunTime] RSpec elapsed time: 5 minutes 26.17 seconds. Current RSS: ~1440M. load average: 1.08 1.10 1.13 1/279 5461520 behaves like uploads a package file1521 file size above maximum limit1522 handles as a local file1523# [RSpecRunTime] RSpec elapsed time: 5 minutes 27.86 seconds. Current RSS: ~1442M. load average: 1.07 1.09 1.13 1/279 5471524 with object storage disabled1525 without a file from workhorse1526 rejects the request1527# [RSpecRunTime] RSpec elapsed time: 5 minutes 29.44 seconds. Current RSS: ~1444M. load average: 1.07 1.09 1.13 1/279 5481528 with a file1529 behaves like package workhorse uploads1530 without a workhorse header1531 logs an error1532 behaves like returning response status1533 returns forbidden1534# [RSpecRunTime] RSpec elapsed time: 5 minutes 32.81 seconds. Current RSS: ~1444M. load average: 1.06 1.09 1.13 1/279 5491535 without a token1536 rejects request without a token1537# [RSpecRunTime] RSpec elapsed time: 5 minutes 34.37 seconds. Current RSS: ~1445M. load average: 1.06 1.09 1.13 1/279 5501538 when params from workhorse are correct1539 creates package and stores package file1540 with existing package1541 does not create a new package1542 marked as pending_destruction1543 does not create a new package1544# [RSpecRunTime] RSpec elapsed time: 5 minutes 40.94 seconds. Current RSS: ~1443M. load average: 1.06 1.09 1.13 1/279 5511545 with object storage enabled1546 and direct upload enabled1547 with invalid remote_id: 1231231548 responds with status 4031549# [RSpecRunTime] RSpec elapsed time: 5 minutes 42.73 seconds. Current RSS: ~1442M. load average: 1.05 1.09 1.13 1/279 5521550 with invalid remote_id: ../../1231231551 responds with status 4031552# [RSpecRunTime] RSpec elapsed time: 5 minutes 44.4 seconds. Current RSS: ~1441M. load average: 1.05 1.09 1.13 1/279 5531553 with valid remote_id1554 creates package and stores package file1555# [RSpecRunTime] RSpec elapsed time: 5 minutes 46.23 seconds. Current RSS: ~1442M. load average: 1.05 1.09 1.13 1/279 5541556 behaves like handling empty values for username and channel1557 username: "username", channel: "channel", status: :ok1558 returns the correct status code1559# [RSpecRunTime] RSpec elapsed time: 5 minutes 48.11 seconds. Current RSS: ~1442M. load average: 1.05 1.09 1.13 1/279 5551560 username: "username", channel: "_", status: :bad_request1561 returns the correct status code1562# [RSpecRunTime] RSpec elapsed time: 5 minutes 49.81 seconds. Current RSS: ~1442M. load average: 1.05 1.09 1.13 1/279 5561563 username: "_", channel: "channel", status: :bad_request_or_not_found1564 returns the correct status code1565# [RSpecRunTime] RSpec elapsed time: 5 minutes 51.61 seconds. Current RSS: ~1442M. load average: 1.05 1.09 1.13 1/279 5571566 username: "_", channel: "_", status: :ok_or_not_found1567 returns the correct status code1568# [RSpecRunTime] RSpec elapsed time: 5 minutes 53.3 seconds. Current RSS: ~1441M. load average: 1.05 1.08 1.12 1/280 5581569 behaves like handling validation error for package1570 with validation error1571 returns 4001572# [RSpecRunTime] RSpec elapsed time: 5 minutes 55.02 seconds. Current RSS: ~1439M. load average: 1.05 1.08 1.12 1/280 5591573 tracking the conan_package.tgz upload1574 behaves like a package tracking event1575 creates a gitlab tracking event push_package1576# [RSpecRunTime] RSpec elapsed time: 5 minutes 56.92 seconds. Current RSS: ~1437M. load average: 1.05 1.08 1.12 1/280 5601577# [RSpecRunTime] Finishing example group spec/requests/api/conan_instance_packages_spec.rb. It took 5 minutes 53.83 seconds. Expected to take 5 minutes 36.03 seconds.1578# [RSpecRunTime] Starting example group spec/requests/api/conan_project_packages_spec.rb. Expected to take 5 minutes 9.32 seconds.1579API::ConanProjectPackages1580 GET /api/v4/projects/:id/packages/conan/v1/ping1581 behaves like conan ping endpoint1582 responds with 200 OK when no token provided1583 behaves like conan FIPS mode1584 when FIPS mode is enabled1585 behaves like returning response status1586 returns not_found1587# [RSpecRunTime] RSpec elapsed time: 6 minutes 0.68 second. Current RSS: ~1437M. load average: 1.04 1.08 1.12 1/280 5611588 packages feature disabled1589 responds with 404 Not Found1590# [RSpecRunTime] RSpec elapsed time: 6 minutes 2.4 seconds. Current RSS: ~1436M. load average: 1.04 1.08 1.12 1/280 5621591 GET /api/v4/projects/:id/packages/conan/v1/conans/search1592 behaves like conan search endpoint1593 with a public project1594 returns packages with a matching name1595 is expected to contain exactly "package-421/1.0.0@namespace423+project-423/stable"1596# [RSpecRunTime] RSpec elapsed time: 6 minutes 4.07 seconds. Current RSS: ~1440M. load average: 1.04 1.08 1.12 1/280 5631597 returns packages using a * wildcard1598 is expected to contain exactly "package-423/1.0.0@namespace425+project-425/stable"1599# [RSpecRunTime] RSpec elapsed time: 6 minutes 5.74 seconds. Current RSS: ~1438M. load average: 1.04 1.08 1.12 1/280 5641600 does not return non-matching packages1601 is expected to be blank1602# [RSpecRunTime] RSpec elapsed time: 6 minutes 7.56 seconds. Current RSS: ~1435M. load average: 1.03 1.08 1.12 1/280 5651603 with a private project1604 role: :maintainer, packages_visible: true1605 is expected to contain exactly "package-427/1.0.0@namespace429+project-429/stable"1606# [RSpecRunTime] RSpec elapsed time: 6 minutes 9.64 seconds. Current RSS: ~1430M. load average: 1.03 1.08 1.12 1/280 5661607 role: :developer, packages_visible: true1608 is expected to contain exactly "package-429/1.0.0@namespace431+project-431/stable"1609# [RSpecRunTime] RSpec elapsed time: 6 minutes 11.7 seconds. Current RSS: ~1432M. load average: 1.03 1.08 1.12 1/280 5671610 role: :reporter, packages_visible: true1611 is expected to contain exactly "package-431/1.0.0@namespace433+project-433/stable"1612# [RSpecRunTime] RSpec elapsed time: 6 minutes 13.91 seconds. Current RSS: ~1433M. load average: 1.11 1.10 1.13 1/281 5681613 role: :guest, packages_visible: false1614 is expected to be blank1615# [RSpecRunTime] RSpec elapsed time: 6 minutes 15.94 seconds. Current RSS: ~1434M. load average: 1.11 1.10 1.13 1/281 5691616 role: :anonymous, packages_visible: false1617 is expected to be blank1618# [RSpecRunTime] RSpec elapsed time: 6 minutes 17.98 seconds. Current RSS: ~1434M. load average: 1.10 1.09 1.13 1/281 5701619 behaves like conan FIPS mode1620 when FIPS mode is enabled1621 behaves like returning response status1622 returns not_found1623# [RSpecRunTime] RSpec elapsed time: 6 minutes 19.57 seconds. Current RSS: ~1435M. load average: 1.10 1.09 1.13 1/281 5711624 with access to package registry for everyone1625 with a matching name1626 is expected to contain exactly "package-439/1.0.0@namespace441+project-441/stable"1627# [RSpecRunTime] RSpec elapsed time: 6 minutes 21.21 seconds. Current RSS: ~1436M. load average: 1.10 1.09 1.13 1/281 5721628 with a * wildcard1629 is expected to contain exactly "package-441/1.0.0@namespace443+project-443/stable"1630# [RSpecRunTime] RSpec elapsed time: 6 minutes 23.0 seconds. Current RSS: ~1436M. load average: 1.09 1.09 1.12 1/281 5731631 GET /api/v4/projects/:id/packages/conan/v1/users/authenticate1632 behaves like conan authenticate endpoint1633 responds with 401 Unauthorized when an invalid access token is provided1634 responds with 401 Unauthorized when the provided JWT is signed with different secret1635 responds with 401 UnauthorizedOK when invalid JWT is provided1636 behaves like conan FIPS mode1637 when FIPS mode is enabled1638 behaves like returning response status1639 returns not_found1640# [RSpecRunTime] RSpec elapsed time: 6 minutes 29.18 seconds. Current RSS: ~1431M. load average: 1.09 1.09 1.12 1/281 5741641 when using invalid token1642 responds with 4011643# [RSpecRunTime] RSpec elapsed time: 6 minutes 30.91 seconds. Current RSS: ~1433M. load average: 1.09 1.09 1.12 1/282 5751644 when valid JWT access token is provided1645 responds with 2001646 token has valid validity time1647# [RSpecRunTime] RSpec elapsed time: 6 minutes 34.1 seconds. Current RSS: ~1428M. load average: 1.16 1.11 1.13 1/281 5761648 with valid job token1649 responds with 2001650# [RSpecRunTime] RSpec elapsed time: 6 minutes 36.43 seconds. Current RSS: ~1428M. load average: 1.16 1.11 1.13 1/281 5771651 with valid deploy token1652 responds with 2001653# [RSpecRunTime] RSpec elapsed time: 6 minutes 38.09 seconds. Current RSS: ~1430M. load average: 1.15 1.10 1.13 1/281 5781654 GET /api/v4/projects/:id/packages/conan/v1/users/check_credentials1655 behaves like conan check_credentials endpoint1656 responds with a 200 OK with PAT1657 responds with a 401 Unauthorized when an invalid token is used1658 behaves like conan FIPS mode1659 when FIPS mode is enabled1660 behaves like returning response status1661 returns not_found1662# [RSpecRunTime] RSpec elapsed time: 6 minutes 42.67 seconds. Current RSS: ~1427M. load average: 1.13 1.10 1.13 1/281 5791663 with job token1664 responds with a 200 OK with job token1665# [RSpecRunTime] RSpec elapsed time: 6 minutes 44.85 seconds. Current RSS: ~1428M. load average: 1.13 1.10 1.13 1/281 5801666 with deploy token1667 responds with a 200 OK with job token1668# [RSpecRunTime] RSpec elapsed time: 6 minutes 46.47 seconds. Current RSS: ~1428M. load average: 1.13 1.10 1.13 1/281 5811669 recipe endpoints1670 GET /api/v4/projects/:id/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel1671 behaves like recipe snapshot endpoint1672 behaves like conan FIPS mode1673 when FIPS mode is enabled1674 behaves like returning response status1675 returns not_found1676# [RSpecRunTime] RSpec elapsed time: 6 minutes 48.08 seconds. Current RSS: ~1429M. load average: 1.12 1.10 1.13 1/281 5821677 behaves like rejects invalid recipe1678 with invalid recipe path1679 returns 4001680# [RSpecRunTime] RSpec elapsed time: 6 minutes 49.65 seconds. Current RSS: ~1429M. load average: 1.12 1.10 1.13 1/281 5831681 behaves like rejects recipe for invalid project1682 with invalid project1683 behaves like not found request1684 returns not found1685# [RSpecRunTime] RSpec elapsed time: 6 minutes 51.3 seconds. Current RSS: ~1429M. load average: 1.12 1.10 1.13 1/281 5841686 behaves like empty recipe for not found package1687 with invalid recipe url1688 returns not found1689# [RSpecRunTime] RSpec elapsed time: 6 minutes 52.9 seconds. Current RSS: ~1428M. load average: 1.11 1.10 1.12 1/281 5851690 behaves like handling empty values for username and channel1691 username: "username", channel: "channel", status: :ok1692 returns the correct status code1693# [RSpecRunTime] RSpec elapsed time: 6 minutes 54.69 seconds. Current RSS: ~1429M. load average: 1.11 1.10 1.12 1/281 5861694 username: "username", channel: "_", status: :bad_request1695 returns the correct status code1696# [RSpecRunTime] RSpec elapsed time: 6 minutes 56.47 seconds. Current RSS: ~1430M. load average: 1.11 1.10 1.12 1/281 5871697 username: "_", channel: "channel", status: :bad_request_or_not_found1698 returns the correct status code1699# [RSpecRunTime] RSpec elapsed time: 6 minutes 58.17 seconds. Current RSS: ~1430M. load average: 1.10 1.10 1.12 1/281 5881700 username: "_", channel: "_", status: :ok_or_not_found1701 returns the correct status code1702# [RSpecRunTime] RSpec elapsed time: 6 minutes 59.94 seconds. Current RSS: ~1431M. load average: 1.10 1.10 1.12 1/281 5891703 with existing package1704 returns a hash of files with their md5 hashes1705# [RSpecRunTime] RSpec elapsed time: 7 minutes 1.66 seconds. Current RSS: ~1431M. load average: 1.10 1.10 1.12 1/281 5901706 behaves like accept get request on private project with access to package registry for everyone1707 behaves like returning response status1708 returns ok1709# [RSpecRunTime] RSpec elapsed time: 7 minutes 3.22 seconds. Current RSS: ~1432M. load average: 1.10 1.09 1.12 1/281 5911710 GET /api/v4/projects/:id/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel/packages/:conan_package_reference1711 behaves like package snapshot endpoint1712 behaves like conan FIPS mode1713 when FIPS mode is enabled1714 behaves like returning response status1715 returns not_found1716# [RSpecRunTime] RSpec elapsed time: 7 minutes 4.84 seconds. Current RSS: ~1431M. load average: 1.10 1.09 1.12 1/281 5921717 behaves like rejects invalid recipe1718 with invalid recipe path1719 returns 4001720# [RSpecRunTime] RSpec elapsed time: 7 minutes 6.32 seconds. Current RSS: ~1431M. load average: 1.10 1.09 1.12 1/281 5931721 behaves like rejects recipe for invalid project1722 with invalid project1723 behaves like not found request1724 returns not found1725# [RSpecRunTime] RSpec elapsed time: 7 minutes 7.86 seconds. Current RSS: ~1430M. load average: 1.09 1.09 1.12 1/281 5941726 behaves like empty recipe for not found package1727 with invalid recipe url1728 returns not found1729# [RSpecRunTime] RSpec elapsed time: 7 minutes 9.67 seconds. Current RSS: ~1431M. load average: 1.09 1.09 1.12 1/281 5951730 behaves like handling empty values for username and channel1731 username: "username", channel: "channel", status: :ok1732 returns the correct status code1733# [RSpecRunTime] RSpec elapsed time: 7 minutes 11.41 seconds. Current RSS: ~1431M. load average: 1.09 1.09 1.12 1/281 5961734 username: "username", channel: "_", status: :bad_request1735 returns the correct status code1736# [RSpecRunTime] RSpec elapsed time: 7 minutes 13.09 seconds. Current RSS: ~1431M. load average: 1.08 1.09 1.12 1/281 5971737 username: "_", channel: "channel", status: :bad_request_or_not_found1738 returns the correct status code1739# [RSpecRunTime] RSpec elapsed time: 7 minutes 14.75 seconds. Current RSS: ~1430M. load average: 1.08 1.09 1.12 1/281 5981740 username: "_", channel: "_", status: :ok_or_not_found1741 returns the correct status code1742# [RSpecRunTime] RSpec elapsed time: 7 minutes 16.53 seconds. Current RSS: ~1421M. load average: 1.08 1.09 1.12 1/281 5991743 with existing package1744 returns a hash of md5 values for the files1745# [RSpecRunTime] RSpec elapsed time: 7 minutes 18.26 seconds. Current RSS: ~1422M. load average: 1.07 1.09 1.12 1/281 6001746 behaves like accept get request on private project with access to package registry for everyone1747 behaves like returning response status1748 returns ok1749# [RSpecRunTime] RSpec elapsed time: 7 minutes 19.87 seconds. Current RSS: ~1422M. load average: 1.07 1.09 1.12 1/281 6011750 GET /api/v4/projects/:id/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel/digest1751 behaves like recipe download_urls endpoint1752 behaves like conan FIPS mode1753 when FIPS mode is enabled1754 behaves like returning response status1755 returns not_found1756# [RSpecRunTime] RSpec elapsed time: 7 minutes 21.44 seconds. Current RSS: ~1423M. load average: 1.07 1.09 1.12 1/281 6021757 behaves like rejects invalid recipe1758 with invalid recipe path1759 returns 4001760# [RSpecRunTime] RSpec elapsed time: 7 minutes 23.09 seconds. Current RSS: ~1426M. load average: 1.07 1.09 1.12 1/281 6031761 behaves like rejects recipe for invalid project1762 with invalid project1763 behaves like not found request1764 returns not found1765# [RSpecRunTime] RSpec elapsed time: 7 minutes 24.67 seconds. Current RSS: ~1426M. load average: 1.07 1.09 1.12 1/281 6041766 behaves like recipe download_urls1767 returns the download_urls for the recipe files1768 behaves like not selecting a package with the wrong type1769 with a nuget package with same name and version1770 calls the presenter with a nil package1771# [RSpecRunTime] RSpec elapsed time: 7 minutes 27.98 seconds. Current RSS: ~1427M. load average: 1.06 1.08 1.12 1/281 6051772 behaves like handling empty values for username and channel1773 username: "username", channel: "channel", status: :ok1774 returns the correct status code1775# [RSpecRunTime] RSpec elapsed time: 7 minutes 29.89 seconds. Current RSS: ~1428M. load average: 1.06 1.08 1.12 1/281 6061776 username: "username", channel: "_", status: :bad_request1777 returns the correct status code1778# [RSpecRunTime] RSpec elapsed time: 7 minutes 31.61 seconds. Current RSS: ~1426M. load average: 1.06 1.08 1.12 1/281 6071779 username: "_", channel: "channel", status: :bad_request_or_not_found1780 returns the correct status code1781# [RSpecRunTime] RSpec elapsed time: 7 minutes 33.29 seconds. Current RSS: ~1426M. load average: 1.06 1.08 1.12 1/281 6081782 username: "_", channel: "_", status: :ok_or_not_found1783 returns the correct status code1784# [RSpecRunTime] RSpec elapsed time: 7 minutes 35.14 seconds. Current RSS: ~1427M. load average: 1.06 1.08 1.12 2/281 6091785 behaves like accept get request on private project with access to package registry for everyone1786 behaves like returning response status1787 returns ok1788# [RSpecRunTime] RSpec elapsed time: 7 minutes 36.9 seconds. Current RSS: ~1427M. load average: 1.06 1.08 1.12 1/281 6101789 GET /api/v4/projects/:id/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel/packages/:conan_package_reference/download_urls1790 behaves like package download_urls endpoint1791 behaves like conan FIPS mode1792 when FIPS mode is enabled1793 behaves like returning response status1794 returns not_found1795# [RSpecRunTime] RSpec elapsed time: 7 minutes 38.47 seconds. Current RSS: ~1428M. load average: 1.05 1.08 1.12 1/281 6111796 behaves like rejects invalid recipe1797 with invalid recipe path1798 returns 4001799# [RSpecRunTime] RSpec elapsed time: 7 minutes 40.13 seconds. Current RSS: ~1418M. load average: 1.05 1.08 1.12 1/281 6121800 behaves like rejects recipe for invalid project1801 with invalid project1802 behaves like not found request1803 returns not found1804# [RSpecRunTime] RSpec elapsed time: 7 minutes 41.72 seconds. Current RSS: ~1418M. load average: 1.05 1.08 1.12 1/281 6131805 behaves like package download_urls1806 returns the download_urls for the package files1807 behaves like not selecting a package with the wrong type1808 with a nuget package with same name and version1809 calls the presenter with a nil package1810# [RSpecRunTime] RSpec elapsed time: 7 minutes 45.02 seconds. Current RSS: ~1422M. load average: 1.13 1.10 1.12 1/281 6141811 behaves like handling empty values for username and channel1812 username: "username", channel: "channel", status: :ok1813 returns the correct status code1814# [RSpecRunTime] RSpec elapsed time: 7 minutes 46.76 seconds. Current RSS: ~1423M. load average: 1.13 1.10 1.12 1/281 6151815 username: "username", channel: "_", status: :bad_request1816 returns the correct status code1817# [RSpecRunTime] RSpec elapsed time: 7 minutes 48.5 seconds. Current RSS: ~1422M. load average: 1.12 1.10 1.12 1/281 6161818 username: "_", channel: "channel", status: :bad_request_or_not_found1819 returns the correct status code1820# [RSpecRunTime] RSpec elapsed time: 7 minutes 50.16 seconds. Current RSS: ~1421M. load average: 1.12 1.10 1.12 1/281 6171821 username: "_", channel: "_", status: :ok_or_not_found1822 returns the correct status code1823# [RSpecRunTime] RSpec elapsed time: 7 minutes 52.0 seconds. Current RSS: ~1421M. load average: 1.12 1.10 1.12 1/281 6181824 behaves like accept get request on private project with access to package registry for everyone1825 behaves like returning response status1826 returns ok1827# [RSpecRunTime] RSpec elapsed time: 7 minutes 53.69 seconds. Current RSS: ~1421M. load average: 1.11 1.09 1.12 1/281 6191828 GET /api/v4/projects/:id/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel/download_urls1829 behaves like recipe download_urls endpoint1830 behaves like conan FIPS mode1831 when FIPS mode is enabled1832 behaves like returning response status1833 returns not_found1834# [RSpecRunTime] RSpec elapsed time: 7 minutes 55.31 seconds. Current RSS: ~1421M. load average: 1.11 1.09 1.12 1/281 6201835 behaves like rejects invalid recipe1836 with invalid recipe path1837 returns 4001838# [RSpecRunTime] RSpec elapsed time: 7 minutes 56.96 seconds. Current RSS: ~1423M. load average: 1.11 1.09 1.12 1/281 6211839 behaves like rejects recipe for invalid project1840 with invalid project1841 behaves like not found request1842 returns not found1843# [RSpecRunTime] RSpec elapsed time: 7 minutes 58.64 seconds. Current RSS: ~1418M. load average: 1.10 1.09 1.12 1/281 6221844 behaves like recipe download_urls1845 returns the download_urls for the recipe files1846 behaves like not selecting a package with the wrong type1847 with a nuget package with same name and version1848 calls the presenter with a nil package1849# [RSpecRunTime] RSpec elapsed time: 8 minutes 1.96 seconds. Current RSS: ~1420M. load average: 1.10 1.09 1.12 1/281 6231850 behaves like handling empty values for username and channel1851 username: "username", channel: "channel", status: :ok1852 returns the correct status code1853# [RSpecRunTime] RSpec elapsed time: 8 minutes 3.74 seconds. Current RSS: ~1419M. load average: 1.01 1.07 1.11 1/281 6241854 username: "username", channel: "_", status: :bad_request1855 returns the correct status code1856# [RSpecRunTime] RSpec elapsed time: 8 minutes 5.48 seconds. Current RSS: ~1422M. load average: 1.01 1.07 1.11 1/281 6251857 username: "_", channel: "channel", status: :bad_request_or_not_found1858 returns the correct status code1859# [RSpecRunTime] RSpec elapsed time: 8 minutes 7.17 seconds. Current RSS: ~1421M. load average: 1.01 1.07 1.11 1/281 6261860 username: "_", channel: "_", status: :ok_or_not_found1861 returns the correct status code1862# [RSpecRunTime] RSpec elapsed time: 8 minutes 9.04 seconds. Current RSS: ~1420M. load average: 1.01 1.07 1.11 1/281 6271863 behaves like accept get request on private project with access to package registry for everyone1864 behaves like returning response status1865 returns ok1866# [RSpecRunTime] RSpec elapsed time: 8 minutes 10.66 seconds. Current RSS: ~1419M. load average: 1.01 1.07 1.11 1/281 6281867 GET /api/v4/projects/:id/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel/packages/:conan_package_reference/digest1868 behaves like package download_urls endpoint1869 behaves like conan FIPS mode1870 when FIPS mode is enabled1871 behaves like returning response status1872 returns not_found1873# [RSpecRunTime] RSpec elapsed time: 8 minutes 12.27 seconds. Current RSS: ~1419M. load average: 1.01 1.07 1.11 1/281 6291874 behaves like rejects invalid recipe1875 with invalid recipe path1876 returns 4001877# [RSpecRunTime] RSpec elapsed time: 8 minutes 13.91 seconds. Current RSS: ~1420M. load average: 1.01 1.07 1.11 1/281 6301878 behaves like rejects recipe for invalid project1879 with invalid project1880 behaves like not found request1881 returns not found1882# [RSpecRunTime] RSpec elapsed time: 8 minutes 15.56 seconds. Current RSS: ~1420M. load average: 1.01 1.07 1.11 1/281 6311883 behaves like package download_urls1884 returns the download_urls for the package files1885 behaves like not selecting a package with the wrong type1886 with a nuget package with same name and version1887 calls the presenter with a nil package1888# [RSpecRunTime] RSpec elapsed time: 8 minutes 19.04 seconds. Current RSS: ~1421M. load average: 1.01 1.07 1.11 1/281 6321889 behaves like handling empty values for username and channel1890 username: "username", channel: "channel", status: :ok1891 returns the correct status code1892# [RSpecRunTime] RSpec elapsed time: 8 minutes 20.96 seconds. Current RSS: ~1421M. load average: 1.01 1.07 1.11 1/281 6331893 username: "username", channel: "_", status: :bad_request1894 returns the correct status code1895# [RSpecRunTime] RSpec elapsed time: 8 minutes 22.66 seconds. Current RSS: ~1416M. load average: 1.01 1.07 1.11 1/281 6341896 username: "_", channel: "channel", status: :bad_request_or_not_found1897 returns the correct status code1898# [RSpecRunTime] RSpec elapsed time: 8 minutes 25.57 seconds. Current RSS: ~1410M. load average: 1.01 1.07 1.11 1/281 6351899 username: "_", channel: "_", status: :ok_or_not_found1900 returns the correct status code1901# [RSpecRunTime] RSpec elapsed time: 8 minutes 27.39 seconds. Current RSS: ~1415M. load average: 1.01 1.07 1.11 1/281 6361902 behaves like accept get request on private project with access to package registry for everyone1903 behaves like returning response status1904 returns ok1905# [RSpecRunTime] RSpec elapsed time: 8 minutes 29.08 seconds. Current RSS: ~1417M. load average: 1.01 1.07 1.11 1/281 6371906 POST /api/v4/projects/:id/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel/upload_urls1907 behaves like recipe upload_urls endpoint1908 returns a set of upload urls for the files requested1909 behaves like conan FIPS mode1910 when FIPS mode is enabled1911 behaves like returning response status1912 returns not_found1913# [RSpecRunTime] RSpec elapsed time: 8 minutes 32.23 seconds. Current RSS: ~1446M. load average: 1.01 1.07 1.11 1/281 6381914 behaves like rejects invalid recipe1915 with invalid recipe path1916 returns 4001917# [RSpecRunTime] RSpec elapsed time: 8 minutes 33.85 seconds. Current RSS: ~1451M. load average: 1.00 1.06 1.11 1/281 6391918 behaves like rejects invalid upload_url params1919 with unaccepted json format1920 returns 4001921# [RSpecRunTime] RSpec elapsed time: 8 minutes 35.52 seconds. Current RSS: ~1457M. load average: 1.00 1.06 1.11 1/281 6401922 behaves like handling empty values for username and channel1923 username: "username", channel: "channel", status: :ok1924 returns the correct status code1925# [RSpecRunTime] RSpec elapsed time: 8 minutes 37.38 seconds. Current RSS: ~1460M. load average: 1.00 1.06 1.11 1/281 6411926 username: "username", channel: "_", status: :bad_request1927 returns the correct status code1928# [RSpecRunTime] RSpec elapsed time: 8 minutes 39.16 seconds. Current RSS: ~1462M. load average: 1.00 1.06 1.10 1/281 6421929 username: "_", channel: "channel", status: :bad_request_or_not_found1930 returns the correct status code1931# [RSpecRunTime] RSpec elapsed time: 8 minutes 40.97 seconds. Current RSS: ~1465M. load average: 1.00 1.06 1.10 1/281 6431932 username: "_", channel: "_", status: :ok_or_not_found1933 returns the correct status code1934# [RSpecRunTime] RSpec elapsed time: 8 minutes 42.82 seconds. Current RSS: ~1462M. load average: 1.00 1.06 1.10 1/281 6441935 with conan_sources and conan_export files1936 returns upload urls for the additional files1937# [RSpecRunTime] RSpec elapsed time: 8 minutes 44.49 seconds. Current RSS: ~1463M. load average: 1.00 1.06 1.10 1/281 6451938 with an invalid file1939 does not return the invalid file as an upload_url1940# [RSpecRunTime] RSpec elapsed time: 8 minutes 46.16 seconds. Current RSS: ~1463M. load average: 1.00 1.06 1.10 1/281 6461941 POST /api/v4/projects/:id/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel/packages/:conan_package_reference/upload_urls1942 behaves like package upload_urls endpoint1943 returns a set of upload urls for the files requested1944 behaves like conan FIPS mode1945 when FIPS mode is enabled1946 behaves like returning response status1947 returns not_found1948# [RSpecRunTime] RSpec elapsed time: 8 minutes 49.4 seconds. Current RSS: ~1463M. load average: 1.00 1.06 1.10 1/281 6471949 behaves like rejects invalid recipe1950 with invalid recipe path1951 returns 4001952# [RSpecRunTime] RSpec elapsed time: 8 minutes 51.07 seconds. Current RSS: ~1465M. load average: 1.00 1.06 1.10 1/281 6481953 behaves like rejects invalid upload_url params1954 with unaccepted json format1955 returns 4001956# [RSpecRunTime] RSpec elapsed time: 8 minutes 52.66 seconds. Current RSS: ~1465M. load average: 1.00 1.06 1.10 1/281 6491957 behaves like handling empty values for username and channel1958 username: "username", channel: "channel", status: :ok1959 returns the correct status code1960# [RSpecRunTime] RSpec elapsed time: 8 minutes 54.56 seconds. Current RSS: ~1464M. load average: 1.00 1.06 1.10 1/281 6501961 username: "username", channel: "_", status: :bad_request1962 returns the correct status code1963# [RSpecRunTime] RSpec elapsed time: 8 minutes 56.25 seconds. Current RSS: ~1463M. load average: 1.00 1.06 1.10 1/281 6511964 username: "_", channel: "channel", status: :bad_request_or_not_found1965 returns the correct status code1966# [RSpecRunTime] RSpec elapsed time: 8 minutes 57.93 seconds. Current RSS: ~1461M. load average: 1.00 1.06 1.10 1/281 6521967 username: "_", channel: "_", status: :ok_or_not_found1968 returns the correct status code1969# [RSpecRunTime] RSpec elapsed time: 8 minutes 59.71 seconds. Current RSS: ~1462M. load average: 1.00 1.06 1.10 1/281 6531970 with invalid files1971 returns upload urls only for the valid requested files1972# [RSpecRunTime] RSpec elapsed time: 9 minutes 1.37 seconds. Current RSS: ~1463M. load average: 1.00 1.06 1.10 1/281 6541973 DELETE /api/v4/projects/:id/packages/conan/v1/conans/:package_name/package_version/:package_username/:package_channel1974 behaves like delete package endpoint1975 returns unauthorized for users without valid permission1976 behaves like conan FIPS mode1977 when FIPS mode is enabled1978 behaves like returning response status1979 returns not_found1980# [RSpecRunTime] RSpec elapsed time: 9 minutes 4.6 seconds. Current RSS: ~1465M. load average: 1.00 1.06 1.10 1/281 6551981 behaves like rejects invalid recipe1982 with invalid recipe path1983 returns 4001984# [RSpecRunTime] RSpec elapsed time: 9 minutes 6.23 seconds. Current RSS: ~1462M. load average: 1.00 1.06 1.10 1/281 6561985 behaves like handling empty values for username and channel1986 username: "username", channel: "channel", status: :ok1987 returns the correct status code1988# [RSpecRunTime] RSpec elapsed time: 9 minutes 8.18 seconds. Current RSS: ~1462M. load average: 1.00 1.06 1.10 1/281 6571989 username: "username", channel: "_", status: :bad_request1990 returns the correct status code1991# [RSpecRunTime] RSpec elapsed time: 9 minutes 10.03 seconds. Current RSS: ~1460M. load average: 1.00 1.06 1.10 1/281 6581992 username: "_", channel: "channel", status: :bad_request_or_not_found1993 returns the correct status code1994# [RSpecRunTime] RSpec elapsed time: 9 minutes 11.82 seconds. Current RSS: ~1459M. load average: 1.00 1.06 1.10 1/281 6591995 username: "_", channel: "_", status: :ok_or_not_found1996 returns the correct status code1997# [RSpecRunTime] RSpec elapsed time: 9 minutes 13.71 seconds. Current RSS: ~1461M. load average: 1.00 1.05 1.10 1/281 6601998 with delete permissions1999 deletes a package2000 behaves like a package tracking event2001 creates a gitlab tracking event delete_package2002# [RSpecRunTime] RSpec elapsed time: 9 minutes 17.59 seconds. Current RSS: ~1463M. load average: 1.00 1.05 1.10 2/281 6612003 file upload endpoints2004 PUT /api/v4/projects/:id/packages/conan/v1/files/:package_name/package_version/:package_username/:package_channel/:recipe_revision/export/:file_name/authorize2005 behaves like workhorse authorize endpoint2006 behaves like conan FIPS mode2007 when FIPS mode is enabled2008 behaves like returning response status2009 returns not_found2010# [RSpecRunTime] RSpec elapsed time: 9 minutes 19.24 seconds. Current RSS: ~1465M. load average: 1.00 1.05 1.10 1/281 6622011 behaves like rejects invalid recipe2012 with invalid recipe path2013 returns 4002014# [RSpecRunTime] RSpec elapsed time: 9 minutes 21.01 seconds. Current RSS: ~1465M. load average: 1.00 1.05 1.10 1/281 6632015 behaves like rejects invalid file_name2016 with invalid file_name2017 returns 4002018# [RSpecRunTime] RSpec elapsed time: 9 minutes 22.72 seconds. Current RSS: ~1465M. load average: 1.00 1.05 1.10 1/281 6642019 behaves like workhorse authorization2020 authorizes posting package with a valid token2021 rejects request without a valid token2022 rejects request without a valid permission2023 rejects requests that bypassed gitlab-workhorse2024 when using remote storage2025 when direct upload is enabled2026 responds with status 200, location of package remote store and object details2027# [RSpecRunTime] RSpec elapsed time: 9 minutes 31.06 seconds. Current RSS: ~1459M. load average: 1.00 1.05 1.10 1/281 6652028 when direct upload is disabled2029 handles as a local file2030# [RSpecRunTime] RSpec elapsed time: 9 minutes 32.73 seconds. Current RSS: ~1459M. load average: 1.08 1.07 1.10 1/281 6662031 behaves like handling empty values for username and channel2032 username: "username", channel: "channel", status: :ok2033 returns the correct status code2034# [RSpecRunTime] RSpec elapsed time: 9 minutes 34.64 seconds. Current RSS: ~1460M. load average: 1.08 1.07 1.10 1/281 6672035 username: "username", channel: "_", status: :bad_request2036 returns the correct status code2037# [RSpecRunTime] RSpec elapsed time: 9 minutes 36.39 seconds. Current RSS: ~1462M. load average: 1.08 1.07 1.10 1/281 6682038 username: "_", channel: "channel", status: :bad_request_or_not_found2039 returns the correct status code2040# [RSpecRunTime] RSpec elapsed time: 9 minutes 38.19 seconds. Current RSS: ~1461M. load average: 1.07 1.07 1.10 1/281 6692041 username: "_", channel: "_", status: :ok_or_not_found2042 returns the correct status code2043# [RSpecRunTime] RSpec elapsed time: 9 minutes 40.07 seconds. Current RSS: ~1462M. load average: 1.07 1.07 1.10 1/281 6702044 PUT /api/v4/projects/:id/packages/conan/v1/files/:package_name/package_version/:package_username/:package_channel/:recipe_revision/export/:conan_package_reference/:package_revision/:file_name/authorize2045 behaves like workhorse authorize endpoint2046 behaves like conan FIPS mode2047 when FIPS mode is enabled2048 behaves like returning response status2049 returns not_found2050# [RSpecRunTime] RSpec elapsed time: 9 minutes 41.81 seconds. Current RSS: ~1462M. load average: 1.07 1.07 1.10 1/281 6712051 behaves like rejects invalid recipe2052 with invalid recipe path2053 returns 4002054# [RSpecRunTime] RSpec elapsed time: 9 minutes 43.45 seconds. Current RSS: ~1461M. load average: 1.15 1.08 1.10 2/281 6722055 behaves like rejects invalid file_name2056 with invalid file_name2057 returns 4002058# [RSpecRunTime] RSpec elapsed time: 9 minutes 45.06 seconds. Current RSS: ~1461M. load average: 1.15 1.08 1.10 1/281 6732059 behaves like workhorse authorization2060 authorizes posting package with a valid token2061 rejects request without a valid token2062 rejects request without a valid permission2063 rejects requests that bypassed gitlab-workhorse2064 when using remote storage2065 when direct upload is enabled2066 responds with status 200, location of package remote store and object details2067# [RSpecRunTime] RSpec elapsed time: 9 minutes 53.34 seconds. Current RSS: ~1459M. load average: 1.12 1.08 1.10 1/281 6742068 when direct upload is disabled2069 handles as a local file2070# [RSpecRunTime] RSpec elapsed time: 9 minutes 55.15 seconds. Current RSS: ~1460M. load average: 1.12 1.08 1.10 1/281 6752071 behaves like handling empty values for username and channel2072 username: "username", channel: "channel", status: :ok2073 returns the correct status code2074# [RSpecRunTime] RSpec elapsed time: 9 minutes 57.0 seconds. Current RSS: ~1461M. load average: 1.12 1.08 1.10 1/281 6762075 username: "username", channel: "_", status: :bad_request2076 returns the correct status code2077# [RSpecRunTime] RSpec elapsed time: 9 minutes 58.83 seconds. Current RSS: ~1463M. load average: 1.11 1.08 1.10 1/281 6772078 username: "_", channel: "channel", status: :bad_request_or_not_found2079 returns the correct status code2080# [RSpecRunTime] RSpec elapsed time: 10 minutes 0.74 second. Current RSS: ~1463M. load average: 1.11 1.08 1.10 1/281 6782081 username: "_", channel: "_", status: :ok_or_not_found2082 returns the correct status code2083# [RSpecRunTime] RSpec elapsed time: 10 minutes 2.63 seconds. Current RSS: ~1462M. load average: 1.10 1.08 1.10 1/281 6792084 PUT /api/v4/projects/:id/packages/conan/v1/files/:package_name/package_version/:package_username/:package_channel/:recipe_revision/export/:file_name2085 behaves like workhorse recipe file upload endpoint2086 behaves like conan FIPS mode2087 when FIPS mode is enabled2088 behaves like returning response status2089 returns not_found2090# [RSpecRunTime] RSpec elapsed time: 10 minutes 4.34 seconds. Current RSS: ~1463M. load average: 1.10 1.08 1.10 1/281 6802091 behaves like rejects invalid recipe2092 with invalid recipe path2093 returns 4002094# [RSpecRunTime] RSpec elapsed time: 10 minutes 6.03 seconds. Current RSS: ~1462M. load average: 1.10 1.08 1.10 1/281 6812095 behaves like rejects invalid file_name2096 with invalid file_name2097 returns 4002098# [RSpecRunTime] RSpec elapsed time: 10 minutes 7.77 seconds. Current RSS: ~1460M. load average: 1.10 1.07 1.10 1/281 6822099 behaves like uploads a package file2100 file size above maximum limit2101 handles as a local file2102# [RSpecRunTime] RSpec elapsed time: 10 minutes 9.61 seconds. Current RSS: ~1460M. load average: 1.10 1.07 1.10 1/281 6832103 with object storage disabled2104 without a file from workhorse2105 rejects the request2106# [RSpecRunTime] RSpec elapsed time: 10 minutes 11.35 seconds. Current RSS: ~1460M. load average: 1.10 1.07 1.10 1/281 6842107 with a file2108 behaves like package workhorse uploads2109 without a workhorse header2110 logs an error2111 behaves like returning response status2112 returns forbidden2113# [RSpecRunTime] RSpec elapsed time: 10 minutes 14.84 seconds. Current RSS: ~1462M. load average: 1.09 1.07 1.10 1/281 6852114 without a token2115 rejects request without a token2116# [RSpecRunTime] RSpec elapsed time: 10 minutes 16.52 seconds. Current RSS: ~1463M. load average: 1.09 1.07 1.10 1/281 6862117 when params from workhorse are correct2118 creates package and stores package file2119 with existing package2120 does not create a new package2121 marked as pending_destruction2122 does not create a new package2123# [RSpecRunTime] RSpec elapsed time: 10 minutes 23.28 seconds. Current RSS: ~1465M. load average: 1.07 1.07 1.10 1/281 6872124 with object storage enabled2125 and direct upload enabled2126 with invalid remote_id: 1231232127 responds with status 4032128# [RSpecRunTime] RSpec elapsed time: 10 minutes 25.11 seconds. Current RSS: ~1464M. load average: 1.07 1.07 1.10 1/281 6882129 with invalid remote_id: ../../1231232130 responds with status 4032131# [RSpecRunTime] RSpec elapsed time: 10 minutes 26.9 seconds. Current RSS: ~1464M. load average: 1.07 1.07 1.10 1/281 6892132 with valid remote_id2133 creates package and stores package file2134# [RSpecRunTime] RSpec elapsed time: 10 minutes 28.82 seconds. Current RSS: ~1463M. load average: 1.07 1.07 1.10 1/281 6902135 behaves like handling empty values for username and channel2136 username: "username", channel: "channel", status: :ok2137 returns the correct status code2138# [RSpecRunTime] RSpec elapsed time: 10 minutes 30.77 seconds. Current RSS: ~1463M. load average: 1.07 1.07 1.10 1/281 6912139 username: "username", channel: "_", status: :bad_request2140 returns the correct status code2141# [RSpecRunTime] RSpec elapsed time: 10 minutes 32.55 seconds. Current RSS: ~1463M. load average: 1.06 1.07 1.09 1/281 6922142 username: "_", channel: "channel", status: :bad_request_or_not_found2143 returns the correct status code2144# [RSpecRunTime] RSpec elapsed time: 10 minutes 34.47 seconds. Current RSS: ~1463M. load average: 1.06 1.07 1.09 1/281 6932145 username: "_", channel: "_", status: :ok_or_not_found2146 returns the correct status code2147# [RSpecRunTime] RSpec elapsed time: 10 minutes 36.37 seconds. Current RSS: ~1464M. load average: 1.06 1.07 1.09 1/281 6942148 behaves like handling validation error for package2149 with validation error2150 returns 4002151# [RSpecRunTime] RSpec elapsed time: 10 minutes 38.16 seconds. Current RSS: ~1464M. load average: 1.06 1.07 1.09 1/281 6952152 PUT /api/v4/projects/:id/packages/conan/v1/files/:package_name/package_version/:package_username/:package_channel/:recipe_revision/export/:conan_package_reference/:package_revision/:file_name2153 behaves like workhorse package file upload endpoint2154 behaves like rejects invalid recipe2155 with invalid recipe path2156 returns 4002157# [RSpecRunTime] RSpec elapsed time: 10 minutes 39.88 seconds. Current RSS: ~1462M. load average: 1.06 1.07 1.09 1/281 6962158 behaves like rejects invalid file_name2159 with invalid file_name2160 returns 4002161# [RSpecRunTime] RSpec elapsed time: 10 minutes 41.61 seconds. Current RSS: ~1463M. load average: 1.06 1.07 1.09 1/281 6972162 behaves like uploads a package file2163 file size above maximum limit2164 handles as a local file2165# [RSpecRunTime] RSpec elapsed time: 10 minutes 43.44 seconds. Current RSS: ~1463M. load average: 1.05 1.06 1.09 1/281 6982166 with object storage disabled2167 without a file from workhorse2168 rejects the request2169# [RSpecRunTime] RSpec elapsed time: 10 minutes 45.12 seconds. Current RSS: ~1462M. load average: 1.05 1.06 1.09 1/281 6992170 with a file2171 behaves like package workhorse uploads2172 without a workhorse header2173 logs an error2174 behaves like returning response status2175 returns forbidden2176# [RSpecRunTime] RSpec elapsed time: 10 minutes 48.55 seconds. Current RSS: ~1464M. load average: 1.13 1.08 1.10 1/281 7002177 without a token2178 rejects request without a token2179# [RSpecRunTime] RSpec elapsed time: 10 minutes 50.18 seconds. Current RSS: ~1465M. load average: 1.13 1.08 1.10 1/281 7012180 when params from workhorse are correct2181 creates package and stores package file2182 with existing package2183 does not create a new package2184 marked as pending_destruction2185 does not create a new package2186# [RSpecRunTime] RSpec elapsed time: 10 minutes 56.78 seconds. Current RSS: ~1463M. load average: 1.20 1.10 1.10 1/281 7022187 with object storage enabled2188 and direct upload enabled2189 with invalid remote_id: 1231232190 responds with status 4032191# [RSpecRunTime] RSpec elapsed time: 10 minutes 58.54 seconds. Current RSS: ~1463M. load average: 1.10 1.08 1.10 1/281 7032192 with invalid remote_id: ../../1231232193 responds with status 4032194# [RSpecRunTime] RSpec elapsed time: 11 minutes 0.46 second. Current RSS: ~1463M. load average: 1.10 1.08 1.10 1/281 7042195 with valid remote_id2196 creates package and stores package file2197# [RSpecRunTime] RSpec elapsed time: 11 minutes 2.36 seconds. Current RSS: ~1460M. load average: 1.10 1.08 1.10 1/281 7052198 behaves like handling empty values for username and channel2199 username: "username", channel: "channel", status: :ok2200 returns the correct status code2201# [RSpecRunTime] RSpec elapsed time: 11 minutes 4.31 seconds. Current RSS: ~1457M. load average: 1.09 1.08 1.09 1/281 7062202 username: "username", channel: "_", status: :bad_request2203 returns the correct status code2204# [RSpecRunTime] RSpec elapsed time: 11 minutes 6.13 seconds. Current RSS: ~1457M. load average: 1.09 1.08 1.09 1/281 7072205 username: "_", channel: "channel", status: :bad_request_or_not_found2206 returns the correct status code2207# [RSpecRunTime] RSpec elapsed time: 11 minutes 7.89 seconds. Current RSS: ~1457M. load average: 1.09 1.07 1.09 1/281 7082208 username: "_", channel: "_", status: :ok_or_not_found2209 returns the correct status code2210# [RSpecRunTime] RSpec elapsed time: 11 minutes 9.87 seconds. Current RSS: ~1457M. load average: 1.09 1.07 1.09 1/281 7092211 behaves like handling validation error for package2212 with validation error2213 returns 4002214# [RSpecRunTime] RSpec elapsed time: 11 minutes 11.66 seconds. Current RSS: ~1457M. load average: 1.09 1.07 1.09 1/281 7102215 tracking the conan_package.tgz upload2216 behaves like a package tracking event2217 creates a gitlab tracking event push_package2218# [RSpecRunTime] RSpec elapsed time: 11 minutes 13.55 seconds. Current RSS: ~1457M. load average: 1.08 1.07 1.09 1/281 7112219# [RSpecRunTime] Finishing example group spec/requests/api/conan_project_packages_spec.rb. It took 5 minutes 16.32 seconds. Expected to take 5 minutes 9.32 seconds.2220# [RSpecRunTime] Starting example group spec/requests/api/notes_spec.rb. Expected to take 3 minutes 38.45 seconds.2221API::Notes2222 when there are cross-reference system notes2223 behaves like with cross-reference system notes2224 returns only the note that the user should see2225 avoids Git calls and N+1 SQL queries2226# [RSpecRunTime] RSpec elapsed time: 11 minutes 19.16 seconds. Current RSS: ~1445M. load average: 1.15 1.09 1.10 1/286 8382227 when noteable is an Issue2228 behaves like noteable API with confidential notes2229 behaves like noteable API2230 GET /projects/:id/issues/:noteable_id/notes2231 returns an array of notes2232 returns a 404 error when noteable id not found2233 returns 404 when not authorized2234 sorting2235 sorts by ascending order when requested2236 sorts by updated_at in descending order when requested2237 sorts by updated_at in ascending order when requested2238 without sort params2239 sorts by created_at in descending order by default2240 fetches notes using parent path as id paremeter2241 2 notes with equal created_at2242 page breaks first page correctly2243 page breaks second page correctly2244# [RSpecRunTime] RSpec elapsed time: 11 minutes 34.62 seconds. Current RSS: ~1455M. load average: 1.12 1.08 1.09 3/282 8392245 GET /projects/:id/issues/:noteable_id/notes/:note_id2246 returns a note by id2247 returns a 404 error if note not found2248# [RSpecRunTime] RSpec elapsed time: 11 minutes 37.53 seconds. Current RSS: ~1455M. load average: 1.11 1.08 1.09 1/281 8402249 POST /projects/:id/issues/:noteable_id/notes2250 creates a new note2251 returns a 400 bad request error if body not given2252 returns a 401 unauthorized error if user not authenticated2253 creates an activity event when a note is created2254 setting created_at2255 by an admin2256 sets the creation time on the new note2257# [RSpecRunTime] RSpec elapsed time: 11 minutes 45.53 seconds. Current RSS: ~1455M. load average: 1.02 1.06 1.09 1/282 8412258 by a project owner2259 sets the creation time on the new note2260# [RSpecRunTime] RSpec elapsed time: 11 minutes 46.96 seconds. Current RSS: ~1456M. load average: 1.02 1.06 1.09 1/282 8422261 by a group owner2262 sets the creation time on the new note2263# [RSpecRunTime] RSpec elapsed time: 11 minutes 49.29 seconds. Current RSS: ~1451M. load average: 1.02 1.06 1.09 1/282 8432264 by another user2265 ignores the given creation time2266# [RSpecRunTime] RSpec elapsed time: 11 minutes 51.06 seconds. Current RSS: ~1447M. load average: 1.02 1.06 1.09 1/282 8442267 when the user is posting an award emoji on a noteable created by someone else2268 creates a new note2269# [RSpecRunTime] RSpec elapsed time: 11 minutes 53.01 seconds. Current RSS: ~1448M. load average: 1.02 1.06 1.09 1/282 8452270 when the user is posting an award emoji on their own noteable2271 creates a new note2272# [RSpecRunTime] RSpec elapsed time: 11 minutes 54.61 seconds. Current RSS: ~1448M. load average: 1.02 1.06 1.09 1/282 8462273 when user does not have access to read the noteable2274 responds with 4042275# [RSpecRunTime] RSpec elapsed time: 11 minutes 55.94 seconds. Current RSS: ~1448M. load average: 1.02 1.06 1.09 1/282 8472276 when request exceeds the rate limit2277 prevents user from creating more notes2278 allows user in allow-list to create notes2279# [RSpecRunTime] RSpec elapsed time: 11 minutes 59.08 seconds. Current RSS: ~1449M. load average: 1.01 1.06 1.09 1/282 8482280 PUT /projects/:id/issues/:noteable_id/notes/:note_id2281 returns a 404 error when note id not found2282 returns a 400 bad request error if body is empty2283 when only body param is present2284 updates the note text2285# [RSpecRunTime] RSpec elapsed time: 12 minutes 2.72 seconds. Current RSS: ~1446M. load average: 1.01 1.06 1.09 1/282 8492286 when confidential param is present2287 does not allow to change confidentiality2288# [RSpecRunTime] RSpec elapsed time: 12 minutes 4.01 seconds. Current RSS: ~1449M. load average: 1.01 1.06 1.09 1/282 8502289 DELETE /projects/:id/issues/:noteable_id/notes/:note_id2290 deletes a note2291 returns a 404 error when note id not found2292 behaves like 412 response2293 for a modified resource2294 returns 412 with a JSON error2295# [RSpecRunTime] RSpec elapsed time: 12 minutes 8.09 seconds. Current RSS: ~1450M. load average: 1.09 1.07 1.09 1/282 8512296 for an unmodified resource2297 returns 204 with an empty body2298# [RSpecRunTime] RSpec elapsed time: 12 minutes 9.46 seconds. Current RSS: ~1447M. load average: 1.09 1.07 1.09 1/282 8522299 POST /projects/:id/issues/:noteable_id/notes2300 with internal param2301 creates a confidential note if internal is set to true2302# [RSpecRunTime] RSpec elapsed time: 12 minutes 10.94 seconds. Current RSS: ~1449M. load average: 1.09 1.07 1.09 1/282 8532303 with deprecated confidential param2304 creates a confidential note if confidential is set to true2305# [RSpecRunTime] RSpec elapsed time: 12 minutes 12.45 seconds. Current RSS: ~1449M. load average: 1.09 1.07 1.09 1/282 8542306 when user does not have access to create noteable2307 responds with resource not found error2308 does not create new note2309# [RSpecRunTime] RSpec elapsed time: 12 minutes 15.96 seconds. Current RSS: ~1446M. load average: 1.08 1.07 1.09 2/282 8552310 when referencing other project2311 GET /projects/:id/noteable/:noteable_id/notes2312 current user cannot view the notes2313 returns an empty array2314 issue is confidential2315 returns 4042316# [RSpecRunTime] RSpec elapsed time: 12 minutes 21.44 seconds. Current RSS: ~1442M. load average: 1.08 1.07 1.09 1/282 8562317 current user can view the note2318 returns a non-empty array2319# [RSpecRunTime] RSpec elapsed time: 12 minutes 24.41 seconds. Current RSS: ~1440M. load average: 1.07 1.07 1.09 1/282 8572320 activity filters2321 when not provided2322 returns all the notes2323 behaves like a notes request2324 is a note array response2325# [RSpecRunTime] RSpec elapsed time: 12 minutes 30.34 seconds. Current RSS: ~1441M. load average: 1.07 1.07 1.09 1/282 8582326 when all_notes provided2327 returns all the notes2328 behaves like a notes request2329 is a note array response2330# [RSpecRunTime] RSpec elapsed time: 12 minutes 36.22 seconds. Current RSS: ~1441M. load average: 1.06 1.07 1.09 1/282 8592331 when provided2332 filter: "only_comments", count: 1, system_notable: false2333 properly filters the returned notables2334 behaves like a notes request2335 is a note array response2336# [RSpecRunTime] RSpec elapsed time: 12 minutes 41.85 seconds. Current RSS: ~1441M. load average: 1.06 1.07 1.09 1/282 8602337 filter: "only_activity", count: 1, system_notable: true2338 properly filters the returned notables2339 behaves like a notes request2340 is a note array response2341# [RSpecRunTime] RSpec elapsed time: 12 minutes 47.64 seconds. Current RSS: ~1443M. load average: 1.05 1.06 1.09 1/282 8612342 GET /projects/:id/noteable/:noteable_id/notes/:note_id2343 current user cannot view the notes2344 returns a 404 error2345 when issue is confidential2346 returns 4042347# [RSpecRunTime] RSpec elapsed time: 12 minutes 53.13 seconds. Current RSS: ~1441M. load average: 1.04 1.06 1.09 1/282 8622348 current user can view the note2349 returns an issue note by id2350# [RSpecRunTime] RSpec elapsed time: 12 minutes 56.09 seconds. Current RSS: ~1440M. load average: 1.04 1.06 1.09 1/282 8632351 without notes widget2352 does not fetch notes2353 does not fetch specific note2354 does not create note2355 does not update note2356 does not run quick actions2357# [RSpecRunTime] RSpec elapsed time: 13 minutes 9.1 seconds. Current RSS: ~1440M. load average: 1.03 1.06 1.08 1/282 8642358 when noteable is a Snippet2359 behaves like noteable API2360 GET /projects/:id/snippets/:noteable_id/notes2361 returns an array of notes2362 returns a 404 error when noteable id not found2363 returns 404 when not authorized2364 sorting2365 sorts by ascending order when requested2366 sorts by updated_at in descending order when requested2367 sorts by updated_at in ascending order when requested2368 without sort params2369 sorts by created_at in descending order by default2370 fetches notes using parent path as id paremeter2371 2 notes with equal created_at2372 page breaks first page correctly2373 page breaks second page correctly2374# [RSpecRunTime] RSpec elapsed time: 13 minutes 22.71 seconds. Current RSS: ~1452M. load average: 1.03 1.05 1.08 1/282 8652375 GET /projects/:id/snippets/:noteable_id/notes/:note_id2376 returns a note by id2377 returns a 404 error if note not found2378# [RSpecRunTime] RSpec elapsed time: 13 minutes 25.13 seconds. Current RSS: ~1446M. load average: 1.03 1.05 1.08 1/282 8662379 POST /projects/:id/snippets/:noteable_id/notes2380 creates a new note2381 returns a 400 bad request error if body not given2382 returns a 401 unauthorized error if user not authenticated2383 creates an activity event when a note is created2384 setting created_at2385 by an admin2386 sets the creation time on the new note2387# [RSpecRunTime] RSpec elapsed time: 13 minutes 32.32 seconds. Current RSS: ~1450M. load average: 1.03 1.05 1.08 1/282 8672388 by a project owner2389 sets the creation time on the new note2390# [RSpecRunTime] RSpec elapsed time: 13 minutes 33.69 seconds. Current RSS: ~1450M. load average: 1.03 1.05 1.08 1/282 8682391 by a group owner2392 sets the creation time on the new note2393# [RSpecRunTime] RSpec elapsed time: 13 minutes 35.84 seconds. Current RSS: ~1451M. load average: 1.03 1.05 1.08 1/282 8692394 by another user2395 ignores the given creation time2396# [RSpecRunTime] RSpec elapsed time: 13 minutes 37.65 seconds. Current RSS: ~1453M. load average: 1.02 1.05 1.08 1/282 8702397 when the user is posting an award emoji on a noteable created by someone else2398 creates a new note2399# [RSpecRunTime] RSpec elapsed time: 13 minutes 39.38 seconds. Current RSS: ~1450M. load average: 1.02 1.05 1.08 1/282 8712400 when the user is posting an award emoji on their own noteable2401 creates a new note2402# [RSpecRunTime] RSpec elapsed time: 13 minutes 40.89 seconds. Current RSS: ~1452M. load average: 1.02 1.05 1.08 1/282 8722403 when user does not have access to read the noteable2404 responds with 4042405# [RSpecRunTime] RSpec elapsed time: 13 minutes 42.35 seconds. Current RSS: ~1447M. load average: 1.02 1.05 1.08 1/282 8732406 when request exceeds the rate limit2407 prevents user from creating more notes2408 allows user in allow-list to create notes2409# [RSpecRunTime] RSpec elapsed time: 13 minutes 44.97 seconds. Current RSS: ~1450M. load average: 1.02 1.05 1.08 1/282 8742410 PUT /projects/:id/snippets/:noteable_id/notes/:note_id2411 returns a 404 error when note id not found2412 returns a 400 bad request error if body is empty2413 when only body param is present2414 updates the note text2415# [RSpecRunTime] RSpec elapsed time: 13 minutes 48.5 seconds. Current RSS: ~1449M. load average: 1.02 1.05 1.08 1/282 8752416 when confidential param is present2417 does not allow to change confidentiality2418# [RSpecRunTime] RSpec elapsed time: 13 minutes 49.76 seconds. Current RSS: ~1444M. load average: 1.02 1.05 1.08 1/282 8762419 DELETE /projects/:id/snippets/:noteable_id/notes/:note_id2420 deletes a note2421 returns a 404 error when note id not found2422 behaves like 412 response2423 for a modified resource2424 returns 412 with a JSON error2425# [RSpecRunTime] RSpec elapsed time: 13 minutes 53.51 seconds. Current RSS: ~1444M. load average: 1.02 1.05 1.08 1/282 8772426 for an unmodified resource2427 returns 204 with an empty body2428# [RSpecRunTime] RSpec elapsed time: 13 minutes 54.87 seconds. Current RSS: ~1440M. load average: 1.02 1.05 1.08 1/282 8782429 when noteable is a Merge Request2430 behaves like noteable API2431 GET /projects/:id/merge_requests/:noteable_id/notes2432 returns an array of notes2433 returns a 404 error when noteable id not found2434 returns 404 when not authorized2435 sorting2436 sorts by ascending order when requested2437 sorts by updated_at in descending order when requested2438 sorts by updated_at in ascending order when requested2439 without sort params2440 sorts by created_at in descending order by default2441 fetches notes using parent path as id paremeter2442 2 notes with equal created_at2443 page breaks first page correctly2444 page breaks second page correctly2445# [RSpecRunTime] RSpec elapsed time: 14 minutes 10.09 seconds. Current RSS: ~1452M. load average: 1.08 1.06 1.09 1/282 8792446 GET /projects/:id/merge_requests/:noteable_id/notes/:note_id2447 returns a note by id2448 returns a 404 error if note not found2449# [RSpecRunTime] RSpec elapsed time: 14 minutes 12.6 seconds. Current RSS: ~1469M. load average: 1.07 1.06 1.08 1/282 8802450 POST /projects/:id/merge_requests/:noteable_id/notes2451 creates a new note2452 returns a 400 bad request error if body not given2453 returns a 401 unauthorized error if user not authenticated2454 creates an activity event when a note is created2455 setting created_at2456 by an admin2457 sets the creation time on the new note2458# [RSpecRunTime] RSpec elapsed time: 14 minutes 20.43 seconds. Current RSS: ~1486M. load average: 1.07 1.06 1.08 2/282 8812459 by a project owner2460 sets the creation time on the new note2461# [RSpecRunTime] RSpec elapsed time: 14 minutes 21.84 seconds. Current RSS: ~1484M. load average: 1.07 1.06 1.08 1/282 8822462 by a group owner2463 sets the creation time on the new note2464# [RSpecRunTime] RSpec elapsed time: 14 minutes 24.12 seconds. Current RSS: ~1484M. load average: 1.06 1.06 1.08 1/282 8832465 by another user2466 ignores the given creation time2467# [RSpecRunTime] RSpec elapsed time: 14 minutes 26.04 seconds. Current RSS: ~1484M. load average: 1.06 1.06 1.08 1/282 8842468 when the user is posting an award emoji on a noteable created by someone else2469 creates a new note2470# [RSpecRunTime] RSpec elapsed time: 14 minutes 27.89 seconds. Current RSS: ~1484M. load average: 1.06 1.06 1.08 1/282 8852471 when the user is posting an award emoji on their own noteable2472 creates a new note2473# [RSpecRunTime] RSpec elapsed time: 14 minutes 29.47 seconds. Current RSS: ~1484M. load average: 1.06 1.06 1.08 1/282 8862474 when user does not have access to read the noteable2475 responds with 4042476# [RSpecRunTime] RSpec elapsed time: 14 minutes 30.95 seconds. Current RSS: ~1483M. load average: 1.06 1.06 1.08 1/283 8872477 when request exceeds the rate limit2478 prevents user from creating more notes2479 allows user in allow-list to create notes2480# [RSpecRunTime] RSpec elapsed time: 14 minutes 33.88 seconds. Current RSS: ~1484M. load average: 1.05 1.06 1.08 1/282 8882481 PUT /projects/:id/merge_requests/:noteable_id/notes/:note_id2482 returns a 404 error when note id not found2483 returns a 400 bad request error if body is empty2484 when only body param is present2485 updates the note text2486# [RSpecRunTime] RSpec elapsed time: 14 minutes 37.62 seconds. Current RSS: ~1483M. load average: 1.13 1.07 1.09 1/282 8892487 when confidential param is present2488 does not allow to change confidentiality2489# [RSpecRunTime] RSpec elapsed time: 14 minutes 38.94 seconds. Current RSS: ~1483M. load average: 1.13 1.07 1.09 1/282 8902490 DELETE /projects/:id/merge_requests/:noteable_id/notes/:note_id2491 deletes a note2492 returns a 404 error when note id not found2493 behaves like 412 response2494 for a modified resource2495 returns 412 with a JSON error2496# [RSpecRunTime] RSpec elapsed time: 14 minutes 43.03 seconds. Current RSS: ~1484M. load average: 1.12 1.07 1.09 1/282 8912497 for an unmodified resource2498 returns 204 with an empty body2499# [RSpecRunTime] RSpec elapsed time: 14 minutes 44.49 seconds. Current RSS: ~1486M. load average: 1.12 1.07 1.09 1/282 8922500 a command only note2501 /spend2502 returns 202 Accepted status2503 does not actually create a new note2504 does however create a system note about the change2505 applies the commands2506 reports the changes2507# [RSpecRunTime] RSpec elapsed time: 14 minutes 53.13 seconds. Current RSS: ~1480M. load average: 1.10 1.07 1.09 1/282 8932508 /merge2509 returns 202 Accepted status2510 does not actually create a new note2511 applies the commands2512 reports the changes2513# [RSpecRunTime] RSpec elapsed time: 15 minutes 3.14 seconds. Current RSS: ~1502M. load average: 1.01 1.05 1.08 1/288 11312514 when the merge request discussion is locked2515 when a user is a team member2516 returns 200 status2517 creates a new note2518# [RSpecRunTime] RSpec elapsed time: 15 minutes 6.66 seconds. Current RSS: ~1498M. load average: 1.01 1.05 1.08 1/287 11322519 when a user is not a team member2520 returns 403 status2521 does not create a new note2522# [RSpecRunTime] RSpec elapsed time: 15 minutes 9.53 seconds. Current RSS: ~1490M. load average: 1.09 1.06 1.09 1/287 11332523# [RSpecRunTime] Finishing example group spec/requests/api/notes_spec.rb. It took 3 minutes 56.0 seconds. Expected to take 3 minutes 38.45 seconds.2524# [RSpecRunTime] Starting example group spec/requests/projects/cycle_analytics_events_spec.rb. Expected to take 2 minutes 26.13 seconds.2525value stream analytics events2526 GET /:namespace/:project/value_stream_analytics/events/issues2527 lists the issue events2528 lists the plan events2529 lists the code events2530 lists the test events2531 lists the review events2532 lists the staging events2533 with private project and builds2534 does not list the test events2535 does not list the staging events2536 lists the issue events2537# [RSpecRunTime] RSpec elapsed time: 17 minutes 33.58 seconds. Current RSS: ~1419M. load average: 1.26 1.14 1.11 1/294 41122538# [RSpecRunTime] Finishing example group spec/requests/projects/cycle_analytics_events_spec.rb. It took 2 minutes 24.08 seconds. Expected to take 2 minutes 26.13 seconds.2539# [RSpecRunTime] Starting example group spec/requests/user_activity_spec.rb. Expected to take 2 minutes 2.99 seconds.2540Update of user activity2541 behaves like updating of user activity2542 without an authenticated user2543 does not set the last activity cookie2544# [RSpecRunTime] RSpec elapsed time: 17 minutes 35.77 seconds. Current RSS: ~1438M. load average: 1.26 1.14 1.11 1/292 41132545 with an authenticated user2546 with a POST request2547 does not set the last activity cookie2548# [RSpecRunTime] RSpec elapsed time: 17 minutes 37.08 seconds. Current RSS: ~1438M. load average: 1.26 1.14 1.11 1/292 41142549 on GET to /group2550 updates the last activity date2551 when calling it twice2552 updates last_activity_on just once2553# [RSpecRunTime] RSpec elapsed time: 17 minutes 41.19 seconds. Current RSS: ~1440M. load average: 1.32 1.16 1.11 1/292 41152554 when last_activity_on is nil2555 updates the last activity date2556# [RSpecRunTime] RSpec elapsed time: 17 minutes 42.82 seconds. Current RSS: ~1437M. load average: 1.29 1.16 1.11 1/288 41162557 when last_activity_on is stale2558 updates the last activity date2559# [RSpecRunTime] RSpec elapsed time: 17 minutes 44.54 seconds. Current RSS: ~1438M. load average: 1.29 1.16 1.11 1/287 41172560 when last_activity_on is up to date2561 does not try to update it2562# [RSpecRunTime] RSpec elapsed time: 17 minutes 46.1 seconds. Current RSS: ~1442M. load average: 1.29 1.16 1.11 1/287 41182563 on GET to /group/project2564 updates the last activity date2565 when calling it twice2566 updates last_activity_on just once2567# [RSpecRunTime] RSpec elapsed time: 17 minutes 50.23 seconds. Current RSS: ~1446M. load average: 1.27 1.15 1.11 1/287 41192568 when last_activity_on is nil2569 updates the last activity date2570# [RSpecRunTime] RSpec elapsed time: 17 minutes 51.99 seconds. Current RSS: ~1447M. load average: 1.27 1.15 1.11 1/287 41202571 when last_activity_on is stale2572 updates the last activity date2573# [RSpecRunTime] RSpec elapsed time: 17 minutes 53.85 seconds. Current RSS: ~1446M. load average: 1.33 1.17 1.12 1/287 41212574 when last_activity_on is up to date2575 does not try to update it2576# [RSpecRunTime] RSpec elapsed time: 17 minutes 55.6 seconds. Current RSS: ~1443M. load average: 1.33 1.17 1.12 1/287 41222577 on GET to /groups/group/-/issues2578 updates the last activity date2579 when calling it twice2580 updates last_activity_on just once2581# [RSpecRunTime] RSpec elapsed time: 17 minutes 59.4 seconds. Current RSS: ~1441M. load average: 1.38 1.18 1.12 1/287 41232582 when last_activity_on is nil2583 updates the last activity date2584# [RSpecRunTime] RSpec elapsed time: 18 minutes 1.02 seconds. Current RSS: ~1441M. load average: 1.38 1.18 1.12 1/287 41242585 when last_activity_on is stale2586 updates the last activity date2587# [RSpecRunTime] RSpec elapsed time: 18 minutes 2.75 seconds. Current RSS: ~1446M. load average: 1.35 1.18 1.12 1/287 41252588 when last_activity_on is up to date2589 does not try to update it2590# [RSpecRunTime] RSpec elapsed time: 18 minutes 4.42 seconds. Current RSS: ~1448M. load average: 1.35 1.18 1.12 2/287 41262591 on GET to /groups/group/-/boards2592 updates the last activity date2593 when calling it twice2594 updates last_activity_on just once2595# [RSpecRunTime] RSpec elapsed time: 18 minutes 8.33 seconds. Current RSS: ~1442M. load average: 1.32 1.17 1.12 1/287 41272596 when last_activity_on is nil2597 updates the last activity date2598# [RSpecRunTime] RSpec elapsed time: 18 minutes 10.04 seconds. Current RSS: ~1440M. load average: 1.32 1.17 1.12 1/287 41282599 when last_activity_on is stale2600 updates the last activity date2601# [RSpecRunTime] RSpec elapsed time: 18 minutes 11.7 seconds. Current RSS: ~1442M. load average: 1.32 1.17 1.12 1/287 41292602 when last_activity_on is up to date2603 does not try to update it2604# [RSpecRunTime] RSpec elapsed time: 18 minutes 13.36 seconds. Current RSS: ~1444M. load average: 1.38 1.19 1.13 1/287 41302605 on GET to /dashboard/projects2606 updates the last activity date2607 when calling it twice2608 updates last_activity_on just once2609# [RSpecRunTime] RSpec elapsed time: 18 minutes 17.19 seconds. Current RSS: ~1437M. load average: 1.38 1.19 1.13 1/287 41312610 when last_activity_on is nil2611 updates the last activity date2612# [RSpecRunTime] RSpec elapsed time: 18 minutes 18.96 seconds. Current RSS: ~1430M. load average: 1.35 1.19 1.12 1/287 41322613 when last_activity_on is stale2614 updates the last activity date2615# [RSpecRunTime] RSpec elapsed time: 18 minutes 20.87 seconds. Current RSS: ~1430M. load average: 1.35 1.19 1.12 1/287 41332616 when last_activity_on is up to date2617 does not try to update it2618# [RSpecRunTime] RSpec elapsed time: 18 minutes 22.57 seconds. Current RSS: ~1421M. load average: 1.35 1.19 1.12 1/287 41342619 on GET to /dashboard/snippets2620 updates the last activity date2621 when calling it twice2622 updates last_activity_on just once2623# [RSpecRunTime] RSpec elapsed time: 18 minutes 25.68 seconds. Current RSS: ~1425M. load average: 1.32 1.18 1.12 1/287 41352624 when last_activity_on is nil2625 updates the last activity date2626# [RSpecRunTime] RSpec elapsed time: 18 minutes 27.06 seconds. Current RSS: ~1427M. load average: 1.32 1.18 1.12 1/287 41362627 when last_activity_on is stale2628 updates the last activity date2629# [RSpecRunTime] RSpec elapsed time: 18 minutes 28.44 seconds. Current RSS: ~1426M. load average: 1.29 1.18 1.12 1/287 41372630 when last_activity_on is up to date2631 does not try to update it2632# [RSpecRunTime] RSpec elapsed time: 18 minutes 29.88 seconds. Current RSS: ~1427M. load average: 1.29 1.18 1.12 1/287 41382633 on GET to /dashboard/groups2634 updates the last activity date2635 when calling it twice2636 updates last_activity_on just once2637# [RSpecRunTime] RSpec elapsed time: 18 minutes 32.96 seconds. Current RSS: ~1427M. load average: 1.27 1.18 1.12 1/288 41392638 when last_activity_on is nil2639 updates the last activity date2640# [RSpecRunTime] RSpec elapsed time: 18 minutes 34.5 seconds. Current RSS: ~1429M. load average: 1.27 1.18 1.12 1/287 41402641 when last_activity_on is stale2642 updates the last activity date2643# [RSpecRunTime] RSpec elapsed time: 18 minutes 36.06 seconds. Current RSS: ~1429M. load average: 1.27 1.18 1.12 1/287 41412644 when last_activity_on is up to date2645 does not try to update it2646# [RSpecRunTime] RSpec elapsed time: 18 minutes 37.53 seconds. Current RSS: ~1429M. load average: 1.27 1.18 1.12 1/287 41422647 on GET to /dashboard/todos2648 updates the last activity date2649 when calling it twice2650 updates last_activity_on just once2651# [RSpecRunTime] RSpec elapsed time: 18 minutes 40.66 seconds. Current RSS: ~1430M. load average: 1.25 1.17 1.12 1/287 41432652 when last_activity_on is nil2653 updates the last activity date2654# [RSpecRunTime] RSpec elapsed time: 18 minutes 42.04 seconds. Current RSS: ~1430M. load average: 1.25 1.17 1.12 2/287 41442655 when last_activity_on is stale2656 updates the last activity date2657# [RSpecRunTime] RSpec elapsed time: 18 minutes 43.46 seconds. Current RSS: ~1429M. load average: 1.23 1.17 1.12 1/287 41452658 when last_activity_on is up to date2659 does not try to update it2660# [RSpecRunTime] RSpec elapsed time: 18 minutes 44.9 seconds. Current RSS: ~1430M. load average: 1.23 1.17 1.12 1/287 41462661 on GET to /group/project/-/issues2662 updates the last activity date2663 when calling it twice2664 updates last_activity_on just once2665# [RSpecRunTime] RSpec elapsed time: 18 minutes 49.15 seconds. Current RSS: ~1432M. load average: 1.21 1.17 1.12 1/287 41472666 when last_activity_on is nil2667 updates the last activity date2668# [RSpecRunTime] RSpec elapsed time: 18 minutes 50.99 seconds. Current RSS: ~1433M. load average: 1.21 1.17 1.12 1/287 41482669 when last_activity_on is stale2670 updates the last activity date2671# [RSpecRunTime] RSpec elapsed time: 18 minutes 52.92 seconds. Current RSS: ~1431M. load average: 1.27 1.18 1.12 1/287 41492672 when last_activity_on is up to date2673 does not try to update it2674# [RSpecRunTime] RSpec elapsed time: 18 minutes 56.1 seconds. Current RSS: ~1425M. load average: 1.27 1.18 1.12 1/287 41502675 on GET to /group/project/-/issues/102676 updates the last activity date2677 when calling it twice2678 updates last_activity_on just once2679# [RSpecRunTime] RSpec elapsed time: 19 minutes 0.98 second. Current RSS: ~1427M. load average: 1.25 1.18 1.12 1/287 41512680 when last_activity_on is nil2681 updates the last activity date2682# [RSpecRunTime] RSpec elapsed time: 19 minutes 2.97 seconds. Current RSS: ~1438M. load average: 1.23 1.17 1.12 1/287 41522683 when last_activity_on is stale2684 updates the last activity date2685# [RSpecRunTime] RSpec elapsed time: 19 minutes 4.9 seconds. Current RSS: ~1443M. load average: 1.23 1.17 1.12 1/287 41532686 when last_activity_on is up to date2687 does not try to update it2688# [RSpecRunTime] RSpec elapsed time: 19 minutes 6.92 seconds. Current RSS: ~1446M. load average: 1.23 1.17 1.12 1/287 41542689 on GET to /group/project/-/merge_requests2690 updates the last activity date2691 when calling it twice2692 updates last_activity_on just once2693# [RSpecRunTime] RSpec elapsed time: 19 minutes 11.77 seconds. Current RSS: ~1448M. load average: 1.21 1.17 1.12 1/287 41552694 when last_activity_on is nil2695 updates the last activity date2696# [RSpecRunTime] RSpec elapsed time: 19 minutes 13.74 seconds. Current RSS: ~1447M. load average: 1.27 1.18 1.13 1/287 41562697 when last_activity_on is stale2698 updates the last activity date2699# [RSpecRunTime] RSpec elapsed time: 19 minutes 15.7 seconds. Current RSS: ~1450M. load average: 1.27 1.18 1.13 2/287 41572700 when last_activity_on is up to date2701 does not try to update it2702# [RSpecRunTime] RSpec elapsed time: 19 minutes 17.63 seconds. Current RSS: ~1452M. load average: 1.25 1.18 1.12 1/287 41582703 on GET to /group/project/-/merge_requests/152704 updates the last activity date2705 when calling it twice2706 updates last_activity_on just once2707# [RSpecRunTime] RSpec elapsed time: 19 minutes 21.93 seconds. Current RSS: ~1457M. load average: 1.25 1.18 1.12 1/287 41592708 when last_activity_on is nil2709 updates the last activity date2710# [RSpecRunTime] RSpec elapsed time: 19 minutes 23.74 seconds. Current RSS: ~1457M. load average: 1.15 1.16 1.12 1/287 41602711 when last_activity_on is stale2712 updates the last activity date2713# [RSpecRunTime] RSpec elapsed time: 19 minutes 25.55 seconds. Current RSS: ~1458M. load average: 1.15 1.16 1.12 1/287 41612714 when last_activity_on is up to date2715 does not try to update it2716# [RSpecRunTime] RSpec elapsed time: 19 minutes 27.36 seconds. Current RSS: ~1460M. load average: 1.15 1.16 1.12 2/287 41622717# [RSpecRunTime] Finishing example group spec/requests/user_activity_spec.rb. It took 1 minute 53.73 seconds. Expected to take 2 minutes 2.99 seconds.2718# [RSpecRunTime] Starting example group spec/requests/api/ci/runners_spec.rb. Expected to take 1 minute 36.28 seconds.2719API::Ci::Runners2720 GET /runners2721 authorized user2722 returns response status and headers2723 returns user available runners2724 filters runners by scope2725 avoids filtering if scope is invalid2726 filters runners by type2727 does not filter by invalid type2728 does not filter by invalid status2729 filters runners by tag_list2730 with an inactive runner2731 filters runners by paused state2732 filters runners by status2733# [RSpecRunTime] RSpec elapsed time: 19 minutes 32.52 seconds. Current RSS: ~1486M. load average: 1.22 1.18 1.12 1/287 41632734 unauthorized user2735 does not return runners2736 GET /runners/all2737 behaves like GET request permissions for admin mode2738 behaves like when admin2739 behaves like makes request2740 returns2741 behaves like makes request2742 returns2743 behaves like when user2744 returns2745 behaves like makes request2746 returns2747 authorized user2748 with admin privileges2749 returns response status and headers2750 returns all runners2751 filters runners by scope2752 filters runners by scope2753 avoids filtering if scope is invalid2754 filters runners by project type2755 filters runners by group type2756 does not filter by invalid type2757 does not filter by invalid status2758 filters runners by tag_list2759 with an inactive runner2760 filters runners by status2761 filters runners by status2762# [RSpecRunTime] RSpec elapsed time: 19 minutes 36.05 seconds. Current RSS: ~1509M. load average: 1.20 1.17 1.12 1/287 41642763 with ci_runner_machines2764 filters runners by version_prefix when prefix is "15.0"2765 filters runners by version_prefix when prefix is "16"2766 filters runners by version_prefix when prefix is "25"2767 does not filter runners by version_prefix when prefix is invalid ("V15")2768# [RSpecRunTime] RSpec elapsed time: 19 minutes 37.43 seconds. Current RSS: ~1511M. load average: 1.20 1.17 1.12 1/287 41652769 without admin privileges2770 does not return runners list2771 unauthorized user2772 does not return runners2773 GET /runners/:id2774 behaves like GET request permissions for admin mode2775 behaves like when admin2776 behaves like makes request2777 returns2778 behaves like makes request2779 returns2780 behaves like when user2781 returns2782 behaves like makes request2783 returns2784 admin user2785 returns 404 if runner does not exist2786 when runner is shared2787 returns runner's details2788 when runner is not shared2789 returns runner's details2790 returns the project's details for a project runner2791 when unused runner is present2792 deletes unused runner2793# [RSpecRunTime] RSpec elapsed time: 19 minutes 40.37 seconds. Current RSS: ~1520M. load average: 1.19 1.17 1.12 1/287 41662794 when the runner is a group runner2795 returns the runner's details2796 runner project's administrative user2797 when runner is not shared2798 returns runner's details2799 when runner is shared2800 returns runner's details2801 other authorized user2802 does not return project runner's details2803 unauthorized user2804 does not return project runner's details2805 PUT /runners/:id2806 behaves like PUT request permissions for admin mode2807 behaves like when admin2808 behaves like makes request2809 returns2810 behaves like makes request2811 returns2812 behaves like when user2813 returns2814 behaves like makes request2815 returns2816 admin user2817 returns 404 if runner does not exist2818 single parameter update2819 runner description2820 runner active state2821 runner paused state2822 runner tag list2823 unrelated runner attribute on an existing runner with too many tags2824 runner untagged flag2825 runner unlocked flag2826 runner access level2827 runner maximum timeout2828 maintenance note2829 fails with no parameters2830# [RSpecRunTime] RSpec elapsed time: 19 minutes 45.69 seconds. Current RSS: ~1520M. load average: 1.17 1.17 1.12 1/287 41672831 when runner is shared2832 updates runner2833 when runner is not shared2834 updates runner2835 authorized user2836 when runner is shared2837 does not update runner2838 when runner is not shared2839 does not update project runner without access to it2840 updates project runner with access to it2841 unauthorized user2842 does not delete project runner2843 DELETE /runners/:id2844 behaves like DELETE request permissions for admin mode2845 behaves like when admin2846 behaves like makes request2847 returns2848 behaves like makes request2849 returns2850 behaves like when user2851 returns2852 behaves like makes request2853 returns2854 admin user2855 returns 404 if runner does not exist2856 when runner is shared2857 deletes runner2858 behaves like 412 response2859 for a modified resource2860 returns 412 with a JSON error2861 for an unmodified resource2862 returns 204 with an empty body2863 when runner is not shared2864 deletes used project runner2865 authorized user2866 when runner is shared2867 does not delete runner2868 when runner is not shared2869 does not delete runner without access to it2870 does not delete project runner with more than one associated project2871 deletes project runner for one owned project2872 does not delete group runner with guest access2873 does not delete group runner with reporter access2874 does not delete group runner with developer access2875 does not delete group runner with maintainer access2876 deletes owned group runner with owner access2877 deletes inherited group runner with owner access2878 behaves like 412 response2879 for a modified resource2880 returns 412 with a JSON error2881# [RSpecRunTime] RSpec elapsed time: 19 minutes 51.31 seconds. Current RSS: ~1528M. load average: 1.16 1.16 1.12 1/287 41682882 for an unmodified resource2883 returns 204 with an empty body2884 unauthorized user2885 does not delete project runner2886 POST /runners/:id/reset_authentication_token2887 behaves like POST request permissions for admin mode2888 behaves like when admin2889 behaves like makes request2890 returns2891 behaves like makes request2892 returns2893 behaves like when user2894 returns2895 behaves like makes request2896 returns2897 admin user2898 resets shared runner authentication token2899 returns 404 if runner does not exist2900 authorized user2901 does not reset project runner authentication token without access to it2902 resets project runner authentication token for owned project2903 does not reset group runner authentication token with guest access2904 does not reset group runner authentication token with reporter access2905 does not reset group runner authentication token with developer access2906 does not reset group runner authentication token with maintainer access2907 resets group runner authentication token with owner access2908 resets group runner authentication token with owner access with expiration time2909# [RSpecRunTime] RSpec elapsed time: 19 minutes 55.05 seconds. Current RSS: ~1529M. load average: 1.14 1.16 1.12 1/287 41692910 unauthorized user2911 does not reset authentication token2912 GET /runners/:id/jobs2913 behaves like GET request permissions for admin mode2914 behaves like when admin2915 behaves like makes request2916 returns2917# [RSpecRunTime] RSpec elapsed time: 19 minutes 58.76 seconds. Current RSS: ~1518M. load average: 1.13 1.16 1.12 2/287 41702918 behaves like makes request2919 returns2920 behaves like when user2921 returns2922 behaves like makes request2923 returns2924 admin user2925 when runner exists2926 when runner is shared2927 return jobs2928 behaves like an endpoint with keyset pagination2929 on making requests with supported ordering structure2930 includes keyset url params in the url response2931 does not include pagination headers2932 paginates the records correctly2933# [RSpecRunTime] RSpec elapsed time: 20 minutes 0.72 second. Current RSS: ~1517M. load average: 1.13 1.16 1.12 1/287 41712934 when runner is a project runner2935 return jobs2936 when user does not have authorization to see all jobs2937 shows only jobs it has permission to see2938 when valid status is provided2939 return filtered jobs2940 when valid order_by is provided2941 when sort order is not specified2942 return jobs in descending order2943 when sort order is specified as asc2944 return jobs sorted in ascending order2945 when invalid status is provided2946 return 4002947 when invalid order_by is provided2948 return 4002949 when invalid sort is provided2950 return 4002951 eager loading2952 avoids N+1 DB queries2953 batches loading of commits2954# [RSpecRunTime] RSpec elapsed time: 20 minutes 5.41 seconds. Current RSS: ~1500M. load average: 1.12 1.16 1.12 1/288 41832955 when runner doesn't exist2956 returns 4042957 runner project's administrative user2958 when runner exists2959 when runner is shared2960 returns 4032961 when runner is a project runner2962 return jobs2963 when valid status is provided2964 return filtered jobs2965 when invalid status is provided2966 return 4002967 when runner doesn't exist2968 returns 4042969 other authorized user2970 does not return jobs2971 unauthorized user2972 does not return jobs2973 with system_id param2974 returns jobs from the runner manager2975 when system_id does not match runner2976 does not return jobs2977 GET /projects/:id/runners2978 authorized user with maintainer privileges2979 returns response status and headers2980 returns all runners2981 filters runners by scope2982 avoids filtering if scope is invalid2983 filters runners by type2984 does not filter by invalid type2985 does not filter by invalid status2986 filters runners by tag_list2987 with an inactive runner2988 filters runners by status2989 filters runners by status2990# [RSpecRunTime] RSpec elapsed time: 20 minutes 10.28 seconds. Current RSS: ~1516M. load average: 1.11 1.15 1.12 1/288 41842991 behaves like unauthorized access to runners list2992 authorized user without maintainer privileges2993 does not return group's runners2994 unauthorized user2995 does not return project's runners2996 GET /groups/:id/runners2997 authorized user with maintainer privileges2998 returns all runners2999 filters runners by tag_list3000 filter by type3001 returns record when valid and present3002 returns instance runners when instance_type is specified3003 returns empty result when type does not match3004 does not filter by invalid type3005# [RSpecRunTime] RSpec elapsed time: 20 minutes 12.23 seconds. Current RSS: ~1521M. load average: 1.11 1.15 1.12 1/288 41853006 with an inactive runner3007 returns runners by paused state3008 filter runners by status3009 returns runners by valid status3010 does not filter by invalid status3011 behaves like unauthorized access to runners list3012 authorized user without maintainer privileges3013 does not return group's runners3014 unauthorized user3015 does not return project's runners3016 POST /projects/:id/runners3017 behaves like POST request permissions for admin mode3018 behaves like when admin3019 behaves like makes request3020 returns3021 behaves like makes request3022 returns3023 behaves like when user3024 returns3025 behaves like makes request3026 returns3027# [RSpecRunTime] RSpec elapsed time: 20 minutes 15.85 seconds. Current RSS: ~1518M. load average: 1.10 1.15 1.11 1/287 41863028 authorized user3029 enables project runner3030 avoids changes when enabling already enabled runner3031 does not enable locked runner3032 does not enable shared runner3033 does not enable group runner3034 raises an error when no runner_id param is provided3035 user is admin3036 when project runner is used3037 enables any project runner3038 when it exceeds the application limits3039 does not enable project runner3040# [RSpecRunTime] RSpec elapsed time: 20 minutes 18.84 seconds. Current RSS: ~1516M. load average: 1.09 1.15 1.11 1/287 41873041 user is not admin3042 does not enable runner without access to3043 authorized user without permissions3044 does not enable runner3045 unauthorized user3046 does not enable runner3047 DELETE /projects/:id/runners/:runner_id3048 authorized user3049 returns 404 is runner is not found3050 when runner have more than one associated projects3051 disables project's runner3052 behaves like 412 response3053 for a modified resource3054 returns 412 with a JSON error3055 for an unmodified resource3056 returns 204 with an empty body3057 when runner have one associated projects3058 does not disable project's runner3059 authorized user without permissions3060 does not disable project's runner3061 unauthorized user3062 does not disable project's runner3063# [RSpecRunTime] Finishing example group spec/requests/api/ci/runners_spec.rb. It took 53.99 seconds. Expected to take 1 minute 36.28 seconds.3064# [RSpecRunTime] Starting example group spec/requests/api/graphql/container_repository/container_repository_details_spec.rb. Expected to take 1 minute 20.7 seconds.3065container repository details3066 behaves like a working graphql query3067 returns a successful response3068 matches the JSON schema3069# [RSpecRunTime] RSpec elapsed time: 20 minutes 27.38 seconds. Current RSS: ~1512M. load average: 1.09 1.14 1.11 1/287 41883070 with different permissions3071 project_visibility: :private, role: :maintainer, access_granted: true, can_delete: true3072 return the proper response3073# [RSpecRunTime] RSpec elapsed time: 20 minutes 30.16 seconds. Current RSS: ~1496M. load average: 1.08 1.14 1.11 1/287 41893074 project_visibility: :private, role: :developer, access_granted: true, can_delete: true3075 return the proper response3076# [RSpecRunTime] RSpec elapsed time: 20 minutes 32.78 seconds. Current RSS: ~1477M. load average: 1.15 1.16 1.12 1/288 41903077 project_visibility: :private, role: :reporter, access_granted: true, can_delete: false3078 return the proper response3079# [RSpecRunTime] RSpec elapsed time: 20 minutes 35.37 seconds. Current RSS: ~1478M. load average: 1.15 1.16 1.12 1/287 41913080 project_visibility: :private, role: :guest, access_granted: false, can_delete: false3081 return the proper response3082# [RSpecRunTime] RSpec elapsed time: 20 minutes 36.44 seconds. Current RSS: ~1480M. load average: 1.15 1.16 1.12 1/287 41923083 project_visibility: :private, role: :anonymous, access_granted: false, can_delete: false3084 return the proper response3085 project_visibility: :public, role: :maintainer, access_granted: true, can_delete: true3086 return the proper response3087# [RSpecRunTime] RSpec elapsed time: 20 minutes 40.18 seconds. Current RSS: ~1473M. load average: 1.14 1.15 1.12 1/287 41933088 project_visibility: :public, role: :developer, access_granted: true, can_delete: true3089 return the proper response3090# [RSpecRunTime] RSpec elapsed time: 20 minutes 42.95 seconds. Current RSS: ~1474M. load average: 1.13 1.15 1.11 1/287 41943091 project_visibility: :public, role: :reporter, access_granted: true, can_delete: false3092 return the proper response3093# [RSpecRunTime] RSpec elapsed time: 20 minutes 45.61 seconds. Current RSS: ~1474M. load average: 1.13 1.15 1.11 1/287 41953094 project_visibility: :public, role: :guest, access_granted: true, can_delete: false3095 return the proper response3096# [RSpecRunTime] RSpec elapsed time: 20 minutes 48.25 seconds. Current RSS: ~1468M. load average: 1.12 1.15 1.11 1/287 41963097 project_visibility: :public, role: :anonymous, access_granted: true, can_delete: false3098 return the proper response3099# [RSpecRunTime] RSpec elapsed time: 20 minutes 50.45 seconds. Current RSS: ~1469M. load average: 1.12 1.15 1.11 1/287 41973100 with a giant size tag3101 returns the expected value as a string3102 limiting the number of tags3103 only returns n tags3104 sorting the tags3105 sorts the tags3106 invalid sort3107 behaves like returning an invalid value error3108 returns an error3109 filtering by name3110 sorts the tags3111 invalid filter3112 behaves like returning an invalid value error3113 returns an error3114 size field3115 returns the size3116 with a network error3117 returns an error3118 with not supporting the gitlab api3119 returns nil3120 with tags with a manifest containing nil fields3121 returns a list of tags with a nil digest3122 returns a list of tags with a nil revision3123 returns a list of tags with a nil short_revision3124 returns a list of tags with a nil total_size3125 returns a list of tags with a nil created_at3126# [RSpecRunTime] RSpec elapsed time: 21 minutes 6.96 seconds. Current RSS: ~1488M. load average: 1.09 1.14 1.11 1/287 41983127 behaves like handling graphql network errors with the container registry3128 returns a connection error3129 when list tags API is enabled3130 behaves like a working graphql query3131 returns a successful response3132 matches the JSON schema3133# [RSpecRunTime] RSpec elapsed time: 21 minutes 13.18 seconds. Current RSS: ~1491M. load average: 1.08 1.13 1.11 1/287 41993134 with different permissions3135 project_visibility: :private, role: :maintainer, access_granted: true, can_delete: true3136 return the proper response3137# [RSpecRunTime] RSpec elapsed time: 21 minutes 16.02 seconds. Current RSS: ~1494M. load average: 1.08 1.13 1.11 1/287 42003138 project_visibility: :private, role: :developer, access_granted: true, can_delete: true3139 return the proper response3140# [RSpecRunTime] RSpec elapsed time: 21 minutes 18.67 seconds. Current RSS: ~1486M. load average: 1.07 1.13 1.11 1/287 42013141 project_visibility: :private, role: :reporter, access_granted: true, can_delete: false3142 return the proper response3143# [RSpecRunTime] RSpec elapsed time: 21 minutes 21.07 seconds. Current RSS: ~1488M. load average: 1.07 1.13 1.11 1/287 42023144 project_visibility: :private, role: :guest, access_granted: false, can_delete: false3145 return the proper response3146# [RSpecRunTime] RSpec elapsed time: 21 minutes 22.14 seconds. Current RSS: ~1490M. load average: 1.07 1.13 1.11 1/287 42033147 project_visibility: :private, role: :anonymous, access_granted: false, can_delete: false3148 return the proper response3149 project_visibility: :public, role: :maintainer, access_granted: true, can_delete: true3150 return the proper response3151# [RSpecRunTime] RSpec elapsed time: 21 minutes 25.89 seconds. Current RSS: ~1484M. load average: 1.06 1.13 1.11 1/287 42043152 project_visibility: :public, role: :developer, access_granted: true, can_delete: true3153 return the proper response3154# [RSpecRunTime] RSpec elapsed time: 21 minutes 28.62 seconds. Current RSS: ~1488M. load average: 1.14 1.14 1.11 1/287 42053155 project_visibility: :public, role: :reporter, access_granted: true, can_delete: false3156 return the proper response3157# [RSpecRunTime] RSpec elapsed time: 21 minutes 31.22 seconds. Current RSS: ~1493M. load average: 1.14 1.14 1.11 1/286 42063158 project_visibility: :public, role: :guest, access_granted: true, can_delete: false3159 return the proper response3160# [RSpecRunTime] RSpec elapsed time: 21 minutes 33.84 seconds. Current RSS: ~1483M. load average: 1.13 1.14 1.11 1/286 42073161 project_visibility: :public, role: :anonymous, access_granted: true, can_delete: false3162 return the proper response3163# [RSpecRunTime] RSpec elapsed time: 21 minutes 36.19 seconds. Current RSS: ~1483M. load average: 1.13 1.14 1.11 1/286 42083164 querying3165 returns the tag response3166 invalid filter3167 behaves like returning an invalid value error3168 returns an error3169 with referrers3170 includes referrers in response3171 behaves like handling graphql network errors with the container registry3172 returns a connection error3173# [RSpecRunTime] Finishing example group spec/requests/api/graphql/container_repository/container_repository_details_spec.rb. It took 1 minute 16.65 seconds. Expected to take 1 minute 20.7 seconds.3174# [RSpecRunTime] Starting example group spec/requests/api/helpers_spec.rb. Expected to take 1 minute 10.1 seconds.3175API::Helpers3176 .current_user3177 Warden authentication3178 with invalid credentials3179 GET request3180 is expected to be nil3181 with valid credentials3182 GET request3183 is expected to eq #<User id:1334 @user331>3184 sets the environment with data of the current user3185 HEAD request3186 is expected to eq #<User id:1334 @user331>3187 when user should have 2fa enabled3188 when 2fa is not enabled3189 is expected to be nil3190 when 2fa is enabled3191 is expected to eq #<User id:1334 @user331>3192 PUT request3193 without CSRF token3194 is expected to be nil3195 with CSRF token3196 is expected to eq #<User id:1334 @user331>3197 POST request3198 without CSRF token3199 is expected to be nil3200 with CSRF token3201 is expected to eq #<User id:1334 @user331>3202 DELETE request3203 without CSRF token3204 is expected to be nil3205 with CSRF token3206 is expected to eq #<User id:1334 @user331>3207 when authenticating using a user's personal access tokens3208 returns a 401 response for an invalid token3209 returns a 403 response for a user without access3210 returns a 403 response for a user who is blocked3211 sets current_user3212 does not allow tokens without the appropriate scope3213 does not allow revoked tokens3214 does not allow expired tokens3215 when terms are enforced3216 returns a 403 when a user has not accepted the terms3217 sets the current user when the user accepted the terms3218# [RSpecRunTime] RSpec elapsed time: 21 minutes 43.0 seconds. Current RSS: ~1534M. load average: 1.11 1.14 1.11 1/286 42093219 when impersonation is disabled3220 does not allow impersonation tokens3221 when authenticating using a job token3222 when route is allowed to be authenticated3223 returns a 401 response for an invalid token3224 returns a 401 response for a job that's not running3225 returns a 403 response for a user without access3226 returns a 403 response for a user who is blocked3227 sets current_user3228# [RSpecRunTime] RSpec elapsed time: 21 minutes 44.55 seconds. Current RSS: ~1530M. load average: 1.11 1.14 1.11 1/286 42103229 when route is not allowed to be authenticated3230 sets current_user to nil3231 .handle_api_exception3232 does not report a MethodNotAllowed exception to Sentry3233 does report RuntimeError to Sentry3234 with a personal access token given3235 does not raise an additional exception because of missing `request`3236 .authenticate_non_get!3237 method is HEAD3238 does not raise an error3239 method is GET3240 does not raise an error3241 method is POST3242 calls authenticate!3243 method is PUT3244 calls authenticate!3245 method is PATCH3246 calls authenticate!3247 method is DELETE3248 calls authenticate!3249 .authenticate!3250 current_user is nil3251 returns a 401 response3252 current_user is present3253 does not raise an error3254 sudo3255 using an OAuth token3256 behaves like sudo3257 when admin3258 when token has sudo scope3259 when user exists3260 when using header3261 when providing username3262 behaves like successful sudo3263 sets current_user3264 sets sudo?3265# [RSpecRunTime] RSpec elapsed time: 21 minutes 48.32 seconds. Current RSS: ~1511M. load average: 1.10 1.13 1.11 1/287 42123266 when providing username (case insensitive)3267 behaves like successful sudo3268 sets current_user3269 sets sudo?3270# [RSpecRunTime] RSpec elapsed time: 21 minutes 50.09 seconds. Current RSS: ~1501M. load average: 1.10 1.13 1.11 1/287 42133271 when providing user ID3272 behaves like successful sudo3273 sets current_user3274 sets sudo?3275# [RSpecRunTime] RSpec elapsed time: 21 minutes 51.8 seconds. Current RSS: ~1492M. load average: 1.10 1.13 1.11 1/287 42143276 when using param3277 when providing username3278 behaves like successful sudo3279 sets current_user3280 sets sudo?3281# [RSpecRunTime] RSpec elapsed time: 21 minutes 53.57 seconds. Current RSS: ~1480M. load average: 1.09 1.13 1.11 1/287 42153282 when providing username (case insensitive)3283 behaves like successful sudo3284 sets current_user3285 sets sudo?3286# [RSpecRunTime] RSpec elapsed time: 21 minutes 55.38 seconds. Current RSS: ~1465M. load average: 1.09 1.13 1.11 1/287 42163287 when providing user ID3288 behaves like successful sudo3289 sets current_user3290 sets sudo?3291# [RSpecRunTime] RSpec elapsed time: 21 minutes 57.17 seconds. Current RSS: ~1459M. load average: 1.09 1.13 1.11 1/287 42173292 when user does not exist3293 raises an error3294 when token does not have sudo scope3295 raises an error3296 when not admin3297 raises an error3298 using a personal access token3299 passed as param3300 behaves like sudo3301 when admin3302 when token has sudo scope3303 when user exists3304 when using header3305 when providing username3306 behaves like successful sudo3307 sets current_user3308 sets sudo?3309# [RSpecRunTime] RSpec elapsed time: 22 minutes 0.77 second. Current RSS: ~1462M. load average: 1.08 1.13 1.11 1/287 42183310 when providing username (case insensitive)3311 behaves like successful sudo3312 sets current_user3313 sets sudo?3314# [RSpecRunTime] RSpec elapsed time: 22 minutes 3.14 seconds. Current RSS: ~1461M. load average: 1.08 1.13 1.10 1/287 42193315 when providing user ID3316 behaves like successful sudo3317 sets current_user3318 sets sudo?3319# [RSpecRunTime] RSpec elapsed time: 22 minutes 5.53 seconds. Current RSS: ~1451M. load average: 1.08 1.13 1.10 1/287 42203320 when using param3321 when providing username3322 behaves like successful sudo3323 sets current_user3324 sets sudo?3325# [RSpecRunTime] RSpec elapsed time: 22 minutes 9.24 seconds. Current RSS: ~1425M. load average: 1.07 1.12 1.10 1/287 42213326 when providing username (case insensitive)3327 behaves like successful sudo3328 sets current_user3329 sets sudo?3330# [RSpecRunTime] RSpec elapsed time: 22 minutes 11.62 seconds. Current RSS: ~1419M. load average: 1.07 1.12 1.10 1/288 42223331 when providing user ID3332 behaves like successful sudo3333 sets current_user3334 sets sudo?3335# [RSpecRunTime] RSpec elapsed time: 22 minutes 13.98 seconds. Current RSS: ~1415M. load average: 1.06 1.12 1.10 1/288 42233336 when user does not exist3337 raises an error3338 when token does not have sudo scope3339 raises an error3340 when not admin3341 raises an error3342 passed as header3343 behaves like sudo3344 when admin3345 when token has sudo scope3346 when user exists3347 when using header3348 when providing username3349 behaves like successful sudo3350 sets current_user3351 sets sudo?3352# [RSpecRunTime] RSpec elapsed time: 22 minutes 17.38 seconds. Current RSS: ~1419M. load average: 1.06 1.12 1.10 1/288 42243353 when providing username (case insensitive)3354 behaves like successful sudo3355 sets current_user3356 sets sudo?3357# [RSpecRunTime] RSpec elapsed time: 22 minutes 19.73 seconds. Current RSS: ~1414M. load average: 1.06 1.12 1.10 1/288 42253358 when providing user ID3359 behaves like successful sudo3360 sets current_user3361 sets sudo?3362# [RSpecRunTime] RSpec elapsed time: 22 minutes 22.06 seconds. Current RSS: ~1413M. load average: 1.06 1.12 1.10 1/288 42263363 when using param3364 when providing username3365 behaves like successful sudo3366 sets current_user3367 sets sudo?3368# [RSpecRunTime] RSpec elapsed time: 22 minutes 24.38 seconds. Current RSS: ~1408M. load average: 1.05 1.12 1.10 1/288 42273369 when providing username (case insensitive)3370 behaves like successful sudo3371 sets current_user3372 sets sudo?3373# [RSpecRunTime] RSpec elapsed time: 22 minutes 26.74 seconds. Current RSS: ~1407M. load average: 1.05 1.12 1.10 1/289 42283374 when providing user ID3375 behaves like successful sudo3376 sets current_user3377 sets sudo?3378# [RSpecRunTime] RSpec elapsed time: 22 minutes 29.1 seconds. Current RSS: ~1407M. load average: 1.05 1.12 1.10 1/289 42293379 when user does not exist3380 raises an error3381 when token does not have sudo scope3382 raises an error3383 when not admin3384 raises an error3385 using warden authentication3386 raises an error3387# [RSpecRunTime] Finishing example group spec/requests/api/helpers_spec.rb. It took 52.31 seconds. Expected to take 1 minute 10.1 seconds.3388# [RSpecRunTime] Starting example group spec/requests/api/terraform/state_version_spec.rb. Expected to take 54.62 seconds.3389API::Terraform::StateVersion3390 GET /projects/:id/terraform/state/:name/versions/:serial3391 behaves like it depends on value of the `terraform_state.enabled` config3392 when terraform_state.enabled=false3393 returns `forbidden` response3394# [RSpecRunTime] RSpec elapsed time: 22 minutes 33.66 seconds. Current RSS: ~1446M. load average: 1.05 1.11 1.10 1/289 42303395 when terraform_state.enabled=true3396 returns a successful response3397# [RSpecRunTime] RSpec elapsed time: 22 minutes 35.77 seconds. Current RSS: ~1471M. load average: 1.05 1.11 1.10 1/289 42313398 with invalid authentication3399 returns unauthorized status3400# [RSpecRunTime] RSpec elapsed time: 22 minutes 38.0 seconds. Current RSS: ~1475M. load average: 1.12 1.13 1.10 1/289 42323401 with no authentication3402 returns unauthorized status3403# [RSpecRunTime] RSpec elapsed time: 22 minutes 40.22 seconds. Current RSS: ~1485M. load average: 1.12 1.13 1.10 1/289 42333404 personal acceess token authentication3405 with maintainer permissions3406 returns the state contents at the given version3407 for a project that does not exist3408 returns not found status3409# [RSpecRunTime] RSpec elapsed time: 22 minutes 44.63 seconds. Current RSS: ~1490M. load average: 1.11 1.13 1.10 1/289 42343410 with developer permissions3411 returns the state contents at the given version3412# [RSpecRunTime] RSpec elapsed time: 22 minutes 47.03 seconds. Current RSS: ~1485M. load average: 1.11 1.13 1.10 1/289 42353413 with no permissions3414 returns not found status3415# [RSpecRunTime] RSpec elapsed time: 22 minutes 49.19 seconds. Current RSS: ~1487M. load average: 1.10 1.12 1.10 1/289 42363416 job token authentication3417 with maintainer permissions3418 returns the state contents at the given version3419 returns unauthorized status if the the job is not running3420 for a project that does not exist3421 returns not found status3422# [RSpecRunTime] RSpec elapsed time: 22 minutes 57.34 seconds. Current RSS: ~1484M. load average: 1.09 1.12 1.10 1/289 42373423 with developer permissions3424 returns the state contents at the given version3425# [RSpecRunTime] RSpec elapsed time: 23 minutes 0.07 second. Current RSS: ~1483M. load average: 1.09 1.12 1.10 1/289 42383426 with no permissions3427 returns not found status3428# [RSpecRunTime] RSpec elapsed time: 23 minutes 3.16 seconds. Current RSS: ~1480M. load average: 1.08 1.12 1.10 1/289 42393429 DELETE /projects/:id/terraform/state/:name/versions/:serial3430 behaves like it depends on value of the `terraform_state.enabled` config3431 when terraform_state.enabled=false3432 returns `forbidden` response3433# [RSpecRunTime] RSpec elapsed time: 23 minutes 5.22 seconds. Current RSS: ~1479M. load average: 1.08 1.12 1.10 1/290 42403434 when terraform_state.enabled=true3435 returns a successful response3436# [RSpecRunTime] RSpec elapsed time: 23 minutes 7.33 seconds. Current RSS: ~1480M. load average: 1.08 1.12 1.10 1/290 42413437 with invalid authentication3438 returns unauthorized status3439# [RSpecRunTime] RSpec elapsed time: 23 minutes 9.46 seconds. Current RSS: ~1482M. load average: 0.99 1.10 1.09 1/290 42423440 with no authentication3441 returns unauthorized status3442# [RSpecRunTime] RSpec elapsed time: 23 minutes 11.58 seconds. Current RSS: ~1476M. load average: 0.99 1.10 1.09 1/290 42433443 with maintainer permissions3444 deletes the version3445 version does not exist3446 does not delete a version3447# [RSpecRunTime] RSpec elapsed time: 23 minutes 15.81 seconds. Current RSS: ~1474M. load average: 0.91 1.08 1.09 1/290 42443448 with developer permissions3449 returns forbidden status3450# [RSpecRunTime] RSpec elapsed time: 23 minutes 18.06 seconds. Current RSS: ~1474M. load average: 0.92 1.08 1.09 1/290 42453451 with no permissions3452 returns not found status3453# [RSpecRunTime] RSpec elapsed time: 23 minutes 20.3 seconds. Current RSS: ~1475M. load average: 0.92 1.08 1.09 1/290 42463454# [RSpecRunTime] Finishing example group spec/requests/api/terraform/state_version_spec.rb. It took 49.98 seconds. Expected to take 54.62 seconds.3455# [RSpecRunTime] Starting example group spec/requests/api/group_labels_spec.rb. Expected to take 52.03 seconds.3456API::GroupLabels3457 GET :id/labels3458 get current group labels3459 behaves like fetches labels3460 returns correct labels3461# [RSpecRunTime] RSpec elapsed time: 23 minutes 21.66 seconds. Current RSS: ~1477M. load average: 0.92 1.08 1.09 1/290 42473462 when search param is provided3463 behaves like fetches labels3464 returns correct labels3465 and is subscribed3466 returns true3467 and is unsubscribed3468 returns false3469 when the with_counts parameter is set3470 includes counts in the response3471# [RSpecRunTime] RSpec elapsed time: 23 minutes 25.63 seconds. Current RSS: ~1482M. load average: 0.93 1.08 1.08 1/290 42483472 when include_descendant_groups param is provided3473 behaves like fetches labels3474 returns correct labels3475# [RSpecRunTime] RSpec elapsed time: 23 minutes 27.2 seconds. Current RSS: ~1479M. load average: 0.93 1.08 1.08 1/290 42493476 when search param is provided3477 behaves like fetches labels3478 returns correct labels3479# [RSpecRunTime] RSpec elapsed time: 23 minutes 28.73 seconds. Current RSS: ~1480M. load average: 0.93 1.07 1.08 1/290 42503480 when only_group_labels param is false3481 behaves like fetches labels3482 returns correct labels3483# [RSpecRunTime] RSpec elapsed time: 23 minutes 30.37 seconds. Current RSS: ~1473M. load average: 0.93 1.07 1.08 1/290 42513484 when search param is provided3485 behaves like fetches labels3486 returns correct labels3487# [RSpecRunTime] RSpec elapsed time: 23 minutes 32.0 seconds. Current RSS: ~1473M. load average: 0.93 1.07 1.08 1/291 42523488 with subgroup labels3489 when the include_ancestor_groups parameter is not set3490 behaves like fetches labels3491 returns correct labels3492 when search param is provided3493 behaves like fetches labels3494 returns correct labels3495# [RSpecRunTime] RSpec elapsed time: 23 minutes 34.07 seconds. Current RSS: ~1475M. load average: 0.94 1.07 1.08 1/290 42533496 when the include_ancestor_groups parameter is set to false3497 behaves like fetches labels3498 returns correct labels3499 when search param is provided3500 behaves like fetches labels3501 returns correct labels3502 GET :id/labels/:label_id3503 returns a single label for the group3504 POST /groups/:id/labels3505 returns created label when all params are given3506 returns created label when only required params are given3507 returns a 400 bad request if name not given3508 returns a 400 bad request if color is not given3509 returns 409 if label already exists3510# [RSpecRunTime] RSpec elapsed time: 23 minutes 41.39 seconds. Current RSS: ~1480M. load average: 0.94 1.07 1.08 1/290 42543511 DELETE /groups/:id/labels (deprecated)3512 returns 204 for existing label3513 returns 404 for non existing label3514 returns 400 for wrong parameters3515 does not delete parent's group labels3516 behaves like 412 response3517 for a modified resource3518 returns 412 with a JSON error3519# [RSpecRunTime] RSpec elapsed time: 23 minutes 46.16 seconds. Current RSS: ~1481M. load average: 1.03 1.09 1.09 1/290 42553520 for an unmodified resource3521 returns 204 with an empty body3522# [RSpecRunTime] RSpec elapsed time: 23 minutes 47.22 seconds. Current RSS: ~1481M. load average: 1.03 1.09 1.09 1/290 42563523 DELETE /groups/:id/labels/:label_id3524 returns 204 for existing label3525 returns 404 for non existing label3526 does not delete parent's group labels3527 behaves like 412 response3528 for a modified resource3529 returns 412 with a JSON error3530# [RSpecRunTime] RSpec elapsed time: 23 minutes 50.93 seconds. Current RSS: ~1481M. load average: 1.19 1.12 1.10 1/290 42573531 for an unmodified resource3532 returns 204 with an empty body3533 PUT /groups/:id/labels (deprecated)3534 returns 200 if name and colors and description are changed3535 does not update parent's group label3536 returns 404 if label does not exist3537 returns 400 if no label name given3538 returns 400 if no new parameters given3539# [RSpecRunTime] RSpec elapsed time: 23 minutes 56.42 seconds. Current RSS: ~1482M. load average: 1.17 1.12 1.10 1/290 42583540 PUT /groups/:id/labels/:label_id3541 returns 200 if name and colors and description are changed3542 does not update parent's group label3543 returns 404 if label does not exist3544 returns 400 if no new parameters given3545# [RSpecRunTime] RSpec elapsed time: 24 minutes 0.25 second. Current RSS: ~1479M. load average: 1.08 1.10 1.09 1/290 42593546 POST /groups/:id/labels/:label_id/subscribe3547 when label_id is a label title3548 subscribes to the label3549# [RSpecRunTime] RSpec elapsed time: 24 minutes 1.27 seconds. Current RSS: ~1481M. load average: 1.08 1.10 1.09 1/290 42603550 when label_id is a label ID3551 subscribes to the label3552# [RSpecRunTime] RSpec elapsed time: 24 minutes 2.29 seconds. Current RSS: ~1481M. load average: 1.08 1.10 1.09 1/290 42613553 when user is already subscribed to label3554 returns 3043555# [RSpecRunTime] RSpec elapsed time: 24 minutes 3.31 seconds. Current RSS: ~1481M. load average: 1.07 1.10 1.09 1/290 42623556 when label ID is not found3557 returns 404 error3558# [RSpecRunTime] RSpec elapsed time: 24 minutes 4.31 seconds. Current RSS: ~1480M. load average: 1.07 1.10 1.09 1/290 42633559 POST /groups/:id/labels/:label_id/unsubscribe3560 when label_id is a label title3561 unsubscribes from the label3562# [RSpecRunTime] RSpec elapsed time: 24 minutes 5.36 seconds. Current RSS: ~1479M. load average: 1.07 1.10 1.09 1/290 42643563 when label_id is a label ID3564 unsubscribes from the label3565# [RSpecRunTime] RSpec elapsed time: 24 minutes 6.4 seconds. Current RSS: ~1479M. load average: 1.07 1.10 1.09 1/290 42653566 when user is already unsubscribed from label3567 returns 3043568 when label ID is not found3569 returns 404 error3570# [RSpecRunTime] Finishing example group spec/requests/api/group_labels_spec.rb. It took 47.96 seconds. Expected to take 52.03 seconds.3571# [RSpecRunTime] Starting example group spec/requests/api/pages/public_access_spec.rb. Expected to take 46.23 seconds.3572Public Project Pages Access3573 Project should be public3574 #public?3575 is expected to be truthy3576# [RSpecRunTime] RSpec elapsed time: 24 minutes 10.09 seconds. Current RSS: ~1478M. load average: 1.07 1.09 1.09 1/290 42663577 GET /projects/:id/pages_access3578 access depends on the level3579 pages_access_level: 0, with_user: "admin", admin_mode: false, expected_result: 4033580 correct return value3581# [RSpecRunTime] RSpec elapsed time: 24 minutes 11.31 seconds. Current RSS: ~1475M. load average: 1.07 1.09 1.09 1/290 42673582 pages_access_level: 0, with_user: "owner", admin_mode: false, expected_result: 4033583 correct return value3584 pages_access_level: 0, with_user: "master", admin_mode: false, expected_result: 4033585 correct return value3586# [RSpecRunTime] RSpec elapsed time: 24 minutes 13.31 seconds. Current RSS: ~1477M. load average: 1.14 1.11 1.10 1/290 42683587 pages_access_level: 0, with_user: "developer", admin_mode: false, expected_result: 4033588 correct return value3589# [RSpecRunTime] RSpec elapsed time: 24 minutes 14.48 seconds. Current RSS: ~1479M. load average: 1.14 1.11 1.10 1/290 42693590 pages_access_level: 0, with_user: "reporter", admin_mode: false, expected_result: 4033591 correct return value3592# [RSpecRunTime] RSpec elapsed time: 24 minutes 15.73 seconds. Current RSS: ~1480M. load average: 1.14 1.11 1.10 1/290 42703593 pages_access_level: 0, with_user: "guest", admin_mode: false, expected_result: 4033594 correct return value3595# [RSpecRunTime] RSpec elapsed time: 24 minutes 16.86 seconds. Current RSS: ~1480M. load average: 1.14 1.11 1.10 1/290 42713596 pages_access_level: 0, with_user: "user", admin_mode: false, expected_result: 4033597 correct return value3598# [RSpecRunTime] RSpec elapsed time: 24 minutes 17.99 seconds. Current RSS: ~1482M. load average: 1.13 1.11 1.09 1/290 42723599 pages_access_level: 0, with_user: nil, admin_mode: false, expected_result: 4033600 correct return value3601# [RSpecRunTime] RSpec elapsed time: 24 minutes 19.17 seconds. Current RSS: ~1480M. load average: 1.13 1.11 1.09 1/290 42733602 pages_access_level: 30, with_user: "admin", admin_mode: false, expected_result: 2003603 correct return value3604# [RSpecRunTime] RSpec elapsed time: 24 minutes 20.34 seconds. Current RSS: ~1481M. load average: 1.13 1.11 1.09 1/290 42743605 pages_access_level: 30, with_user: "owner", admin_mode: false, expected_result: 2003606 correct return value3607# [RSpecRunTime] RSpec elapsed time: 24 minutes 21.47 seconds. Current RSS: ~1482M. load average: 1.13 1.11 1.09 1/290 42753608 pages_access_level: 30, with_user: "master", admin_mode: false, expected_result: 2003609 correct return value3610# [RSpecRunTime] RSpec elapsed time: 24 minutes 22.67 seconds. Current RSS: ~1482M. load average: 1.13 1.11 1.09 1/290 42763611 pages_access_level: 30, with_user: "developer", admin_mode: false, expected_result: 2003612 correct return value3613# [RSpecRunTime] RSpec elapsed time: 24 minutes 23.86 seconds. Current RSS: ~1481M. load average: 1.12 1.11 1.09 1/290 42773614 pages_access_level: 30, with_user: "reporter", admin_mode: false, expected_result: 2003615 correct return value3616# [RSpecRunTime] RSpec elapsed time: 24 minutes 24.9 seconds. Current RSS: ~1481M. load average: 1.12 1.11 1.09 1/290 42783617 pages_access_level: 30, with_user: "guest", admin_mode: false, expected_result: 2003618 correct return value3619# [RSpecRunTime] RSpec elapsed time: 24 minutes 26.11 seconds. Current RSS: ~1480M. load average: 1.12 1.11 1.09 1/290 42793620 pages_access_level: 30, with_user: "user", admin_mode: false, expected_result: 2003621 correct return value3622# [RSpecRunTime] RSpec elapsed time: 24 minutes 27.3 seconds. Current RSS: ~1479M. load average: 1.12 1.11 1.09 1/290 42803623 pages_access_level: 30, with_user: nil, admin_mode: false, expected_result: 2003624 correct return value3625# [RSpecRunTime] RSpec elapsed time: 24 minutes 28.4 seconds. Current RSS: ~1477M. load average: 1.11 1.10 1.09 1/290 42813626 pages_access_level: 20, with_user: "admin", admin_mode: false, expected_result: 2003627 correct return value3628# [RSpecRunTime] RSpec elapsed time: 24 minutes 29.49 seconds. Current RSS: ~1477M. load average: 1.11 1.10 1.09 1/290 42823629 pages_access_level: 20, with_user: "owner", admin_mode: false, expected_result: 2003630 correct return value3631# [RSpecRunTime] RSpec elapsed time: 24 minutes 30.76 seconds. Current RSS: ~1476M. load average: 1.11 1.10 1.09 1/291 42833632 pages_access_level: 20, with_user: "master", admin_mode: false, expected_result: 2003633 correct return value3634# [RSpecRunTime] RSpec elapsed time: 24 minutes 32.0 seconds. Current RSS: ~1473M. load average: 1.11 1.10 1.09 1/291 42843635 pages_access_level: 20, with_user: "developer", admin_mode: false, expected_result: 2003636 correct return value3637# [RSpecRunTime] RSpec elapsed time: 24 minutes 33.17 seconds. Current RSS: ~1475M. load average: 1.10 1.10 1.09 1/291 42853638 pages_access_level: 20, with_user: "reporter", admin_mode: false, expected_result: 2003639 correct return value3640# [RSpecRunTime] RSpec elapsed time: 24 minutes 34.36 seconds. Current RSS: ~1475M. load average: 1.10 1.10 1.09 1/291 42863641 pages_access_level: 20, with_user: "guest", admin_mode: false, expected_result: 2003642 correct return value3643# [RSpecRunTime] RSpec elapsed time: 24 minutes 35.45 seconds. Current RSS: ~1472M. load average: 1.10 1.10 1.09 1/291 42873644 pages_access_level: 20, with_user: "user", admin_mode: false, expected_result: 2003645 correct return value3646# [RSpecRunTime] RSpec elapsed time: 24 minutes 36.6 seconds. Current RSS: ~1471M. load average: 1.10 1.10 1.09 1/291 42883647 pages_access_level: 20, with_user: nil, admin_mode: false, expected_result: 2003648 correct return value3649# [RSpecRunTime] RSpec elapsed time: 24 minutes 39.07 seconds. Current RSS: ~1468M. load average: 1.09 1.10 1.09 1/291 42893650 pages_access_level: 10, with_user: "admin", admin_mode: true, expected_result: 2003651 correct return value3652# [RSpecRunTime] RSpec elapsed time: 24 minutes 40.25 seconds. Current RSS: ~1472M. load average: 1.09 1.10 1.09 1/291 42903653 pages_access_level: 10, with_user: "owner", admin_mode: false, expected_result: 2003654 correct return value3655# [RSpecRunTime] RSpec elapsed time: 24 minutes 41.47 seconds. Current RSS: ~1475M. load average: 1.09 1.10 1.09 1/291 42913656 pages_access_level: 10, with_user: "master", admin_mode: false, expected_result: 2003657 correct return value3658# [RSpecRunTime] RSpec elapsed time: 24 minutes 42.59 seconds. Current RSS: ~1477M. load average: 1.09 1.10 1.09 1/291 42923659 pages_access_level: 10, with_user: "developer", admin_mode: false, expected_result: 2003660 correct return value3661# [RSpecRunTime] RSpec elapsed time: 24 minutes 43.78 seconds. Current RSS: ~1480M. load average: 1.08 1.10 1.09 1/291 42933662 pages_access_level: 10, with_user: "reporter", admin_mode: false, expected_result: 2003663 correct return value3664# [RSpecRunTime] RSpec elapsed time: 24 minutes 44.99 seconds. Current RSS: ~1483M. load average: 1.08 1.10 1.09 1/291 42943665 pages_access_level: 10, with_user: "guest", admin_mode: false, expected_result: 2003666 correct return value3667# [RSpecRunTime] RSpec elapsed time: 24 minutes 46.17 seconds. Current RSS: ~1485M. load average: 1.08 1.10 1.09 1/291 42953668 pages_access_level: 10, with_user: "user", admin_mode: false, expected_result: 4033669 correct return value3670# [RSpecRunTime] RSpec elapsed time: 24 minutes 47.28 seconds. Current RSS: ~1485M. load average: 1.08 1.10 1.09 1/290 42963671 pages_access_level: 10, with_user: nil, admin_mode: false, expected_result: 4033672 correct return value3673# [RSpecRunTime] RSpec elapsed time: 24 minutes 48.44 seconds. Current RSS: ~1485M. load average: 1.08 1.10 1.09 1/290 42973674# [RSpecRunTime] Finishing example group spec/requests/api/pages/public_access_spec.rb. It took 40.18 seconds. Expected to take 46.23 seconds.3675# [RSpecRunTime] Starting example group spec/requests/api/pages/internal_access_spec.rb. Expected to take 40.25 seconds.3676Internal Project Pages Access3677 Project should be internal3678 #internal?3679 is expected to be truthy3680# [RSpecRunTime] RSpec elapsed time: 24 minutes 50.43 seconds. Current RSS: ~1486M. load average: 1.08 1.10 1.09 1/290 42983681 GET /projects/:id/pages_access3682 access depends on the level3683 pages_access_level: 0, with_user: "admin", admin_mode: true, expected_result: 4033684 correct return value3685# [RSpecRunTime] RSpec elapsed time: 24 minutes 51.57 seconds. Current RSS: ~1486M. load average: 1.08 1.10 1.09 1/290 42993686 pages_access_level: 0, with_user: "owner", admin_mode: false, expected_result: 4033687 correct return value3688# [RSpecRunTime] RSpec elapsed time: 24 minutes 52.58 seconds. Current RSS: ~1486M. load average: 1.08 1.10 1.09 1/290 43003689 pages_access_level: 0, with_user: "master", admin_mode: false, expected_result: 4033690 correct return value3691# [RSpecRunTime] RSpec elapsed time: 24 minutes 53.79 seconds. Current RSS: ~1485M. load average: 1.07 1.09 1.09 1/290 43013692 pages_access_level: 0, with_user: "developer", admin_mode: false, expected_result: 4033693 correct return value3694# [RSpecRunTime] RSpec elapsed time: 24 minutes 54.91 seconds. Current RSS: ~1489M. load average: 1.07 1.09 1.09 1/290 43023695 pages_access_level: 0, with_user: "reporter", admin_mode: false, expected_result: 4033696 correct return value3697# [RSpecRunTime] RSpec elapsed time: 24 minutes 56.11 seconds. Current RSS: ~1489M. load average: 1.07 1.09 1.09 1/290 43033698 pages_access_level: 0, with_user: "guest", admin_mode: false, expected_result: 4033699 correct return value3700# [RSpecRunTime] RSpec elapsed time: 24 minutes 57.26 seconds. Current RSS: ~1488M. load average: 1.07 1.09 1.09 1/290 43043701 pages_access_level: 0, with_user: "user", admin_mode: false, expected_result: 4033702 correct return value3703# [RSpecRunTime] RSpec elapsed time: 24 minutes 58.29 seconds. Current RSS: ~1485M. load average: 1.06 1.09 1.09 1/290 43053704 pages_access_level: 0, with_user: nil, admin_mode: false, expected_result: 4043705 correct return value3706# [RSpecRunTime] RSpec elapsed time: 24 minutes 59.42 seconds. Current RSS: ~1485M. load average: 1.06 1.09 1.09 2/290 43063707 pages_access_level: 30, with_user: "admin", admin_mode: false, expected_result: 2003708 correct return value3709# [RSpecRunTime] RSpec elapsed time: 25 minutes 0.54 second. Current RSS: ~1486M. load average: 1.06 1.09 1.09 1/290 43073710 pages_access_level: 30, with_user: "owner", admin_mode: false, expected_result: 2003711 correct return value3712# [RSpecRunTime] RSpec elapsed time: 25 minutes 1.68 seconds. Current RSS: ~1488M. load average: 1.06 1.09 1.09 1/290 43083713 pages_access_level: 30, with_user: "master", admin_mode: false, expected_result: 2003714 correct return value3715# [RSpecRunTime] RSpec elapsed time: 25 minutes 2.85 seconds. Current RSS: ~1488M. load average: 1.06 1.09 1.09 1/290 43093716 pages_access_level: 30, with_user: "developer", admin_mode: false, expected_result: 2003717 correct return value3718# [RSpecRunTime] RSpec elapsed time: 25 minutes 4.06 seconds. Current RSS: ~1487M. load average: 1.06 1.09 1.09 1/290 43103719 pages_access_level: 30, with_user: "reporter", admin_mode: false, expected_result: 2003720 correct return value3721# [RSpecRunTime] RSpec elapsed time: 25 minutes 5.24 seconds. Current RSS: ~1489M. load average: 1.06 1.09 1.09 2/290 43113722 pages_access_level: 30, with_user: "guest", admin_mode: false, expected_result: 2003723 correct return value3724# [RSpecRunTime] RSpec elapsed time: 25 minutes 6.4 seconds. Current RSS: ~1489M. load average: 1.06 1.09 1.09 1/290 43123725 pages_access_level: 30, with_user: "user", admin_mode: false, expected_result: 2003726 correct return value3727# [RSpecRunTime] RSpec elapsed time: 25 minutes 7.48 seconds. Current RSS: ~1489M. load average: 1.06 1.09 1.09 1/290 43133728 pages_access_level: 30, with_user: nil, admin_mode: false, expected_result: 4043729 correct return value3730# [RSpecRunTime] RSpec elapsed time: 25 minutes 8.57 seconds. Current RSS: ~1488M. load average: 0.97 1.07 1.08 1/290 43143731 pages_access_level: 20, with_user: "admin", admin_mode: false, expected_result: 2003732 correct return value3733# [RSpecRunTime] RSpec elapsed time: 25 minutes 9.69 seconds. Current RSS: ~1488M. load average: 0.97 1.07 1.08 1/290 43153734 pages_access_level: 20, with_user: "owner", admin_mode: false, expected_result: 2003735 correct return value3736# [RSpecRunTime] RSpec elapsed time: 25 minutes 10.84 seconds. Current RSS: ~1490M. load average: 0.97 1.07 1.08 4/290 43163737 pages_access_level: 20, with_user: "master", admin_mode: false, expected_result: 2003738 correct return value3739# [RSpecRunTime] RSpec elapsed time: 25 minutes 11.95 seconds. Current RSS: ~1490M. load average: 0.97 1.07 1.08 1/290 43173740 pages_access_level: 20, with_user: "developer", admin_mode: false, expected_result: 2003741 correct return value3742# [RSpecRunTime] RSpec elapsed time: 25 minutes 13.09 seconds. Current RSS: ~1487M. load average: 1.06 1.09 1.09 1/290 43183743 pages_access_level: 20, with_user: "reporter", admin_mode: false, expected_result: 2003744 correct return value3745# [RSpecRunTime] RSpec elapsed time: 25 minutes 14.19 seconds. Current RSS: ~1487M. load average: 1.06 1.09 1.09 1/290 43193746 pages_access_level: 20, with_user: "guest", admin_mode: false, expected_result: 2003747 correct return value3748# [RSpecRunTime] RSpec elapsed time: 25 minutes 15.34 seconds. Current RSS: ~1487M. load average: 1.06 1.09 1.09 1/290 43203749 pages_access_level: 20, with_user: "user", admin_mode: false, expected_result: 2003750 correct return value3751# [RSpecRunTime] RSpec elapsed time: 25 minutes 16.44 seconds. Current RSS: ~1487M. load average: 1.06 1.09 1.09 1/290 43213752 pages_access_level: 20, with_user: nil, admin_mode: false, expected_result: 4043753 correct return value3754# [RSpecRunTime] RSpec elapsed time: 25 minutes 17.52 seconds. Current RSS: ~1487M. load average: 1.06 1.09 1.09 1/290 43223755 pages_access_level: 10, with_user: "admin", admin_mode: true, expected_result: 2003756 correct return value3757# [RSpecRunTime] RSpec elapsed time: 25 minutes 18.74 seconds. Current RSS: ~1485M. load average: 1.05 1.09 1.09 1/290 43233758 pages_access_level: 10, with_user: "owner", admin_mode: false, expected_result: 2003759 correct return value3760# [RSpecRunTime] RSpec elapsed time: 25 minutes 19.87 seconds. Current RSS: ~1484M. load average: 1.05 1.09 1.09 1/290 43243761 pages_access_level: 10, with_user: "master", admin_mode: false, expected_result: 2003762 correct return value3763# [RSpecRunTime] RSpec elapsed time: 25 minutes 21.1 seconds. Current RSS: ~1483M. load average: 1.05 1.09 1.09 1/290 43253764 pages_access_level: 10, with_user: "developer", admin_mode: false, expected_result: 2003765 correct return value3766# [RSpecRunTime] RSpec elapsed time: 25 minutes 22.34 seconds. Current RSS: ~1484M. load average: 1.05 1.09 1.09 1/290 43263767 pages_access_level: 10, with_user: "reporter", admin_mode: false, expected_result: 2003768 correct return value3769# [RSpecRunTime] RSpec elapsed time: 25 minutes 23.6 seconds. Current RSS: ~1482M. load average: 1.05 1.08 1.09 1/290 43273770 pages_access_level: 10, with_user: "guest", admin_mode: false, expected_result: 2003771 correct return value3772# [RSpecRunTime] RSpec elapsed time: 25 minutes 24.7 seconds. Current RSS: ~1482M. load average: 1.05 1.08 1.09 1/290 43283773 pages_access_level: 10, with_user: "user", admin_mode: false, expected_result: 4033774 correct return value3775# [RSpecRunTime] RSpec elapsed time: 25 minutes 25.86 seconds. Current RSS: ~1481M. load average: 1.05 1.08 1.09 1/290 43293776 pages_access_level: 10, with_user: nil, admin_mode: false, expected_result: 4043777 correct return value3778# [RSpecRunTime] RSpec elapsed time: 25 minutes 26.96 seconds. Current RSS: ~1481M. load average: 1.05 1.08 1.09 1/290 43303779# [RSpecRunTime] Finishing example group spec/requests/api/pages/internal_access_spec.rb. It took 38.52 seconds. Expected to take 40.25 seconds.3780# [RSpecRunTime] Starting example group spec/requests/api/todos_spec.rb. Expected to take 36.39 seconds.3781API::Todos3782 GET /todos3783 avoids N+1 queries3784 when unauthenticated3785 returns authentication error3786# [RSpecRunTime] RSpec elapsed time: 25 minutes 40.41 seconds. Current RSS: ~1457M. load average: 1.04 1.08 1.09 1/295 43863787 when authenticated3788 returns an array of pending todos for current user3789 when invalid params3790 invalid action3791 returns 4003792# [RSpecRunTime] RSpec elapsed time: 25 minutes 41.5 seconds. Current RSS: ~1457M. load average: 1.04 1.08 1.09 1/295 43893793 invalid state3794 returns 4003795 invalid type3796 returns 4003797 when current user does not have access to one of the TODO's target3798 filters out unauthorized todos3799# [RSpecRunTime] RSpec elapsed time: 25 minutes 43.82 seconds. Current RSS: ~1476M. load average: 1.03 1.08 1.08 1/296 44323800 and using the author filter3801 filters based on author_id param3802 and using the type filter3803 filters based on type param3804 and using the state filter3805 filters based on state param3806 and using the project filter3807 filters based on project_id param3808 and using the group filter3809 filters based on project_id param3810 and using the action filter3811 filters based on action param3812 when there is a Design Todo3813 is expected to respond with numeric status code ok3814 avoids N+1 queries3815 includes the Design Todo in the response3816# [RSpecRunTime] RSpec elapsed time: 25 minutes 52.2 seconds. Current RSS: ~1481M. load average: 1.03 1.08 1.08 1/295 44473817 POST /todos/:id/mark_as_done3818 when unauthenticated3819 returns authentication error3820 when authenticated3821 marks a todo as done3822 updates todos cache3823 returns 404 if the todo does not belong to the current user3824# [RSpecRunTime] RSpec elapsed time: 25 minutes 53.45 seconds. Current RSS: ~1484M. load average: 1.03 1.08 1.08 1/295 44483825 POST /mark_as_done3826 when unauthenticated3827 returns authentication error3828 when authenticated3829 marks all todos as done3830 updates todos cache3831 POST :id/issuable_type/:issuable_id/todo3832 for an issue3833 returns an error if the issue author does not have access3834 behaves like an issuable3835 creates a todo on an issuable3836 returns 304 there already exist a todo on that issuable3837 returns 404 if the issuable is not found3838 returns an error if the issuable is not accessible3839# [RSpecRunTime] RSpec elapsed time: 25 minutes 56.0 seconds. Current RSS: ~1494M. load average: 1.03 1.08 1.08 1/295 44493840 for a merge request3841 returns an error if the merge request author does not have access3842 behaves like an issuable3843 creates a todo on an issuable3844 returns 304 there already exist a todo on that issuable3845 returns 404 if the issuable is not found3846 returns an error if the issuable is not accessible3847# [RSpecRunTime] RSpec elapsed time: 25 minutes 58.15 seconds. Current RSS: ~1496M. load average: 1.03 1.07 1.08 1/296 44783848# [RSpecRunTime] Finishing example group spec/requests/api/todos_spec.rb. It took 31.19 seconds. Expected to take 36.39 seconds.3849# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/container_expiration_policy/update_spec.rb. Expected to take 34.09 seconds.3850Updating the container expiration policy3851 post graphql mutation3852 with existing container expiration policy3853 user_role: :maintainer, shared_examples_name: "accepting the mutation request updating the container expiration policy"3854 behaves like accepting the mutation request updating the container expiration policy3855 behaves like updating the container expiration policy attributes3856 updates the container expiration policy3857 behaves like not creating the container expiration policy3858 doesn't create the container expiration policy3859# [RSpecRunTime] RSpec elapsed time: 25 minutes 59.79 seconds. Current RSS: ~1493M. load average: 1.03 1.07 1.08 1/295 44793860 behaves like returning a success3861 returns the updated container expiration policy3862 behaves like returning response status3863 returns success3864# [RSpecRunTime] RSpec elapsed time: 26 minutes 0.87 second. Current RSS: ~1495M. load average: 1.03 1.07 1.08 1/295 44803865 behaves like rejecting invalid regex for3866 for field name_regex3867 returns an error3868 behaves like returning response status3869 returns success3870 behaves like not creating the container expiration policy3871 doesn't create the container expiration policy3872 behaves like rejecting invalid regex for3873 for field name_regex_keep3874 returns an error3875 behaves like returning response status3876 returns success3877 behaves like not creating the container expiration policy3878 doesn't create the container expiration policy3879 behaves like rejecting blank name_regex when enabled3880 for blank name_regex3881 returns an error3882 behaves like returning response status3883 returns success3884 behaves like not creating the container expiration policy3885 doesn't create the container expiration policy3886 user_role: :developer, shared_examples_name: "denying the mutation request"3887 behaves like denying the mutation request3888 returns no response3889 behaves like not creating the container expiration policy3890 doesn't create the container expiration policy3891 behaves like returning response status3892 returns success3893 user_role: :reporter, shared_examples_name: "denying the mutation request"3894 behaves like denying the mutation request3895 returns no response3896 behaves like not creating the container expiration policy3897 doesn't create the container expiration policy3898 behaves like returning response status3899 returns success3900 user_role: :guest, shared_examples_name: "denying the mutation request"3901 behaves like denying the mutation request3902 returns no response3903 behaves like not creating the container expiration policy3904 doesn't create the container expiration policy3905 behaves like returning response status3906 returns success3907 user_role: :anonymous, shared_examples_name: "denying the mutation request"3908 behaves like denying the mutation request3909 returns no response3910 behaves like not creating the container expiration policy3911 doesn't create the container expiration policy3912 behaves like returning response status3913 returns success3914 without existing container expiration policy3915 user_role: :maintainer, shared_examples_name: "accepting the mutation request creating the container expiration policy"3916 behaves like accepting the mutation request creating the container expiration policy3917 behaves like creating the container expiration policy3918 behaves like updating the container expiration policy attributes3919 creates a new container expiration policy3920 updates the container expiration policy3921# [RSpecRunTime] RSpec elapsed time: 26 minutes 10.75 seconds. Current RSS: ~1486M. load average: 1.34 1.14 1.10 1/290 44813922 behaves like returning a success3923 returns the updated container expiration policy3924 behaves like returning response status3925 returns success3926 behaves like returning a success3927 returns the updated container expiration policy3928 behaves like returning response status3929 returns success3930 behaves like rejecting invalid regex for3931 for field name_regex3932 returns an error3933 behaves like returning response status3934 returns success3935 behaves like not creating the container expiration policy3936 doesn't create the container expiration policy3937 behaves like rejecting invalid regex for3938 for field name_regex_keep3939 returns an error3940 behaves like returning response status3941 returns success3942 behaves like not creating the container expiration policy3943 doesn't create the container expiration policy3944 behaves like rejecting blank name_regex when enabled3945 for blank name_regex3946 returns an error3947 behaves like returning response status3948 returns success3949 behaves like not creating the container expiration policy3950 doesn't create the container expiration policy3951 user_role: :developer, shared_examples_name: "denying the mutation request"3952 behaves like denying the mutation request3953 returns no response3954 behaves like not creating the container expiration policy3955 doesn't create the container expiration policy3956 behaves like returning response status3957 returns success3958 user_role: :reporter, shared_examples_name: "denying the mutation request"3959 behaves like denying the mutation request3960 returns no response3961 behaves like not creating the container expiration policy3962 doesn't create the container expiration policy3963 behaves like returning response status3964 returns success3965 user_role: :guest, shared_examples_name: "denying the mutation request"3966 behaves like denying the mutation request3967 returns no response3968 behaves like not creating the container expiration policy3969 doesn't create the container expiration policy3970 behaves like returning response status3971 returns success3972 user_role: :anonymous, shared_examples_name: "denying the mutation request"3973 behaves like denying the mutation request3974 returns no response3975 behaves like not creating the container expiration policy3976 doesn't create the container expiration policy3977 behaves like returning response status3978 returns success3979# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/container_expiration_policy/update_spec.rb. It took 22.89 seconds. Expected to take 34.09 seconds.3980# [RSpecRunTime] Starting example group spec/controllers/import/gitea_controller_spec.rb. Expected to take 31.46 seconds.3981Import::GiteaController3982 GET new3983 behaves like a GitHub-ish import controller: GET new3984 redirects to status if we already have a token3985 renders the :new page if no token is present in session3986 POST personal_access_token3987 behaves like a GitHub-ish import controller: POST personal_access_token3988 updates access token3989 strips access token with spaces3990 passes namespace_id param as query param if it was present3991 GET status3992 behaves like a GitHub-ish import controller: GET status3993 returns variables for json request3994 touches the etag cache store3995 handles an invalid access token3996 does not produce N+1 database queries3997 requests provider repos list3998 when user is not allowed to import projects3999 returns 4044000# [RSpecRunTime] RSpec elapsed time: 26 minutes 26.5 seconds. Current RSS: ~1488M. load average: 1.27 1.13 1.10 1/290 44824001 when filtering4002 filters list of repositories by name4003 filters the list, ignoring the case of the name4004 when user input contains html4005 sanitizes user input4006# [RSpecRunTime] RSpec elapsed time: 26 minutes 28.17 seconds. Current RSS: ~1488M. load average: 1.24 1.13 1.10 1/290 44834007 when the client returns a non-string name4008 does not raise an error4009 when namespace_id query param is provided4010 when user is allowed to create projects in this namespace4011 provides namespace to the template4012 when user is not allowed to create projects in this namespace4013 renders 4044014 when host url is local or not http4015 denies network request4016 denies network request4017 denies network request4018 when DNS Rebinding protection is enabled4019 when provided host url is using https4020 uses unchanged host url to send request to Gitea4021 when provided host url is using http4022 uses changed host url to send request to Gitea4023 POST create4024 behaves like a GitHub-ish import controller: POST create4025 returns 200 response when the project is imported successfully4026 returns 422 response with the base error when the project could not be imported4027 touches the etag cache store4028 when the repository owner is the provider user4029 when the provider user and GitLab user's usernames match4030 takes the current user's namespace4031# [RSpecRunTime] RSpec elapsed time: 26 minutes 34.44 seconds. Current RSS: ~1485M. load average: 1.22 1.13 1.10 1/290 44844032 when the provider user and GitLab user's usernames don't match4033 takes the current user's namespace4034 when the repository owner is not the provider user4035 when a namespace with the provider user's username already exists4036 when the namespace is owned by the GitLab user4037 takes the existing namespace4038 when the namespace is not owned by the GitLab user4039 creates a project using user's namespace4040 when a namespace with the provider user's username doesn't exist4041 when current user can create namespaces4042 does not create the namespace4043 user has chosen a namespace and name for the project4044 takes the selected namespace and name4045# [RSpecRunTime] RSpec elapsed time: 26 minutes 38.28 seconds. Current RSS: ~1479M. load average: 1.21 1.12 1.10 1/290 44854046 user has chosen an existing nested namespace and name for the project4047 takes the selected namespace and name4048# [RSpecRunTime] RSpec elapsed time: 26 minutes 39.74 seconds. Current RSS: ~1474M. load average: 1.21 1.12 1.10 1/290 44864049 user has chosen a non-existent nested namespaces and name for the project4050 does not take the selected namespace and name4051 does not create namespaces4052 user has chosen existent and non-existent nested namespaces and name for the project4053 does not take the selected namespace and name4054 does not create the namespaces4055 does not create a new namespace under the user namespace4056# [RSpecRunTime] RSpec elapsed time: 26 minutes 42.13 seconds. Current RSS: ~1475M. load average: 1.21 1.12 1.10 1/290 44874057 user can use a group without having permissions to create a group4058 takes the selected namespace and name4059# [RSpecRunTime] RSpec elapsed time: 26 minutes 43.22 seconds. Current RSS: ~1477M. load average: 1.19 1.12 1.10 1/290 44884060 when user can not create projects in the chosen namespace4061 returns 422 response4062 behaves like project import rate limiter4063 when limit exceeds4064 notifies and redirects user4065 GET realtime_changes4066 behaves like a GitHub-ish import controller: GET realtime_changes4067 sets a Poll-Interval header4068# [RSpecRunTime] Finishing example group spec/controllers/import/gitea_controller_spec.rb. It took 23.72 seconds. Expected to take 31.46 seconds.4069# [RSpecRunTime] Starting example group spec/controllers/projects/templates_controller_spec.rb. Expected to take 28.1 seconds.4070Projects::TemplatesController4071 #index4072 when querying for issue templates4073 behaves like templates request4074 returns the templates4075 fails for user with no access4076# [RSpecRunTime] RSpec elapsed time: 26 minutes 47.71 seconds. Current RSS: ~1487M. load average: 1.17 1.12 1.10 1/295 46454077 when querying for merge_request templates4078 behaves like templates request4079 returns the templates4080 fails for user with no access4081# [RSpecRunTime] RSpec elapsed time: 26 minutes 50.74 seconds. Current RSS: ~1501M. load average: 1.17 1.12 1.10 1/295 48024082 #show4083 when the user is not a member of the project4084 is expected to respond with numeric status code not_found4085 is expected to respond with numeric status code not_found4086# [RSpecRunTime] RSpec elapsed time: 26 minutes 53.24 seconds. Current RSS: ~1501M. load average: 1.24 1.13 1.10 1/295 49434087 when user is a member of the project4088 is expected to match {"key"=>"issue_template_2", "name"=>"issue_template_2", "content"=>"issue content 2"}4089 is expected to match {"key"=>"merge_request_template_2", "name"=>"merge_request_template_2", "content"=>"merge request content 2"}4090 when params are invalid4091 does not route when the template type is invalid4092 renders 404 when the format type is invalid4093 renders 404 when the key is unknown4094# [RSpecRunTime] RSpec elapsed time: 27 minutes 0.26 second. Current RSS: ~1498M. load average: 1.22 1.13 1.10 1/295 53324095 when user is a guest of the project4096 is expected to match {"key"=>"issue_template_2", "name"=>"issue_template_2", "content"=>"issue content 2"}4097 is expected to respond with numeric status code not_found4098# [RSpecRunTime] RSpec elapsed time: 27 minutes 3.06 seconds. Current RSS: ~1498M. load average: 1.20 1.13 1.10 1/295 54844099 #names4100 when querying for issue templates4101 behaves like template names request4102 returns the template names4103 fails for user with no access4104# [RSpecRunTime] RSpec elapsed time: 27 minutes 6.14 seconds. Current RSS: ~1499M. load average: 1.20 1.13 1.10 1/295 56354105 when querying for merge_request templates4106 behaves like template names request4107 returns the template names4108 fails for user with no access4109# [RSpecRunTime] RSpec elapsed time: 27 minutes 9.02 seconds. Current RSS: ~1500M. load average: 1.19 1.13 1.10 1/295 57864110# [RSpecRunTime] Finishing example group spec/controllers/projects/templates_controller_spec.rb. It took 24.33 seconds. Expected to take 28.1 seconds.4111# [RSpecRunTime] Starting example group spec/requests/search_controller_spec.rb. Expected to take 27.55 seconds.4112SearchController4113 GET /search4114 for issues scope4115 behaves like an efficient database result4116 avoids N+1 database queries4117# [RSpecRunTime] RSpec elapsed time: 27 minutes 16.05 seconds. Current RSS: ~1519M. load average: 1.17 1.12 1.10 1/296 58364118 for merge_requests scope4119 behaves like an efficient database result4120 avoids N+1 database queries4121# [RSpecRunTime] RSpec elapsed time: 27 minutes 18.49 seconds. Current RSS: ~1508M. load average: 1.16 1.12 1.10 1/296 58914122 for projects scope4123 behaves like an efficient database result4124 avoids N+1 database queries4125# [RSpecRunTime] RSpec elapsed time: 27 minutes 22.63 seconds. Current RSS: ~1487M. load average: 1.16 1.12 1.10 1/297 59164126 for milestones scope4127 behaves like an efficient database result4128 avoids N+1 database queries4129 for users scope4130 behaves like an efficient database result4131 avoids N+1 database queries4132# [RSpecRunTime] RSpec elapsed time: 27 minutes 25.03 seconds. Current RSS: ~1478M. load average: 1.14 1.12 1.10 1/297 59174133 for notes scope4134 behaves like an efficient database result4135 avoids N+1 database queries4136# [RSpecRunTime] RSpec elapsed time: 27 minutes 26.59 seconds. Current RSS: ~1468M. load average: 1.14 1.12 1.10 1/297 59344137 for blobs scope4138 avoids N+1 database queries4139# [RSpecRunTime] RSpec elapsed time: 27 minutes 27.71 seconds. Current RSS: ~1465M. load average: 1.14 1.12 1.10 1/297 59494140 for commits scope4141 avoids N+1 database queries4142# [RSpecRunTime] RSpec elapsed time: 27 minutes 28.86 seconds. Current RSS: ~1464M. load average: 1.13 1.12 1.09 1/297 59564143 for code search4144 sets scope to blobs if code search literals are used4145 when searching by SHA4146 finds a commit and redirects to its page4147 finds a commit in uppercase and redirects to its page4148 finds a commit with a partial sha and redirects to its page4149 redirects to the commit even if another scope result is returned4150 goes to search results with the force_search_results param set4151 does not redirect if commit sha not found in project4152 does not redirect if not using project scope4153 when user cannot read_code4154 does not redirect4155# [RSpecRunTime] RSpec elapsed time: 27 minutes 32.76 seconds. Current RSS: ~1484M. load average: 1.12 1.11 1.09 1/298 59774156# [RSpecRunTime] Finishing example group spec/requests/search_controller_spec.rb. It took 23.7 seconds. Expected to take 27.55 seconds.4157# [RSpecRunTime] Starting example group spec/controllers/projects/refs_controller_spec.rb. Expected to take 22.98 seconds.4158Projects::RefsController4159 GET #switch4160 with normal parameters4161 destination: "tree", ref_type: nil, path: nil, redirected_to: lazy { project_tree_path(project, id) }4162 redirects to destination4163# [RSpecRunTime] RSpec elapsed time: 27 minutes 34.02 seconds. Current RSS: ~1486M. load average: 1.12 1.11 1.09 1/297 59874164 destination: "tree", ref_type: "heads", path: nil, redirected_to: lazy { project_tree_path(project, id) }4165 redirects to destination4166 destination: "tree", ref_type: nil, path: "foo/bar", redirected_to: lazy { project_tree_path(project, id_and_path) }4167 redirects to destination4168 destination: "blob", ref_type: nil, path: nil, redirected_to: lazy { project_blob_path(project, id) }4169 redirects to destination4170 destination: "blob", ref_type: "heads", path: nil, redirected_to: lazy { project_blob_path(project, id) }4171 redirects to destination4172 destination: "blob", ref_type: nil, path: "foo/bar", redirected_to: lazy { project_blob_path(project, id_and_path) }4173 redirects to destination4174 destination: "graph", ref_type: nil, path: nil, redirected_to: lazy { project_network_path(project, id) }4175 redirects to destination4176 destination: "graph", ref_type: "heads", path: nil, redirected_to: lazy { project_network_path(project, id, ref_type: 'heads') }4177 redirects to destination4178 destination: "graph", ref_type: nil, path: "foo/bar", redirected_to: lazy { project_network_path(project, id_and_path) }4179 redirects to destination4180 destination: "graphs", ref_type: nil, path: nil, redirected_to: lazy { project_graph_path(project, id) }4181 redirects to destination4182 destination: "graphs", ref_type: "heads", path: nil, redirected_to: lazy { project_graph_path(project, id, ref_type: 'heads') }4183 redirects to destination4184 destination: "graphs", ref_type: nil, path: "foo/bar", redirected_to: lazy { project_graph_path(project, id_and_path) }4185 redirects to destination4186 destination: "find_file", ref_type: nil, path: nil, redirected_to: lazy { project_find_file_path(project, id) }4187 redirects to destination4188 destination: "find_file", ref_type: "heads", path: nil, redirected_to: lazy { project_find_file_path(project, id) }4189 redirects to destination4190 destination: "find_file", ref_type: nil, path: "foo/bar", redirected_to: lazy { project_find_file_path(project, id_and_path) }4191 redirects to destination4192 destination: "graphs_commits", ref_type: nil, path: nil, redirected_to: lazy { commits_project_graph_path(project, id) }4193 redirects to destination4194 destination: "graphs_commits", ref_type: "heads", path: nil, redirected_to: lazy { commits_project_graph_path(project, id) }4195 redirects to destination4196 destination: "graphs_commits", ref_type: nil, path: "foo/bar", redirected_to: lazy { commits_project_graph_path(project, id_and_path) }4197 redirects to destination4198 destination: "badges", ref_type: nil, path: nil, redirected_to: lazy { project_settings_ci_cd_path(project, ref: id) }4199 redirects to destination4200 destination: "badges", ref_type: "heads", path: nil, redirected_to: lazy { project_settings_ci_cd_path(project, ref: id) }4201 redirects to destination4202 destination: "badges", ref_type: nil, path: "foo/bar", redirected_to: lazy { project_settings_ci_cd_path(project, ref: id_and_path) }4203 redirects to destination4204 destination: "commits", ref_type: nil, path: nil, redirected_to: lazy { project_commits_path(project, id) }4205 redirects to destination4206 destination: "commits", ref_type: "heads", path: nil, redirected_to: lazy { project_commits_path(project, id, ref_type: 'heads') }4207 redirects to destination4208 destination: "commits", ref_type: nil, path: "foo/bar", redirected_to: lazy { project_commits_path(project, id_and_path) }4209 redirects to destination4210 destination: nil, ref_type: nil, path: nil, redirected_to: lazy { project_commits_path(project, id) }4211 redirects to destination4212 destination: nil, ref_type: "heads", path: nil, redirected_to: lazy { project_commits_path(project, id, ref_type: 'heads') }4213 redirects to destination4214 destination: nil, ref_type: nil, path: "foo/bar", redirected_to: lazy { project_commits_path(project, id_and_path) }4215 redirects to destination4216 with bad path parameter4217 returns 400 bad request4218 with an invalid path parameter4219 returns 400 bad request4220 GET #logs_tree4221 never throws MissingTemplate4222 renders 404 for HTML requests4223 when ref is incorrect4224 returns 404 page4225# [RSpecRunTime] RSpec elapsed time: 27 minutes 47.86 seconds. Current RSS: ~1486M. load average: 1.09 1.11 1.09 1/297 60574226 when offset has an invalid format4227 renders JSON4228 when json is requested4229 renders JSON4230# [RSpecRunTime] Finishing example group spec/controllers/projects/refs_controller_spec.rb. It took 16.0 seconds. Expected to take 22.98 seconds.4231# [RSpecRunTime] Starting example group spec/controllers/projects/autocomplete_sources_controller_spec.rb. Expected to take 22.37 seconds.4232Projects::AutocompleteSourcesController4233 GET commands4234 with a public project4235 with an issue4236 behaves like issuable commands4237 returns empty array when no user logged in4238 raises an error when no target type specified4239 returns an array of commands4240# [RSpecRunTime] RSpec elapsed time: 27 minutes 52.09 seconds. Current RSS: ~1486M. load average: 1.09 1.11 1.09 1/297 60684241 with work items4242 behaves like issuable commands4243 returns empty array when no user logged in4244 raises an error when no target type specified4245 returns an array of commands4246# [RSpecRunTime] RSpec elapsed time: 27 minutes 53.97 seconds. Current RSS: ~1493M. load average: 1.09 1.11 1.09 1/297 60694247 with merge request4248 behaves like issuable commands4249 returns empty array when no user logged in4250 raises an error when no target type specified4251 returns an array of commands4252# [RSpecRunTime] RSpec elapsed time: 27 minutes 56.44 seconds. Current RSS: ~1486M. load average: 1.09 1.11 1.09 1/297 60704253 GET labels4254 with issues4255 behaves like label commands4256 raises an error when no target type specified4257 returns an array of labels4258# [RSpecRunTime] RSpec elapsed time: 27 minutes 57.53 seconds. Current RSS: ~1487M. load average: 1.09 1.11 1.09 1/297 60714259 with work items4260 behaves like label commands4261 raises an error when no target type specified4262 returns an array of labels4263# [RSpecRunTime] RSpec elapsed time: 27 minutes 58.64 seconds. Current RSS: ~1489M. load average: 1.16 1.12 1.10 1/296 60724264 GET members4265 when logged in4266 returns 400 when no target type specified4267 with issue4268 behaves like all members are returned4269 returns an array of member object4270 when `disable_all_mention` FF is enabled4271 does not return the all mention user4272# [RSpecRunTime] RSpec elapsed time: 27 minutes 59.99 seconds. Current RSS: ~1494M. load average: 1.16 1.12 1.10 1/292 60734273 with work item4274 behaves like all members are returned4275 returns an array of member object4276 when `disable_all_mention` FF is enabled4277 does not return the all mention user4278 when anonymous4279 with issue4280 behaves like private project is inaccessible4281 redirects to login page for private project4282 behaves like returns all members of public project4283 returns members including those from invited private groups4284 when `disable_all_mention` FF is enabled4285 does not return the all mention user4286 with work item4287 behaves like private project is inaccessible4288 redirects to login page for private project4289 behaves like returns all members of public project4290 returns members including those from invited private groups4291 when `disable_all_mention` FF is enabled4292 does not return the all mention user4293 GET milestones4294 lists milestones4295 when user cannot read project issues and merge requests4296 renders 4044297# [RSpecRunTime] RSpec elapsed time: 28 minutes 3.84 seconds. Current RSS: ~1501M. load average: 1.15 1.12 1.09 1/292 60744298 GET contacts4299 when feature flag is enabled4300 when a group has crm enabled4301 when a user can read contacts4302 lists contacts4303 when a user can not read contacts4304 renders 4044305 when a group has crm disabled4306 renders 4044307# [RSpecRunTime] Finishing example group spec/controllers/projects/autocomplete_sources_controller_spec.rb. It took 16.23 seconds. Expected to take 22.37 seconds.4308# [RSpecRunTime] Starting example group spec/requests/projects/tags_controller_spec.rb. Expected to take 20.71 seconds.4309Projects::TagsController4310 token authentication4311 when public project4312 behaves like authenticates sessionless user for the request spec4313 index atom4314 when the 'private_token' param is populated with the personal access token4315 when valid token4316 when resource is public4317 authenticates user and returns response with ok status4318 when user with expired password4319 does not authenticate user and returns response with ok status4320# [RSpecRunTime] RSpec elapsed time: 28 minutes 6.75 seconds. Current RSS: ~1503M. load average: 1.15 1.12 1.09 1/294 60884321 when the personal access token has no api scope4322 when resource is public4323 does not authenticate user and returns response with ok status4324 when invalid token4325 when resource is public4326 does not authenticate user and returns response with ok status4327 when the 'PRIVATE-TOKEN' header is populated with the personal access token4328 when valid token4329 when resource is public4330 authenticates user and returns response with ok status4331 when user with expired password4332 does not authenticate user and returns response with ok status4333 when the personal access token has no api scope4334 when resource is public4335 does not authenticate user and returns response with ok status4336 when invalid token4337 when resource is public4338 does not authenticate user and returns response with ok status4339 when the 'feed_token' param is populated with the feed token4340 when valid token4341 when resource is public4342 authenticates user and returns response with ok status4343 when user with expired password4344 does not authenticate user and returns response with ok status4345 when invalid token4346 when resource is public4347 does not authenticate user and returns response with ok status4348 when private project4349 behaves like authenticates sessionless user for the request spec4350 index atom4351 when the 'private_token' param is populated with the personal access token4352 when valid token4353 when resource is private4354 authenticates user and returns response with ok status4355 when user with expired password4356 does not return response with ok status4357# [RSpecRunTime] RSpec elapsed time: 28 minutes 11.94 seconds. Current RSS: ~1505M. load average: 1.13 1.12 1.09 1/297 61264358 when password expiration is not applicable4359 when ldap user4360 authenticates user and returns response with ok status4361 when the personal access token has no api scope4362 when resource is private4363 does not return response with ok status4364 when invalid token4365 when resource is private4366 does not return response with ok status4367 when the 'PRIVATE-TOKEN' header is populated with the personal access token4368 when valid token4369 when resource is private4370 authenticates user and returns response with ok status4371 when user with expired password4372 does not return response with ok status4373 when password expiration is not applicable4374 when ldap user4375 authenticates user and returns response with ok status4376 when the personal access token has no api scope4377 when resource is private4378 does not return response with ok status4379 when invalid token4380 when resource is private4381 does not return response with ok status4382 when the 'feed_token' param is populated with the feed token4383 when valid token4384 when resource is private4385 authenticates user and returns response with ok status4386 when user with expired password4387 does not return response with ok status4388 when password expiration is not applicable4389 when ldap user4390 authenticates user and returns response with ok status4391 when invalid token4392 when resource is private4393 does not return response with ok status4394 atom feed contents4395 returns the author's public email address rather than the commit email, when present4396 #show4397 with x509 signature4398 displays a signature badge4399# [RSpecRunTime] RSpec elapsed time: 28 minutes 20.2 seconds. Current RSS: ~1511M. load average: 1.11 1.11 1.09 1/297 61694400# [RSpecRunTime] Finishing example group spec/requests/projects/tags_controller_spec.rb. It took 15.18 seconds. Expected to take 20.71 seconds.4401# [RSpecRunTime] Starting example group spec/requests/jwt_controller_spec.rb. Expected to take 18.57 seconds.4402JwtController4403 POST /jwt/auth4404 returns 4044405 authenticating against container registry4406 existing service4407 is expected to respond with numeric status code ok4408 returning custom http code4409 is expected to respond with numeric status code http_version_not_supported4410 when using authenticated request4411 using CI token4412 project with enabled CI4413 is expected to have received new(#<Project id:1194 namespace1108/project-1133>>, #<User id:1845 @user707>, #<ActionController::Parameters {"service"=>"container_registry", "auth_type"=>:build, "raw_token"=>"glcbt-65_Kvgd2c4ZYx2XTR1KrpYD"} permitted: true>) 1 time4414 behaves like user logging4415 logs username and ID4416# [RSpecRunTime] RSpec elapsed time: 28 minutes 22.72 seconds. Current RSS: ~1503M. load average: 1.11 1.11 1.09 1/297 61704417 project with disabled CI4418 is expected to respond with numeric status code unauthorized4419 using deploy tokens4420 authenticates correctly4421 does not log a user4422# [RSpecRunTime] RSpec elapsed time: 28 minutes 25.2 seconds. Current RSS: ~1499M. load average: 1.10 1.11 1.09 1/296 61714423 using personal access tokens4424 authenticates correctly4425 behaves like rejecting a blocked user4426 with blocked user4427 behaves like with invalid credentials4428 returns a generic error message4429 behaves like user logging4430 logs username and ID4431 behaves like a token that expires today4432 fails authentication4433 using User login4434 is expected to have received new(nil, #<User id:1859 @user716>, #<ActionController::Parameters {"service"=>"container_registry", "auth_type"=>:gitlab_or_ldap, "raw_t...-TKYQgmbvx-A4HjEHNVPXUPKJTXUV4Av17p7P9Q3zTuweJVrmMUgNzP-ojTA7RhHTqARxMq6WfJNqDt8j"} permitted: true>) 1 time4435 does not cause session based checks to be activated4436 behaves like rejecting a blocked user4437 with blocked user4438 behaves like with invalid credentials4439 returns a generic error message4440 when passing a flat array of scopes4441 is expected to have received new(nil, #<User id:1862 @user719>, #<ActionController::Parameters {"service"=>"container_registry", "scopes"=>["scope1", "scope2"], "aut...CbRdTxYJw7j1xz3J2aJgEG5pR2szRQKt-wNxnkRd6xkeB6fj3WJFrzSb_hxpB823yT9VxoVC8sKjm1PNK"} permitted: true>) 1 time4442 behaves like user logging4443 logs username and ID4444 when passing a space-delimited list of scopes4445 is expected to have received new(nil, #<User id:1864 @user721>, #<ActionController::Parameters {"service"=>"container_registry", "scopes"=>["scope1", "scope2"], "aut...GZf-EfuLCMmVDbVbjEoQkw-QS3Pc332nKYWcx1AQSvDFcdMZhh4txB2se-2CdZwj6dLCTGy7Jkcti9a-f"} permitted: true>) 1 time4446 when user has 2FA enabled4447 without personal token4448 behaves like with invalid credentials4449 returns a generic error message4450 with personal token4451 accepts the authorization attempt4452 using invalid login4453 when internal auth is enabled4454 behaves like with invalid credentials4455 returns a generic error message4456 when internal auth is disabled4457 behaves like with invalid credentials4458 returns a generic error message4459 when using unauthenticated request4460 accepts the authorization attempt4461 allows read access4462 unknown service4463 is expected to respond with numeric status code not_found4464 authenticating against dependency proxy4465 with personal access token4466 behaves like with valid credentials4467 returns token successfully4468 behaves like a token that expires today4469 fails authentication4470 with user credentials token4471 behaves like with valid credentials4472 returns token successfully4473 with group access token4474 with the required scopes4475 behaves like with valid credentials4476 returns token successfully4477 behaves like a token that expires today4478 fails authentication4479 revoked4480 behaves like returning response status4481 returns unauthorized4482 expired4483 behaves like returning response status4484 returns unauthorized4485 without the required scopes4486 behaves like returning response status4487 returns forbidden4488 packages_dependency_proxy_containers_scope_check disabled4489 behaves like with valid credentials4490 returns token successfully4491 with group deploy token4492 behaves like with valid credentials4493 returns token successfully4494 with project deploy token4495 behaves like returning response status4496 returns forbidden4497 with revoked group deploy token4498 behaves like returning response status4499 returns unauthorized4500 with group deploy token with insufficient scopes4501 behaves like returning response status4502 returns unauthorized4503 with invalid credentials4504 behaves like returning response status4505 returns unauthorized4506# [RSpecRunTime] Finishing example group spec/requests/jwt_controller_spec.rb. It took 12.41 seconds. Expected to take 18.57 seconds.4507# [RSpecRunTime] Starting example group spec/requests/api/group_export_spec.rb. Expected to take 17.15 seconds.4508API::GroupExport4509 GET /groups/:group_id/export/download4510 when export file exists4511 downloads exported group archive4512 when export_file.file does not exist4513 returns 4044514# [RSpecRunTime] RSpec elapsed time: 28 minutes 33.92 seconds. Current RSS: ~1512M. load average: 1.24 1.14 1.10 1/292 61724515 when object is not present4516 returns 4044517# [RSpecRunTime] RSpec elapsed time: 28 minutes 35.05 seconds. Current RSS: ~1510M. load average: 1.24 1.14 1.10 1/292 61734518 when export file does not exist4519 returns 4044520 when the requests have exceeded the rate limit4521 throttles the endpoint4522 POST /groups/:group_id/export4523 when user is a group owner4524 accepts download4525 when the export cannot be started4526 returns an error4527 when user is not a group owner4528 forbids the request4529 when the requests have exceeded the rate limit4530 throttles the endpoint4531 relations export4532 POST /groups/:id/export_relations4533 accepts the request4534 when response is not success4535 returns api error4536 when request is to export in batches4537 accepts the request4538 GET /groups/:id/export_relations/download4539 when export request is not batched4540 when export file exists4541 downloads exported group archive4542 when export_file.file does not exist4543 returns 4044544 when export is batched4545 returns 4004546 when export request is batched4547 downloads exported batch4548 when request is to download not batched export4549 returns 4004550# [RSpecRunTime] RSpec elapsed time: 28 minutes 41.53 seconds. Current RSS: ~1500M. load average: 1.22 1.14 1.10 1/292 61744551 when batch cannot be found4552 returns 4044553 when batch file cannot be found4554 returns 4044555 GET /groups/:id/export_relations/status4556 returns a list of relation export statuses4557 when relation is specified4558 return a single relation export status4559 when there is a batched export4560 returns a list of batched relation export statuses4561 when bulk import is disabled4562 enables the feature when override flag is enabled for the user4563 does not enable the feature when override flag is enabled for another user4564 behaves like 404 response4565 returns 4044566# [RSpecRunTime] RSpec elapsed time: 28 minutes 45.24 seconds. Current RSS: ~1491M. load average: 1.20 1.14 1.10 1/292 61754567# [RSpecRunTime] Finishing example group spec/requests/api/group_export_spec.rb. It took 12.63 seconds. Expected to take 17.15 seconds.4568# [RSpecRunTime] Starting example group spec/requests/api/ci/runner/jobs_put_spec.rb. Expected to take 16.18 seconds.4569API::Ci::Runner4570 /api/v4/jobs4571 PUT /api/v4/jobs/:id4572 updates runner info4573 behaves like API::CI::Runner application context metadata4574 contains correct context metadata4575# [RSpecRunTime] RSpec elapsed time: 28 minutes 47.34 seconds. Current RSS: ~1481M. load average: 1.20 1.14 1.10 1/292 61764576 behaves like runner migrations backoff4577 when executing locking database migrations4578 returns 429 error4579 with runner_migrations_backoff disabled4580 does not return 4294581 when status is given4582 marks job as succeeded4583 marks job as failed4584 when runner sends an unrecognized field in a payload4585 ignores unrecognized fields4586# [RSpecRunTime] RSpec elapsed time: 28 minutes 49.76 seconds. Current RSS: ~1498M. load average: 1.19 1.13 1.10 1/292 61774587 when an exit_code is provided4588 when the exit_codes are acceptable4589 accepts an exit code4590 when the exit_codes are not defined4591 ignore the exit code4592 when failure_reason is script_failure4593 is expected to be script failure4594 when failure_reason is runner_system_failure4595 is expected to be runner system failure4596 when failure_reason is unrecognized value4597 is expected to be unknown failure4598 when failure_reason is job_execution_timeout4599 is expected to be job execution timeout4600 when failure_reason is unmet_prerequisites4601 is expected to be unmet prerequisites4602 when unmigrated live trace chunks exist4603 when checksum is present4604 when live trace chunk is still live4605 responds with 2024606 when runner retries request after receiving 2024607 responds with 202 and then with 2004608# [RSpecRunTime] RSpec elapsed time: 28 minutes 56.02 seconds. Current RSS: ~1515M. load average: 1.17 1.13 1.10 1/292 61784609 when live trace chunk has been migrated4610 responds with 2004611 when checksum is not present4612 responds with 2004613 when job has been erased4614 responds with forbidden4615 when job has already been finished4616 does not update job status4617 when job does not exist anymore4618 returns 403 Forbidden4619# [RSpecRunTime] Finishing example group spec/requests/api/ci/runner/jobs_put_spec.rb. It took 13.78 seconds. Expected to take 16.18 seconds.4620# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/packages/protection/rule/delete_spec.rb. Expected to take 14.75 seconds.4621Deleting a package protection rule4622 responds with deleted package protection rule4623 is expected to change `::Packages::Protection::Rule.count` from 1 to 04624 is expected to eq []4625 when current_user does not have permission4626 current_user: developer4627 is expected to include (a string matching /you don't have permission to perform this action/)4628 behaves like an erroneous response4629 is expected to be blank4630 is expected not to change `::Packages::Protection::Rule.count`4631# [RSpecRunTime] RSpec elapsed time: 29 minutes 1.81 seconds. Current RSS: ~1514M. load average: 1.16 1.13 1.10 1/292 61854632 current_user: reporter4633 is expected to include (a string matching /you don't have permission to perform this action/)4634 behaves like an erroneous response4635 is expected to be blank4636 is expected not to change `::Packages::Protection::Rule.count`4637 current_user: guest4638 is expected to include (a string matching /you don't have permission to perform this action/)4639 behaves like an erroneous response4640 is expected to be blank4641 is expected not to change `::Packages::Protection::Rule.count`4642 current_user: anonymous4643 is expected to include (a string matching /you don't have permission to perform this action/)4644 behaves like an erroneous response4645 is expected to be blank4646 is expected not to change `::Packages::Protection::Rule.count`4647 with deleted package protection rule4648 is expected to include (a string matching /you don't have permission to perform this action/)4649 behaves like an erroneous response4650 is expected to be blank4651 is expected not to change `::Packages::Protection::Rule.count`4652 behaves like a working GraphQL mutation4653 with a personal access token4654 behaves like prevents access to the mutation4655 does not resolve the mutation4656 behaves like allows access to the mutation4657 behaves like a working graphql query that returns data4658 contains data4659 behaves like a working graphql query4660 returns a successful response4661 with an OAuth token4662 behaves like prevents access to the mutation4663 does not resolve the mutation4664 behaves like allows access to the mutation4665 behaves like a working graphql query that returns data4666 contains data4667 behaves like a working graphql query4668 returns a successful response4669 when feature flag ':packages_protected_packages' disabled4670 is expected to include (a string matching /'packages_protected_packages' feature flag is disabled/)4671 behaves like an erroneous response4672 is expected to be blank4673 is expected not to change `::Packages::Protection::Rule.count`4674 with existing package protection rule belonging to other project4675 is expected to include (a string matching /you don't have permission to perform this action/)4676 behaves like an erroneous response4677 is expected to be blank4678 is expected not to change `::Packages::Protection::Rule.count`4679# [RSpecRunTime] RSpec elapsed time: 29 minutes 8.21 seconds. Current RSS: ~1515M. load average: 1.13 1.12 1.09 1/292 61864680# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/packages/protection/rule/delete_spec.rb. It took 9.18 seconds. Expected to take 14.75 seconds.4681# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/container_registry/protection/rule/create_spec.rb. Expected to take 14.25 seconds.4682Creating the container registry protection rule4683 with invalid input fields `pushProtectedUpToAccessLevel` and `deleteProtectedUpToAccessLevel`4684 is expected to include (a string matching /deleteProtectedUpToAccessLevel/)4685 behaves like an erroneous response4686 is expected not to change `::ContainerRegistry::Protection::Rule.count`4687# [RSpecRunTime] RSpec elapsed time: 29 minutes 9.89 seconds. Current RSS: ~1506M. load average: 1.13 1.12 1.09 1/292 61874688 when feature flag ':container_registry_protected_containers' disabled4689 is expected not to exist4690 returns error of disabled feature flag4691 behaves like an erroneous response4692 is expected not to change `::ContainerRegistry::Protection::Rule.count`4693# [RSpecRunTime] RSpec elapsed time: 29 minutes 11.54 seconds. Current RSS: ~1505M. load average: 1.13 1.12 1.09 1/292 61884694 with invalid input field `repositoryPathPattern`4695 is expected to eq []4696 is expected to eq ["Repository path pattern can't be blank, Repository path pattern should be a valid container reposit...tional wildcard characters., and Repository path pattern should start with the project's full path"]4697 behaves like an erroneous response4698 is expected not to change `::ContainerRegistry::Protection::Rule.count`4699 behaves like a successful response4700 is expected to eq []4701 is expected to include {"errors" => (be blank), "containerRegistryProtectionRule" => {"id" => (be present), "repositoryPathPattern" => "namespace1118/project-1144"}}4702 creates container registry protection rule in the database4703 when user does not have permission4704 user: developer4705 is expected to include (a string matching /you don't have permission to perform this action/)4706 behaves like an erroneous response4707 is expected not to change `::ContainerRegistry::Protection::Rule.count`4708 user: reporter4709 is expected to include (a string matching /you don't have permission to perform this action/)4710 behaves like an erroneous response4711 is expected not to change `::ContainerRegistry::Protection::Rule.count`4712 user: guest4713 is expected to include (a string matching /you don't have permission to perform this action/)4714 behaves like an erroneous response4715 is expected not to change `::ContainerRegistry::Protection::Rule.count`4716 user: anonymous4717 is expected to include (a string matching /you don't have permission to perform this action/)4718 behaves like an erroneous response4719 is expected not to change `::ContainerRegistry::Protection::Rule.count`4720 with existing containers protection rule4721 when container name pattern is slightly different4722 adds another container registry protection rule to the database4723 behaves like a successful response4724 is expected to eq []4725 is expected to include {"errors" => (be blank), "containerRegistryProtectionRule" => {"id" => (be present), "repositoryPathPattern" => "namespace1118/project-1144-unique"}}4726 creates container registry protection rule in the database4727 when field `repository_path_pattern` is taken4728 is expected to eq []4729 returns without error4730 does not create new container protection rules4731 behaves like an erroneous response4732 is expected not to change `::ContainerRegistry::Protection::Rule.count`4733# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/container_registry/protection/rule/create_spec.rb. It took 9.24 seconds. Expected to take 14.25 seconds.4734# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/ci/runner/create_spec.rb. Expected to take 13.37 seconds.4735RunnerCreate4736 when runnerType is GROUP_TYPE4737 behaves like when user does not have permissions4738 returns an error4739 when user has permissions4740 when user is group owner4741 behaves like when runner is created successfully4742 is expected to start with "glrt-"4743 behaves like when model is invalid returns error4744 is expected to contain exactly "Tags list can not be empty when runner is not allowed to pick untagged jobs" and "Maximum timeout needs to be at least 10 minutes"4745 when group_id is missing4746 returns an error4747 when group_id is malformed4748 returns an error4749 when group_id does not exist4750 returns an error4751 when user is admin in admin mode4752 behaves like when runner is created successfully4753 is expected to start with "glrt-"4754 behaves like when model is invalid returns error4755 is expected to contain exactly "Tags list can not be empty when runner is not allowed to pick untagged jobs" and "Maximum timeout needs to be at least 10 minutes"4756 when runnerType is INSTANCE_TYPE4757 behaves like when user does not have permissions4758 returns an error4759 when user has permissions4760 behaves like when runner is created successfully4761 is expected to start with "glrt-"4762 behaves like when model is invalid returns error4763 is expected to contain exactly "Tags list can not be empty when runner is not allowed to pick untagged jobs" and "Maximum timeout needs to be at least 10 minutes"4764 when runnerType is PROJECT_TYPE4765 behaves like when user does not have permissions4766 returns an error4767 when user has permissions4768 when user is group owner4769 behaves like when runner is created successfully4770 is expected to start with "glrt-"4771 behaves like when model is invalid returns error4772 is expected to contain exactly "Tags list can not be empty when runner is not allowed to pick untagged jobs" and "Maximum timeout needs to be at least 10 minutes"4773 when project_id is missing4774 returns an error4775 when project_id is malformed4776 returns an error4777 when project_id does not exist4778 returns an error4779 when user is admin in admin mode4780 behaves like when runner is created successfully4781 is expected to start with "glrt-"4782 behaves like when model is invalid returns error4783 is expected to contain exactly "Tags list can not be empty when runner is not allowed to pick untagged jobs" and "Maximum timeout needs to be at least 10 minutes"4784# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/ci/runner/create_spec.rb. It took 8.61 seconds. Expected to take 13.37 seconds.4785# [RSpecRunTime] Starting example group spec/requests/api/graphql/project/commit_references_spec.rb. Expected to take 12.67 seconds.4786Query.project(fullPath).commitReferences(commitSha)4787 with containing refs4788 with path Query.project(fullPath).commitReferences(commitSha).containingTags4789 without excludeTipped argument4790 returns tags names containing the commit4791 with excludeTipped argument4792 returns tags names containing the commit without the tipped tags4793 with limit of 24794 returns the right amount of refs4795 with limit of -24796 casts an argument error "limit must be greater then 0"4797 with limit of 10014798 casts an argument error "limit must be greater then 0"4799 with path Query.project(fullPath).commitReferences(commitSha).containingBranches4800 without excludeTipped argument4801 returns branch names containing the commit4802 with excludeTipped argument4803 returns branch names containing the commit without the tipped branch4804 with limit of 24805 returns the right amount of refs4806 with limit of -24807 casts an argument error "limit must be greater then 0"4808 with limit of 10014809 casts an argument error "limit must be greater then 0"4810 with tipping refs4811 with path Query.project(fullPath).commitReferences(commitSha).tippingTags4812 with authorized user4813 returns tags names tipping the commit4814 with limit of 24815 returns the right amount of refs4816 with limit of -24817 casts an argument error "limit must be greater then 0"4818 with limit of 10014819 casts an argument error "limit must be greater then 0"4820 with path Query.project(fullPath).commitReferences(commitSha).tippingBranches4821 returns branches names tipping the commit4822 with limit of 24823 returns the right amount of refs4824 with limit of -24825 casts an argument error "limit must be greater then 0"4826 with limit of 10014827 casts an argument error "limit must be greater then 0"4828 the path commitReferences should return nil4829 when commit does not exist4830 commitReferences returns nil4831 when sha length is incorrect4832 commitReferences returns nil4833 when user is not authorized4834 commitReferences returns nil4835# [RSpecRunTime] Finishing example group spec/requests/api/graphql/project/commit_references_spec.rb. It took 6.72 seconds. Expected to take 12.67 seconds.4836# [RSpecRunTime] Starting example group spec/requests/api/vs_code/settings/vs_code_settings_sync_spec.rb. Expected to take 11.65 seconds.4837API::VsCode::Settings::VsCodeSettingsSync4838 GET /vscode/settings_sync/v1/resource/machines/latest4839 returns a list of machines4840 behaves like returns unauthorized when not authenticated4841 returns 401 for non-authenticated4842 behaves like returns 20x when authenticated4843 returns ok when authenticated4844 GET /vscode/settings_sync/v1/manifest4845 behaves like returns unauthorized when not authenticated4846 returns 401 for non-authenticated4847 behaves like returns 20x when authenticated4848 returns ok when authenticated4849 when no settings record is present4850 returns a session id4851 returns no latest keys4852 includes default machine id4853 when settings record is present4854 returns the latest keys4855 POST /vscode/settings_sync/v1/resource/:resource_name4856 returns unauthorized when not authenticated4857 returns 201 when a valid request is sent4858 creates a new record for the setting when the setting is not present4859 updates a record if the setting is already present4860 fails if required fields not passed4861 GET /vscode/settings_sync/v1/resource/:resource_name/4862 when resource type is invalid4863 behaves like returns 4004864 returns 4004865 behaves like returns unauthorized when not authenticated4866 returns 401 for non-authenticated4867 behaves like returns 20x when authenticated4868 returns ok when authenticated4869 when settings with that type are not present4870 returns empty array response4871 when settings with that type are present4872 returns settings with the correct json content4873 when setting type is machine4874 created field is nil4875 DELETE /vscode/settings_sync/v1/collection4876 returns unauthorized when not authenticated4877 when user has one or more setting resources4878 deletes all user setting resources4879 GET /vscode/settings_sync/v1/resource/:resource_name/:id4880 behaves like returns 20x when authenticated4881 returns no_content when authenticated4882 behaves like returns unauthorized when not authenticated4883 returns 401 for non-authenticated4884 when resource type is invalid4885 behaves like returns 4004886 returns 4004887 when settings with that type are not present4888 returns 204 no content and no content ETag header4889 when settings with that type are present4890 returns settings with the correct json content4891# [RSpecRunTime] Finishing example group spec/requests/api/vs_code/settings/vs_code_settings_sync_spec.rb. It took 3.9 seconds. Expected to take 11.65 seconds.4892# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/issues/set_crm_contacts_spec.rb. Expected to take 11.35 seconds.4893Setting issues crm contacts4894 when the user has no permission4895 returns expected error4896 when the user has permission4897 behaves like successful mutation4898 replace4899 updates the issue with correct contacts4900 with an empty list of contacts4901 removes all contacts4902# [RSpecRunTime] RSpec elapsed time: 29 minutes 39.13 seconds. Current RSS: ~1526M. load average: 1.20 1.14 1.10 1/297 62834903 append4904 updates the issue with correct contacts4905 remove4906 updates the issue with correct contacts4907 when the contact does not exist4908 returns expected error4909 when the contact belongs to a different group4910 returns expected error4911 when attempting to add more than 64912 returns expected error4913 when trying to remove non-existent contact4914 raises expected error4915 when crm_enabled is false4916 raises expected error4917# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/issues/set_crm_contacts_spec.rb. It took 7.64 seconds. Expected to take 11.35 seconds.4918# [RSpecRunTime] Starting example group spec/controllers/snippets/blobs_controller_spec.rb. Expected to take 10.2 seconds.4919Snippets::BlobsController4920 GET #raw4921 snippet_visibility_level: :public, user: :author, status: :ok4922 responds with correct status4923 snippet_visibility_level: :public, user: :other_user, status: :ok4924 responds with correct status4925 snippet_visibility_level: :public, user: nil, status: :ok4926 responds with correct status4927 snippet_visibility_level: :private, user: :author, status: :ok4928 responds with correct status4929 snippet_visibility_level: :private, user: :other_user, status: :not_found4930 responds with correct status4931 snippet_visibility_level: :private, user: nil, status: :redirect4932 responds with correct status4933 behaves like raw snippet blob4934 with valid params4935 delivers file with correct Workhorse headers4936 responds with status 2004937 Content Disposition4938 when the disposition is inline4939 returns inline in the content disposition header4940 when the disposition is attachment4941 returns attachment plus the filename in the content disposition header4942 with invalid file path4943 behaves like returning response status4944 returns not_found4945 with invalid ref4946 behaves like returning response status4947 returns not_found4948 behaves like content disposition headers4949 sets content disposition to inline4950 when inline param is false4951 sets content disposition to attachment4952 with a snippet without a repository4953 behaves like raw snippet without repository4954 when authorized4955 returns a 4224956 when unauthorized4957 behaves like returning response status4958 returns redirect4959# [RSpecRunTime] Finishing example group spec/controllers/snippets/blobs_controller_spec.rb. It took 5.75 seconds. Expected to take 10.2 seconds.4960# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/merge_requests/set_labels_spec.rb. Expected to take 9.94 seconds.4961Setting labels of a merge request4962 returns an error if the user is not allowed to update the merge request4963 sets the merge request labels, removing existing ones4964 when passing label_ids empty array as input4965 removes the merge request labels4966# [RSpecRunTime] RSpec elapsed time: 29 minutes 55.98 seconds. Current RSS: ~1544M. load average: 1.16 1.13 1.10 1/298 65314967 when passing operation_mode as APPEND4968 sets the labels and resets labels to keep the title ordering, without removing others4969# [RSpecRunTime] RSpec elapsed time: 29 minutes 57.6 seconds. Current RSS: ~1539M. load average: 1.16 1.13 1.10 1/298 65714970 when passing operation_mode as REMOVE4971 removes the labels, without removing others4972# [RSpecRunTime] RSpec elapsed time: 29 minutes 59.4 seconds. Current RSS: ~1538M. load average: 1.06 1.12 1.09 1/299 66124973# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/merge_requests/set_labels_spec.rb. It took 9.34 seconds. Expected to take 9.94 seconds.4974# [RSpecRunTime] Starting example group spec/controllers/projects/pipelines/stages_controller_spec.rb. Expected to take 9.08 seconds.4975Projects::Pipelines::StagesController4976 POST #play_manual.json4977 when user does not have access4978 returns not authorized4979# [RSpecRunTime] RSpec elapsed time: 30 minutes 1.71 seconds. Current RSS: ~1527M. load average: 1.06 1.12 1.09 1/298 66264980 when user has access4981 when the stage does not exists4982 fails to play all manual4983# [RSpecRunTime] RSpec elapsed time: 30 minutes 3.65 seconds. Current RSS: ~1528M. load average: 1.06 1.11 1.09 1/298 66404984 when the stage exists4985 starts all manual jobs4986# [RSpecRunTime] RSpec elapsed time: 30 minutes 6.45 seconds. Current RSS: ~1534M. load average: 1.06 1.11 1.09 1/298 66674987# [RSpecRunTime] Finishing example group spec/controllers/projects/pipelines/stages_controller_spec.rb. It took 7.06 seconds. Expected to take 9.08 seconds.4988# [RSpecRunTime] Starting example group spec/requests/api/graphql/project/packages_cleanup_policy_spec.rb. Expected to take 8.63 seconds.4989getting the packages cleanup policy linked to a project4990 behaves like a working graphql query4991 returns a successful response4992 with an existing policy4993 behaves like a working graphql query4994 returns a successful response4995 with different permissions4996 visibility: :private, role: :maintainer, policy_visible: true4997 return the proper response4998 visibility: :private, role: :developer, policy_visible: false4999 return the proper response5000 visibility: :private, role: :reporter, policy_visible: false5001 return the proper response5002 visibility: :private, role: :guest, policy_visible: false5003 return the proper response5004 visibility: :private, role: :anonymous, policy_visible: false5005 return the proper response5006 visibility: :public, role: :maintainer, policy_visible: true5007 return the proper response5008 visibility: :public, role: :developer, policy_visible: false5009 return the proper response5010 visibility: :public, role: :reporter, policy_visible: false5011 return the proper response5012 visibility: :public, role: :guest, policy_visible: false5013 return the proper response5014 visibility: :public, role: :anonymous, policy_visible: false5015 return the proper response5016# [RSpecRunTime] Finishing example group spec/requests/api/graphql/project/packages_cleanup_policy_spec.rb. It took 5.42 seconds. Expected to take 8.63 seconds.5017# [RSpecRunTime] Starting example group spec/controllers/user_settings/personal_access_tokens_controller_spec.rb. Expected to take 7.78 seconds.5018UserSettings::PersonalAccessTokensController5019 GET /-/user_settings/personal_access_tokens5020 behaves like GET access tokens are paginated and ordered5021 when multiple access tokens are returned5022 returns paginated response5023 when access_token_pagination feature flag is disabled5024 returns all tokens in system5025 when tokens returned are ordered5026 orders token list ascending on expires_at5027 orders tokens on id in case token has same expires_at5028 #create5029 allows creation of a token with scopes5030 allows creation of a token with an expiry date5031 does not allow creation when personal access tokens are disabled5032 behaves like #create access token5033 when POST is successful5034 renders JSON with a new token5035 when POST is unsuccessful5036 renders JSON with an error5037 #index5038 only includes details of active personal access tokens5039 builds a PAT with name and scopes from params5040 returns 404 when personal access tokens are disabled5041 returns tokens for json format5042 sets available scopes5043# [RSpecRunTime] RSpec elapsed time: 30 minutes 15.52 seconds. Current RSS: ~1527M. load average: 1.05 1.11 1.09 1/294 66685044# [RSpecRunTime] Finishing example group spec/controllers/user_settings/personal_access_tokens_controller_spec.rb. It took 3.64 seconds. Expected to take 7.78 seconds.5045# [RSpecRunTime] Starting example group spec/controllers/users/terms_controller_spec.rb. Expected to take 7.62 seconds.5046Users::TermsController5047 GET #index5048 when a user is signed in5049 redirects when no terms exist5050 when terms exist5051 shows terms when they exist5052 shows a message when the user already accepted the terms5053# [RSpecRunTime] RSpec elapsed time: 30 minutes 17.25 seconds. Current RSS: ~1542M. load average: 1.05 1.11 1.09 1/293 66695054 when a user is not signed in5055 when terms exist5056 returns success response5057 when no terms exist5058 redirects5059 POST #accept5060 when a user is signed in5061 saves that the user accepted the terms5062 redirects to a path when specified5063 redirects to the referer when no redirect specified5064 redirecting to another domain5065 is prevented when passing a redirect param5066 is prevented when redirecting to the referer5067 when a user is not signed in5068 redirects to login page5069 POST #decline5070 when a user is signed in5071 stores that the user declined the terms5072 signs out the user5073 when a user is not signed in5074 redirects to login page5075# [RSpecRunTime] Finishing example group spec/controllers/users/terms_controller_spec.rb. It took 4.05 seconds. Expected to take 7.62 seconds.5076# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/issues/set_due_date_spec.rb. Expected to take 7.06 seconds.5077Setting Due Date of an issue5078 returns an error if the user is not allowed to update the issue5079 when due date value is a valid date5080 updates the issue due date5081# [RSpecRunTime] RSpec elapsed time: 30 minutes 22.09 seconds. Current RSS: ~1541M. load average: 1.04 1.11 1.09 2/293 66705082 when due date value is null5083 updates the issue to remove the due date5084# [RSpecRunTime] RSpec elapsed time: 30 minutes 23.21 seconds. Current RSS: ~1539M. load average: 1.04 1.11 1.09 1/293 66715085 when due date argument is not given5086 returns an error5087# [RSpecRunTime] RSpec elapsed time: 30 minutes 24.22 seconds. Current RSS: ~1535M. load average: 1.04 1.11 1.09 1/293 66725088 when the due date value is not a valid time5089 returns a coercion error5090# [RSpecRunTime] RSpec elapsed time: 30 minutes 25.28 seconds. Current RSS: ~1532M. load average: 1.04 1.11 1.09 1/293 66735091# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/issues/set_due_date_spec.rb. It took 5.72 seconds. Expected to take 7.06 seconds.5092# [RSpecRunTime] Starting example group spec/requests/projects/google_cloud/configuration_controller_spec.rb. Expected to take 6.79 seconds.5093Projects::GoogleCloud::ConfigurationController5094 when accessed by unauthorized members5095 returns not found on GET request5096# [RSpecRunTime] RSpec elapsed time: 30 minutes 26.7 seconds. Current RSS: ~1519M. load average: 1.04 1.11 1.09 1/293 66745097 when accessed by authorized members5098 returns successful5099 but gitlab instance is not configured for google oauth25100 returns forbidden5101# [RSpecRunTime] RSpec elapsed time: 30 minutes 28.29 seconds. Current RSS: ~1504M. load average: 1.04 1.10 1.09 1/293 66755102 but feature flag is disabled5103 returns not found5104 but google oauth2 token is not valid5105 does not return revoke oauth url5106# [RSpecRunTime] Finishing example group spec/requests/projects/google_cloud/configuration_controller_spec.rb. It took 4.59 seconds. Expected to take 6.79 seconds.5107# [RSpecRunTime] Starting example group spec/requests/api/internal/error_tracking_spec.rb. Expected to take 6.5 seconds.5108API::Internal::ErrorTracking5109 GET /internal/error_tracking/allowed5110 when the secret header is missing5111 responds with unauthorized entity5112 when some params are missing5113 responds with unprocessable entity5114 when public_key is unknown5115 returns enabled: false5116 when unknown project_id is unknown5117 responds with 404 not found5118 when the error tracking is disabled5119 returns enabled: false5120 when the error tracking is enabled5121 returns enabled: true5122 when feature flags gitlab_error_tracking are disabled5123 returns enabled: false5124# [RSpecRunTime] RSpec elapsed time: 30 minutes 34.11 seconds. Current RSS: ~1562M. load average: 1.03 1.10 1.09 1/294 66765125# [RSpecRunTime] Finishing example group spec/requests/api/internal/error_tracking_spec.rb. It took 4.23 seconds. Expected to take 6.5 seconds.5126# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/metrics/dashboard/annotations/create_spec.rb. Expected to take 6.09 seconds.5127Mutations::Metrics::Dashboard::Annotations::Create5128 is expected to require graphql authorizations :admin_metrics_dashboard_annotation5129 when annotation source is environment5130 when the user has permission5131 when environment_id is missing5132 behaves like a mutation that returns top-level errors5133 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action"5134# [RSpecRunTime] RSpec elapsed time: 30 minutes 35.7 seconds. Current RSS: ~1547M. load average: 1.03 1.10 1.09 1/293 66835135 when environment_id is invalid5136 behaves like an invalid argument to the mutation5137 behaves like a mutation that returns top-level errors5138 is expected to contain exactly (include "invalid value for environmentId")5139 when metrics dashboard feature is unavailable5140 behaves like a mutation that returns top-level errors5141 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action"5142 when annotation source is cluster5143 with permission5144 when cluster_id is missing5145 behaves like a mutation that returns top-level errors5146 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action"5147 when cluster_id is invalid5148 behaves like an invalid argument to the mutation5149 behaves like a mutation that returns top-level errors5150 is expected to contain exactly (include "invalid value for clusterId")5151 when both environment_id and cluster_id are provided5152 behaves like a mutation that returns top-level errors5153 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action"5154 when environment_id is given an ID of the wrong type5155 behaves like an invalid argument to the mutation5156 behaves like a mutation that returns top-level errors5157 is expected to contain exactly (include "invalid value for environmentId")5158 when cluster_id is given an ID of the wrong type5159 behaves like an invalid argument to the mutation5160 behaves like a mutation that returns top-level errors5161 is expected to contain exactly (include "invalid value for clusterId")5162# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/metrics/dashboard/annotations/create_spec.rb. It took 4.06 seconds. Expected to take 6.09 seconds.5163# [RSpecRunTime] Starting example group spec/requests/api/graphql/jobs_query_spec.rb. Expected to take 5.78 seconds.5164getting job information5165 when user is admin5166 has full access to all jobs5167 when filtered by status5168 gets pending jobs5169 gets pending and failed jobs5170# [RSpecRunTime] RSpec elapsed time: 30 minutes 41.55 seconds. Current RSS: ~1517M. load average: 1.03 1.10 1.09 1/293 66845171 when N+1 queries5172 avoids N+1 queries successfully5173# [RSpecRunTime] RSpec elapsed time: 30 minutes 42.77 seconds. Current RSS: ~1519M. load average: 1.03 1.10 1.09 1/293 66855174 if the user is not an admin5175 has no access to the jobs5176# [RSpecRunTime] Finishing example group spec/requests/api/graphql/jobs_query_spec.rb. It took 4.91 seconds. Expected to take 5.78 seconds.5177# [RSpecRunTime] Starting example group spec/requests/api/graphql/group/data_transfer_spec.rb. Expected to take 5.62 seconds.5178group data transfers5179 with authorized user but without enough permissions5180 returns empty results5181 behaves like a working graphql query5182 returns a successful response5183# [RSpecRunTime] RSpec elapsed time: 30 minutes 45.1 seconds. Current RSS: ~1517M. load average: 1.03 1.10 1.09 1/293 66865184 when user has enough permissions5185 returns real results5186 behaves like a working graphql query5187 returns a successful response5188 with anonymous access5189 returns no data5190 behaves like a working graphql query5191 returns a successful response5192# [RSpecRunTime] Finishing example group spec/requests/api/graphql/group/data_transfer_spec.rb. It took 3.47 seconds. Expected to take 5.62 seconds.5193# [RSpecRunTime] Starting example group spec/requests/oauth_tokens_spec.rb. Expected to take 5.15 seconds.5194OAuth Tokens requests5195 when there is already a token for the application5196 and the request is done by the resource owner5197 with authorization code grant type5198 issues a new token5199 does not revoke previous token5200# [RSpecRunTime] RSpec elapsed time: 30 minutes 47.75 seconds. Current RSS: ~1524M. load average: 1.03 1.10 1.09 1/293 66875201 with refresh token grant type5202 issues a new token5203 revokes previous token5204 expired refresh token5205 issues a new token5206 revokes previous token5207# [RSpecRunTime] RSpec elapsed time: 30 minutes 49.64 seconds. Current RSS: ~1523M. load average: 1.03 1.10 1.09 1/293 66885208 revoked refresh token5209 does not issue a new token5210 when there is no token stored for the application5211 generates and returns a new token5212# [RSpecRunTime] Finishing example group spec/requests/oauth_tokens_spec.rb. It took 3.95 seconds. Expected to take 5.15 seconds.5213# [RSpecRunTime] Starting example group spec/requests/groups/settings/slacks_controller_spec.rb. Expected to take 5.11 seconds.5214Groups::Settings::SlacksController5215 behaves like Integrations::SlackControllerSettings5216 GET slack_auth5217 when valid CSRF token is provided5218 calls service and redirects with no alerts if result is successful5219 calls service and redirects with an alert if there is a service error5220 when the flag is disabled5221 responds with status :not_found5222# [RSpecRunTime] RSpec elapsed time: 30 minutes 51.91 seconds. Current RSS: ~1520M. load average: 1.03 1.10 1.09 1/293 66895223 when user is unauthorized5224 returns not found response5225 when no CSRF token is provided5226 returns 4035227 when there was an OAuth error5228 redirects with an alert5229 DELETE destroy5230 destroys the record and redirects back to #edit5231 enqueues a worker job5232 when the flag is disabled5233 responds with status :not_found5234# [RSpecRunTime] RSpec elapsed time: 30 minutes 53.8 seconds. Current RSS: ~1522M. load average: 1.02 1.09 1.09 1/293 66905235 when user is unauthorized5236 returns not found response5237# [RSpecRunTime] Finishing example group spec/requests/groups/settings/slacks_controller_spec.rb. It took 3.62 seconds. Expected to take 5.11 seconds.5238# [RSpecRunTime] Starting example group spec/requests/api/graphql/project/grafana_integration_spec.rb. Expected to take 4.77 seconds.5239Getting Grafana Integration5240 with grafana integration data5241 without project admin permissions5242 is expected to equal nil5243 behaves like a working graphql query5244 returns a successful response5245# [RSpecRunTime] RSpec elapsed time: 30 minutes 55.85 seconds. Current RSS: ~1530M. load average: 1.02 1.09 1.09 1/293 66975246 with project admin permissions5247 is expected to eql "https://grafana.example.com"5248 is expected to eql "2024-03-04T14:02:20Z"5249 is expected to eql "2024-03-04T14:02:20Z"5250 behaves like a working graphql query5251 returns a successful response5252# [RSpecRunTime] RSpec elapsed time: 30 minutes 57.05 seconds. Current RSS: ~1535M. load average: 1.02 1.09 1.09 1/293 66985253# [RSpecRunTime] Finishing example group spec/requests/api/graphql/project/grafana_integration_spec.rb. It took 2.93 seconds. Expected to take 4.77 seconds.5254# [RSpecRunTime] Starting example group spec/requests/api/metrics/user_starred_dashboards_spec.rb. Expected to take 4.62 seconds.5255API::Metrics::UserStarredDashboards5256 POST /projects/:id/metrics/user_starred_dashboards5257 with correct permissions5258 with invalid parameters5259 user is missing5260 returns 404 not found5261 project is missing5262 returns 404 not found5263 without correct permissions5264 returns 404 not found5265 when metrics dashboard feature is unavailable5266 returns 404 not found5267 DELETE /projects/:id/metrics/user_starred_dashboards5268 with correct permissions5269 with invalid parameters5270 user is missing5271 returns 404 not found5272 project is missing5273 returns 404 not found5274 without correct permissions5275 returns 404 not found5276 when metrics dashboard feature is unavailable5277 returns 404 not found5278# [RSpecRunTime] Finishing example group spec/requests/api/metrics/user_starred_dashboards_spec.rb. It took 2.95 seconds. Expected to take 4.62 seconds.5279# [RSpecRunTime] Starting example group spec/requests/legacy_routes_spec.rb. Expected to take 4.37 seconds.5280Legacy routes5281 /-/profile/audit_log5282 /-/profile/personal_access_tokens5283 /-/profile/personal_access_tokens/:id/revoke5284 /-/profile/active_sessions5285 PATCH /-/profile5286 PUT /-/profile5287 /-/profile/password/edit5288 /-/profile/applications5289 GET /-/profile5290 /-/profile/password/new5291# [RSpecRunTime] Finishing example group spec/requests/legacy_routes_spec.rb. It took 2.63 seconds. Expected to take 4.37 seconds.5292# [RSpecRunTime] RSpec elapsed time: 31 minutes 2.78 seconds. Current RSS: ~1537M. load average: 1.17 1.12 1.10 1/294 67255293# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/achievements/award_spec.rb. Expected to take 4.1 seconds.5294Mutations::Achievements::Award5295 when the user has permission5296 creates an achievement5297 returns the new achievement5298 when the params are invalid5299 returns the validation error5300# [RSpecRunTime] RSpec elapsed time: 31 minutes 4.29 seconds. Current RSS: ~1534M. load average: 1.17 1.12 1.10 1/294 67265301 when the recipient_id is invalid5302 returns the validation error5303 when the achievement_id is invalid5304 returns the validation error5305 when the feature flag is disabled5306 returns the relevant error5307 when the user does not have permission5308 does not create an achievement5309 behaves like a mutation that returns a top-level access error5310 is expected to contain exactly "The resource that you are attempting to access does not exist or you don't have permission to perform this action"5311# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/achievements/award_spec.rb. It took 2.97 seconds. Expected to take 4.1 seconds.5312# [RSpecRunTime] Starting example group spec/requests/external_redirect/external_redirect_controller_spec.rb. Expected to take 3.97 seconds.5313ExternalRedirect::ExternalRedirectController requests5314 with valid url param5315 returns 200 and renders URL5316 does not render nav5317 with same origin url5318 redirects5319 with invalid url params5320 when url is bad5321 returns 4045322 when url is empty5323 returns 4045324 when url param is missing5325 returns 4045326 when url points to self5327 returns 4045328 when url points to self encoded5329 returns 4045330# [RSpecRunTime] Finishing example group spec/requests/external_redirect/external_redirect_controller_spec.rb. It took 1.49 seconds. Expected to take 3.97 seconds.5331# [RSpecRunTime] Starting example group spec/controllers/projects/usage_quotas_controller_spec.rb. Expected to take 3.64 seconds.5332Projects::UsageQuotasController5333 GET #index5334 when user does not have read_usage_quotas permission5335 renders not_found5336 when user has read_usage_quotas permission5337 renders index with 200 status code5338# [RSpecRunTime] RSpec elapsed time: 31 minutes 10.23 seconds. Current RSS: ~1549M. load average: 1.07 1.10 1.09 1/293 67275339# [RSpecRunTime] Finishing example group spec/controllers/projects/usage_quotas_controller_spec.rb. It took 3.1 seconds. Expected to take 3.64 seconds.5340# [RSpecRunTime] Starting example group spec/requests/projects/merge_requests/content_spec.rb. Expected to take 3.62 seconds.5341merge request content spec5342 GET cached_widget5343 behaves like cached widget request5344 avoids N+1 queries when multiple job artifacts are present5345# [RSpecRunTime] RSpec elapsed time: 31 minutes 13.63 seconds. Current RSS: ~1531M. load average: 1.07 1.10 1.09 1/299 67765346# [RSpecRunTime] Finishing example group spec/requests/projects/merge_requests/content_spec.rb. It took 3.39 seconds. Expected to take 3.62 seconds.5347# [RSpecRunTime] Starting example group spec/controllers/concerns/onboarding/status_spec.rb. Expected to take 3.41 seconds.5348Onboarding::Status5349 #last_invited_member_source5350 when a member exists5351 is expected to eq #<Group id:2921 @group199>5352 when no members exist5353 is expected to be nil5354 when another member exists and is most recent5355 is expected to eq #<Group id:2922 @group200>5356 #single_invite?5357 when there is only one member for the user5358 when the member source exists5359 is expected to eq true5360 when there is more than one member for the user5361 is expected to eq false5362 when there are no members for the user5363 is expected to eq false5364 #last_invited_member5365 is expected to eq #<GroupMember id: 2427, access_level: 50, source_id: 2921, source_type: "Namespace", user_id: 2018, n...invite_email_success: true, member_namespace_id: 2921, member_role_id: nil, expiry_notified_at: nil>5366 when another member exists and is most recent5367 is expected to eq #<GroupMember id: 2430, access_level: 50, source_id: 2924, source_type: "Namespace", user_id: 2018, n...invite_email_success: true, member_namespace_id: 2924, member_role_id: nil, expiry_notified_at: nil>5368 when there are no members5369 is expected to be nil5370# [RSpecRunTime] Finishing example group spec/controllers/concerns/onboarding/status_spec.rb. It took 2.38 seconds. Expected to take 3.41 seconds.5371# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/issues/set_severity_spec.rb. Expected to take 3.37 seconds.5372Setting severity level of an incident5373 when the user is not allowed to update the incident5374 returns an error5375# [RSpecRunTime] RSpec elapsed time: 31 minutes 17.9 seconds. Current RSS: ~1518M. load average: 1.06 1.10 1.09 1/298 67775376 when the user is allowed to update the incident5377 updates the issue5378# [RSpecRunTime] RSpec elapsed time: 31 minutes 19.52 seconds. Current RSS: ~1509M. load average: 1.06 1.10 1.09 1/298 67785379# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/issues/set_severity_spec.rb. It took 3.5 seconds. Expected to take 3.37 seconds.5380# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/environments/update_spec.rb. Expected to take 2.97 seconds.5381Update Environment5382 when updating tier5383 updates successfully5384# [RSpecRunTime] RSpec elapsed time: 31 minutes 20.85 seconds. Current RSS: ~1507M. load average: 1.06 1.10 1.09 1/298 67855385 when updating external URL5386 updates successfully5387 when url is invalid5388 returns error5389# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/environments/update_spec.rb. It took 2.01 seconds. Expected to take 2.97 seconds.5390# [RSpecRunTime] Starting example group spec/controllers/profiles/emails_controller_spec.rb. Expected to take 2.83 seconds.5391Profiles::EmailsController5392 #create5393 sends an email confirmation5394 when email address is invalid5395 does not send an email confirmation5396 behaves like respects the rate limit5397 after the rate limit is exceeded5398 does not send any email5399 displays an alert5400 #resend_confirmation_instructions5401 resends an email confirmation5402 email does not exist5403 does not send an email confirmation5404 behaves like respects the rate limit5405 after the rate limit is exceeded5406 does not send any email5407 displays an alert5408# [RSpecRunTime] Finishing example group spec/controllers/profiles/emails_controller_spec.rb. It took 1.86 seconds. Expected to take 2.83 seconds.5409# [RSpecRunTime] Starting example group spec/requests/api/admin/dictionary_spec.rb. Expected to take 2.81 seconds.5410API::Admin::Dictionary5411 GET admin/databases/:database_name/dictionary/tables/:table_name5412 behaves like GET request permissions for admin mode5413 behaves like when admin5414 behaves like makes request5415 returns5416 behaves like makes request5417 returns5418 behaves like when user5419 returns5420 behaves like makes request5421 returns5422 when the database does not exist5423 returns bad request5424 when the table does not exist5425 returns not found5426 when the params are correct5427 fetches the table dictionary5428# [RSpecRunTime] Finishing example group spec/requests/api/admin/dictionary_spec.rb. It took 1.66 seconds. Expected to take 2.81 seconds.5429# [RSpecRunTime] Starting example group spec/requests/api/graphql/ci/application_setting_spec.rb. Expected to take 2.56 seconds.5430getting Application Settings5431 without admin permissions5432 behaves like a working graphql query that returns no data5433 contains no data5434 behaves like a working graphql query5435 returns a successful response5436 with admin permissions5437 fetches the settings data5438 behaves like a working graphql query that returns data5439 contains data5440 behaves like a working graphql query5441 returns a successful response5442# [RSpecRunTime] Finishing example group spec/requests/api/graphql/ci/application_setting_spec.rb. It took 1.65 seconds. Expected to take 2.56 seconds.5443# [RSpecRunTime] Starting example group spec/requests/api/internal/lfs_spec.rb. Expected to take 2.51 seconds.5444API::Internal::Lfs5445 GET /internal/lfs5446 with invalid auth5447 returns 4015448 with valid auth5449 LFS in local storage5450 sends the file5451 delegates sending to Web server5452 retuns 404 for unknown file5453 returns 404 if LFS object does not belong to project5454 LFS in object storage5455 notifies Workhorse to send the file5456# [RSpecRunTime] Finishing example group spec/requests/api/internal/lfs_spec.rb. It took 1.42 seconds. Expected to take 2.51 seconds.5457# [RSpecRunTime] Starting example group spec/requests/api/graphql/project/recent_issue_boards_query_spec.rb. Expected to take 2.29 seconds.5458getting project recent issue boards5459 behaves like querying a GraphQL type recent boards5460 Get list of recently visited boards5461 when the request is correct5462 returns recent boards for user successfully5463 behaves like a working graphql query5464 returns a successful response5465# [RSpecRunTime] RSpec elapsed time: 31 minutes 29.42 seconds. Current RSS: ~1530M. load average: 1.05 1.10 1.09 1/293 67865466 when requests has errors5467 when there are no recently visited boards5468 returns empty result5469# [RSpecRunTime] Finishing example group spec/requests/api/graphql/project/recent_issue_boards_query_spec.rb. It took 1.59 seconds. Expected to take 2.29 seconds.5470# [RSpecRunTime] Starting example group spec/requests/metrics_controller_spec.rb. Expected to take 2.18 seconds.5471MetricsController5472 behaves like Base action controller5473 security headers5474 Cross-Security-Policy5475 when configuring snowplow5476 when snowplow is enabled5477 adds snowplow to the csp5478 when snowplow is enabled but host is not configured5479 behaves like snowplow is not in the CSP5480 does not add the snowplow collector hostname to the CSP5481 when snowplow is disabled5482 behaves like snowplow is not in the CSP5483 does not add the snowplow collector hostname to the CSP5484 when configuring vite5485 when vite enabled during development5486 adds vite csp (PENDING: https://gitlab.com/gitlab-org/gitlab/-/issues/424334)5487 when vite disabled5488 doesn't add vite csp5489# [RSpecRunTime] Finishing example group spec/requests/metrics_controller_spec.rb. It took 0.75 second. Expected to take 2.18 seconds.5490# [RSpecRunTime] Starting example group spec/requests/projects/notes_controller_spec.rb. Expected to take 1.99 seconds.5491Projects::NotesController5492 #index5493 does not execute N+1 queries5494# [RSpecRunTime] RSpec elapsed time: 31 minutes 32.0 seconds. Current RSS: ~1505M. load average: 1.05 1.10 1.09 1/294 67875495# [RSpecRunTime] Finishing example group spec/requests/projects/notes_controller_spec.rb. It took 1.57 seconds. Expected to take 1.99 seconds.5496# [RSpecRunTime] Starting example group spec/requests/jira_connect/public_keys_controller_spec.rb. Expected to take 1.89 seconds.5497JiraConnect::PublicKeysController5498 GET /-/jira_connect/public_keys/:uuid5499 renders 4045500 when public key exists5501 renders 2005502 when public key storage setting disabled5503 renders 4045504# [RSpecRunTime] RSpec elapsed time: 31 minutes 33.42 seconds. Current RSS: ~1502M. load average: 1.05 1.09 1.09 1/293 67885505# [RSpecRunTime] Finishing example group spec/requests/jira_connect/public_keys_controller_spec.rb. It took 1.4 seconds. Expected to take 1.89 seconds.5506# [RSpecRunTime] Starting example group spec/controllers/concerns/graceful_timeout_handling_spec.rb. Expected to take 1.64 seconds.5507GracefulTimeoutHandling5508 for json request5509 renders graceful error message5510 logs exception5511 for html request5512 has no effect5513# [RSpecRunTime] Finishing example group spec/controllers/concerns/graceful_timeout_handling_spec.rb. It took 1.15 seconds. Expected to take 1.64 seconds.5514# [RSpecRunTime] Starting example group spec/requests/jira_connect/oauth_application_ids_controller_spec.rb. Expected to take 1.62 seconds.5515JiraConnect::OauthApplicationIdsController5516 GET /-/jira_connect/oauth_application_id5517 renders the jira connect application id5518 allows cross-origin requests5519 application ID is empty5520 renders not found5521 on SaaS5522 renders not found5523 OPTIONS /-/jira_connect/oauth_application_id5524 allows cross-origin requests5525# [RSpecRunTime] Finishing example group spec/requests/jira_connect/oauth_application_ids_controller_spec.rb. It took 1.0 second. Expected to take 1.62 seconds.5526# [RSpecRunTime] Starting example group spec/requests/api/graphql/mutations/alert_management/http_integration/update_spec.rb. Expected to take 1.41 seconds.5527Updating an existing HTTP Integration5528 behaves like updating an existing HTTP integration5529 updates the integration5530# [RSpecRunTime] Finishing example group spec/requests/api/graphql/mutations/alert_management/http_integration/update_spec.rb. It took 1.02 seconds. Expected to take 1.41 seconds.5531# [RSpecRunTime] Starting example group spec/requests/chaos_controller_spec.rb. Expected to take 1.28 seconds.5532ChaosController5533 behaves like Base action controller5534 security headers5535 Cross-Security-Policy5536 when configuring snowplow5537 when snowplow is enabled5538 adds snowplow to the csp5539 when snowplow is enabled but host is not configured5540 behaves like snowplow is not in the CSP5541 does not add the snowplow collector hostname to the CSP5542 when snowplow is disabled5543 behaves like snowplow is not in the CSP5544 does not add the snowplow collector hostname to the CSP5545 when configuring vite5546 when vite enabled during development5547 adds vite csp (PENDING: https://gitlab.com/gitlab-org/gitlab/-/issues/424334)5548 when vite disabled5549 doesn't add vite csp5550# [RSpecRunTime] Finishing example group spec/requests/chaos_controller_spec.rb. It took 0.73 second. Expected to take 1.28 seconds.5551# [RSpecRunTime] Starting example group spec/controllers/concerns/redirects_for_missing_path_on_tree_spec.rb. Expected to take 1.08 seconds.5552RedirectsForMissingPathOnTree5553 #redirect_to_root_path5554 redirects to the tree path with a notice5555# [RSpecRunTime] Finishing example group spec/controllers/concerns/redirects_for_missing_path_on_tree_spec.rb. It took 0.93 second. Expected to take 1.08 seconds.5556# [RSpecRunTime] Starting example group spec/requests/api/graphql/audit_events/definitions_spec.rb. Expected to take 0.63 second.5557getting a list of audit event definitions5558 returns the audit event definitions5559# [RSpecRunTime] Finishing example group spec/requests/api/graphql/audit_events/definitions_spec.rb. It took 0.5 second. Expected to take 0.63 second.5560auto_explain log contains 1435 entries for main, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-integration-pg14-single-db-ci-connection-15-16.336.main.ndjson.gz5561took 30.6822193245562auto_explain log contains 1436 entries for ci, writing to /builds/gitlab-org/gitlab/auto_explain/rspec-integration-pg14-single-db-ci-connection-15-16.336.ci.ndjson.gz5563took 29.8620852445564[TEST PROF INFO] EventProf results for sql.active_record5565Total time: 08:07.150 of 31:35.308 (25.7%)5566Total events: 3264125567Top 5 slowest suites (by time):5568API::ConanInstancePackages (./spec/requests/api/conan_instance_packages_spec.rb:5) – 01:41.485 (66283 / 205) of 05:53.832 (28.68%)5569API::ConanProjectPackages (./spec/requests/api/conan_project_packages_spec.rb:4) – 01:28.003 (58122 / 180) of 05:16.317 (27.82%)5570API::Notes (./spec/requests/api/notes_spec.rb:5) – 01:08.331 (43394 / 137) of 03:55.996 (28.95%)5571value stream analytics events (./spec/requests/projects/cycle_analytics_events_spec.rb:5) – 00:34.923 (19884 / 9) of 02:24.075 (24.24%)5572Update of user activity (./spec/requests/user_activity_spec.rb:5) – 00:29.863 (20267 / 62) of 01:53.732 (26.26%)5573Knapsack report was generated. Preview:5574{5575 "spec/requests/api/conan_instance_packages_spec.rb": 353.8321810389998,5576 "spec/requests/api/conan_project_packages_spec.rb": 316.3172834649995,5577 "spec/requests/api/notes_spec.rb": 235.99621628300065,5578 "spec/requests/projects/cycle_analytics_events_spec.rb": 144.07444746199963,5579 "spec/requests/user_activity_spec.rb": 113.73171491700032,5580 "spec/requests/api/ci/runners_spec.rb": 53.990178428000036,5581 "spec/requests/api/graphql/container_repository/container_repository_details_spec.rb": 76.64923081799952,5582 "spec/requests/api/helpers_spec.rb": 52.312768255000265,5583 "spec/requests/api/terraform/state_version_spec.rb": 49.97613765300048,5584 "spec/requests/api/group_labels_spec.rb": 47.9605248529997,5585 "spec/requests/api/pages/public_access_spec.rb": 40.18183988299916,5586 "spec/requests/api/pages/internal_access_spec.rb": 38.51625043900003,5587 "spec/requests/api/todos_spec.rb": 31.18837330400038,5588 "spec/requests/api/graphql/mutations/container_expiration_policy/update_spec.rb": 22.886575463000554,5589 "spec/controllers/import/gitea_controller_spec.rb": 23.72002556100051,5590 "spec/controllers/projects/templates_controller_spec.rb": 24.324526205999973,5591 "spec/requests/search_controller_spec.rb": 23.697695054999713,5592 "spec/controllers/projects/refs_controller_spec.rb": 16.001141368999924,5593 "spec/controllers/projects/autocomplete_sources_controller_spec.rb": 16.230469871999958,5594 "spec/requests/projects/tags_controller_spec.rb": 15.176854258000276,5595 "spec/requests/jwt_controller_spec.rb": 12.405380175000573,5596 "spec/requests/api/group_export_spec.rb": 12.633358948000023,5597 "spec/requests/api/ci/runner/jobs_put_spec.rb": 13.779812947999744,5598 "spec/requests/api/graphql/mutations/packages/protection/rule/delete_spec.rb": 9.18422431199997,5599 "spec/requests/api/graphql/mutations/container_registry/protection/rule/create_spec.rb": 9.235139484000683,5600 "spec/requests/api/graphql/mutations/ci/runner/create_spec.rb": 8.6103296830006,5601 "spec/requests/api/graphql/project/commit_references_spec.rb": 6.71848571100054,5602 "spec/requests/api/vs_code/settings/vs_code_settings_sync_spec.rb": 3.9027721250004106,5603 "spec/requests/api/graphql/mutations/issues/set_crm_contacts_spec.rb": 7.635724735999247,5604 "spec/controllers/snippets/blobs_controller_spec.rb": 5.753666022999823,5605 "spec/requests/api/graphql/mutations/merge_requests/set_labels_spec.rb": 9.338990457999898,5606 "spec/controllers/projects/pipelines/stages_controller_spec.rb": 7.055124157999671,5607 "spec/requests/api/graphql/project/packages_cleanup_policy_spec.rb": 5.419048255999769,5608 "spec/controllers/user_settings/personal_access_tokens_controller_spec.rb": 3.636043747000258,5609 "spec/controllers/users/terms_controller_spec.rb": 4.050627431000066,5610 "spec/requests/api/graphql/mutations/issues/set_due_date_spec.rb": 5.719805837999957,5611 "spec/requests/projects/google_cloud/configuration_controller_spec.rb": 4.594065256000249,5612 "spec/requests/api/internal/error_tracking_spec.rb": 4.228443164000055,5613 "spec/requests/api/graphql/mutations/metrics/dashboard/annotations/create_spec.rb": 4.057238660000621,5614 "spec/requests/api/graphql/jobs_query_spec.rb": 4.907842936999259,5615 "spec/requests/api/graphql/group/data_transfer_spec.rb": 3.466080914000486,5616 "spec/requests/oauth_tokens_spec.rb": 3.9539615469993805,5617 "spec/requests/groups/settings/slacks_controller_spec.rb": 3.6163771499996074,5618 "spec/requests/api/graphql/project/grafana_integration_spec.rb": 2.927437729000303,5619 "spec/requests/api/metrics/user_starred_dashboards_spec.rb": 2.9528574240002854,5620 "spec/requests/legacy_routes_spec.rb": 2.6336507850001,5621 "spec/requests/api/graphql/mutations/achievements/award_spec.rb": 2.967678492000232,5622 "spec/requests/external_redirect/external_redirect_controller_spec.rb": 1.4930249440003536,5623 "spec/controllers/projects/usage_quotas_controller_spec.rb": 3.0960524020001685,5624 "spec/requests/projects/merge_requests/content_spec.rb": 3.392240906000552,5625 "spec/controllers/concerns/onboarding/status_spec.rb": 2.375369765999494,5626 "spec/requests/api/graphql/mutations/issues/set_severity_spec.rb": 3.5030654080001113,5627 "spec/requests/api/graphql/mutations/environments/update_spec.rb": 2.00710563299981,5628 "spec/controllers/profiles/emails_controller_spec.rb": 1.857733296999868,5629 "spec/requests/api/admin/dictionary_spec.rb": 1.656610109000212,5630 "spec/requests/api/graphql/ci/application_setting_spec.rb": 1.6510417400004371,5631 "spec/requests/api/internal/lfs_spec.rb": 1.4181027060003544,5632 "spec/requests/api/graphql/project/recent_issue_boards_query_spec.rb": 1.5855161100007535,5633 "spec/requests/metrics_controller_spec.rb": 0.7481403319998208,5634 "spec/requests/projects/notes_controller_spec.rb": 1.56972707299974,5635 "spec/requests/jira_connect/public_keys_controller_spec.rb": 1.3988896199998635,5636 "spec/controllers/concerns/graceful_timeout_handling_spec.rb": 1.1527318280004692,5637 "spec/requests/jira_connect/oauth_application_ids_controller_spec.rb": 1.0026477419996809,5638 "spec/requests/api/graphql/mutations/alert_management/http_integration/update_spec.rb": 1.0180661499998678,5639 "spec/requests/chaos_controller_spec.rb": 0.7294371839998348,5640 "spec/controllers/concerns/redirects_for_missing_path_on_tree_spec.rb": 0.9280618829998275,5641 "spec/requests/api/graphql/audit_events/definitions_spec.rb": 0.50449000000025995642}5643Knapsack global time execution for tests: 31m 35s5644Pending: (Failures listed here are expected and do not affect your suite's status)5645 1) MetricsController behaves like Base action controller security headers Cross-Security-Policy when configuring vite when vite enabled during development adds vite csp5647 # ./spec/support/shared_examples/controllers/base_action_controller_shared_examples.rb:595648 2) ChaosController behaves like Base action controller security headers Cross-Security-Policy when configuring vite when vite enabled during development adds vite csp5650 # ./spec/support/shared_examples/controllers/base_action_controller_shared_examples.rb:595651Finished in 32 minutes 40 seconds (files took 52.27 seconds to load)56521733 examples, 0 failures, 2 pending5653Randomized with seed 447145654[TEST PROF INFO] Time spent in factories: 14:57.719 (45.68% of total time)5655RSpec exited with 0.5656No examples to retry, congrats!5658Running after script...5659$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"5670$ tooling/bin/push_job_metrics || true5671[job-metrics] Pushing job metrics file for the CI/CD job.5672[job-metrics] Pushed 4 CI job metric entries to InfluxDB.5674Not uploading cache ruby-gems-debian-bookworm-ruby-3.1-17 due to policy5676Uploading artifacts...5677auto_explain/: found 3 matching artifact files and directories 5678coverage/: found 5 matching artifact files and directories 5679crystalball/: found 2 matching artifact files and directories 5680WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 5681knapsack/: found 4 matching artifact files and directories 5682rspec/: found 16 matching artifact files and directories 5683WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/gitlab-org/gitlab) 5684log/*.log: found 16 matching artifact files and directories 5685WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6311411716/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com5686WARNING: Retrying... context=artifacts-uploader error=request redirected5687Uploading artifacts as "archive" to coordinator... 201 Created id=6311411716 responseStatus=201 Created token=glcbt-655688Uploading artifacts...5689rspec/rspec-*.xml: found 1 matching artifact files and directories 5690WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6311411716/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com5691WARNING: Retrying... context=artifacts-uploader error=request redirected5692Uploading artifacts as "junit" to coordinator... 201 Created id=6311411716 responseStatus=201 Created token=glcbt-655694Job succeeded