run-dev-fixtures-ee
Passed Started
by
@mkarampalas
Michael Karampalas
1Running with gitlab-runner 13.10.0-rc1 (ecc4c590)2 on prm-com-gitlab-org ae3bfce23 feature flags: FF_GITLAB_REGISTRY_HELPER_IMAGE:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 ...7Starting service postgres:11.6 ...8Pulling docker image postgres:11.6 ...9Using docker image sha256:2c963c0eb8c6efa49bb8352ea446f248d208d674cfc34fc9ea275b5f99f8dedd for postgres:11.6 with digest postgres@sha256:6f2062ab11d720f4756f17da4d0a64534346cce33b7cdea9d7ac4f43eed9fc02 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:1516bcc5a32fffe685aa67d3f10f24b325b7b1a93440fb11c22eea6ae87e497a for redis:5.0-alpine with digest redis@sha256:20ab6314c60b363e71051232cb2b584072b87981541c818a602e006fca5ba48e ...13Starting service elasticsearch:7.11.1 ...14Pulling docker image elasticsearch:7.11.1 ...15Using docker image sha256:bc3d45eba361de2bde57b25ada32b4de5dd5f5cb12cd3bd049212e90bdfd62a9 for elasticsearch:7.11.1 with digest elasticsearch@sha256:3a219f148b596e25c1b16bda46e1ca07db46826c0e1cde003c2d2f93f33d18e4 ...16Waiting for services to be up and running...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 ...19Using docker image sha256:3d9eaa64e5ac84c87745afcb0e240b69c313eebf624092e623f9fb5aee0f49b7 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:f5fca6fbad34f17ebac8b436990cc1cd97ca47a61c1d3ba9aa3dd3081e4a9f6a ...21Running on runner-ae3bfce2-project-278964-concurrent-0 via runner-ae3bfce2-prm-1616415519-6247da7c...23$ eval "$CI_PRE_CLONE_SCRIPT"24Downloading archived master...25Connecting to storage.googleapis.com (172.217.193.128:443)26saving to '/tmp/gitlab.tar.gz'27gitlab.tar.gz 1% | | 6118k 0:01:08 ETA28gitlab.tar.gz 29% |********* | 121M 0:00:04 ETA29gitlab.tar.gz 61% |******************* | 254M 0:00:01 ETA30gitlab.tar.gz 88% |**************************** | 366M 0:00:00 ETA31gitlab.tar.gz 100% |********************************| 411M 0:00:00 ETA32'/tmp/gitlab.tar.gz' saved33Extracting tarball into /builds/gitlab-org/gitlab...34Fetching changes with git depth set to 20...35Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/36remote: Enumerating objects: 175, done. 37remote: Counting objects: 100% (144/144), done. 38remote: Compressing objects: 100% (52/52), done. 39remote: Total 63 (delta 46), reused 25 (delta 10), pack-reused 0 41 * [new ref] 61f496dba89bdbbd3ace783d5754a8846cd7e6d0 -> refs/pipelines/27437952442Checking out 61f496db as refs/merge-requests/57119/merge...43Skipping Git submodules setup45Checking cache for rails-v4-3...46cache.zip is up to date 47WARNING: vendor/ruby/2.7.0/gems/deprecation_toolkit-1.5.1/gemfiles/test/deprecations: chmod vendor/ruby/2.7.0/gems/deprecation_toolkit-1.5.1/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 48Successfully extracted cache50Downloading artifacts for setup-test-env (1117428326)...51Downloading artifacts from coordinator... ok id=1117428326 responseStatus=200 OK token=4ZjLgMzR52WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 54Using docker image sha256:3d9eaa64e5ac84c87745afcb0e240b69c313eebf624092e623f9fb5aee0f49b7 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:f5fca6fbad34f17ebac8b436990cc1cd97ca47a61c1d3ba9aa3dd3081e4a9f6a ...55$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb56$ export GOPATH=$CI_PROJECT_DIR/.go57$ mkdir -p $GOPATH58$ source scripts/utils.sh59$ source scripts/prepare_build.sh60Bundler version 2.1.461$ bundle install --without=production development --jobs=2 --path=vendor --retry=3 --quiet62==> 'bundle install --without=production development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 1 seconds.63$ bundle check64The Gemfile's dependencies are satisfied65==> 'bundle check' succeeded in 1 seconds.66$ bundle pristine pg67Installing pg 1.2.3 with native extensions68==> 'bundle pristine pg' succeeded in 10 seconds.69$ setup_db_user_only70CREATE ROLE71GRANT72==> 'setup_db_user_only' succeeded in 0 seconds.73$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee74Dropped database 'gitlabhq_test'75Created database 'gitlabhq_test'76Dropped database 'gitlabhq_geo_test'77Created database 'gitlabhq_geo_test'78==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 26 seconds.79$ cp ee/db/fixtures/development/* $FIXTURE_PATH80$ run_timed_command "scripts/gitaly-test-spawn"81$ scripts/gitaly-test-spawn82Settings are listed in order of priority. The top value will be used.83deployment84Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): true85path86Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "vendor/bundle"87app_config88Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"89gemfile90Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"91flags92Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"93Don't run Bundler as root. Bundler can ask for sudo if it is needed, and94installing your bundle as root will break this application for all non-root95users on this machine.96Using abstract_type 0.0.797Using concurrent-ruby 1.1.798Using i18n 1.8.599Using minitest 5.14.2100Using thread_safe 0.3.6101Using tzinfo 1.2.9102Using zeitwerk 2.4.2103Using activesupport 6.0.3.4104Using builder 3.2.4105Using erubi 1.10.0106Using mini_portile2 2.5.0107Using racc 1.5.2108Using nokogiri 1.11.1 (x86_64-linux)109Using rails-dom-testing 2.0.3110Using crass 1.0.6111Using loofah 2.9.0112Using rails-html-sanitizer 1.3.0113Using actionview 6.0.3.4114Using rack 2.2.3115Using rack-test 1.1.0116Using actionpack 6.0.3.4117Using ice_nine 0.11.2118Using memoizable 0.4.2119Using adamantium 0.2.0120Using public_suffix 4.0.6121Using addressable 2.7.0122Using ast 2.4.1123Using binding_ninja 0.2.3124Using bundler 2.1.4125Using charlock_holmes 0.7.7126Using coderay 1.1.2127Using equalizer 0.0.11128Using concord 0.1.5129Using diff-lcs 1.3130Using dotenv 2.7.6131Using escape_utils 1.2.1132Using factory_bot 5.0.2133Using multipart-post 2.1.1134Using faraday 1.0.1135Using ffi 1.13.1136Using json 2.5.1137Using gemojione 3.3.0138Using mini_mime 1.0.2139Using rugged 1.1.0140Using github-linguist 7.12.1141Using github-markup 1.7.0142Using mime-types-data 3.2020.1104143Using mime-types 3.3.1144Using gitlab-gollum-rugged_adapter 0.4.4.3.gitlab.1145Using rouge 3.26.0146Using nokogumbo 1.5.0147Using sanitize 4.6.6148Using stringex 2.8.5149Using gitlab-gollum-lib 4.2.7.10.gitlab.1150Using google-protobuf 3.12.4 (x86_64-linux)151Using googleapis-common-protos-types 1.0.5152Using grpc 1.30.2 (x86_64-linux)153Using opentracing 0.5.0154Using thrift 0.13.0155Using jaeger-client 1.1.0156Using pg_query 1.3.0157Using redis 4.2.5158Using gitlab-labkit 0.15.0159Using gitlab-markup 1.7.1160Using grpc-tools 1.30.2161Using sawyer 0.8.2162Using octokit 4.20.0163Using reverse_markdown 1.4.0164Using thor 1.1.0165Using licensee 9.14.1166Using method_source 0.9.2167Using msgpack 1.3.3168Using optimist 3.0.1169Using parallel 1.19.2170Using parser 2.7.2.0171Using procto 0.0.3172Using unparser 0.4.7173Using proc_to_ast 0.1.0174Using pry 0.12.2175Using rainbow 3.0.0176Using rbtrace 0.4.14177Using rdoc 6.2.0178Using regexp_parser 1.8.1179Using rexml 3.2.4180Using rspec-support 3.8.0181Using rspec-core 3.8.0182Using rspec-expectations 3.8.3183Using rspec-mocks 3.8.0184Using rspec 3.8.0185Using rspec-parameterized 0.4.2186Using rubocop-ast 0.2.0187Using ruby-progressbar 1.10.1188Using unicode-display_width 1.7.0189Using rubocop 0.86.0190Using sentry-raven 3.0.4191Using timecop 0.9.1192Bundle complete! 21 Gemfile dependencies, 96 gems now installed.193Bundled gems are installed into `./vendor/bundle`194Checking gitaly-ruby Gemfile...195Checking gitaly-ruby bundle...196The Gemfile's dependencies are satisfied197Trying to connect to gitaly: ........ OK198Trying to connect to gitaly2: .................. OK199Trying to connect to praefect: ......... OK200==> 'scripts/gitaly-test-spawn' succeeded in 5 seconds.201$ run_timed_command "RAILS_ENV=test bundle exec rake db:seed_fu"202$ RAILS_ENV=test bundle exec rake db:seed_fu203== Seed from db/fixtures/development/01_admin.rb204.205OK206== Seed from db/fixtures/development/02_application_settings.rb207Creating the default ApplicationSetting record.208Enable hashed storage for every new projects.209Generate CI JWT signing key210.211== Seed from db/fixtures/development/02_users.rb212Creating 10 Users.213Rough estimated time: less than a minute ⏰21410 Users created!215Creating 10 Namespaces.216Rough estimated time: less than a minute ⏰21710 Namespaces created!218===========================================================219INFO: Password for newly created users is: a5463cd20ab8ee62220===========================================================221....................222OK223== Seed from db/fixtures/development/03_project.rb224Creating 155 Projects and relations.225Rough estimated time: less than a minute ⏰226155 Projects and relations created!227OK228== Seed from db/fixtures/development/04_labels.rb229Generating group labels230Generating project labels231OK232== Seed from db/fixtures/development/06_teams.rb233OK234== Seed from db/fixtures/development/07_milestones.rb235OK236== Seed from db/fixtures/development/09_issues.rb237OK238== Seed from db/fixtures/development/10_license_file.rb239Skipped. Use the `GITLAB_LICENSE_FILE` environment variable to seed the License file of the given path.240OK241== Seed from db/fixtures/development/10_merge_requests.rb242OK243== Seed from db/fixtures/development/11_keys.rb244..........245OK246== Seed from db/fixtures/development/12_snippets.rb247....................248OK249== Seed from db/fixtures/development/13_comments.rb250OK251== Seed from db/fixtures/development/14_pipelines.rb252OK253== Seed from db/fixtures/development/15_award_emoji.rb254OK255== Seed from db/fixtures/development/16_protected_branches.rb256OK257== Seed from db/fixtures/development/17_cycle_analytics.rb258Successfully seeded 'vsmg-1616421566/vsmp-1616421566' for Value Stream Management!260OK261== Seed from db/fixtures/development/18_abuse_reports.rb262.......................263OK264== Seed from db/fixtures/development/19_environments.rb265OK266== Seed from db/fixtures/development/20_burndown.rb267.....268OK269== Seed from db/fixtures/development/20_nested_groups.rb270Skipped. Use the `SEED_NESTED_GROUPS` environment variable to enable.271OK272== Seed from db/fixtures/development/20_vulnerabilities.rb273OK274== Seed from db/fixtures/development/21_dev_ops_report_metrics.rb275.276OK277== Seed from db/fixtures/development/22_epics.rb278.....279OK280== Seed from db/fixtures/development/23_spam_logs.rb281.......................282OK283== Seed from db/fixtures/development/24_forks.rb284.285OK286== Seed from db/fixtures/development/25_downstream_pipelines.rb287OK288== Seed from db/fixtures/development/26_container_images.rb289Skipped. Use the `SEED_CONTAINER_IMAGES` environment variable to seed container images to the registry.290OK291== Seed from db/fixtures/development/26_packages.rb292Use the `SEED_ALL_PACKAGE_TYPES` environment variable to seed packages of all types.293Seeding packages for the 'vsmg-1616421566/vsmp-1616421566' project294DEPRECATION WARNING: Class level methods will no longer inherit scoping from `create!` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `Packages::Package.default_scoped`. (called from package_already_taken? at /builds/gitlab-org/gitlab/app/models/project.rb:2521)295.DEPRECATION WARNING: Class level methods will no longer inherit scoping from `create!` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `Packages::Package.default_scoped`. (called from package_already_taken? at /builds/gitlab-org/gitlab/app/models/project.rb:2521)296.DEPRECATION WARNING: Class level methods will no longer inherit scoping from `create!` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `Packages::Package.default_scoped`. (called from package_already_taken? at /builds/gitlab-org/gitlab/app/models/project.rb:2521)297.DEPRECATION WARNING: Class level methods will no longer inherit scoping from `create!` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `Packages::Package.default_scoped`. (called from package_already_taken? at /builds/gitlab-org/gitlab/app/models/project.rb:2521)298.DEPRECATION WARNING: Class level methods will no longer inherit scoping from `create!` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `Packages::Package.default_scoped`. (called from package_already_taken? at /builds/gitlab-org/gitlab/app/models/project.rb:2521)299.300OK301== Seed from db/fixtures/development/27_plans.rb302.....303OK304== Seed from db/fixtures/development/27_product_analytics_events.rb305Skipped. Use the `SEED_PRODUCT_ANALYTICS_EVENTS` environment variable to enable.306OK307== Seed from db/fixtures/development/28_integrations.rb308Skipped. To enable, set the `CUSTOMER_PORTAL_URL` environment variable to your development customer's portal url.309OK310== Seed from db/fixtures/development/29_usage_trends.rb311.312OK313== Seed from db/fixtures/development/30_composer_packages.rb314Use the `SEED_COMPOSER` environment variable to seed composer packages315OK316== Seed from db/fixtures/development/30_customizable_cycle_analytics.rb317Skipped. Use the `SEED_CUSTOMIZABLE_CYCLE_ANALYTICS` environment variable to enable.318OK319== Seed from db/fixtures/development/31_devops_adoption.rb320Error creating segments321[#<ActiveModel::Errors:0x000055c06e0ed830 @base=#<Analytics::DevopsAdoption::Segment id: 1, last_recorded_at: nil, created_at: "2021-03-22 13:59:41", updated_at: "2021-03-22 13:59:41", namespace_id: 32>, @messages={}, @details={}>, #<ActiveModel::Errors:0x000055c06b6f3a70 @base=#<Analytics::DevopsAdoption::Segment id: nil, last_recorded_at: nil, created_at: nil, updated_at: nil, namespace_id: 32>, @messages={:namespace=>["has already been taken"]}, @details={:namespace=>[{:error=>:taken, :value=>#<Group id:32 @vsmg-1616421566>}]}>]322OK323== Seed from db/fixtures/development/32_compliance_dashboard_merge_requests.rb324OK325== Seed from db/fixtures/development/90_productivity_analytics.rb326OK327== Seed from db/fixtures/development/91_iteration_cadences.rb328........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................329OK330== Seed from db/fixtures/development/98_gitlab_instance_administration_project.rb331Successfully created self monitoring project.332== Seed from db/fixtures/development/99_common_metrics.rb333==> 'RAILS_ENV=test bundle exec rake db:seed_fu' succeeded in 40 seconds.335Not uploading cache rails-v4-3 due to policy337Job succeeded