rspec foss-impact
Passed Started
by
@fguibert
Florie Guibert
1Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)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-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:ac3b8cd6a8b42e839456256bc514d6230b5a2538c738b3d522e1384a2a172b96 for postgres:12 with digest postgres@sha256:e6ffad42c91a4d5a29257a27ac4e160c3ae7196696b37bf2e80410024ed95951 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:09401fed2a421bf0019f96dcec70c85f82ec7b76beb1ae589547b0dc302d6b76 for redis:6.0-alpine with digest redis@sha256:217a9db40a914cc3f6206a143a4d750da0607500cc013a147a4979e08e40beff ...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-101-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:fd40b0aa863019e7fe9616bf6665ba24d356a369a8b92582a8df89544e3b7544 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-101-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:fc314d19087f24a5d21b479ce7a6dc7778b8c941d21ecbe4d62760c7dc533470 ...18Running on runner-8zcxmppt-project-278964-concurrent-0 via runner-8zcxmppt-shared-gitlab-org-1657155744-81a614e3...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: 107798, done. 25remote: Counting objects: 100% (107798/107798), done. 26remote: Compressing objects: 100% (76542/76542), done. 27remote: Total 107798 (delta 42646), reused 69839 (delta 27219), pack-reused 0 28Receiving objects: 100% (107798/107798), 104.23 MiB | 33.94 MiB/s, done.29Resolving deltas: 100% (42646/42646), done.31 * [new ref] refs/pipelines/581948065 -> refs/pipelines/58194806532Checking out 5ef8e465 as refs/merge-requests/91652/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-14...37cache.zip is up to date 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 (2688594865)...44Downloading artifacts from coordinator... ok id=2688594865 responseStatus=200 OK token=LFvG5_Uu45Downloading artifacts for detect-tests as-if-foss (2688594871)...46Downloading artifacts from coordinator... ok id=2688594871 responseStatus=200 OK token=LFvG5_Uu47Downloading artifacts for retrieve-tests-metadata (2688594877)...48Downloading artifacts from coordinator... ok id=2688594877 responseStatus=200 OK token=LFvG5_Uu49Downloading artifacts for setup-test-env (2688594868)...50Downloading artifacts from coordinator... ok id=2688594868 responseStatus=200 OK token=LFvG5_Uu52Using docker image sha256:fd40b0aa863019e7fe9616bf6665ba24d356a369a8b92582a8df89544e3b7544 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-101-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:fc314d19087f24a5d21b479ce7a6dc7778b8c941d21ecbe4d62760c7dc533470 ...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.3.5 with native extensions84==> 'bundle pristine pg' succeeded in 9 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 40 seconds.96$ setup_db_praefect97SELECT pg_catalog.set_config('search_path', '', false);98CREATE DATABASE praefect_test ENCODING 'UTF8';99==> 'setup_db_praefect' succeeded in 0 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 2 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 directory108Don't run Bundler as root. Bundler can ask for sudo if it is needed, and109installing your bundle as root will break this application for all non-root110users on this machine.111Using abstract_type 0.0.7112Using concurrent-ruby 1.1.10113Using i18n 1.10.0114Using minitest 5.15.0115Using tzinfo 2.0.4116Using zeitwerk 2.5.4117Using activesupport 6.1.4.7118Using builder 3.2.4119Using erubi 1.10.0120Using mini_portile2 2.8.0121Using racc 1.6.0122Using nokogiri 1.13.6 (x86_64-linux)123Using rails-dom-testing 2.0.3124Using crass 1.0.6125Using loofah 2.16.0126Using rails-html-sanitizer 1.4.2127Using actionview 6.1.4.7128Using rack 2.2.3129Using rack-test 1.1.0130Using actionpack 6.1.4.7131Using ice_nine 0.11.2132Using thread_safe 0.3.6133Using memoizable 0.4.2134Using adamantium 0.2.0135Using public_suffix 4.0.6136Using addressable 2.7.0137Using ast 2.4.2138Using binding_ninja 0.2.3139Using bundler 2.3.15140Using charlock_holmes 0.7.7141Using coderay 1.1.2142Using equalizer 0.0.11143Using concord 0.1.5144Using diff-lcs 1.3145Using dotenv 2.7.6146Using escape_utils 1.2.1147Using factory_bot 5.0.2148Using multipart-post 2.1.1149Using faraday 1.0.1150Using ffi 1.15.3151Using json 2.5.1152Using gemojione 3.3.0153Using mini_mime 1.0.2154Using rugged 1.2.0155Using github-linguist 7.12.1156Using github-markup 1.7.0157Using mime-types-data 3.2020.1104158Using mime-types 3.3.1159Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1160Using rouge 3.27.0161Using sanitize 6.0.0162Using stringex 2.8.5163Using gitlab-gollum-lib 4.2.7.10.gitlab.2164Using google-protobuf 3.19.1 (x86_64-linux)165Using googleapis-common-protos-types 1.3.0166Using grpc 1.42.0 (x86_64-linux)167Using opentracing 0.5.0168Using thrift 0.15.0169Using jaeger-client 1.1.0170Using pg_query 2.1.1171Using redis 4.4.0172Using gitlab-labkit 0.23.0173Using rubyzip 2.3.2174Using thor 1.1.0175Using tomlrb 2.0.1176Using with_env 1.1.0177Using rexml 3.2.5178Using xml-simple 1.1.9179Using gitlab-license_finder 6.14.2.1180Using gitlab-markup 1.7.1181Using grpc-tools 1.42.0182Using sawyer 0.8.2183Using octokit 4.20.0184Using reverse_markdown 1.4.0185Using licensee 9.14.1186Using method_source 0.9.2187Using msgpack 1.3.3188Using optimist 3.0.1189Using parallel 1.19.2190Using parser 3.0.3.2191Using procto 0.0.3192Using unparser 0.4.7193Using proc_to_ast 0.1.0194Using pry 0.12.2195Using rainbow 3.0.0196Using rbtrace 0.4.14197Using rdoc 6.3.2198Using regexp_parser 1.8.1199Using rspec-support 3.8.0200Using rspec-core 3.8.0201Using rspec-expectations 3.8.3202Using rspec-mocks 3.8.0203Using rspec 3.8.0204Using rspec-parameterized 0.4.2205Using rubocop-ast 0.2.0206Using ruby-progressbar 1.10.1207Using unicode-display_width 1.7.0208Using rubocop 0.86.0209Using sentry-raven 3.0.4210Using timecop 0.9.1211Bundle complete! 22 Gemfile dependencies, 100 gems now installed.212Gems in the groups 'production' and 'development' were not installed.213Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`214Checking gitaly-ruby Gemfile...215Checking gitaly-ruby bundle...216The Gemfile's dependencies are satisfied217Trying to connect to gitaly: ..................................... OK218Trying to connect to gitaly2: ......................................................... OK219Starting Praefect with in-memory election strategyTrying to connect to praefect: ....... OK220==> 'scripts/gitaly-test-spawn' succeeded in 11 seconds.221$ source ./scripts/rspec_helpers.sh222$ rspec_matched_foss_tests tmp/matching_foss_tests.txt "--tag ~quarantine"223Running RSpec command: bin/rspec -Ispec -rspec_helper --color --format documentation --format RspecJunitFormatter --out rspec/junit_rspec.xml --tag ~quarantine spec/features/milestone_spec.rb224DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql_adapter.rb:78: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call225/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/pg-1.3.5/lib/pg.rb:68: warning: The called method `connect' is defined here226 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)227Run options: exclude {:quarantine=>true}228Test environment set up in 0.344169325 seconds229Milestone230 Create a milestone231 shows an informative message for a new milestone232 Open a milestone with closed issues233 shows an informative message234 Open a project milestone with an existing title235 displays validation message when there is a project milestone with same title236 displays validation message when there is a group milestone with same title237 Open a milestone238Starting the Capybara driver server...239Capybara starting Puma...240* Version 5.6.2 , codename: Birdie's Version241* Min threads: 0, max threads: 4242* Listening on unix:///tmp/20220707-456-ux37i1243 shows total issue time spent correctly when no time has been logged244 shows total issue time spent245 Deleting a milestone246 the delete milestone button does not show for unauthorized users247 reopen closed milestones248 group milestones page249 reopens the milestone250 project milestones page251 reopens the milestone252Finished in 37.56 seconds (files took 56.7 seconds to load)2539 examples, 0 failures254Failed to write to log, write log/workhorse-test.log: file already closed256Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy257Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 due to policy259Uploading artifacts...260WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 261ERROR: No files to upload 262Uploading artifacts...263rspec/junit_rspec.xml: found 1 matching files and directories 264WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2688595245/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=7d new-url=https://gitlab.com265WARNING: Retrying... context=artifacts-uploader error=request redirected266Uploading artifacts as "junit" to coordinator... 201 Created id=2688595245 responseStatus=201 Created token=LFvG5_Uu268Job succeeded