rspec-ee integration pg12 minimal 1/4
Passed Started
by
@tuxtimo
See GitLab account @timofurrer
1Running with gitlab-runner 15.3.0~beta.42.gdb7789ca (db7789ca)2 on green-3.shared-gitlab-org.runners-manager.gitlab.com/default EuhiQzPR3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:f2f1f275f1a1dff86079a737d24a925772f06910c3559b43f32ef6b0dd23b152 for postgres:12 with digest postgres@sha256:a2405cf650dd888788953bf3f69cbe9c8af99fd0e325122eb903707d1d16b162 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:648aa889c697d1745a25a82475ee0df2c22ffe74dc3b7e11d2785b7738f1bcaa for redis:6.0-alpine with digest redis@sha256:4af27048227d6f68911c0098f56fff75d2e0af41d424536a571c604a5a2aa85f ...13Starting service elasticsearch:7.17.0 ...14Pulling docker image elasticsearch:7.17.0 ...15Using docker image sha256:6fe993d6e7ed5e00a18f9b146d867b77559bf9948e6596bbf880ddbefeec46f7 for elasticsearch:7.17.0 with digest elasticsearch@sha256:332c6d416808f6e9a2cbcbe0170d9a9bb14bfe772180d37de5084c223dd8948b ...16Waiting for services to be up and running (timeout 30 seconds)...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 ...19Using docker image sha256:0de04b8fae6d288f2674c8ee330dead655389b1f4c48fa027d76f2d798deadaf for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:3632d3da2a61b74f7c4724eb8752b609c16b498daf20e9800a9c44629adab0bc ...21Running on runner-euhiqzpr-project-33734915-concurrent-0 via runner-euhiqzpr-shared-gitlab-org-1661277484-c080bfd4...23$ eval "$CI_PRE_CLONE_SCRIPT"24Fetching changes with git depth set to 20...25Initialized empty Git repository in /builds/gitlab-org-forks/gitlab/.git/26Created fresh repository.27Checking out d612f34e as feature/api-avatar-removal...28Skipping Git submodules setup29$ git remote set-url origin "${CI_REPOSITORY_URL}"31Checking cache for ruby-gems-debian-bullseye-ruby-2.7-non_protected...32WARNING: file does not exist 33Failed to extract cache34Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-non_protected...35WARNING: file does not exist 36Failed to extract cache38Downloading artifacts for compile-test-assets (2923578873)...39Downloading artifacts from coordinator... ok id=2923578873 responseStatus=200 OK token=-Yn4KPN340Downloading artifacts for detect-tests (2923578882)...41Downloading artifacts from coordinator... ok id=2923578882 responseStatus=200 OK token=-Yn4KPN342Downloading artifacts for retrieve-tests-metadata (2923578890)...43Downloading artifacts from coordinator... ok id=2923578890 responseStatus=200 OK token=-Yn4KPN344Downloading artifacts for setup-test-env (2923578879)...45Downloading artifacts from coordinator... ok id=2923578879 responseStatus=200 OK token=-Yn4KPN347Using docker image sha256:0de04b8fae6d288f2674c8ee330dead655389b1f4c48fa027d76f2d798deadaf for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-103-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:3632d3da2a61b74f7c4724eb8752b609c16b498daf20e9800a9c44629adab0bc ...48$ echo $FOSS_ONLY49$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb50$ export GOPATH=$CI_PROJECT_DIR/.go51$ mkdir -p $GOPATH52$ source scripts/utils.sh53$ source scripts/prepare_build.sh543.2.3355Bundler version 2.2.3356Successfully installed bundler-2.3.15571 gem installed58production:development59Settings are listed in order of priority. The top value will be used.60clean61Set for your local app (/builds/gitlab-org-forks/gitlab/.bundle/config): true62frozen63Set via BUNDLE_FROZEN: true64install_flags65Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"66path67Set for your local app (/builds/gitlab-org-forks/gitlab/.bundle/config): "/builds/gitlab-org-forks/gitlab/vendor"68without69Set via BUNDLE_WITHOUT: [:production, :development]70$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check71Don't run Bundler as root. Bundler can ask for sudo if it is needed, and72installing your bundle as root will break this application for all non-root73users on this machine.74The Gemfile's dependencies are satisfied75==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 389 seconds.76$ bundle pristine pg77Installing pg 1.4.1 with native extensions78==> 'bundle pristine pg' succeeded in 11 seconds.79Using decomposed database config (config/database.yml.decomposed-postgresql)80$ setup_db_user_only81CREATE ROLE82GRANT83==> 'setup_db_user_only' succeeded in 0 seconds.84$ bundle exec rake db:drop db:create db:schema:load db:migrate85Dropped database 'gitlabhq_test'86Dropped database 'gitlabhq_test_ci'87Dropped database 'gitlabhq_geo_test'88Created database 'gitlabhq_test'89Created database 'gitlabhq_test_ci'90Created database 'gitlabhq_geo_test'91==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 43 seconds.92$ setup_db_praefect93SELECT pg_catalog.set_config('search_path', '', false);94CREATE DATABASE praefect_test ENCODING 'UTF8';95==> 'setup_db_praefect' succeeded in 1 seconds.96$ run_timed_command "gem install knapsack --no-document"97$ gem install knapsack --no-document98Successfully installed knapsack-4.0.0991 gem installed100==> 'gem install knapsack --no-document' succeeded in 0 seconds.101$ run_timed_command "scripts/gitaly-test-spawn"102$ scripts/gitaly-test-spawn103find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory104find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory105find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory106find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory107find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory108find: ‘/builds/gitlab-org-forks/gitlab/tmp/tests/gitaly/cmd’: No such file or directory109Don't run Bundler as root. Bundler can ask for sudo if it is needed, and110installing your bundle as root will break this application for all non-root111users on this machine.112Fetching gem metadata from https://rubygems.org/...........113Fetching concurrent-ruby 1.1.10114Fetching zeitwerk 2.6.0115Fetching abstract_type 0.0.7116Fetching minitest 5.16.2117Installing abstract_type 0.0.7118Installing zeitwerk 2.6.0119Installing minitest 5.16.2120Installing concurrent-ruby 1.1.10121Fetching builder 3.2.4122Fetching erubi 1.10.0123Fetching mini_portile2 2.8.0124Installing builder 3.2.4125Installing erubi 1.10.0126Fetching racc 1.6.0127Fetching crass 1.0.6128Fetching rack 2.2.4129Installing mini_portile2 2.8.0130Fetching ice_nine 0.11.2131Installing ice_nine 0.11.2132Installing racc 1.6.0 with native extensions133Installing crass 1.0.6134Fetching thread_safe 0.3.6135Installing rack 2.2.4136Fetching public_suffix 4.0.7137Installing thread_safe 0.3.6138Installing public_suffix 4.0.7139Fetching ast 2.4.2140Fetching binding_ninja 0.2.3141Using bundler 2.3.15142Installing ast 2.4.2143Fetching charlock_holmes 0.7.7144Installing binding_ninja 0.2.3 with native extensions145Fetching coderay 1.1.2146Installing charlock_holmes 0.7.7 with native extensions147Installing coderay 1.1.2148Fetching equalizer 0.0.11149Installing equalizer 0.0.11150Fetching diff-lcs 1.3151Installing diff-lcs 1.3152Fetching dotenv 2.7.6153Installing dotenv 2.7.6154Fetching escape_utils 1.2.2155Installing escape_utils 1.2.2 with native extensions156Fetching multipart-post 2.1.1157Installing multipart-post 2.1.1158Fetching ffi 1.15.5159Installing ffi 1.15.5 with native extensions160Fetching json 2.5.1161Installing json 2.5.1 with native extensions162Fetching mini_mime 1.1.2163Installing mini_mime 1.1.2164Fetching rugged 1.2.0165Installing rugged 1.2.0 with native extensions166Fetching github-markup 1.7.0167Installing github-markup 1.7.0168Fetching mime-types-data 3.2020.1104169Installing mime-types-data 3.2020.1104170Fetching stringex 2.8.5171Fetching rouge 3.30.0172Installing stringex 2.8.5173Installing rouge 3.30.0174Fetching google-protobuf 3.21.3 (x86_64-linux)175Installing google-protobuf 3.21.3 (x86_64-linux)176Fetching opentracing 0.5.0177Fetching thrift 0.15.0178Installing opentracing 0.5.0179Fetching redis 4.4.0180Installing thrift 0.15.0 with native extensions181Installing redis 4.4.0182Fetching rubyzip 2.3.2183Installing rubyzip 2.3.2184Fetching thor 1.1.0185Installing thor 1.1.0186Fetching tomlrb 2.0.1187Installing tomlrb 2.0.1188Fetching with_env 1.1.0189Installing with_env 1.1.0190Fetching rexml 3.2.5191Installing rexml 3.2.5192Fetching gitlab-markup 1.7.1193Installing gitlab-markup 1.7.1194Fetching grpc-tools 1.42.0195Installing grpc-tools 1.42.0196Fetching method_source 0.9.2197Installing method_source 0.9.2198Fetching msgpack 1.3.3199Installing msgpack 1.3.3 with native extensions200Fetching optimist 3.0.1201Installing optimist 3.0.1202Fetching parallel 1.19.2203Installing parallel 1.19.2204Fetching procto 0.0.3205Installing procto 0.0.3206Fetching rainbow 3.0.0207Installing rainbow 3.0.0208Fetching rdoc 6.3.2209Installing rdoc 6.3.2210Fetching regexp_parser 1.8.1211Installing regexp_parser 1.8.1212Fetching rspec-support 3.8.0213Installing rspec-support 3.8.0214Fetching ruby-progressbar 1.10.1215Installing ruby-progressbar 1.10.1216Fetching unicode-display_width 1.7.0217Installing unicode-display_width 1.7.0218Fetching timecop 0.9.1219Installing timecop 0.9.1220Fetching i18n 1.12.0221Installing i18n 1.12.0222Fetching tzinfo 2.0.5223Installing tzinfo 2.0.5224Fetching rack-test 1.1.0225Installing rack-test 1.1.0226Fetching addressable 2.8.0227Installing addressable 2.8.0228Fetching memoizable 0.4.2229Installing memoizable 0.4.2230Fetching parser 3.0.3.2231Installing parser 3.0.3.2232Fetching faraday 1.0.1233Installing faraday 1.0.1234Fetching nokogiri 1.13.8 (x86_64-linux)235Installing nokogiri 1.13.8 (x86_64-linux)236Fetching mime-types 3.3.1237Installing mime-types 3.3.1238Fetching gemojione 3.3.0239Installing gemojione 3.3.0240Fetching googleapis-common-protos-types 1.3.0241Installing googleapis-common-protos-types 1.3.0242Fetching pg_query 2.1.3243Installing pg_query 2.1.3 with native extensions244Fetching xml-simple 1.1.9245Installing xml-simple 1.1.9246Fetching pry 0.12.2247Installing pry 0.12.2248Fetching jaeger-client 1.1.0249Installing jaeger-client 1.1.0250Fetching rspec-core 3.8.0251Installing rspec-core 3.8.0252Fetching rspec-expectations 3.8.3253Installing rspec-expectations 3.8.3254Fetching rspec-mocks 3.8.0255Installing rspec-mocks 3.8.0256Fetching activesupport 6.1.6.1257Installing activesupport 6.1.6.1258Fetching adamantium 0.2.0259Installing adamantium 0.2.0260Fetching rubocop-ast 0.2.0261Installing rubocop-ast 0.2.0262Fetching sawyer 0.8.2263Installing sawyer 0.8.2264Fetching sentry-raven 3.0.4265Installing sentry-raven 3.0.4266Fetching loofah 2.18.0267Installing loofah 2.18.0268Fetching sanitize 6.0.0269Installing sanitize 6.0.0270Fetching reverse_markdown 1.4.0271Installing reverse_markdown 1.4.0272Fetching grpc 1.42.0 (x86_64-linux)273Installing grpc 1.42.0 (x86_64-linux)274Fetching gitlab-license_finder 6.14.2.1275Installing gitlab-license_finder 6.14.2.1276Fetching rspec 3.8.0277Installing rspec 3.8.0278Fetching rails-dom-testing 2.0.3279Installing rails-dom-testing 2.0.3280Fetching factory_bot 5.0.2281Installing factory_bot 5.0.2282Fetching concord 0.1.5283Installing concord 0.1.5284Fetching rubocop 0.86.0285Installing rubocop 0.86.0286Fetching octokit 4.20.0287Installing octokit 4.20.0288Fetching rails-html-sanitizer 1.4.3289Installing rails-html-sanitizer 1.4.3290Fetching unparser 0.4.7291Installing unparser 0.4.7292Fetching actionview 6.1.6.1293Fetching rbtrace 0.4.14294Installing actionview 6.1.6.1295Installing rbtrace 0.4.14 with native extensions296Fetching proc_to_ast 0.1.0297Installing proc_to_ast 0.1.0298Fetching actionpack 6.1.6.1299Installing actionpack 6.1.6.1300Fetching rspec-parameterized 0.4.2301Installing rspec-parameterized 0.4.2302Fetching gitlab-labkit 0.23.0303Installing gitlab-labkit 0.23.0304Fetching github-linguist 7.20.0305Fetching gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1306Fetching licensee 9.15.2307Installing gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1308Fetching gitlab-gollum-lib 4.2.7.10.gitlab.2309Installing gitlab-gollum-lib 4.2.7.10.gitlab.2310Installing licensee 9.15.2311Installing github-linguist 7.20.0 with native extensions312Bundle complete! 22 Gemfile dependencies, 100 gems now installed.313Gems in the groups 'production' and 'development' were not installed.314Bundled gems are installed into `/builds/gitlab-org-forks/gitlab/vendor/gitaly-ruby`315Post-install message from rubyzip:316RubyZip 3.0 is coming!317**********************318The public API of some Rubyzip classes has been modernized to use named319parameters for optional arguments. Please check your usage of the320following classes:321 * `Zip::File`322 * `Zip::Entry`323 * `Zip::InputStream`324 * `Zip::OutputStream`325Please ensure that your Gemfiles and .gemspecs are suitably restrictive326to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).327See https://github.com/rubyzip/rubyzip for details. The Changelog also328lists other enhancements and bugfixes that have been implemented since329version 2.3.0.330Checking gitaly-ruby Gemfile...331Checking gitaly-ruby bundle...332The Gemfile's dependencies are satisfied333Trying to connect to gitaly: ............................................... OK334Trying to connect to gitaly2: ................................................................. OK335Starting Praefect with in-memory election strategyTrying to connect to praefect: ....... OK336$ source ./scripts/rspec_helpers.sh337==> 'scripts/gitaly-test-spawn' succeeded in 122 seconds.338$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"339SKIP_FLAKY_TESTS_AUTOMATICALLY: true340RETRY_FAILED_TESTS_IN_NEW_PROCESS: true341KNAPSACK_GENERATE_REPORT: true342FLAKY_RSPEC_GENERATE_REPORT: true343KNAPSACK_TEST_FILE_PATTERN: {ee/}spec/{commands,controllers,mailers,requests}{,/**/}*_spec.rb344KNAPSACK_LOG_LEVEL: debug345KNAPSACK_REPORT_PATH: knapsack/rspec-ee_integration_pg12_minimal_1_4_report.json346FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json347FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-ee_integration_pg12_minimal_1_4_report.json348NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-ee_integration_pg12_minimal_1_4_report.json349SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-ee_integration_pg12_minimal_1_4_report.txt350RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-ee_integration_pg12_minimal_1_4_report.txt351CRYSTALBALL: 352Knapsack node specs:353ee/spec/requests/api/vulnerabilities_spec.rb354ee/spec/requests/api/scim_spec.rb355ee/spec/requests/git_http_geo_spec.rb356ee/spec/requests/api/settings_spec.rb357ee/spec/controllers/projects_controller_spec.rb358ee/spec/controllers/groups/wikis_controller_spec.rb359ee/spec/requests/api/releases_spec.rb360ee/spec/controllers/projects/subscriptions_controller_spec.rb361ee/spec/requests/api/discussions_spec.rb362ee/spec/requests/api/group_push_rule_spec.rb363ee/spec/requests/api/graphql/group/epics_spec.rb364ee/spec/controllers/projects/push_rules_controller_spec.rb365ee/spec/requests/api/project_mirror_spec.rb366ee/spec/controllers/groups/omniauth_callbacks_controller_spec.rb367ee/spec/requests/api/graphql/group_query_spec.rb368ee/spec/requests/api/project_approval_rules_spec.rb369ee/spec/controllers/groups/group_members_controller_spec.rb370ee/spec/requests/api/graphql/project/requirements_management/requirements_spec.rb371ee/spec/controllers/groups/push_rules_controller_spec.rb372ee/spec/controllers/projects/security/vulnerabilities/notes_controller_spec.rb373ee/spec/requests/groups/epics/epic_links_controller_spec.rb374ee/spec/controllers/projects/settings/operations_controller_spec.rb375ee/spec/requests/api/users_spec.rb376ee/spec/requests/api/boards_spec.rb377ee/spec/requests/api/project_aliases_spec.rb378ee/spec/controllers/projects/protected_environments_controller_spec.rb379ee/spec/requests/api/project_approvals_spec.rb380ee/spec/controllers/groups/iterations_controller_spec.rb381ee/spec/requests/api/graphql/iteration_spec.rb382ee/spec/controllers/groups/hooks_controller_spec.rb383ee/spec/controllers/groups/analytics/cycle_analytics_controller_spec.rb384ee/spec/requests/projects/security/policies_controller_spec.rb385ee/spec/controllers/groups/saml_providers_controller_spec.rb386ee/spec/requests/api/award_emoji_spec.rb387ee/spec/requests/api/todos_spec.rb388ee/spec/controllers/registrations/groups_controller_spec.rb389ee/spec/requests/api/graphql/instance_security_dashboard_spec.rb390ee/spec/controllers/groups/analytics/ci_cd_analytics_controller_spec.rb391ee/spec/controllers/projects/security/vulnerability_report_controller_spec.rb392ee/spec/controllers/concerns/routable_actions_spec.rb393ee/spec/requests/api/audit_events_spec.rb394ee/spec/requests/api/invitations_spec.rb395ee/spec/requests/api/graphql/group/epic/epic_aggregate_query_spec.rb396ee/spec/requests/api/graphql/mutations/iterations/update_spec.rb397ee/spec/controllers/projects/legacy_pipelines_controller_spec.rb398ee/spec/requests/jwt_controller_spec.rb399ee/spec/controllers/groups/billings_controller_spec.rb400ee/spec/requests/api/graphql/boards/epic_board_list_epics_query_spec.rb401ee/spec/requests/ee/groups/autocomplete_sources_spec.rb402ee/spec/requests/api/graphql/project/dast_site_profiles_spec.rb403ee/spec/controllers/projects/integrations/zentao/issues_controller_spec.rb404ee/spec/requests/api/graphql/mutations/iterations/cadences/create_spec.rb405ee/spec/requests/api/graphql/vulnerabilities/issue_links_spec.rb406ee/spec/requests/api/commits_spec.rb407ee/spec/requests/api/dependencies_spec.rb408ee/spec/requests/api/graphql/group/epic/epic_issues_spec.rb409ee/spec/requests/projects/security/dast_scanner_profiles_controller_spec.rb410ee/spec/requests/api/graphql/mutations/requirements_management/create_requirement_spec.rb411ee/spec/controllers/admin/audit_logs_controller_spec.rb412ee/spec/controllers/admin/licenses/usage_exports_controller_spec.rb413ee/spec/requests/api/templates_spec.rb414ee/spec/requests/api/project_import_spec.rb415ee/spec/controllers/projects/quality/test_cases_controller_spec.rb416ee/spec/requests/api/graphql/namespace/compliance_frameworks_spec.rb417ee/spec/requests/api/graphql/mutations/dast_scanner_profiles/update_spec.rb418ee/spec/requests/api/graphql/mutations/vulnerabilities/finding_dismiss_spec.rb419ee/spec/mailers/ee/emails/projects_spec.rb420ee/spec/requests/api/dora/metrics_spec.rb421ee/spec/requests/groups/roadmap_controller_spec.rb422ee/spec/requests/api/graphql/mutations/security_policy/commit_scan_execution_policy_spec.rb423ee/spec/requests/api/elasticsearch_indexed_namespaces_spec.rb424ee/spec/controllers/boards/users_controller_spec.rb425ee/spec/requests/api/graphql/mutations/incident_management/oncall_rotation/update_spec.rb426ee/spec/requests/projects/security/corpus_management_controller_spec.rb427ee/spec/controllers/repositories/git_http_controller_spec.rb428ee/spec/requests/api/graphql/mutations/compliance_management/frameworks/create_spec.rb429ee/spec/controllers/projects/iterations_controller_spec.rb430ee/spec/requests/api/graphql/mutations/dast/profiles/delete_spec.rb431ee/spec/requests/api/graphql/vulnerabilities/description_spec.rb432ee/spec/requests/api/graphql/mutations/issues/set_weight_spec.rb433ee/spec/controllers/admin/licenses_controller_spec.rb434ee/spec/requests/api/graphql/project/dast_site_validations_spec.rb435ee/spec/requests/api/graphql/mutations/issues/create_spec.rb436ee/spec/controllers/boards/milestones_controller_spec.rb437ee/spec/requests/projects/issue_feature_flags_controller_spec.rb438ee/spec/requests/api/internal/upcoming_reconciliations_spec.rb439ee/spec/requests/customers_dot/proxy_controller_spec.rb440ee/spec/requests/api/graphql/boards/epic_boards_query_spec.rb441ee/spec/requests/groups/compliance_frameworks_spec.rb442ee/spec/requests/api/project_milestones_spec.rb443ee/spec/requests/api/graphql/mutations/vulnerabilities/destroy_external_issue_link_spec.rb444ee/spec/controllers/groups/analytics/repository_analytics_controller_spec.rb445ee/spec/controllers/groups/iteration_cadences_controller_spec.rb446ee/spec/requests/callout_spec.rb447ee/spec/controllers/projects/runners_controller_spec.rb448ee/spec/requests/api/graphql/project/incident_management/oncall_participants_spec.rb449ee/spec/requests/api/graphql/mutations/dast_scanner_profiles/create_spec.rb450ee/spec/requests/api/graphql/mutations/iterations/delete_spec.rb451ee/spec/requests/api/graphql/dora/dora_spec.rb452ee/spec/controllers/projects/settings/repository_controller_spec.rb453ee/spec/requests/api/graphql/boards/epic_list_query_spec.rb454ee/spec/requests/api/graphql/vulnerabilities/identifiers_spec.rb455ee/spec/controllers/profiles/slacks_controller_spec.rb456ee/spec/requests/api/graphql/mutations/analytics/devops_adoption/enabled_namespaces/enable_spec.rb457ee/spec/controllers/projects/issue_links_controller_spec.rb458ee/spec/requests/api/graphql/mutations/boards/epic_boards/create_spec.rb459ee/spec/requests/api/graphql/group/external_audit_event_destinations_spec.rb460ee/spec/mailers/ee/emails/merge_requests_spec.rb461ee/spec/controllers/ee/projects/merge_requests/content_controller_spec.rb462ee/spec/requests/api/graphql/project/incident_management/escalation_policy/rules_spec.rb463ee/spec/requests/api/graphql/mutations/projects/lock_path_spec.rb464ee/spec/requests/projects/mirrors_controller_spec.rb465ee/spec/requests/groups/usage_quotas_spec.rb466ee/spec/requests/api/graphql/vulnerabilities/details_spec.rb467ee/spec/requests/api/branches_spec.rb468ee/spec/requests/api/graphql/merge_requests/approval_state_spec.rb469ee/spec/requests/api/ci/runner/jobs_put_spec.rb470ee/spec/requests/api/ci/runner/jobs_trace_spec.rb471ee/spec/requests/api/graphql/mutations/requirements_management/export_requirements_spec.rb472ee/spec/controllers/ee/admin/sessions_controller_spec.rb473ee/spec/requests/api/graphql/mutations/boards/epic_boards/update_spec.rb474ee/spec/requests/api/graphql/project/path_locks_spec.rb475ee/spec/mailers/emails/in_product_marketing_spec.rb476ee/spec/controllers/oauth/applications_controller_spec.rb477ee/spec/requests/trial_registrations_controller_spec.rb478ee/spec/controllers/admin/dashboard_controller_spec.rb479ee/spec/mailers/ee/emails/profile_spec.rb480ee/spec/controllers/admin/runners_controller_spec.rb481ee/spec/mailers/devise_mailer_spec.rb482ee/spec/requests/api/graphql/analytics/devops_adoption/enabled_namespaces_spec.rb483ee/spec/requests/api/api_spec.rb484ee/spec/requests/rack_attack_global_spec.rb485ee/spec/controllers/profiles/usage_quotas_controller_spec.rb486ee/spec/requests/api/search_spec.rb487Filter specs:488spec/requests/api/projects_spec.rb489ee/spec/requests/api/projects_spec.rb490spec/frontend/fixtures/api_projects.rb491spec/requests/api/helpers_spec.rb492spec/requests/api/pages/public_access_spec.rb493spec/requests/api/pages/internal_access_spec.rbKnapsack report generator started!494Run options: exclude {:quarantine=>true, :level=>"migration"}495Test environment set up in 0.655288202 seconds496API::AuditEvents497 Unique usage tracking498 after calling all audit_events APIs as a single licensed user499 tracks 3 separate events500 reports one unique event501 GET /audit_events502 when authenticated, as a user503 behaves like 403 response504 returns 403505 when authenticated, as an admin506 audit events feature is not available507 behaves like 403 response508 returns 403509 audit events feature is available510 returns 200 response511 includes the correct pagination headers512 parameters513 entity_type parameter514 returns audit events of the provided entity type515 entity_id parameter516 returns audit_events of the provided entity id517 requires entity_type parameter to be present518 behaves like 400 response519 returns 400520 created_before parameter521 returns audit events created before the given parameter522 created_after parameter523 returns audit events created after the given parameter524 attributes525 exposes the right attributes526 keyset pagination527 paginates the records correctly528 on making requests with unsupported ordering structure529 returns error530 GET /audit_events/:id531 when authenticated, as a user532 behaves like 403 response533 returns 403534 when authenticated, as an admin535 audit events feature is not available536 behaves like 403 response537 returns 403538 audit events feature is available539 audit event exists540 returns 200 response541 attributes542 exposes the right attributes543 audit event does not exist544 behaves like 404 response545 returns 404546Knapsack report was generated. Preview:547{548 "ee/spec/requests/api/audit_events_spec.rb": 18.019801555999948549}550Knapsack global time execution for tests: 18s551Finished in 21.69 seconds (files took 1 minute 13.49 seconds to load)55219 examples, 0 failures553RSpec exited with 0.554No examples to retry, congrats!556Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-non_protected due to policy557Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-non_protected due to policy559Uploading artifacts...560coverage/: found 5 matching files and directories 561crystalball/: found 2 matching files and directories 562WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 563knapsack/: found 3 matching files and directories 564rspec/: found 8 matching files and directories 565WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 566log/*.log: found 15 matching files and directories 567WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2923579180/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com568WARNING: Retrying... context=artifacts-uploader error=request redirected569Uploading artifacts as "archive" to coordinator... 201 Created id=2923579180 responseStatus=201 Created token=-Yn4KPN3570Uploading artifacts...571rspec/junit_rspec.xml: found 1 matching files and directories 572WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2923579180/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com573WARNING: Retrying... context=artifacts-uploader error=request redirected574Uploading artifacts as "junit" to coordinator... 201 Created id=2923579180 responseStatus=201 Created token=-Yn4KPN3576Job succeeded