rspec-ee migration pg12 3/3
Passed Started
by
@leetickett

Lee Tickett
1Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)2 on green-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org GaSD-S1F3 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-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:ac3b8cd6a8b42e839456256bc514d6230b5a2538c738b3d522e1384a2a172b96 for postgres:12 with digest postgres@sha256:e6ffad42c91a4d5a29257a27ac4e160c3ae7196696b37bf2e80410024ed95951 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:09401fed2a421bf0019f96dcec70c85f82ec7b76beb1ae589547b0dc302d6b76 for redis:6.0-alpine with digest redis@sha256:217a9db40a914cc3f6206a143a4d750da0607500cc013a147a4979e08e40beff ...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-101-yarn-1.22-graphicsmagick-1.3.36 ...19Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 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-101-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:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...21Running on runner-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1656912379-9221aa91...23$ eval "$CI_PRE_CLONE_SCRIPT"24Fetching changes with git depth set to 20...25Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/26Created fresh repository.27remote: Enumerating objects: 115982, done. 28remote: Counting objects: 100% (115982/115982), done. 29remote: Compressing objects: 100% (81018/81018), done. 30remote: Total 115982 (delta 48513), reused 75495 (delta 30560), pack-reused 0 31Receiving objects: 100% (115982/115982), 108.44 MiB | 24.63 MiB/s, done.32Resolving deltas: 100% (48513/48513), done.34 * [new ref] refs/pipelines/579176392 -> refs/pipelines/57917639235Checking out 204b4379 as refs/merge-requests/91556/merge...36Skipping Git submodules setup37$ git remote set-url origin "${CI_REPOSITORY_URL}"39Checking cache for ruby-gems-debian-bullseye-ruby-2.7-10...40cache.zip is up to date 41Successfully extracted cache42Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-10...43cache.zip is up to date 44Successfully extracted cache46Downloading artifacts for compile-test-assets (2673336706)...47Downloading artifacts from coordinator... ok id=2673336706 responseStatus=200 OK token=Qyf4J6MK48Downloading artifacts for detect-tests (2673336715)...49Downloading artifacts from coordinator... ok id=2673336715 responseStatus=200 OK token=Qyf4J6MK50Downloading artifacts for retrieve-tests-metadata (2673336722)...51Downloading artifacts from coordinator... ok id=2673336722 responseStatus=200 OK token=Qyf4J6MK52Downloading artifacts for setup-test-env (2673336712)...53Downloading artifacts from coordinator... ok id=2673336712 responseStatus=200 OK token=Qyf4J6MK55Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 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-101-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:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...56$ echo $FOSS_ONLY57$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb58$ export GOPATH=$CI_PROJECT_DIR/.go59$ mkdir -p $GOPATH60$ source scripts/utils.sh61$ source scripts/prepare_build.sh623.2.3363Bundler version 2.2.3364Successfully installed bundler-2.3.15651 gem installed66production:development67Settings are listed in order of priority. The top value will be used.68clean69Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true70frozen71Set via BUNDLE_FROZEN: true72install_flags73Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"74path75Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"76without77Set via BUNDLE_WITHOUT: [:production, :development]78$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check79Don't run Bundler as root. Bundler can ask for sudo if it is needed, and80installing your bundle as root will break this application for all non-root81users on this machine.82The Gemfile's dependencies are satisfied83==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 1 seconds.84$ bundle pristine pg85Installing pg 1.3.5 with native extensions86==> 'bundle pristine pg' succeeded in 10 seconds.87Using decomposed database config (config/database.yml.decomposed-postgresql)88$ setup_db_user_only89CREATE ROLE90GRANT91==> 'setup_db_user_only' succeeded in 0 seconds.92$ bundle exec rake db:drop db:create db:schema:load db:migrate93Dropped database 'gitlabhq_test'94Dropped database 'gitlabhq_test_ci'95Dropped database 'gitlabhq_geo_test'96Created database 'gitlabhq_test'97Created database 'gitlabhq_test_ci'98Created database 'gitlabhq_geo_test'99==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 37 seconds.100$ setup_db_praefect101SELECT pg_catalog.set_config('search_path', '', false);102CREATE DATABASE praefect_test ENCODING 'UTF8';103==> 'setup_db_praefect' succeeded in 0 seconds.104$ run_timed_command "gem install knapsack --no-document"105$ gem install knapsack --no-document106Successfully installed knapsack-4.0.01071 gem installed108==> 'gem install knapsack --no-document' succeeded in 0 seconds.109$ run_timed_command "scripts/gitaly-test-spawn"110$ scripts/gitaly-test-spawn111find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory112Don't run Bundler as root. Bundler can ask for sudo if it is needed, and113installing your bundle as root will break this application for all non-root114users on this machine.115Using abstract_type 0.0.7116Using concurrent-ruby 1.1.10117Using i18n 1.10.0118Using minitest 5.15.0119Using tzinfo 2.0.4120Using zeitwerk 2.5.4121Using activesupport 6.1.4.7122Using builder 3.2.4123Using erubi 1.10.0124Using mini_portile2 2.8.0125Using racc 1.6.0126Using nokogiri 1.13.6 (x86_64-linux)127Using rails-dom-testing 2.0.3128Using crass 1.0.6129Using loofah 2.16.0130Using rails-html-sanitizer 1.4.2131Using actionview 6.1.4.7132Using rack 2.2.3133Using rack-test 1.1.0134Using actionpack 6.1.4.7135Using ice_nine 0.11.2136Using thread_safe 0.3.6137Using memoizable 0.4.2138Using adamantium 0.2.0139Using public_suffix 4.0.6140Using addressable 2.7.0141Using ast 2.4.2142Using binding_ninja 0.2.3143Using bundler 2.3.15144Using charlock_holmes 0.7.7145Using coderay 1.1.2146Using equalizer 0.0.11147Using concord 0.1.5148Using diff-lcs 1.3149Using dotenv 2.7.6150Using escape_utils 1.2.1151Using factory_bot 5.0.2152Using multipart-post 2.1.1153Using faraday 1.0.1154Using ffi 1.15.3155Using json 2.5.1156Using gemojione 3.3.0157Using mini_mime 1.0.2158Using rugged 1.2.0159Using github-linguist 7.12.1160Using github-markup 1.7.0161Using mime-types-data 3.2020.1104162Using mime-types 3.3.1163Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1164Using rouge 3.27.0165Using sanitize 6.0.0166Using stringex 2.8.5167Using gitlab-gollum-lib 4.2.7.10.gitlab.2168Using google-protobuf 3.19.1 (x86_64-linux)169Using googleapis-common-protos-types 1.3.0170Using grpc 1.42.0 (x86_64-linux)171Using opentracing 0.5.0172Using thrift 0.15.0173Using jaeger-client 1.1.0174Using pg_query 2.1.1175Using redis 4.4.0176Using gitlab-labkit 0.23.0177Using rubyzip 2.3.2178Using thor 1.1.0179Using tomlrb 2.0.1180Using with_env 1.1.0181Using rexml 3.2.5182Using xml-simple 1.1.9183Using gitlab-license_finder 6.14.2.1184Using gitlab-markup 1.7.1185Using grpc-tools 1.42.0186Using sawyer 0.8.2187Using octokit 4.20.0188Using reverse_markdown 1.4.0189Using licensee 9.14.1190Using method_source 0.9.2191Using msgpack 1.3.3192Using optimist 3.0.1193Using parallel 1.19.2194Using parser 3.0.3.2195Using procto 0.0.3196Using unparser 0.4.7197Using proc_to_ast 0.1.0198Using pry 0.12.2199Using rainbow 3.0.0200Using rbtrace 0.4.14201Using rdoc 6.3.2202Using regexp_parser 1.8.1203Using rspec-support 3.8.0204Using rspec-core 3.8.0205Using rspec-expectations 3.8.3206Using rspec-mocks 3.8.0207Using rspec 3.8.0208Using rspec-parameterized 0.4.2209Using rubocop-ast 0.2.0210Using ruby-progressbar 1.10.1211Using unicode-display_width 1.7.0212Using rubocop 0.86.0213Using sentry-raven 3.0.4214Using timecop 0.9.1215Bundle complete! 22 Gemfile dependencies, 100 gems now installed.216Gems in the groups 'production' and 'development' were not installed.217Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`218Checking gitaly-ruby Gemfile...219Checking gitaly-ruby bundle...220The Gemfile's dependencies are satisfied221Trying to connect to gitaly: ................................... OK222Trying to connect to gitaly2: ................................................... OK223Starting Praefect with in-memory election strategyTrying to connect to praefect: ....... OK224==> 'scripts/gitaly-test-spawn' succeeded in 11 seconds.225$ source ./scripts/rspec_helpers.sh226$ rspec_paralellized_job "--tag ~quarantine --tag level:migration"227SKIP_FLAKY_TESTS_AUTOMATICALLY: true228RETRY_FAILED_TESTS_IN_NEW_PROCESS: true229KNAPSACK_GENERATE_REPORT: true230FLAKY_RSPEC_GENERATE_REPORT: true231KNAPSACK_TEST_FILE_PATTERN: {ee/}spec/{migrations,lib/gitlab/background_migration,lib/ee/gitlab/background_migration}{,/**/}*_spec.rb232KNAPSACK_LOG_LEVEL: debug233KNAPSACK_REPORT_PATH: knapsack/rspec-ee_migration_pg12_3_3_report.json234FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json235FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-ee_migration_pg12_3_3_report.json236NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-ee_migration_pg12_3_3_report.json237SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-ee_migration_pg12_3_3_report.txt238RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-ee_migration_pg12_3_3_report.txt239CRYSTALBALL: 240Knapsack report generator started!241DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql_adapter.rb:78: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call242/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/pg-1.3.5/lib/pg.rb:68: warning: The called method `connect' is defined here243 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)244Run options:245 include {:level=>"migration"}246 exclude {:quarantine=>true}247Test environment set up in 0.980653773 seconds248UpdateGitlabSubscriptionsStartAtPostEoa249 #up250 when not on GitLab.com251 does not do any update252 when on Gitlab.com253 updates the silver and gold post-EoA subscriptions254 when a subscription occurred before eoa date255 is not being updated256 when a subscription other than gold and silver was bought after eoa date257 is not being updated258BackfillNamespaceStatisticsWithWikiSize259 #up260== 20210302074524 BackfillNamespaceStatisticsWithWikiSize: migrating ==========261-- exec_query("SELECT group_wiki_repositories.group_id\nFROM group_wiki_repositories\n")262 -> 0.0011s263== 20210302074524 BackfillNamespaceStatisticsWithWikiSize: migrated (0.0104s) =264 correctly schedules background migrations265Gitlab::BackgroundMigration::UpdateVulnerabilityOccurrencesLocation266 when raw_metadata is a valid json267 updates location268 when raw_metadata is invalid json269 behaves like does not update location270 does not update location271 when raw_metadata is empty272 behaves like does not update location273 does not update location274Gitlab::BackgroundMigration::PopulateStatusColumnOfSecurityScans275 #perform276 changes the status of the security_scan records277Gitlab::BackgroundMigration::FixIncorrectMaxSeatsUsed278 #perform279 when gitlab subscription does not have renew history280 does not reset max_seats_used and seats_owed281 when gitlab subscription has one renew history282 behaves like gitlab subscription has one or more renew history283 resets max_seats_used and seats_owed284 when max_seats_used has already been correctly reset during renew285 does not reset max_seats_used and seats_owed286 when start_date is before 2021-08-02287 does not reset max_seats_used and seats_owed288 when start_date is 2021-08-02289 resets max_seats_used and seats_owed290 when start_date is 2021-11-20291 resets max_seats_used and seats_owed292 when start_date is after 2021-11-20293 does not reset max_seats_used and seats_owed294 when batch_2_for_start_date_before_02_aug_2021295 when start_date is before 2021-08-02296 resets max_seats_used and seats_owed297 when start_date is 2021-08-02298 does not reset max_seats_used and seats_owed299 when start_date is after 2021-08-02300 does not reset max_seats_used and seats_owed301 when max_seats_used is 0302 does not reset max_seats_used and seats_owed303 when max_seats_used equals to seats_in_use304 does not reset max_seats_used and seats_owed305 when max_seats_used is less than seats_in_use306 does not reset max_seats_used and seats_owed307 when max_seats_used equals to seats308 does not reset max_seats_used and seats_owed309 when max_seats_used is less than seats310 does not reset max_seats_used and seats_owed311 when max_seats_used increases after renew312 does not reset max_seats_used and seats_owed313 when seats_in_use increased to max_seats_used314 does not reset max_seats_used and seats_owed315 when seats_in_use increased to greater than max_seats_used316 does not reset max_seats_used and seats_owed317 gitlab subscription has more than one renew histories318 behaves like gitlab subscription has one or more renew history319 resets max_seats_used and seats_owed320 when max_seats_used has already been correctly reset during renew321 does not reset max_seats_used and seats_owed322 when start_date is before 2021-08-02323 does not reset max_seats_used and seats_owed324 when start_date is 2021-08-02325 resets max_seats_used and seats_owed326 when start_date is 2021-11-20327 resets max_seats_used and seats_owed328 when start_date is after 2021-11-20329 does not reset max_seats_used and seats_owed330 when batch_2_for_start_date_before_02_aug_2021331 when start_date is before 2021-08-02332 resets max_seats_used and seats_owed333 when start_date is 2021-08-02334 does not reset max_seats_used and seats_owed335 when start_date is after 2021-08-02336 does not reset max_seats_used and seats_owed337 when max_seats_used is 0338 does not reset max_seats_used and seats_owed339 when max_seats_used equals to seats_in_use340 does not reset max_seats_used and seats_owed341 when max_seats_used is less than seats_in_use342 does not reset max_seats_used and seats_owed343 when max_seats_used equals to seats344 does not reset max_seats_used and seats_owed345 when max_seats_used is less than seats346 does not reset max_seats_used and seats_owed347 when max_seats_used increases after renew348 does not reset max_seats_used and seats_owed349 when seats_in_use increased to max_seats_used350 does not reset max_seats_used and seats_owed351 when seats_in_use increased to greater than max_seats_used352 does not reset max_seats_used and seats_owed353 when gitlab subscription has non-renewal update history354 when gitlab subscription does not have renew history355 does not reset max_seats_used and seats_owed356 when gitlab subscription has one renew history357 behaves like gitlab subscription has one or more renew history358 resets max_seats_used and seats_owed359 when max_seats_used has already been correctly reset during renew360 does not reset max_seats_used and seats_owed361 when start_date is before 2021-08-02362 does not reset max_seats_used and seats_owed363 when start_date is 2021-08-02364 resets max_seats_used and seats_owed365 when start_date is 2021-11-20366 resets max_seats_used and seats_owed367 when start_date is after 2021-11-20368 does not reset max_seats_used and seats_owed369 when batch_2_for_start_date_before_02_aug_2021370 when start_date is before 2021-08-02371 resets max_seats_used and seats_owed372 when start_date is 2021-08-02373 does not reset max_seats_used and seats_owed374 when start_date is after 2021-08-02375 does not reset max_seats_used and seats_owed376 when max_seats_used is 0377 does not reset max_seats_used and seats_owed378 when max_seats_used equals to seats_in_use379 does not reset max_seats_used and seats_owed380 when max_seats_used is less than seats_in_use381 does not reset max_seats_used and seats_owed382 when max_seats_used equals to seats383 does not reset max_seats_used and seats_owed384 when max_seats_used is less than seats385 does not reset max_seats_used and seats_owed386 when max_seats_used increases after renew387 does not reset max_seats_used and seats_owed388 when seats_in_use increased to max_seats_used389 does not reset max_seats_used and seats_owed390 when seats_in_use increased to greater than max_seats_used391 does not reset max_seats_used and seats_owed392 gitlab subscription has more than one renew histories393 behaves like gitlab subscription has one or more renew history394 resets max_seats_used and seats_owed395 when max_seats_used has already been correctly reset during renew396 does not reset max_seats_used and seats_owed397 when start_date is before 2021-08-02398 does not reset max_seats_used and seats_owed399 when start_date is 2021-08-02400 resets max_seats_used and seats_owed401 when start_date is 2021-11-20402 resets max_seats_used and seats_owed403 when start_date is after 2021-11-20404 does not reset max_seats_used and seats_owed405 when batch_2_for_start_date_before_02_aug_2021406 when start_date is before 2021-08-02407 resets max_seats_used and seats_owed408 when start_date is 2021-08-02409 does not reset max_seats_used and seats_owed410 when start_date is after 2021-08-02411 does not reset max_seats_used and seats_owed412 when max_seats_used is 0413 does not reset max_seats_used and seats_owed414 when max_seats_used equals to seats_in_use415 does not reset max_seats_used and seats_owed416 when max_seats_used is less than seats_in_use417 does not reset max_seats_used and seats_owed418 when max_seats_used equals to seats419 does not reset max_seats_used and seats_owed420 when max_seats_used is less than seats421 does not reset max_seats_used and seats_owed422 when max_seats_used increases after renew423 does not reset max_seats_used and seats_owed424 when seats_in_use increased to max_seats_used425 does not reset max_seats_used and seats_owed426 when seats_in_use increased to greater than max_seats_used427 does not reset max_seats_used and seats_owed428EE::Gitlab::BackgroundMigration::FixIncorrectMaxSeatsUsed::FixIncorrectMaxSeatsUsedJsonLogger429 logs a hash as a JSON430 logs a string as a JSON431 logs into the expected file432Gitlab::BackgroundMigration::MigrateRequirementsToWorkItems433 creates work items for not synced requirements434 creates requirement work items with correct attributes435 populates iid correctly436 tracks iid greatest value437ScheduleTraceExpiryRemoval438 on gitlab.com439 #up440main: == 20220131000001 ScheduleTraceExpiryRemoval: migrating =======================441main: -- Scheduled 5 RemoveAllTraceExpirationDates jobs with a maximum of 2 records per batch and an interval of 240 seconds.442The migration is expected to take at least 1200 seconds. Expect all jobs to have completed after 2022-07-04 07:35:18 UTC."443main: == 20220131000001 ScheduleTraceExpiryRemoval: migrated (0.0792s) ==============444 schedules batches of the correct size at 2 minute intervals445 on self-hosted instances446 #up447main: == 20220131000001 ScheduleTraceExpiryRemoval: migrating =======================448main: == 20220131000001 ScheduleTraceExpiryRemoval: migrated (0.0000s) ==============449 does nothing450Gitlab::BackgroundMigration::PopulateTestReportsIssueId451 links test reports to requirement issues452MigrateCiJobArtifactsToSeparateRegistry453 #up454== 20180322062741 MigrateCiJobArtifactsToSeparateRegistry: migrating ==========455== 20180322062741 MigrateCiJobArtifactsToSeparateRegistry: migrated (0.0470s) =456 migrates all job artifacts to its own data table457== 20180322062741 MigrateCiJobArtifactsToSeparateRegistry: migrating ==========458== 20180322062741 MigrateCiJobArtifactsToSeparateRegistry: migrated (0.0542s) =459 creates a new artifact with the trigger460== 20180322062741 MigrateCiJobArtifactsToSeparateRegistry: migrating ==========461== 20180322062741 MigrateCiJobArtifactsToSeparateRegistry: migrated (0.0529s) =462 updates a new artifact with the trigger463== 20180322062741 MigrateCiJobArtifactsToSeparateRegistry: migrating ==========464== 20180322062741 MigrateCiJobArtifactsToSeparateRegistry: migrated (0.0530s) =465 creates a new artifact using the next ID466 #down467== 20180322062741 MigrateCiJobArtifactsToSeparateRegistry: migrating ==========468== 20180322062741 MigrateCiJobArtifactsToSeparateRegistry: migrated (0.0565s) =469 rolls back data properly470Gitlab::BackgroundMigration::PopulateLatestPipelineIds471 #perform472 sets the latest_pipeline_id473Gitlab::BackgroundMigration::DeleteInvalidEpicIssues474 #perform475 removes invalid epic issues476 logs deleted records477 prevents N+1 queries478Gitlab::BackgroundMigration::MigrateApproverToApprovalRulesInBatch479 when there is no more MigrateApproverToApprovalRules jobs480 migrates individual target481MigrateJobArtifactRegistry482geo: == 20220202101354 MigrateJobArtifactRegistry: migrating =======================483geo: -- Scheduled 2 MigrateJobArtifactRegistryToSsf jobs with a maximum of 2 records per batch and an interval of 120 seconds.484The migration is expected to take at least 240 seconds. Expect all jobs to have completed after 2022-07-04 07:21:07 UTC."485geo: == 20220202101354 MigrateJobArtifactRegistry: migrated (0.0988s) ==============486 correctly schedules background migrations487Knapsack report was generated. Preview:488{489 "ee/spec/migrations/update_gitlab_subscriptions_start_at_post_eoa_spec.rb": 61.86089509799967,490 "ee/spec/migrations/backfill_namespace_statistics_with_wiki_size_spec.rb": 50.45209376399998,491 "ee/spec/lib/ee/gitlab/background_migration/update_vulnerability_occurrences_location_spec.rb": 33.069504373999735,492 "ee/spec/lib/ee/gitlab/background_migration/populate_status_column_of_security_scans_spec.rb": 32.432683836999786,493 "ee/spec/lib/ee/gitlab/background_migration/fix_incorrect_max_seats_used_spec.rb": 11.260950340999443,494 "ee/spec/lib/gitlab/background_migration/migrate_requirements_to_work_items_spec.rb": 22.508268237000266,495 "ee/spec/migrations/schedule_trace_expiry_removal_spec.rb": 24.940264150000075,496 "ee/spec/lib/gitlab/background_migration/populate_test_reports_issue_id_spec.rb": 23.87961808,497 "ee/spec/migrations/geo/migrate_ci_job_artifacts_to_separate_registry_spec.rb": 17.599878996999905,498 "ee/spec/lib/ee/gitlab/background_migration/populate_latest_pipeline_ids_spec.rb": 13.590527999999722,499 "ee/spec/lib/ee/gitlab/background_migration/delete_invalid_epic_issues_spec.rb": 12.477707234000263,500 "ee/spec/lib/ee/gitlab/background_migration/migrate_approver_to_approval_rules_in_batch_spec.rb": 9.590676279000036,501 "ee/spec/migrations/geo/migrate_job_artifact_registry_spec.rb": 3.236875685999621502}503Knapsack global time execution for tests: 05m 16s504Finished in 5 minutes 56 seconds (files took 1 minute 6.83 seconds to load)505100 examples, 0 failures506RSpec exited with 0.507No examples to retry, congrats!509Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy510Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy512Uploading artifacts...513coverage/: found 5 matching files and directories 514crystalball/: found 2 matching files and directories 515WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 516knapsack/: found 3 matching files and directories 517rspec/: found 8 matching files and directories 518WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 519log/*.log: found 15 matching files and directories 520WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337814/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com521WARNING: Retrying... context=artifacts-uploader error=request redirected522Uploading artifacts as "archive" to coordinator... 201 Created id=2673337814 responseStatus=201 Created token=Qyf4J6MK523Uploading artifacts...524rspec/junit_rspec.xml: found 1 matching files and directories 525WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337814/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com526WARNING: Retrying... context=artifacts-uploader error=request redirected527Uploading artifacts as "junit" to coordinator... 201 Created id=2673337814 responseStatus=201 Created token=Qyf4J6MK529Job succeeded