There was an error fetching the job.
rspec foss-impact
Passed Started
by
@ntepluhina

Natalia Tepluhina
1Running with gitlab-runner 15.3.0~beta.42.gdb7789ca (db7789ca)2 on green-4.shared-gitlab-org.runners-manager.gitlab.com/default x5QiHUKw3 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:4c69e29b9bc4c315d6a48795c1a0e67f95c7ea51f42f78cef81e3358b2b37f05 for postgres:12 with digest postgres@sha256:59d58c88d5fbca5eb430f65b930b73f9ed54d3eab77a71799b4129994c876df5 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:374ca386513ad781c1aa2f52c9379052723b49ab188b8517167f0b24055518bf for redis:6.0-alpine with digest redis@sha256:952e2aa016cbc8f5288c87c8ce9d666e89bed1dfc7db68acde923642572809d0 ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling 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 ...16Using docker image sha256:2d1abf4a01d12c8c710daf827b2183fde85d63110cdf868348ceebfbeb1eeb95 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:5e5324481728010c0a699787a5aab0245a71fcbddb214d81bebc408c7b2d7980 ...18Running on runner-x5qihukw-project-278964-concurrent-0 via runner-x5qihukw-shared-gitlab-org-1660040019-b61f9a35...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 122436, done. 25remote: Counting objects: 100% (122436/122436), done. 26remote: Compressing objects: 100% (83304/83304), done. 27remote: Total 122436 (delta 52122), reused 83130 (delta 34159), pack-reused 0 28Receiving objects: 100% (122436/122436), 113.99 MiB | 32.65 MiB/s, done.29Resolving deltas: 100% (52122/52122), done.31 * [new ref] refs/pipelines/608303875 -> refs/pipelines/60830387532Checking out 09292e6e as refs/merge-requests/94291/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-14...37Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-14 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-14...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 41Successfully extracted cache43Downloading artifacts for compile-test-assets as-if-foss (2832790208)...44Downloading artifacts from coordinator... ok id=2832790208 responseStatus=200 OK token=Bx4TFQF845Downloading artifacts for detect-tests as-if-foss (2832790397)...46Downloading artifacts from coordinator... ok id=2832790397 responseStatus=200 OK token=Bx4TFQF847Downloading artifacts for retrieve-tests-metadata (2832790423)...48Downloading artifacts from coordinator... ok id=2832790423 responseStatus=200 OK token=Bx4TFQF849Downloading artifacts for setup-test-env (2832790238)...50Downloading artifacts from coordinator... ok id=2832790238 responseStatus=200 OK token=Bx4TFQF852Using docker image sha256:2d1abf4a01d12c8c710daf827b2183fde85d63110cdf868348ceebfbeb1eeb95 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:5e5324481728010c0a699787a5aab0245a71fcbddb214d81bebc408c7b2d7980 ...53$ echo $FOSS_ONLY54155$ [ "$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.sh603.2.3361Bundler version 2.2.3362Successfully installed bundler-2.3.15631 gem installed64production:development65Settings are listed in order of priority. The top value will be used.66clean67Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true68frozen69Set via BUNDLE_FROZEN: true70install_flags71Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"72path73Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"74without75Set via BUNDLE_WITHOUT: [:production, :development]76$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check77Don't run Bundler as root. Bundler can ask for sudo if it is needed, and78installing your bundle as root will break this application for all non-root79users on this machine.80The Gemfile's dependencies are satisfied81==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.82$ bundle pristine pg83Installing pg 1.4.1 with native extensions84==> 'bundle pristine pg' succeeded in 11 seconds.85Using decomposed database config (config/database.yml.decomposed-postgresql)86$ setup_db_user_only87CREATE ROLE88GRANT89==> 'setup_db_user_only' succeeded in 0 seconds.90$ bundle exec rake db:drop db:create db:schema:load db:migrate91Dropped database 'gitlabhq_test'92Dropped database 'gitlabhq_test_ci'93Created database 'gitlabhq_test'94Created database 'gitlabhq_test_ci'95==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 41 seconds.96$ setup_db_praefect97SELECT pg_catalog.set_config('search_path', '', false);98CREATE DATABASE praefect_test ENCODING 'UTF8';99==> 'setup_db_praefect' succeeded in 1 seconds.100$ run_timed_command "gem install knapsack --no-document"101$ gem install knapsack --no-document102Successfully installed knapsack-4.0.01031 gem installed104==> 'gem install knapsack --no-document' succeeded in 0 seconds.105$ run_timed_command "scripts/gitaly-test-spawn"106$ scripts/gitaly-test-spawn107find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory108find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory109find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory110find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory111find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory112find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory113Don't run Bundler as root. Bundler can ask for sudo if it is needed, and114installing your bundle as root will break this application for all non-root115users on this machine.116Using abstract_type 0.0.7117Using concurrent-ruby 1.1.10118Using i18n 1.12.0119Using minitest 5.16.2120Using tzinfo 2.0.5121Using zeitwerk 2.6.0122Using activesupport 6.1.6.1123Using builder 3.2.4124Using erubi 1.10.0125Using mini_portile2 2.8.0126Using racc 1.6.0127Using nokogiri 1.13.8 (x86_64-linux)128Using rails-dom-testing 2.0.3129Using crass 1.0.6130Using loofah 2.16.0131Using rails-html-sanitizer 1.4.2132Using actionview 6.1.6.1133Using rack 2.2.3134Using rack-test 1.1.0135Using actionpack 6.1.6.1136Using ice_nine 0.11.2137Using thread_safe 0.3.6138Using memoizable 0.4.2139Using adamantium 0.2.0140Using public_suffix 4.0.6141Using addressable 2.7.0142Using ast 2.4.2143Using binding_ninja 0.2.3144Using bundler 2.3.15145Using charlock_holmes 0.7.7146Using coderay 1.1.2147Using equalizer 0.0.11148Using concord 0.1.5149Using diff-lcs 1.3150Using dotenv 2.7.6151Using escape_utils 1.2.2152Using factory_bot 5.0.2153Using multipart-post 2.1.1154Using faraday 1.0.1155Using ffi 1.15.3156Using json 2.5.1157Using gemojione 3.3.0158Using mini_mime 1.1.2159Using rugged 1.2.0160Using github-linguist 7.20.0161Using github-markup 1.7.0162Using mime-types-data 3.2020.1104163Using mime-types 3.3.1164Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1165Using rouge 3.27.0166Using sanitize 6.0.0167Using stringex 2.8.5168Using gitlab-gollum-lib 4.2.7.10.gitlab.2169Using google-protobuf 3.21.3 (x86_64-linux)170Using googleapis-common-protos-types 1.3.0171Using grpc 1.42.0 (x86_64-linux)172Using opentracing 0.5.0173Using thrift 0.15.0174Using jaeger-client 1.1.0175Using pg_query 2.1.1176Using redis 4.4.0177Using gitlab-labkit 0.23.0178Using rubyzip 2.3.2179Using thor 1.1.0180Using tomlrb 2.0.1181Using with_env 1.1.0182Using rexml 3.2.5183Using xml-simple 1.1.9184Using gitlab-license_finder 6.14.2.1185Using gitlab-markup 1.7.1186Using grpc-tools 1.42.0187Using sawyer 0.8.2188Using octokit 4.20.0189Using reverse_markdown 1.4.0190Using licensee 9.14.1191Using method_source 0.9.2192Using msgpack 1.3.3193Using optimist 3.0.1194Using parallel 1.19.2195Using parser 3.0.3.2196Using 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 rspec-support 3.8.0205Using rspec-core 3.8.0206Using rspec-expectations 3.8.3207Using rspec-mocks 3.8.0208Using rspec 3.8.0209Using rspec-parameterized 0.4.2210Using rubocop-ast 0.2.0211Using ruby-progressbar 1.10.1212Using unicode-display_width 1.7.0213Using rubocop 0.86.0214Using sentry-raven 3.0.4215Using timecop 0.9.1216Bundle complete! 22 Gemfile dependencies, 100 gems now installed.217Gems in the groups 'production' and 'development' were not installed.218Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`219Checking gitaly-ruby Gemfile...220Checking gitaly-ruby bundle...221The Gemfile's dependencies are satisfied222Trying to connect to gitaly: ................................................... OK223Trying to connect to gitaly2: ...................................................................... OK224Starting Praefect with in-memory election strategyTrying to connect to praefect: ......... OK225==> 'scripts/gitaly-test-spawn' succeeded in 15 seconds.226$ source ./scripts/rspec_helpers.sh227$ rspec_matched_foss_tests tmp/matching_foss_tests.txt "--tag ~quarantine"228No impacted FOSS rspec tests to run230Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy231Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 due to policy233Uploading artifacts...234WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 235ERROR: No files to upload 236Uploading artifacts...237WARNING: rspec/junit_rspec.xml: no matching files. Ensure that the artifact path is relative to the working directory 238ERROR: No files to upload 240Job succeeded