rspec fail-fast
Passed Started
by
@peterhegman
Peter Hegman
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)2 on green-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 4bq1s9yM3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:cfd0d250289d0bf03e73e68f249d8ca80c572ec04d2a5902dcf7b0f1429e15ec for postgres:12 with digest postgres@sha256:7428e2451a9815c613bf567441922a813b5afe309ca3547e8080c03ae01bf30e ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a0a8ec67111be1ffa9ee627aa0ef080c8281aba0f31a4a67f2b550f8e1e0b022 for redis:5.0-alpine with digest redis@sha256:fea243676a4d2d67f5990ddcbd4a56db9423b7f25e55758491e39988efc1cfbe ...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.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...19Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...21Running on runner-4bq1s9ym-project-278964-concurrent-0 via runner-4bq1s9ym-private-1632938755-7f95eead...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 7% |** | 25.2M 0:00:12 ETA28gitlab.tar.gz 50% |**************** | 175M 0:00:01 ETA29gitlab.tar.gz 91% |***************************** | 314M 0:00:00 ETA30gitlab.tar.gz 100% |********************************| 344M 0:00:00 ETA31'/tmp/gitlab.tar.gz' saved32Extracting tarball into /builds/gitlab-org/gitlab...33Fetching changes with git depth set to 20...34Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/35Created fresh repository.36remote: Enumerating objects: 187, done. 37remote: Counting objects: 100% (123/123), done. 38remote: Compressing objects: 100% (54/54), done. 39remote: Total 63 (delta 43), reused 14 (delta 6), pack-reused 0 41 * [new ref] 6c9cdce57f0e700f6c83b722659fe2d1068e9cb5 -> refs/pipelines/37967945942Checking out 6c9cdce5 as refs/merge-requests/70878/merge...43Skipping Git submodules setup45Checking cache for ruby-gems-v1-4...46cache.zip is up to date 47Successfully extracted cache48Checking cache for gitaly-ruby-gems-v1-4...49cache.zip is up to date 50Successfully extracted cache52Downloading artifacts for compile-test-assets (1635190595)...53Downloading artifacts from coordinator... ok id=1635190595 responseStatus=200 OK token=R-ox-sfs54Downloading artifacts for detect-tests (1635190610)...55Downloading artifacts from coordinator... ok id=1635190610 responseStatus=200 OK token=PgA9h6F956Downloading artifacts for retrieve-tests-metadata (1635190613)...57Downloading artifacts from coordinator... ok id=1635190613 responseStatus=200 OK token=xiDqT1se58Downloading artifacts for setup-test-env (1635190603)...59Downloading artifacts from coordinator... ok id=1635190603 responseStatus=200 OK token=dZdRZsGg61Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...62$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb63$ export GOPATH=$CI_PROJECT_DIR/.go64$ mkdir -p $GOPATH65$ source scripts/utils.sh66$ source scripts/prepare_build.sh67Bundler version 2.1.468production:development69Settings are listed in order of priority. The top value will be used.70path71Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"72clean73Set for the current user (/root/.bundle/config): "true"74without75Set via BUNDLE_WITHOUT: [:production, :development]76install_flags77Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"78$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check79The Gemfile's dependencies are satisfied80==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.81$ bundle pristine pg82Installing pg 1.2.3 with native extensions83==> 'bundle pristine pg' succeeded in 11 seconds.84$ setup_db_user_only85CREATE ROLE86GRANT87==> 'setup_db_user_only' succeeded in 0 seconds.88$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee89Dropped database 'gitlabhq_test'90Created database 'gitlabhq_test'91DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 6.2. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/bin/rake:23)92Dropped database 'gitlabhq_geo_test'93Created database 'gitlabhq_geo_test'94==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 125 seconds.95$ run_timed_command "gem install knapsack --no-document"96$ gem install knapsack --no-document97Successfully installed knapsack-4.0.0981 gem installed99==> 'gem install knapsack --no-document' succeeded in 1 seconds.100$ run_timed_command "scripts/gitaly-test-spawn"101$ scripts/gitaly-test-spawn102Settings are listed in order of priority. The top value will be used.103jobs104Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4105retry106Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3107path108Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"109deployment110Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true111without112Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]113Set via BUNDLE_WITHOUT: [:production, :development]114app_config115Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"116gemfile117Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"118Don't run Bundler as root. Bundler can ask for sudo if it is needed, and119installing your bundle as root will break this application for all non-root120users on this machine.121Using abstract_type 0.0.7122Using concurrent-ruby 1.1.9123Using i18n 1.8.10124Using minitest 5.14.4125Using tzinfo 2.0.4126Using zeitwerk 2.4.2127Using activesupport 6.1.3.2128Using builder 3.2.4129Using erubi 1.10.0130Using mini_portile2 2.5.1131Using racc 1.5.2132Using nokogiri 1.11.7 (x86_64-linux)133Using rails-dom-testing 2.0.3134Using crass 1.0.6135Using loofah 2.10.0136Using rails-html-sanitizer 1.3.0137Using actionview 6.1.3.2138Using rack 2.2.3139Using rack-test 1.1.0140Using actionpack 6.1.3.2141Using ice_nine 0.11.2142Using thread_safe 0.3.6143Using memoizable 0.4.2144Using adamantium 0.2.0145Using public_suffix 4.0.6146Using addressable 2.7.0147Using ast 2.4.1148Using binding_ninja 0.2.3149Using bundler 2.1.4150Using charlock_holmes 0.7.7151Using coderay 1.1.2152Using equalizer 0.0.11153Using concord 0.1.5154Using diff-lcs 1.3155Using dotenv 2.7.6156Using escape_utils 1.2.1157Using factory_bot 5.0.2158Using multipart-post 2.1.1159Using faraday 1.0.1160Using ffi 1.15.3161Using json 2.5.1162Using gemojione 3.3.0163Using mini_mime 1.0.2164Using rugged 1.1.0165Using github-linguist 7.12.1166Using github-markup 1.7.0167Using mime-types-data 3.2020.1104168Using mime-types 3.3.1169Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1170Using rouge 3.26.0171Using nokogumbo 1.5.0172Using sanitize 4.6.6173Using stringex 2.8.5174Using gitlab-gollum-lib 4.2.7.10.gitlab.1175Using google-protobuf 3.17.3 (x86_64-linux)176Using googleapis-common-protos-types 1.1.0177Using grpc 1.30.2 (x86_64-linux)178Using opentracing 0.5.0179Using thrift 0.14.1180Using jaeger-client 1.1.0181Using pg_query 2.1.0182Using redis 4.2.5183Using gitlab-labkit 0.20.0184Using gitlab-markup 1.7.1185Using grpc-tools 1.30.2186Using sawyer 0.8.2187Using octokit 4.20.0188Using reverse_markdown 1.4.0189Using thor 1.1.0190Using licensee 9.14.1191Using method_source 0.9.2192Using msgpack 1.3.3193Using optimist 3.0.1194Using parallel 1.19.2195Using parser 2.7.2.0196Using procto 0.0.3197Using unparser 0.4.7198Using proc_to_ast 0.1.0199Using pry 0.12.2200Using rainbow 3.0.0201Using rbtrace 0.4.14202Using rdoc 6.3.2203Using regexp_parser 1.8.1204Using rexml 3.2.4205Using rspec-support 3.8.0206Using rspec-core 3.8.0207Using rspec-expectations 3.8.3208Using rspec-mocks 3.8.0209Using rspec 3.8.0210Using rspec-parameterized 0.4.2211Using rubocop-ast 0.2.0212Using ruby-progressbar 1.10.1213Using unicode-display_width 1.7.0214Using rubocop 0.86.0215Using sentry-raven 3.0.4216Using timecop 0.9.1217Bundle complete! 21 Gemfile dependencies, 96 gems now installed.218Gems in the groups production and development were not installed.219Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`220Checking gitaly-ruby Gemfile...221Checking gitaly-ruby bundle...222The Gemfile's dependencies are satisfied223Trying to connect to gitaly: ......................................... OK224Trying to connect to gitaly2: .............................................................. OK225Trying to connect to praefect: ......... OK226==> 'scripts/gitaly-test-spawn' succeeded in 13 seconds.227$ source ./scripts/rspec_helpers.sh228$ rspec_fail_fast tmp/matching_tests.txt "--tag ~quarantine"229No rspec fail-fast tests to run231Not uploading cache ruby-gems-v1-4 due to policy232Not uploading cache gitaly-ruby-gems-v1-4 due to policy234Uploading artifacts...235WARNING: tmp/capybara/: no matching files 236ERROR: No files to upload 237Uploading artifacts...238WARNING: junit_rspec.xml: no matching files 239ERROR: No files to upload 241Job succeeded