rspec system pg11 16/24
Passed Started
by
@ayufan
Kamil Trzciński
1Running with gitlab-runner 13.3.0-rc1 (669fc507)2 on docker-auto-scale-com 8a6210b84Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...5Starting service postgres:11.6 ...6Pulling docker image postgres:11.6 ...7Using docker image sha256:2c963c0eb8c6efa49bb8352ea446f248d208d674cfc34fc9ea275b5f99f8dedd for postgres:11.6 ...8Starting service redis:4.0-alpine ...9Pulling docker image redis:4.0-alpine ...10Using docker image sha256:e3dd0e49bca555d559ca2e97f06a1efa108ebd230fddcb17606723994f18ae3b for redis:4.0-alpine ...11Waiting for services to be up and running...12Authenticating with credentials from job payload (GitLab Registry)13Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...14Using docker image sha256:cd688957c9207f55272d81be6d4908692d78233833e3f09a9c0899b2f24eb3ff for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...16Running on runner-8a6210b8-project-278964-concurrent-0 via runner-8a6210b8-gsrm-1598364614-e1ce6b21...18$ eval "$CI_PRE_CLONE_SCRIPT"19Downloading archived master...20Connecting to storage.googleapis.com (172.217.204.128:443)21saving to '/tmp/gitlab.tar.gz'22gitlab.tar.gz 7% |** | 72.8M 0:00:12 ETA23gitlab.tar.gz 39% |************ | 396M 0:00:03 ETA24gitlab.tar.gz 70% |********************** | 709M 0:00:01 ETA25gitlab.tar.gz 100% |********************************| 1004M 0:00:00 ETA26'/tmp/gitlab.tar.gz' saved27Extracting tarball into /builds/gitlab-org/gitlab...28Fetching changes with git depth set to 20...29Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/30Created fresh repository.31Checking out dbc1a472 as master...32Skipping Git submodules setup34Checking cache for rails-v2-3...35cache.zip is up to date 36Successfully extracted cache38Downloading artifacts for compile-test-assets (702959600)...39Downloading artifacts from coordinator... ok id=702959600 responseStatus=200 OK token=efr6uzds40Downloading artifacts for retrieve-tests-metadata (702959602)...41Downloading artifacts from coordinator... ok id=702959602 responseStatus=200 OK token=VgekGNeS42Downloading artifacts for setup-test-env (702959601)...43Downloading artifacts from coordinator... ok id=702959601 responseStatus=200 OK token=Fwwkf6XV44WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 46$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb47$ export GOPATH=$CI_PROJECT_DIR/.go48$ mkdir -p $GOPATH49$ source scripts/utils.sh50$ source scripts/prepare_build.sh51Bundler version 1.17.252$ bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet53==> 'bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 2 seconds.54$ bundle check55Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.56The Gemfile's dependencies are satisfied57==> 'bundle check' succeeded in 0 seconds.58$ bundle pristine pg59Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.60Installing pg 1.2.2 with native extensions61==> 'bundle pristine pg' succeeded in 11 seconds.62$ gem install knapsack --no-document63Successfully installed knapsack-1.18.0641 gem installed65==> 'gem install knapsack --no-document' succeeded in 1 seconds.66$ setup_db_user_only67CREATE ROLE68GRANT69==> 'setup_db_user_only' succeeded in 0 seconds.70$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee71Dropped database 'gitlabhq_test'72Created database 'gitlabhq_test'73Dropped database 'gitlabhq_geo_test'74Created database 'gitlabhq_geo_test'75==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 32 seconds.76$ run_timed_command "scripts/gitaly-test-build"77$ scripts/gitaly-test-build78Settings are listed in order of priority. The top value will be used.79retry80Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 381path82Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"83jobs84Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 485app_config86Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"87gemfile88Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"89flags90Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --quiet --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"91silence_root_warning92Set via BUNDLE_SILENCE_ROOT_WARNING: true93go install -ldflags '-X gitlab.com/gitlab-org/gitaly/internal/version.version=13.3.0-rc5 -X gitlab.com/gitlab-org/gitaly/internal/version.buildtime=20200825.153159' -tags "tracer_static,tracer_static_jaeger,continuous_profiler_stackdriver" gitlab.com/gitlab-org/gitaly/cmd/praefect gitlab.com/gitlab-org/gitaly/cmd/gitaly-hooks gitlab.com/gitlab-org/gitaly/cmd/gitaly-blackbox gitlab.com/gitlab-org/gitaly/cmd/gitaly gitlab.com/gitlab-org/gitaly/cmd/gitaly-debug gitlab.com/gitlab-org/gitaly/cmd/gitaly-ssh gitlab.com/gitlab-org/gitaly/cmd/gitaly-wrapper94install /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/praefect /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-hooks /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-blackbox /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-debug /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-ssh /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-wrapper /builds/gitlab-org/gitlab/tmp/tests/gitaly95Checking gitaly-ruby Gemfile...96Checking gitaly-ruby bundle...97Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.98The Gemfile's dependencies are satisfied99Trying to connect to gitaly: ........ OK100Trying to connect to praefect: ...... OK101==> 'scripts/gitaly-test-build' succeeded in 44 seconds.102$ run_timed_command "scripts/gitaly-test-spawn"103$ scripts/gitaly-test-spawn104Checking gitaly-ruby Gemfile...105Checking gitaly-ruby bundle...106Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.107The Gemfile's dependencies are satisfied108Trying to connect to gitaly: ......... OK109Trying to connect to praefect: ........ OK110==> 'scripts/gitaly-test-spawn' succeeded in 3 seconds.111$ source scripts/rspec_helpers.sh112$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"113KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb114RSpec's reporter has already been initialized with #<IO:<STDERR>> as the deprecation stream, so your change to `deprecation_stream` will be ignored. You should configure it earlier for it to take effect, or use the `--deprecation-out` CLI option. (Called from /builds/gitlab-org/gitlab/spec/support/rspec.rb:12:in `block in <top (required)>')115Knapsack report generator started!116Run options:117 include {:focus=>true}118 exclude {:quarantine=>true, :geo=>true, :level=>"migration"}119All examples were filtered out; ignoring {:focus=>true}120==> Setting up gitlab-test bare repository in /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare...121 /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.04001547 seconds...122Using U2F (Universal 2nd Factor) Devices for Authentication123Starting the Capybara driver server...124 registration125Capybara starting Puma...126* Version 4.3.3.gitlab.2 , codename: Mysterious Traveller127* Min threads: 0, max threads: 4128* Listening on unix:///tmp/20200825-1854-fuvau0129 allows the same device to be registered for multiple users130 when 2FA via OTP is disabled131 does not allow registering a new device132 when 2FA via OTP is enabled133 allows registering a new device with a name134 allows registering more than one device135 allows deleting a device136 when there are form errors137 doesn't register the device if there are errors138 allows retrying registration139 authentication140 when 2FA via OTP is disabled141 allows logging in with the U2F device142 when 2FA via OTP is enabled143 allows logging in with the U2F device144 when a given U2F device has already been registered by another user145 but not the current user146 does not allow logging in with that particular device147 and also the current user148 allows logging in with that particular device149 when a given U2F device has not been registered150 does not allow logging in with that particular device151 when more than one device has been registered by the same user152 allows logging in with either device153 fallback code authentication154 when no u2f device is registered155 shows the fallback otp code UI156 when a u2f device is registered157 provides a button that shows the fallback otp code UI158Task Lists159 for Issues160 multiple tasks161 renders162 contains the required selectors163 is only editable by author164 provides a summary on Issues#index165 single incomplete task166 renders167 provides a summary on Issues#index168 single complete task169 renders170 provides a summary on Issues#index171 for Notes172 multiple tasks173 renders for note body174 contains the required selectors175 is only editable by author176 single incomplete task177 renders for note body178 single complete task179 renders for note body180 for Merge Requests181 when merge request is open182 provides a summary on MergeRequests#index183 behaves like multiple tasks184 renders for description185 contains the required selectors186 is only editable by author187 when merge request is closed188 behaves like multiple tasks189 renders for description190 contains the required selectors191 is only editable by author192 single incomplete task193 renders for description194 provides a summary on MergeRequests#index195 single complete task196 renders for description197 provides a summary on MergeRequests#index198 markdown task edge cases199 commented tasks200 renders201 summary with no blank line202 renders203User creates wiki page204 when wiki is empty205 in a user namespace206 shows validation error message207 shows non-escaped link in the pages list208 has `Create home` as a commit message209 creates a page from the home page210 creates ASCII wiki with LaTeX blocks211 creates a wiki page with Org markup212 behaves like wiki file attachments213 uploading attachments214 before uploading215 shows "Attach a file" button216 uploading is in progress2172020-08-25 15:39:39 +0000: Rack app error handling request { POST /api/v4/projects/34/wikis/attachments }218#<Errno::ENOENT: No such file or directory @ realpath_rec - /builds/gitlab-org/gitlab/public/uploads/tmp/dk.png461720153>219/builds/gitlab-org/gitlab/lib/uploaded_file.rb:53:in `realpath'220/builds/gitlab-org/gitlab/lib/uploaded_file.rb:53:in `from_params'221/builds/gitlab-org/gitlab/lib/gitlab/middleware/multipart.rb:89:in `open_file'222/builds/gitlab-org/gitlab/lib/gitlab/middleware/multipart.rb:49:in `block in with_open_files'223/builds/gitlab-org/gitlab/lib/gitlab/middleware/multipart.rb:41:in `each'224/builds/gitlab-org/gitlab/lib/gitlab/middleware/multipart.rb:41:in `with_open_files'225/builds/gitlab-org/gitlab/lib/gitlab/middleware/multipart.rb:144:in `call'226/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-attack-6.3.0/lib/rack/attack.rb:111:in `call'227/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/warden-1.2.8/lib/warden/manager.rb:36:in `block in call'228/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/warden-1.2.8/lib/warden/manager.rb:34:in `catch'229/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/warden-1.2.8/lib/warden/manager.rb:34:in `call'230/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-cors-1.0.6/lib/rack/cors.rb:98:in `call'231/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/tempfile_reaper.rb:15:in `call'232/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/etag.rb:25:in `call'233/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/conditional_get.rb:38:in `call'234/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/head.rb:12:in `call'235/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/http/content_security_policy.rb:18:in `call'236/builds/gitlab-org/gitlab/lib/gitlab/middleware/read_only/controller.rb:51:in `call'237/builds/gitlab-org/gitlab/lib/gitlab/middleware/read_only.rb:18:in `call'238/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/session/abstract/id.rb:259:in `context'239/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/session/abstract/id.rb:253:in `call'240/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/cookies.rb:648:in `call'241/builds/gitlab-org/gitlab/lib/gitlab/middleware/same_site_cookies.rb:27:in `call'242/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'243/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:101:in `run_callbacks'244/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/callbacks.rb:26:in `call'245/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/actionable_exceptions.rb:17:in `call'246/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'247/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'248/builds/gitlab-org/gitlab/lib/gitlab/middleware/basic_health_check.rb:25:in `call'249/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/railties-6.0.3.1/lib/rails/rack/logger.rb:37:in `call_app'250/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/railties-6.0.3.1/lib/rails/rack/logger.rb:26:in `block in call'251/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/tagged_logging.rb:80:in `block in tagged'252/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/tagged_logging.rb:28:in `tagged'253/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/tagged_logging.rb:80:in `tagged'254/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/railties-6.0.3.1/lib/rails/rack/logger.rb:26:in `call'255/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'256/builds/gitlab-org/gitlab/lib/gitlab/middleware/handle_ip_spoof_attack_error.rb:25:in `call'257/builds/gitlab-org/gitlab/lib/gitlab/middleware/request_context.rb:23:in `call'258/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/request_store-1.5.0/lib/request_store/middleware.rb:19:in `call'259/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/request_id.rb:27:in `call'260/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/method_override.rb:22:in `call'261/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/runtime.rb:22:in `call'262/builds/gitlab-org/gitlab/config/initializers/fix_local_cache_middleware.rb:9:in `call'263/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/executor.rb:14:in `call'264/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'265/builds/gitlab-org/gitlab/lib/gitlab/middleware/static.rb:11:in `call'266/builds/gitlab-org/gitlab/lib/gitlab/testing/clear_process_memory_cache_middleware.rb:13:in `call'267/builds/gitlab-org/gitlab/lib/gitlab/testing/request_inspector_middleware.rb:33:in `call'268/builds/gitlab-org/gitlab/lib/gitlab/testing/request_blocker_middleware.rb:47:in `call'269/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/sendfile.rb:111:in `call'270/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/host_authorization.rb:76:in `call'271/builds/gitlab-org/gitlab/lib/gitlab/metrics/requests_rack_middleware.rb:60:in `call'272/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/sentry-raven-2.9.0/lib/raven/integrations/rack.rb:51:in `call'273/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/railties-6.0.3.1/lib/rails/engine.rb:527:in `call'274/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/urlmap.rb:68:in `block in call'275/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/urlmap.rb:53:in `each'276/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/urlmap.rb:53:in `call'277/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/capybara-3.33.0/lib/capybara/server/middleware.rb:58:in `call'278/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.3.gitlab.2/lib/puma/configuration.rb:228:in `call'279/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.3.gitlab.2/lib/puma/server.rb:691:in `handle_request'280/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.3.gitlab.2/lib/puma/server.rb:481:in `process_client'281/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.3.gitlab.2/lib/puma/server.rb:335:in `block in run'282/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.3.gitlab.2/lib/puma/thread_pool.rb:138:in `block in spawn_thread'283 cancels uploading on clicking to "Cancel" button2842020-08-25 15:39:42 +0000: Rack app error handling request { POST /api/v4/projects/35/wikis/attachments }285#<Errno::ENOENT: No such file or directory @ realpath_rec - /builds/gitlab-org/gitlab/public/uploads/tmp/dk.png217197540>286/builds/gitlab-org/gitlab/lib/uploaded_file.rb:53:in `realpath'287/builds/gitlab-org/gitlab/lib/uploaded_file.rb:53:in `from_params'288/builds/gitlab-org/gitlab/lib/gitlab/middleware/multipart.rb:89:in `open_file'289/builds/gitlab-org/gitlab/lib/gitlab/middleware/multipart.rb:49:in `block in with_open_files'290/builds/gitlab-org/gitlab/lib/gitlab/middleware/multipart.rb:41:in `each'291/builds/gitlab-org/gitlab/lib/gitlab/middleware/multipart.rb:41:in `with_open_files'292/builds/gitlab-org/gitlab/lib/gitlab/middleware/multipart.rb:144:in `call'293/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-attack-6.3.0/lib/rack/attack.rb:111:in `call'294/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/warden-1.2.8/lib/warden/manager.rb:36:in `block in call'295/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/warden-1.2.8/lib/warden/manager.rb:34:in `catch'296/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/warden-1.2.8/lib/warden/manager.rb:34:in `call'297/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-cors-1.0.6/lib/rack/cors.rb:98:in `call'298/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/tempfile_reaper.rb:15:in `call'299/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/etag.rb:25:in `call'300/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/conditional_get.rb:38:in `call'301/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/head.rb:12:in `call'302/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/http/content_security_policy.rb:18:in `call'303/builds/gitlab-org/gitlab/lib/gitlab/middleware/read_only/controller.rb:51:in `call'304/builds/gitlab-org/gitlab/lib/gitlab/middleware/read_only.rb:18:in `call'305/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/session/abstract/id.rb:259:in `context'306/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/session/abstract/id.rb:253:in `call'307/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/cookies.rb:648:in `call'308/builds/gitlab-org/gitlab/lib/gitlab/middleware/same_site_cookies.rb:27:in `call'309/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'310/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/callbacks.rb:101:in `run_callbacks'311/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/callbacks.rb:26:in `call'312/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/actionable_exceptions.rb:17:in `call'313/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'314/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'315/builds/gitlab-org/gitlab/lib/gitlab/middleware/basic_health_check.rb:25:in `call'316/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/railties-6.0.3.1/lib/rails/rack/logger.rb:37:in `call_app'317/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/railties-6.0.3.1/lib/rails/rack/logger.rb:26:in `block in call'318/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/tagged_logging.rb:80:in `block in tagged'319/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/tagged_logging.rb:28:in `tagged'320/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activesupport-6.0.3.1/lib/active_support/tagged_logging.rb:80:in `tagged'321/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/railties-6.0.3.1/lib/rails/rack/logger.rb:26:in `call'322/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'323/builds/gitlab-org/gitlab/lib/gitlab/middleware/handle_ip_spoof_attack_error.rb:25:in `call'324/builds/gitlab-org/gitlab/lib/gitlab/middleware/request_context.rb:23:in `call'325/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/request_store-1.5.0/lib/request_store/middleware.rb:19:in `call'326/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/request_id.rb:27:in `call'327/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/method_override.rb:22:in `call'328/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/runtime.rb:22:in `call'329/builds/gitlab-org/gitlab/config/initializers/fix_local_cache_middleware.rb:9:in `call'330/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/executor.rb:14:in `call'331/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/static.rb:126:in `call'332/builds/gitlab-org/gitlab/lib/gitlab/middleware/static.rb:11:in `call'333/builds/gitlab-org/gitlab/lib/gitlab/testing/clear_process_memory_cache_middleware.rb:13:in `call'334/builds/gitlab-org/gitlab/lib/gitlab/testing/request_inspector_middleware.rb:33:in `call'335/builds/gitlab-org/gitlab/lib/gitlab/testing/request_blocker_middleware.rb:47:in `call'336/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/sendfile.rb:111:in `call'337/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/actionpack-6.0.3.1/lib/action_dispatch/middleware/host_authorization.rb:76:in `call'338/builds/gitlab-org/gitlab/lib/gitlab/metrics/requests_rack_middleware.rb:60:in `call'339/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/sentry-raven-2.9.0/lib/raven/integrations/rack.rb:51:in `call'340/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/railties-6.0.3.1/lib/rails/engine.rb:527:in `call'341/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/urlmap.rb:68:in `block in call'342/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/urlmap.rb:53:in `each'343/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rack-2.0.9/lib/rack/urlmap.rb:53:in `call'344/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/capybara-3.33.0/lib/capybara/server/middleware.rb:58:in `call'345/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.3.gitlab.2/lib/puma/configuration.rb:228:in `call'346/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.3.gitlab.2/lib/puma/server.rb:691:in `handle_request'347/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.3.gitlab.2/lib/puma/server.rb:481:in `process_client'348/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.3.gitlab.2/lib/puma/server.rb:335:in `block in run'349/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/gitlab-puma-4.3.3.gitlab.2/lib/puma/thread_pool.rb:138:in `block in spawn_thread'350 shows "Attaching a file" message on uploading 1 file351 uploading is complete352 shows "Attach a file" button on uploading complete353 the markdown link is added to the page354 the links point to the wiki root url355 the file has been added to the wiki repository356 in a group namespace357 has `Create home` as a commit message358 creates a page from the home page359 when wiki is not empty360 in a user namespace361 shows the emoji autocompletion dropdown362 via the `new wiki page` page363 creates a page with a single word364 creates a page with spaces in the name365 creates a page with hyphens in the name366 in a group namespace367 via the `new wiki page` page368 creates a page369 sidebar feature370 when there are some existing pages371 renders a default sidebar when there is no customized sidebar372 when there is a customized sidebar373 renders my customized sidebar instead of the default one374 when there are 15 existing pages375 shows all pages in the sidebar376 when there are more than 15 existing pages377 shows the first 15 pages in the sidebar378Project fork379 allows user to fork project380 disables fork button when user has exceeded project limit381 forks the project382 shows avatars when Gravatar is disabled383 shows the forked project on the list384 forking enabled / disabled in project settings385 forking is enabled386 enables fork button387 renders new project fork page388 forking is disabled389 does not render fork button390 does not render new project fork page391 forking is private392 user is not a team member393 does not render fork button394 does not render new project fork page395 user is a team member396 enables fork button397 renders new project fork page398 when the project is private399 renders private forks of the project400 when the user already forked the project401 renders error402 maintainer in group403 allows user to fork project to group or to user namespace404 allows user to fork project to group and not user when exceeded project limit405 links to the fork if the project was already forked within that namespace406GraphiQL407 without relative_url_root408 has the correct graphQLEndpoint409 with relative_url_root410 has the correct graphQLEndpoint411Comments on personal snippets412 when viewing the snippet detail page413 contains notes for a snippet with correct action icons414 shows the status of a note author415 shows the author name416 when the author name contains HTML417 renders the name as plain text418 when submitting a note419 shows a valid form420 previews a note421 creates a note422 does not have autocomplete423 behaves like personal snippet with references424 when using references to resources425 behaves like handles resource links426 with access to the resource427 converts the reference to a link428 without access to the resource429 does not convert the reference to a link430 when using links to resources431 behaves like handles resource links432 with access to the resource433 converts the reference to a link434 without access to the resource435 does not convert the reference to a link436 when editing a note437 changes the text438 when deleting a note439 removes the note from the snippet detail page440Explore Groups441 when signed in442 behaves like renders public and internal projects443 is expected not to have text "project70"444 behaves like renders public and internal projects445 is expected not to have text "project73"446 behaves like renders public and internal projects447 is expected not to have text "project76"448 behaves like renders group in public groups area449 is expected to have text "group10"450 when signed out451 behaves like renders only public project452 is expected not to have text "project82"453 behaves like renders only public project454 is expected not to have text "project85"455 behaves like renders only public project456 is expected not to have text "project88"457 behaves like renders group in public groups area458 is expected to have text "group14"459 when visibility is restricted to public460 redirects to the sign in page461User reverts a commit462 without creating a new merge request463 reverts a commit464 does not revert a previously reverted commit465 with creating a new merge request466 reverts a commit467 when the project is archived468 does not show the revert link469Projects > Snippets > Create Snippet470 shows collapsible description input471 creates a new snippet472 uploads a file when dragging into textarea473 displays validation errors474 when the git operation fails475 renders the new page and displays the error476Internal Group access477 Group should be internal478 #internal?479 is expected to be truthy480 GET /groups/:path481 is expected to be allowed for admin482 is expected to be allowed for owner483 is expected to be allowed for maintainer484 is expected to be allowed for developer485 is expected to be allowed for reporter486 is expected to be allowed for guest487 is expected to be allowed for the specified user488 is expected to be allowed for user489 is expected to be denied for external490 is expected to be denied for visitor491 GET /groups/:path/-/issues492 is expected to be allowed for admin493 is expected to be allowed for owner494 is expected to be allowed for maintainer495 is expected to be allowed for developer496 is expected to be allowed for reporter497 is expected to be allowed for guest498 is expected to be allowed for the specified user499 is expected to be allowed for user500 is expected to be denied for external501 is expected to be denied for visitor502 GET /groups/:path/-/merge_requests503 is expected to be allowed for admin504 is expected to be allowed for owner505 is expected to be allowed for maintainer506 is expected to be allowed for developer507 is expected to be allowed for reporter508 is expected to be allowed for guest509 is expected to be allowed for the specified user510 is expected to be allowed for user511 is expected to be denied for external512 is expected to be denied for visitor513 GET /groups/:path/-/group_members514 is expected to be allowed for admin515 is expected to be allowed for owner516 is expected to be allowed for maintainer517 is expected to be allowed for developer518 is expected to be allowed for reporter519 is expected to be allowed for guest520 is expected to be allowed for the specified user521 is expected to be allowed for user522 is expected to be denied for external523 is expected to be denied for visitor524 GET /groups/:path/-/edit525 is expected to be allowed for admin526 is expected to be allowed for owner527 is expected to be denied for maintainer528 is expected to be denied for developer529 is expected to be denied for reporter530 is expected to be denied for guest531 is expected to be denied for the specified user532 is expected to be denied for user533 is expected to be denied for visitor534 is expected to be denied for external535Admin mode536 feature flag :user_mode_in_session is enabled537 when not in admin mode538 has no leave admin mode button539 can open pages not in admin scope540 is necessary to provide credentials again before opening pages in admin scope541unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.542unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.543unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.544 can enter admin mode545 on a read-only instance546 can enter admin mode547 when in admin_mode548 contains link to leave admin mode549 can leave admin mode using main dashboard link550 can leave admin mode using dropdown menu on smaller screens551 can open pages not in admin scope552 nav bar553 shows admin dashboard links on bigger screen554 relocates admin dashboard links to dropdown list on smaller screen555 on a read-only instance556 can leave admin mode557 feature flag :user_mode_in_session is disabled558 shows no admin mode buttons in navbar559Admin Mode Logout560 disable removes admin mode and redirects to root page561 disable shows flash notice562 on a read-only instance563 disable removes admin mode and redirects to root page564User creates blob in new project565 as a maintainer566 behaves like creating a file567 allows the user to add a new file568 as an admin569 behaves like creating a file570 allows the user to add a new file571 as a developer572 does not allow pushing to the default branch573User sees user popover574 hovering over a user link in a merge request575 displays user popover576 displays user popover in system note577Groups > Members > Maintainer manages access requests578 behaves like Maintainer manages access requests579 maintainer can see access requests580 maintainer can grant access581 maintainer can deny access582User searches for wiki pages583 does not show top right search form584 when searching by content585 behaves like search wiki blobs586 finds a page587 when searching by title588 behaves like search wiki blobs589 finds a page590Environment > Pod Logs591 shows environments in dropdown592 with logs593 shows pod logs594Admin::AbuseReports595 as an admin596 if a user has been reported for abuse597 in the abuse report view598 presents information about abuse report599 in the profile page of the user600 shows a link to the admin view of the user601 if a many users have been reported for abuse602 in the abuse report view603 presents information about abuse report604 filtering by user605 shows only single user report606Multi-file editor upload file607 uploads text file608User activates PivotalTracker609 activates service610IDE611 sub-groups612 loads project in web IDE613User searches for users614 when on the dashboard615 finds the user616 when on the project page617 finds the user belonging to the project618 when on the group page619 finds the user belonging to the group620Dashboard Archived Project621 renders non archived projects622 renders all projects623 renders only archived projects624 searches archived projects625Logout/Sign out626 sign out redirects to sign in page627 sign out does not show signed out flash notice628 on a read-only instance629 sign out redirects to sign in page630Project > Commit > View user status631 status for the commit author632 behaves like showing user status633 shows the status634 status for a comment on the commit635 behaves like showing user status636 shows the status637 status for a diff note on the commit638 behaves like showing user status639 shows the status640No Password Alert641 with internal auth enabled642 when user has a password643 shows no alert644 when user has password automatically set645 shows a password alert646 with internal auth disabled647 when user has no personal access tokens648 has a personal access token alert649 when user has a personal access token650 shows no alert651 when user is ldap user652 shows no alert653User activates Emails on push654 activates service655When a user searches for Sentry errors656 displays the results657Explore Snippets658 User659 see snippets that are not private660 shows new snippet button in header661 External user662 see only public snippets663 without snippets664 hides new snippet button665 with snippets666 hides new snippet button667 Not authenticated user668 see only public snippets669Merge request > User sees empty state670 shows an empty state and a "New merge request" button671 if there are merge requests672 does not show an empty state673 shows empty state when filter results empty674Subgroup Issuables675 shows the full subgroup title when issues index page is empty676 shows the full subgroup title when merge requests index page is empty677User edit preferences profile678 allows the user to toggle their time format preference679 allows the user to toggle their time display preference680 User changes tab width to acceptable value681 shows success message682 saves the value683 User changes tab width to unacceptable value684 shows error message685 User language686 shows the user preferred language by default687Wiki shortcuts688 Visit edit wiki page using "e" keyboard shortcut689Navigation bar counter690 reflects dashboard issues count691 reflects dashboard merge requests count692Dashboard Feed693 GET /694 projects atom feed via personal access token695 renders projects atom feed696 projects atom feed via feed token697 renders projects atom feed698 feed content699 has issue opened event700 has issue comment event701Projects > Settings > External Authorization Classification Label setting702 shows the field to set a classification label703Projects > Settings > User tags a project704 sets project topics705User views all merge requests706 shows all merge requests707Upload a design through graphQL708 behaves like handling file uploads709 with object storage disabled710 behaves like for a design upload through graphQL711 creates proper objects712 is expected to eq 200713Root explore714 when logged in715 shows projects716 when not logged in717 shows projects718Knapsack report was generated. Preview:719{720 "spec/features/u2f_spec.rb": 188.04494881629944,721 "spec/features/task_lists_spec.rb": 126.13862013816833,722 "spec/features/projects/wiki/user_creates_wiki_page_spec.rb": 77.10319113731384,723 "spec/features/projects/fork_spec.rb": 64.7421600818634,724 "spec/features/graphiql_spec.rb": 50.64065098762512,725 "spec/features/snippets/notes_on_personal_snippets_spec.rb": 45.26809477806091,726 "spec/features/explore/groups_spec.rb": 27.897321462631226,727 "spec/features/projects/commit/user_reverts_commit_spec.rb": 33.266194105148315,728 "spec/features/projects/snippets/create_snippet_spec.rb": 22.10730814933777,729 "spec/features/security/group/internal_access_spec.rb": 23.023664474487305,730 "spec/features/admin/admin_mode_spec.rb": 22.20677375793457,731 "spec/features/admin/admin_mode/logout_spec.rb": 16.804073095321655,732 "spec/features/projects/blobs/user_creates_new_blob_in_new_project_spec.rb": 17.235820531845093,733 "spec/features/projects/user_sees_user_popover_spec.rb": 11.996437788009644,734 "spec/features/groups/members/master_manages_access_requests_spec.rb": 12.136104106903076,735 "spec/features/search/user_searches_for_wiki_pages_spec.rb": 12.800409317016602,736 "spec/features/projects/environments_pod_logs_spec.rb": 9.926310300827026,737 "spec/features/admin/admin_abuse_reports_spec.rb": 11.395572900772095,738 "spec/features/projects/tree/upload_file_spec.rb": 9.105514526367188,739 "spec/features/projects/services/user_activates_pivotaltracker_spec.rb": 7.170928478240967,740 "spec/features/ide_spec.rb": 9.254586935043335,741 "spec/features/search/user_searches_for_users_spec.rb": 6.471337556838989,742 "spec/features/dashboard/archived_projects_spec.rb": 7.175249338150024,743 "spec/features/users/logout_spec.rb": 5.743223190307617,744 "spec/features/projects/commit/user_views_user_status_on_commit_spec.rb": 5.0778632164001465,745 "spec/features/projects/show/no_password_spec.rb": 5.956141710281372,746 "spec/features/projects/services/user_activates_emails_on_push_spec.rb": 5.457765102386475,747 "spec/features/error_tracking/user_searches_sentry_errors_spec.rb": 4.332684278488159,748 "spec/features/snippets/explore_spec.rb": 3.851402759552002,749 "spec/features/merge_request/user_sees_empty_state_spec.rb": 3.309640645980835,750 "spec/features/projects/sub_group_issuables_spec.rb": 4.4202210903167725,751 "spec/features/profiles/user_edit_preferences_spec.rb": 2.9568705558776855,752 "spec/features/projects/wiki/shortcuts_spec.rb": 3.322352647781372,753 "spec/features/dashboard/issuables_counter_spec.rb": 2.1222598552703857,754 "spec/features/atom/dashboard_spec.rb": 1.9904017448425293,755 "spec/features/projects/settings/external_authorization_service_settings_spec.rb": 1.128234624862671,756 "spec/features/projects/settings/user_tags_project_spec.rb": 1.1769959926605225,757 "spec/features/merge_requests/user_views_all_merge_requests_spec.rb": 0.7869718074798584,758 "spec/features/file_uploads/graphql_add_design_spec.rb": 0.8581459522247314,759 "spec/features/dashboard/root_explore_spec.rb": 0.9098131656646729760}761Knapsack global time execution for tests: 14m 25s762Finished in 15 minutes 26 seconds (files took 56.72 seconds to load)763255 examples, 0 failures764Tue Aug 25 15:49:23 UTC 2020766Not uploading cache rails-v2-3 due to policy768Uploading artifacts...769coverage/: found 5 matching files and directories 770knapsack/: found 3 matching files and directories 771rspec_flaky/: found 4 matching files and directories 772rspec_profiling/: found 2 matching files and directories 773WARNING: tmp/capybara/: no matching files 774tmp/memory_test/: found 2 matching files and directories 775log/*.log: found 13 matching files and directories 776Uploading artifacts as "archive" to coordinator... ok id=702959707 responseStatus=201 Created token=QSYXNjzV777Uploading artifacts...778junit_rspec.xml: found 1 matching files and directories 779Uploading artifacts as "junit" to coordinator... ok id=702959707 responseStatus=201 Created token=QSYXNjzV780Job succeeded