rspec rspec-ee-pg12-rerun-previous-failed-tests
Passed Started
by
@tuxtimo
See GitLab account @timofurrer
1Running with gitlab-runner 15.3.0~beta.42.gdb7789ca (db7789ca)2 on green-2.shared-gitlab-org.runners-manager.gitlab.com/default 8zCxmpPt3 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-8zcxmppt-project-33734915-concurrent-0 via runner-8zcxmppt-shared-gitlab-org-1661277857-553904c1...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=ZLe2Ynq540Downloading artifacts for detect-tests (2923578882)...41Downloading artifacts from coordinator... ok id=2923578882 responseStatus=200 OK token=ZLe2Ynq542Downloading artifacts for retrieve-tests-metadata (2923578890)...43Downloading artifacts from coordinator... ok id=2923578890 responseStatus=200 OK token=ZLe2Ynq544Downloading artifacts for setup-test-env (2923578879)...45Downloading artifacts from coordinator... ok id=2923578879 responseStatus=200 OK token=ZLe2Ynq547Using 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 362 seconds.76$ bundle pristine pg77Installing pg 1.4.1 with native extensions78==> 'bundle pristine pg' succeeded in 9 seconds.79Using decomposed database config (config/database.yml.decomposed-postgresql)80$ setup_db_user_only81CREATE ROLE82GRANT83==> 'setup_db_user_only' succeeded in 1 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 39 seconds.92$ setup_db_praefect93SELECT pg_catalog.set_config('search_path', '', false);94CREATE DATABASE praefect_test ENCODING 'UTF8';95==> 'setup_db_praefect' succeeded in 0 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 1 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 zeitwerk 2.6.0118Installing minitest 5.16.2119Fetching builder 3.2.4120Installing concurrent-ruby 1.1.10121Fetching erubi 1.10.0122Installing abstract_type 0.0.7123Fetching mini_portile2 2.8.0124Installing builder 3.2.4125Installing erubi 1.10.0126Fetching racc 1.6.0127Fetching crass 1.0.6128Installing mini_portile2 2.8.0129Fetching rack 2.2.4130Installing crass 1.0.6131Fetching ice_nine 0.11.2132Fetching thread_safe 0.3.6133Installing racc 1.6.0 with native extensions134Installing ice_nine 0.11.2135Installing rack 2.2.4136Installing thread_safe 0.3.6137Fetching public_suffix 4.0.7138Fetching ast 2.4.2139Fetching binding_ninja 0.2.3140Installing ast 2.4.2141Installing public_suffix 4.0.7142Installing binding_ninja 0.2.3 with native extensions143Using bundler 2.3.15144Fetching charlock_holmes 0.7.7145Fetching 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 rouge 3.30.0171Installing rouge 3.30.0172Fetching stringex 2.8.5173Installing stringex 2.8.5174Fetching google-protobuf 3.21.3 (x86_64-linux)175Fetching opentracing 0.5.0176Installing opentracing 0.5.0177Fetching thrift 0.15.0178Installing google-protobuf 3.21.3 (x86_64-linux)179Installing thrift 0.15.0 with native extensions180Fetching redis 4.4.0181Installing 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 memoizable 0.4.2227Installing memoizable 0.4.2228Fetching parser 3.0.3.2229Installing parser 3.0.3.2230Fetching addressable 2.8.0231Installing addressable 2.8.0232Fetching 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)273Fetching gitlab-license_finder 6.14.2.1274Installing gitlab-license_finder 6.14.2.1275Fetching rspec 3.8.0276Installing rspec 3.8.0277Fetching rails-dom-testing 2.0.3278Installing rails-dom-testing 2.0.3279Fetching factory_bot 5.0.2280Installing factory_bot 5.0.2281Installing grpc 1.42.0 (x86_64-linux)282Fetching 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 rbtrace 0.4.14291Installing rbtrace 0.4.14 with native extensions292Fetching unparser 0.4.7293Installing unparser 0.4.7294Fetching actionview 6.1.6.1295Installing actionview 6.1.6.1296Fetching 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 licensee 9.15.2306Fetching gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1307Installing gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1308Fetching gitlab-gollum-lib 4.2.7.10.gitlab.2309Installing licensee 9.15.2310Installing gitlab-gollum-lib 4.2.7.10.gitlab.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==> 'scripts/gitaly-test-spawn' succeeded in 114 seconds.337$ source ./scripts/rspec_helpers.sh338$ rspec_rerun_previous_failed_tests tmp/previous_failed_tests/rspec_ee_failed_files.txt339cat: tmp/previous_failed_tests/rspec_ee_failed_files.txt: No such file or directory340wc: tmp/previous_failed_tests/rspec_ee_failed_files.txt: No such file or directory341No failed test files to rerun343Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-non_protected due to policy344Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-non_protected due to policy346Uploading artifacts...347WARNING: coverage/: no matching files. Ensure that the artifact path is relative to the working directory 348crystalball/: found 2 matching files and directories 349WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 350knapsack/: found 2 matching files and directories 351rspec/: found 4 matching files and directories 352WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 353log/*.log: found 14 matching files and directories 354WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2923579192/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com355WARNING: Retrying... context=artifacts-uploader error=request redirected356Uploading artifacts as "archive" to coordinator... 201 Created id=2923579192 responseStatus=201 Created token=ZLe2Ynq5357Uploading artifacts...358WARNING: rspec/junit_rspec.xml: no matching files. Ensure that the artifact path is relative to the working directory 359ERROR: No files to upload 361Job succeeded