rspec rspec-ee-pg12-rerun-previous-failed-tests
Passed Started
by
@vij
Vijay Hawoldar
1Running with gitlab-runner 14.7.0~beta.58.gfa48f33b (fa48f33b)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:ruby-2.7.patched-golang-1.16-git-2.33-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:58bff76313464ab65dcb0b9a2b910c815e8975d827c456ca7f46d69482956d5e for postgres:12 with digest postgres@sha256:1d098cd3c1a7b132edc5bfdd7d775ff0949104b150e31d52c0aff7bdcd25c53e ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:1746b159f8934fe63cae3984643ee8c5651bcfc80ae107032a60f2871a0e7cdb for redis:5.0-alpine with digest redis@sha256:a04b57e05b784a406bc818f6b450233328c4115a1e1f104d84ce916eb1583925 ...13Starting service elasticsearch:7.14.2 ...14Pulling docker image elasticsearch:7.14.2 ...15Using docker image sha256:2abd5342ace0faddbf87836d7d1fbb201dada20a6ca09a3dbf3cb6f4637f45fb for elasticsearch:7.14.2 with digest elasticsearch@sha256:f05ab7f4d2aa5040813a0ea4eb76fa99bb31459937a4539efe2f2c2dbb2109fb ...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.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...19Using docker image sha256:5b9920187fd97abe77ba8b8a3c8029b970dbace758fd2dc8756c2976a4bff96d for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-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:4ab23b0728c6791b71363fe9413ab1d284f8d163988ebd8823dfb84f31aafe00 ...21Running on runner-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1642596974-8ac9ead8...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: 118964, done. 28remote: Counting objects: 100% (118964/118964), done. 29remote: Compressing objects: 100% (80209/80209), done. 30remote: Total 118964 (delta 52026), reused 82005 (delta 34147), pack-reused 0 31Receiving objects: 100% (118964/118964), 113.25 MiB | 28.13 MiB/s, done.32Resolving deltas: 100% (52026/52026), done.34 * [new ref] 9771783ff4e9d300a49511646792e174d20da510 -> refs/pipelines/45155190435Checking out 9771783f as refs/merge-requests/78560/merge...36Skipping Git submodules setup38Checking cache for ruby-gems-v1-9...39cache.zip is up to date 40Successfully extracted cache41Checking cache for gitaly-ruby-gems-v1-9...42cache.zip is up to date 43Successfully extracted cache45Downloading artifacts for compile-test-assets (1992050589)...46Downloading artifacts from coordinator... ok id=1992050589 responseStatus=200 OK token=E4_csf5c47Downloading artifacts for detect-tests (1992050603)...48Downloading artifacts from coordinator... ok id=1992050603 responseStatus=200 OK token=-97cGws449Downloading artifacts for retrieve-tests-metadata (1992050615)...50Downloading artifacts from coordinator... ok id=1992050615 responseStatus=200 OK token=uhFSC3js51Downloading artifacts for setup-test-env (1992050596)...52Downloading artifacts from coordinator... ok id=1992050596 responseStatus=200 OK token=emneg44754Using docker image sha256:5b9920187fd97abe77ba8b8a3c8029b970dbace758fd2dc8756c2976a4bff96d for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-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:4ab23b0728c6791b71363fe9413ab1d284f8d163988ebd8823dfb84f31aafe00 ...55$ echo $FOSS_ONLY56$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb57$ export GOPATH=$CI_PROJECT_DIR/.go58$ mkdir -p $GOPATH59$ source scripts/utils.sh60$ source scripts/prepare_build.sh61Bundler version 2.1.462production:development63Settings are listed in order of priority. The top value will be used.64path65Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"66clean67Set for the current user (/root/.bundle/config): "true"68without69Set via BUNDLE_WITHOUT: [:production, :development]70install_flags71Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"72$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check73The Gemfile's dependencies are satisfied74==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 1 seconds.75$ bundle pristine pg76Installing pg 1.2.3 with native extensions77==> 'bundle pristine pg' succeeded in 9 seconds.78$ setup_db_user_only79CREATE ROLE80GRANT81==> 'setup_db_user_only' succeeded in 0 seconds.82$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee83Dropped database 'gitlabhq_test'84Dropped database 'gitlabhq_geo_test'85Created database 'gitlabhq_test'86Created database 'gitlabhq_geo_test'87DEPRECATION 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)88Dropped database 'gitlabhq_geo_test'89Created database 'gitlabhq_geo_test'90==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 29 seconds.91$ run_timed_command "gem install knapsack --no-document"92$ gem install knapsack --no-document93Successfully installed knapsack-4.0.0941 gem installed95==> 'gem install knapsack --no-document' succeeded in 1 seconds.96$ run_timed_command "scripts/gitaly-test-spawn"97$ scripts/gitaly-test-spawn98Don't run Bundler as root. Bundler can ask for sudo if it is needed, and99installing your bundle as root will break this application for all non-root100users on this machine.101Using abstract_type 0.0.7102Using concurrent-ruby 1.1.9103Using i18n 1.8.11104Using minitest 5.15.0105Using tzinfo 2.0.4106Using zeitwerk 2.5.3107Using activesupport 6.1.4.4108Using builder 3.2.4109Using erubi 1.10.0110Using mini_portile2 2.6.1111Using racc 1.6.0112Using nokogiri 1.12.5 (x86_64-linux)113Using rails-dom-testing 2.0.3114Using crass 1.0.6115Using loofah 2.13.0116Using rails-html-sanitizer 1.4.2117Using actionview 6.1.4.4118Using rack 2.2.3119Using rack-test 1.1.0120Using actionpack 6.1.4.4121Using ice_nine 0.11.2122Using thread_safe 0.3.6123Using memoizable 0.4.2124Using adamantium 0.2.0125Using public_suffix 4.0.6126Using addressable 2.7.0127Using ast 2.4.2128Using binding_ninja 0.2.3129Using bundler 2.1.4130Using charlock_holmes 0.7.7131Using coderay 1.1.2132Using equalizer 0.0.11133Using concord 0.1.5134Using diff-lcs 1.3135Using dotenv 2.7.6136Using escape_utils 1.2.1137Using factory_bot 5.0.2138Using multipart-post 2.1.1139Using faraday 1.0.1140Using ffi 1.15.3141Using json 2.6.1142Using gemojione 3.3.0143Using mini_mime 1.0.2144Using rugged 1.2.0145Using github-linguist 7.12.1146Using github-markup 1.7.0147Using mime-types-data 3.2020.1104148Using mime-types 3.3.1149Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1150Using rouge 3.27.0151Using sanitize 6.0.0152Using stringex 2.8.5153Using gitlab-gollum-lib 4.2.7.10.gitlab.2154Using google-protobuf 3.19.1 (x86_64-linux)155Using googleapis-common-protos-types 1.3.0156Using grpc 1.42.0 (x86_64-linux)157Using opentracing 0.5.0158Using thrift 0.15.0159Using jaeger-client 1.1.0160Using pg_query 2.1.1161Using redis 4.4.0162Using gitlab-labkit 0.21.2163Using rubyzip 2.3.2164Using thor 1.1.0165Using tomlrb 2.0.1166Using with_env 1.1.0167Using rexml 3.2.5168Using xml-simple 1.1.9169Using gitlab-license_finder 6.14.2.1170Using gitlab-markup 1.7.1171Using grpc-tools 1.42.0172Using sawyer 0.8.2173Using octokit 4.20.0174Using reverse_markdown 1.4.0175Using licensee 9.14.1176Using method_source 0.9.2177Using msgpack 1.3.3178Using optimist 3.0.1179Using parallel 1.19.2180Using parser 3.0.3.2181Using procto 0.0.3182Using unparser 0.4.7183Using proc_to_ast 0.1.0184Using pry 0.12.2185Using rainbow 3.0.0186Using rbtrace 0.4.14187Using rdoc 6.3.2188Using regexp_parser 1.8.1189Using rspec-support 3.8.0190Using rspec-core 3.8.0191Using rspec-expectations 3.8.3192Using rspec-mocks 3.8.0193Using rspec 3.8.0194Using rspec-parameterized 0.4.2195Using rubocop-ast 0.2.0196Using ruby-progressbar 1.10.1197Using unicode-display_width 1.7.0198Using rubocop 0.86.0199Using sentry-raven 3.0.4200Using timecop 0.9.1201Bundle complete! 22 Gemfile dependencies, 100 gems now installed.202Gems in the groups production and development were not installed.203Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`204Checking gitaly-ruby Gemfile...205Checking gitaly-ruby bundle...206The Gemfile's dependencies are satisfied207Trying to connect to gitaly: ............................................. OK208Trying to connect to gitaly2: ........................................................... OK209Trying to connect to praefect: .......... OK210==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.211$ source ./scripts/rspec_helpers.sh212$ rspec_rerun_previous_failed_tests tmp/previous_failed_tests/rspec_ee_failed_files.txt213cat: tmp/previous_failed_tests/rspec_ee_failed_files.txt: No such file or directory214wc: tmp/previous_failed_tests/rspec_ee_failed_files.txt: No such file or directory215No failed test files to rerun217Not uploading cache ruby-gems-v1-9 due to policy218Not uploading cache gitaly-ruby-gems-v1-9 due to policy220Uploading artifacts...221WARNING: coverage/: no matching files 222crystalball/: found 2 matching files and directories 223WARNING: deprecations/: no matching files 224knapsack/: found 2 matching files and directories 225rspec_flaky/: found 2 matching files and directories 226rspec_profiling/: found 1 matching files and directories 227WARNING: tmp/capybara/: no matching files 228WARNING: tmp/memory_test/: no matching files 229log/*.log: found 13 matching files and directories 230Uploading artifacts as "archive" to coordinator... 201 Created id=1992050980 responseStatus=201 Created token=-txZLaww231Uploading artifacts...232WARNING: junit_rspec.xml: no matching files 233ERROR: No files to upload 235Job succeeded