rspec system pg12 15/24
Passed Started
by
@ebanks
Erick Banks
1Running with gitlab-runner 14.0.1 (c1edb478)2 on docker-auto-scale-com 8a6210b83 feature flags: FF_USE_FASTZIP:true, FF_SKIP_DOCKER_MACHINE_PROVISION_ON_CREATION_FAILURE:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-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:1fdb7532cc62f2c2dfee4b58f21a0b21ad4bc83d64908d3a7d954c737b2f9af7 for postgres:12 with digest postgres@sha256:047e82f052a995ab02fbafdb55ccb19c97278264031ad3bd7fc7924e24d0b4cd ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:51bbd55867dd975a18bf5bc650fd96ef641952f9662459607ed3bf0d006a380c for redis:5.0-alpine with digest redis@sha256:2ef89ec07c6103400d8dfcca35813210df677a1c356d7e3c916294e7adfd943f ...13Waiting for services to be up and running...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-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:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...18Running on runner-8a6210b8-project-278964-concurrent-0 via runner-8a6210b8-gsrm-1626131418-b9bce080...20$ eval "$CI_PRE_CLONE_SCRIPT"21Downloading archived master...22Connecting to storage.googleapis.com (172.217.193.128:443)23saving to '/tmp/gitlab.tar.gz'24gitlab.tar.gz 67% |********************* | 251M 0:00:00 ETA25gitlab.tar.gz 100% |********************************| 373M 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.31remote: Enumerating objects: 190, done. 32remote: Counting objects: 100% (183/183), done. 33remote: Compressing objects: 100% (81/81), done. 34remote: Total 146 (delta 111), reused 95 (delta 60), pack-reused 0 35Receiving objects: 100% (146/146), 12.92 KiB | 3.23 MiB/s, done.36Resolving deltas: 100% (111/111), completed with 25 local objects.38 * [new ref] d07c005fa7e5026586dd6b15f1ea1ec4a5768e78 -> refs/pipelines/33578159039Checking out d07c005f as refs/merge-requests/63811/merge...40Skipping Git submodules setup42Checking cache for ruby-gems-v1-4...43Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-4 44Successfully extracted cache45Checking cache for gitaly-ruby-gems-v1-4...46Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-4 47Successfully extracted cache49Downloading artifacts for compile-test-assets (1418685471)...50Downloading artifacts from coordinator... ok id=1418685471 responseStatus=200 OK token=tcSUdFYB51Downloading artifacts for detect-tests (1418685477)...52Downloading artifacts from coordinator... ok id=1418685477 responseStatus=200 OK token=c67Bsjgk53Downloading artifacts for retrieve-tests-metadata (1418685479)...54Downloading artifacts from coordinator... ok id=1418685479 responseStatus=200 OK token=SgCbh9xe55Downloading artifacts for setup-test-env (1418685474)...56Downloading artifacts from coordinator... ok id=1418685474 responseStatus=200 OK token=3cNsDejz58Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-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:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...59$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb60$ export GOPATH=$CI_PROJECT_DIR/.go61$ mkdir -p $GOPATH62$ source scripts/utils.sh63$ source scripts/prepare_build.sh64Bundler version 2.1.465production:development66Settings are listed in order of priority. The top value will be used.67path68Set for the current user (/root/.bundle/config): "vendor"69clean70Set for the current user (/root/.bundle/config): "true"71without72Set via BUNDLE_WITHOUT: [:production, :development]73install_flags74Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76The Gemfile's dependencies are satisfied77==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.78$ bundle pristine pg79Installing pg 1.2.3 with native extensions80==> 'bundle pristine pg' succeeded in 10 seconds.81$ setup_db_user_only82CREATE ROLE83GRANT84==> 'setup_db_user_only' succeeded in 0 seconds.85$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee86Dropped database 'gitlabhq_test'87Created database 'gitlabhq_test'88DEPRECATION 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)89Dropped database 'gitlabhq_geo_test'90Created database 'gitlabhq_geo_test'91==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 27 seconds.92$ run_timed_command "gem install knapsack --no-document"93$ gem install knapsack --no-document94Successfully installed knapsack-3.1.0951 gem installed96==> 'gem install knapsack --no-document' succeeded in 1 seconds.97$ run_timed_command "scripts/gitaly-test-spawn"98$ scripts/gitaly-test-spawn99Settings are listed in order of priority. The top value will be used.100jobs101Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4102retry103Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3104path105Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"106deployment107Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true108without109Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]110Set via BUNDLE_WITHOUT: [:production, :development]111app_config112Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"113gemfile114Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"115Don't run Bundler as root. Bundler can ask for sudo if it is needed, and116installing your bundle as root will break this application for all non-root117users on this machine.118Using abstract_type 0.0.7119Using concurrent-ruby 1.1.9120Using i18n 1.8.10121Using minitest 5.14.4122Using tzinfo 2.0.4123Using zeitwerk 2.4.2124Using activesupport 6.1.3.2125Using builder 3.2.4126Using erubi 1.10.0127Using mini_portile2 2.5.1128Using racc 1.5.2129Using nokogiri 1.11.5 (x86_64-linux)130Using rails-dom-testing 2.0.3131Using crass 1.0.6132Using loofah 2.10.0133Using rails-html-sanitizer 1.3.0134Using actionview 6.1.3.2135Using rack 2.2.3136Using rack-test 1.1.0137Using actionpack 6.1.3.2138Using ice_nine 0.11.2139Using thread_safe 0.3.6140Using memoizable 0.4.2141Using adamantium 0.2.0142Using public_suffix 4.0.6143Using addressable 2.7.0144Using ast 2.4.1145Using binding_ninja 0.2.3146Using bundler 2.1.4147Using charlock_holmes 0.7.7148Using coderay 1.1.2149Using equalizer 0.0.11150Using concord 0.1.5151Using diff-lcs 1.3152Using dotenv 2.7.6153Using escape_utils 1.2.1154Using factory_bot 5.0.2155Using multipart-post 2.1.1156Using faraday 1.0.1157Using ffi 1.13.1158Using json 2.5.1159Using gemojione 3.3.0160Using mini_mime 1.0.2161Using rugged 1.1.0162Using github-linguist 7.12.1163Using github-markup 1.7.0164Using mime-types-data 3.2020.1104165Using mime-types 3.3.1166Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1167Using rouge 3.26.0168Using nokogumbo 1.5.0169Using sanitize 4.6.6170Using stringex 2.8.5171Using gitlab-gollum-lib 4.2.7.10.gitlab.1172Using google-protobuf 3.17.3 (x86_64-linux)173Using googleapis-common-protos-types 1.0.5174Using grpc 1.30.2 (x86_64-linux)175Using opentracing 0.5.0176Using thrift 0.14.1177Using jaeger-client 1.1.0178Using pg_query 2.1.0179Using redis 4.2.5180Using gitlab-labkit 0.20.0181Using gitlab-markup 1.7.1182Using grpc-tools 1.30.2183Using sawyer 0.8.2184Using octokit 4.20.0185Using reverse_markdown 1.4.0186Using thor 1.1.0187Using licensee 9.14.1188Using method_source 0.9.2189Using msgpack 1.3.3190Using optimist 3.0.1191Using parallel 1.19.2192Using parser 2.7.2.0193Using procto 0.0.3194Using unparser 0.4.7195Using proc_to_ast 0.1.0196Using pry 0.12.2197Using rainbow 3.0.0198Using rbtrace 0.4.14199Using rdoc 6.2.0200Using regexp_parser 1.8.1201Using rexml 3.2.4202Using rspec-support 3.8.0203Using rspec-core 3.8.0204Using rspec-expectations 3.8.3205Using rspec-mocks 3.8.0206Using rspec 3.8.0207Using rspec-parameterized 0.4.2208Using rubocop-ast 0.2.0209Using ruby-progressbar 1.10.1210Using unicode-display_width 1.7.0211Using rubocop 0.86.0212Using sentry-raven 3.0.4213Using timecop 0.9.1214Bundle complete! 21 Gemfile dependencies, 96 gems now installed.215Gems in the groups production and development were not installed.216Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`217Checking gitaly-ruby Gemfile...218Checking gitaly-ruby bundle...219The Gemfile's dependencies are satisfied220Trying to connect to gitaly: ...... OK221Trying to connect to gitaly2: ............. OK222Trying to connect to praefect: ..... OK223==> 'scripts/gitaly-test-spawn' succeeded in 5 seconds.224$ source ./scripts/rspec_helpers.sh225$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"226KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb227Knapsack report generator started!228Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}229==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.065402534 seconds...230Test environment set up in 0.710434795 seconds231Project issue boards232Starting the Capybara driver server...233DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)234DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)235 no lists236Capybara starting Puma...237* Version 5.3.2 , codename: Sweetnighter238* Min threads: 0, max threads: 4239* Listening on unix:///tmp/20210713-350-17d57ql240DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)241DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)242DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)243DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)244 creates default lists245 with lists246 shows issues in lists247 shows confidential issues with icon248 search closed list249 search list250 allows user to delete board251 infinite scrolls list252 search list negation queries253 does not have the != option254 closed255 shows list of closed issues256 moves issue to closed257 removes all of the same issue to closed258 lists259 changes position of list260 dragging does not duplicate list261 issue moves between lists and does not show the "Development" label since the card is in the "Development" list label262 issue moves between lists and does not show the "Planning" label since the card is in the "Planning" list label263 issue moves from closed264 issue card265 shows assignee266 list header267 shows issue count on the list268 new list269 shows all labels in new list dropdown270 creates new list for label271 creates new list for Backlog label272 creates new list for Closed label273 keeps dropdown open after adding new list274 creates new list from a new label275 filtering276 filters by author277 filters by assignee278 filters by milestone279 filters by label280 filters by label with encoded character281 removes filtered labels282 infinite scrolls list with label filter283 filters by clicking label button on issue284 removes label filter by clicking label button on issue285 issue board focus mode286 shows the button287 keyboard shortcuts288 allows user to use keyboard shortcuts289 signed out user290 displays lists291 does not show create new list292 does not allow dragging293 as guest user294 does not show create new list295User browses files296 shows last commit for current directory297 when browsing the master branch298 shows files from a repository299 shows the `Browse Directory` link300 shows the `Browse File` link301 shows the `Browse Files` link302 redirects to the permalink URL303 when browsing the `markdown` branch304 when browsing the root305 shows correct files and links306 shows correct content of file307 shows correct content of directory308 when commit message has markdown309 renders emojis310 when browsing a `improve/awesome` branch311 shows files from a repository312 when browsing a `Ääh-test-utf-8` branch313 shows files from a repository314 when browsing a `test-#` branch315 shows files from a repository316 when browsing a specific ref317 shows files from a repository for `6d39438`318 shows files from a repository with apostroph in its name319 shows the code with a leading dot in the directory320 does not show the permalink link321 when browsing a file content322 shows a file content323 is possible to blame324 when browsing a file with pathspec characters325 shows a raw file content326 when browsing a raw file327 shows a raw file content328Pipeline Schedules329 logged in as maintainer330 GET /projects/pipeline_schedules331 The view332 displays the required information description333 creates a new scheduled pipeline334 changes ownership of the pipeline335 edits the pipeline336 deletes the pipeline337 when ref is nil338 shows a list of the pipeline schedules with empty ref column339 when ref is empty340 shows a list of the pipeline schedules with empty ref column341 POST /projects/pipeline_schedules/new342DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)343DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)344DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)345DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)346 sets defaults for timezone and target branch347 creates a new scheduled pipeline348 prevents an invalid form from being submitted349 PATCH /projects/pipelines_schedules/:id/edit350 displays existing properties351 edits the scheduled pipeline352 when ref is nil353 shows the pipeline schedule with default ref354 when ref is empty355 shows the pipeline schedule with default ref356 when user creates a new pipeline schedule with variables357 user sees the new variable in edit window358 when user edits a variable of a pipeline schedule359 user sees the updated variable in edit window360 when user removes a variable of a pipeline schedule361 user does not see the removed variable in edit window362 when active is true and next_run_at is NULL363 user edit and recover the problematic pipeline schedule364 logged in as non-member365 GET /projects/pipeline_schedules366 The view367 does not show create schedule button368 not logged in369 GET /projects/pipeline_schedules370 The view371 does not show create schedule button372Group variables373 behaves like variable list374 shows a list of variables375 adds a new CI variable376 adds a new protected variable377 defaults to unmasked378 reveals and hides variables379 deletes a variable380 edits a variable381 edits a variable to be unmasked382 edits a variable to be masked383 shows a validation error box about duplicate keys384 prevents a variable to be added if no values are provided when a variable is set to masked385 shows validation error box about unmaskable values386 handles multiple edits and a deletion387 defaults to the application setting388 application setting is true389 defaults to protected390 shows a message regarding the changed default391 application setting is false392 defaults to unprotected393 does not show a message regarding the default394Protected Tags395 explicit protected tags396DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)397DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)398DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)399DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)400 allows creating explicit protected tags401 displays the last commit on the matching tag if it exists402 displays an error message if the named tag does not exist403 wildcard protected tags404 allows creating protected tags with a wildcard405 displays the number of matching tags406 displays all the tags matching the wildcard407 access control408 allows creating protected tags that Maintainers can create409 allows updating protected tags so that Maintainers can create them410 allows creating protected tags that Developers + Maintainers can create411 allows updating protected tags so that Developers + Maintainers can create them412 allows creating protected tags that No one can create413 allows updating protected tags so that No one can create them414Issue Boards new issue415 authorized user416 displays new issue button417 does not display new issue button in closed list418 shows form when clicking button419 hides form when clicking cancel420 creates new issue421 shows sidebar when creating new issue (PENDING: Temporarily skipped with xit)422 successfuly loads labels to be added to newly created issue423 allows creating an issue in newly created list424 unauthorized user425 does not display new issue button in open list426 does not display new issue button in label list427 group boards428 for unauthorized users429 when backlog does not exist430 does not display new issue button in label list431 when backlog list already exists432 does not display new issue button in open list433 does not display new issue button in label list434 for authorized users435 when backlog does not exist436 display new issue button in label list437 project select dropdown438 lists a project which is a direct descendant of the top-level group439 lists a project that belongs to a subgroup440 does not list projects to which user doesn't have access441Thread Comments Commit442DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_commit.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)443DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_commit.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)444DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mr_bold.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)445DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mr_bold.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)446 has class .js-note-emoji447 behaves like thread comments for commit and snippet448 clicking "Comment" will post a comment449 when the toggle is clicked450 has a "Comment" item (selected by default) and "Start thread" item451 closes the menu when clicking the toggle or body452 clicking the ul padding or divider should not change the text453 when selecting "Start thread"454 updates the submit button text and closes the dropdown455 creating a thread456 clicking "Start thread" will post a thread457 when opening the menu458 has "Start thread" selected459 when selecting "Comment"460 updates the submit button text and closes the dropdown461User adds pages domain462 when pages are exposed on external HTTP address463 allows to add new domain464 behaves like adds new domain465 adds new domain466 when project in group namespace467 behaves like adds new domain468 adds new domain469 when pages domain is added470 renders certificates is disabled471 does not adds new domain and renders error message472 when pages are exposed on external HTTPS address473 adds new domain with certificate474 adds new domain with certificate if Let's Encrypt is enabled475 shows validation error if domain is duplicated476 with dns verification enabled477 shows the DNS verification record478 updating the certificate for an existing domain479 allows the certificate to be updated480 allows the certificate to be removed481 shows the DNS CNAME record482 when the certificate is invalid483 tells the user what the problem is484Project Jobs Permissions485 jobs pages486 when public access for jobs is disabled487 when user is a guest488 behaves like recent job page details responds with status489 is expected to eq 404490 behaves like project jobs page responds with status491 is expected to eq 404492 when project is internal493 behaves like recent job page details responds with status494 is expected to eq 404495 behaves like project jobs page responds with status496 is expected to eq 404497 when public access for jobs is enabled498 when user is a guest499 behaves like recent job page details responds with status500 is expected to eq 200501 behaves like project jobs page responds with status502DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_timer.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)503DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_timer.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)504 is expected to eq 200505 when user is a developer506 behaves like recent job page details responds with status507 is expected to eq 200508 behaves like project jobs page responds with status509 is expected to eq 200510 when project is internal511 behaves like recent job page details responds with status512 is expected to eq 200513 renders job details514 behaves like project jobs page responds with status515 is expected to eq 200516 renders job517 artifacts page518 when recent job has artifacts available519 when public access for jobs is disabled520 when user with guest role521 responds with 404 status522 when user with reporter role523 starts download artifact524 with CI_DEBUG_TRACE525 trace endpoint526 public_builds: true, user_project_role: "developer", ci_debug_trace: true, expected_status_code: 200527 renders trace to authorized users528 public_builds: true, user_project_role: "guest", ci_debug_trace: true, expected_status_code: 403529 renders trace to authorized users530 public_builds: true, user_project_role: "developer", ci_debug_trace: false, expected_status_code: 200531 renders trace to authorized users532 public_builds: true, user_project_role: "guest", ci_debug_trace: false, expected_status_code: 200533 renders trace to authorized users534 public_builds: false, user_project_role: "developer", ci_debug_trace: true, expected_status_code: 200535 renders trace to authorized users536 public_builds: false, user_project_role: "guest", ci_debug_trace: true, expected_status_code: 403537 renders trace to authorized users538 public_builds: false, user_project_role: "developer", ci_debug_trace: false, expected_status_code: 200539 renders trace to authorized users540 public_builds: false, user_project_role: "guest", ci_debug_trace: false, expected_status_code: 403541 renders trace to authorized users542 raw page543 public_builds: true, user_project_role: "developer", ci_debug_trace: true, expected_status_code: 200, expected_msg: nil544Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/spec/features/projects/jobs/permissions_spec.rb:211545 renders raw trace to authorized users546 public_builds: true, user_project_role: "guest", ci_debug_trace: true, expected_status_code: 403, expected_msg: "You must have developer or higher permissions"547 renders raw trace to authorized users548 public_builds: true, user_project_role: "developer", ci_debug_trace: false, expected_status_code: 200, expected_msg: nil549Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/spec/features/projects/jobs/permissions_spec.rb:211550 renders raw trace to authorized users551 public_builds: true, user_project_role: "guest", ci_debug_trace: false, expected_status_code: 200, expected_msg: nil552Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/spec/features/projects/jobs/permissions_spec.rb:211553 renders raw trace to authorized users554 public_builds: false, user_project_role: "developer", ci_debug_trace: true, expected_status_code: 200, expected_msg: nil555Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/spec/features/projects/jobs/permissions_spec.rb:211556 renders raw trace to authorized users557 public_builds: false, user_project_role: "guest", ci_debug_trace: true, expected_status_code: 403, expected_msg: "You must have developer or higher permissions"558 renders raw trace to authorized users559 public_builds: false, user_project_role: "developer", ci_debug_trace: false, expected_status_code: 200, expected_msg: nil560Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/spec/features/projects/jobs/permissions_spec.rb:211561 renders raw trace to authorized users562 public_builds: false, user_project_role: "guest", ci_debug_trace: false, expected_status_code: 403, expected_msg: "The current user is not authorized to access the job log"563 renders raw trace to authorized users564Incident details565 when a developer+ displays the incident566DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)567DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)568DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)569 shows the incident570DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)571 does not show design management572DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)573 shows the incident tabs574DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)575 shows the right sidebar mounted with type issue576 when an incident `issue_type` is edited by a signed in user577DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)578 routes the user to the incident details page when the `issue_type` is set to incident579 when incident details are edited by a signed in user580DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)581 routes the user to the incident details page when the `issue_type` is set to incident582User creates release583 renders the breadcrumbs584 defaults the "Create from" dropdown to the project's default branch585 when the "Save release" button is clicked586 creates a new release when "Create release" is clicked and redirects to the release's dedicated page587 when the "Cancel" button is clicked588 redirects to the main "Releases" page589 when the URL includes a back_url query parameter590 redirects to the page specified with back_url591 when the release notes "Preview" tab is clicked592 renders a preview of the release notes markdown593Admin Appearance594unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.595unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.596unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.597 create new appearance598 preview sign-in page appearance599DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)600DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)601DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_issues.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)602DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_issues.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)603 preview new project page appearance604 custom sign-in page605 custom new project page606/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil607 appearance logo608/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil609 header logos610/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil611 Favicon612 Custom system header and footer613 when system header and footer messages are empty614 shows custom system header and footer fields615 when system header and footer messages are not empty616 shows custom system header and footer fields617 Profile page with custom profile image guidelines618 renders guidelines when set619Commit diff620 view: "inline", async_diff_file_loading: true621 adds comment to diff622 view: "inline", async_diff_file_loading: false623 adds comment to diff624 view: "parallel", async_diff_file_loading: true625 adds comment to diff626 view: "parallel", async_diff_file_loading: false627 adds comment to diff628User merges a merge request629 ff-only merge630 when branch is rebased631 behaves like fast forward merge a merge request632 merges a merge request633 when branch is merged634 behaves like fast forward merge a merge request635 merges a merge request636Milestone637 Create a milestone638 shows an informative message for a new milestone639 Open a milestone with closed issues640DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_burndown_chart_splash.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)641 shows an informative message642 Open a project milestone with an existing title643 displays validation message when there is a project milestone with same title644 displays validation message when there is a group milestone with same title645 Open a milestone646 shows total issue time spent correctly when no time has been logged647 shows total issue time spent648 Deleting a milestone649 the delete milestone button does not show for unauthorized users650 reopen closed milestones651 group milestones page652 reopens the milestone653 project milestones page654 reopens the milestone655Groups > Members > Request access656DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)657DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)658 request access feature is disabled659 user can request access to a group660 user does not see private projects661 user does not see group in the Dashboard > Groups page662 user is not listed in the group members page663 user can withdraw its request for access664 member does not see the request access button665Projects > Files > User wants to add a .gitlab-ci.yml file666 user can pick a template from the dropdown667 when template param is provided668 uses the given template669 when provided template param is not a valid template name670 leaves the editor empty671 when template is not available for the given file672 leaves the editor empty673User Feed674 GET /675 user atom feed via personal access token676DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:124)677DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:124)678 renders user atom feed679 user atom feed via feed token680 renders user atom feed681 feed content682 has issue opened event683 has issue comment event684 has XHTML summaries in issue descriptions685 has XHTML summaries in notes686 has XHTML summaries in merge request descriptions687 has push event commit ID688Promotions689 for service desk690 when service desk is not supported691DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)692DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)693 appears in project edit page694 does not show when cookie is set695 when service desk is supported696 does not show promotion697Dropdown author698 behavior699 loads all the authors when opened700 shows current user at top of dropdown701 selecting from dropdown without Ajax call702 selects current user703User views diffs file-by-file704 shows diffs file-by-file705Frequently visited items706 with combined_menu feature flag on707 behaves like combined_menu: feature flag examples708 for projects709 increments localStorage counter when visiting the project710 for groups711 increments localStorage counter when visiting the group712 with combined_menu feature flag off713 behaves like combined_menu: feature flag examples714 for projects715 increments localStorage counter when visiting the project716 for groups717 increments localStorage counter when visiting the group718Project issue boards sidebar due date719 due date720 updates due date721Projects > Settings > User archives a project722 when a project is archived723 unarchives a project724 when a project is unarchived725 archives a project726Projects > Activity > User sees design comment727 shows the design comment action in the activity page728 allows to filter out the design event with the "event_filter=issue" URL param729 allows to filter in the event with the "event_filter=comments" URL param730Merge Requests > Exports as CSV731 button is clicked732 shows a success message733Product Analytics > Graphs734 shows graphs735test coverage badge736 when user has access to view badge737 user requests coverage badge image for pipeline738 user requests coverage badge for specific job739 user requests coverage badge for pipeline without coverage740 when user does not have access to view badge741 user requests test coverage badge image742User searches Incident Management incidents743 when a developer displays the incident list they can search for an incident744 shows the incident table with an incident for a valid search filter bar745User browse group projects page746 when user is owner747 when user signed in748 when group has archived project749 renders projects list750Raw artifact751 when visiting old URL752 redirects to new URL753Knapsack report was generated. Preview:754{755 "spec/features/boards/boards_spec.rb": 210.10963382800037,756 "spec/features/projects/files/user_browses_files_spec.rb": 120.65815150300023,757 "spec/features/projects/pipeline_schedules_spec.rb": 81.23894634899989,758 "spec/features/group_variables_spec.rb": 64.12028971899963,759 "spec/features/protected_tags_spec.rb": 49.84300037599951,760 "spec/features/boards/new_issue_spec.rb": 35.60952131799968,761 "spec/features/discussion_comments/commit_spec.rb": 31.660246336000455,762 "spec/features/projects/pages/user_adds_domain_spec.rb": 30.66823820599984,763 "spec/features/projects/jobs/permissions_spec.rb": 21.54434476499955,764 "spec/features/incidents/incident_details_spec.rb": 25.00560878000033,765 "spec/features/projects/releases/user_creates_release_spec.rb": 17.641589898000348,766 "spec/features/admin/admin_appearance_spec.rb": 18.724124819999815,767 "spec/features/projects/commit/diff_notes_spec.rb": 16.82494729300015,768 "spec/features/merge_request/user_merges_merge_request_spec.rb": 14.820373294999627,769 "spec/features/milestone_spec.rb": 12.879428900000676,770 "spec/features/groups/members/request_access_spec.rb": 10.478879639999832,771 "spec/features/projects/files/gitlab_ci_yml_dropdown_spec.rb": 10.844633316,772 "spec/features/atom/users_spec.rb": 6.712950680999711,773 "spec/features/promotion_spec.rb": 8.50876125800005,774 "spec/features/issues/filtered_search/dropdown_author_spec.rb": 6.966500217999965,775 "spec/features/merge_request/user_views_diffs_file_by_file_spec.rb": 5.526811668999471,776 "spec/features/frequently_visited_projects_and_groups_spec.rb": 5.678159004000008,777 "spec/features/boards/sidebar_due_date_spec.rb": 4.595952642999691,778 "spec/features/projects/settings/user_archives_project_spec.rb": 3.735906120999971,779 "spec/features/projects/activity/user_sees_design_comment_spec.rb": 4.0399025130000155,780 "spec/features/merge_requests/user_exports_as_csv_spec.rb": 3.58951853400049,781 "spec/features/projects/product_analytics/graphs_spec.rb": 2.824127483999291,782 "spec/features/projects/badges/coverage_spec.rb": 2.159361973999694,783 "spec/features/incidents/user_searches_incidents_spec.rb": 2.0018321079996895,784 "spec/features/groups/user_browse_projects_group_page_spec.rb": 1.642564150999533,785 "spec/features/projects/artifacts/raw_spec.rb": 0.6685086189991125786}787Knapsack global time execution for tests: 13m 51s788Pending: (Failures listed here are expected and do not affect your suite's status)789 1) Issue Boards new issue authorized user shows sidebar when creating new issue790 # Temporarily skipped with xit791 # ./spec/features/boards/new_issue_spec.rb:84792Finished in 13 minutes 53 seconds (files took 45.93 seconds to load)793261 examples, 0 failures, 1 pending794Failed to write to log, write log/workhorse-test.log: file already closed795Tue 13 Jul 2021 12:36:22 AM UTC797Not uploading cache ruby-gems-v1-4 due to policy798Not uploading cache gitaly-ruby-gems-v1-4 due to policy800Uploading artifacts...801coverage/: found 5 matching files and directories 802WARNING: crystalball/: no matching files 803deprecations/: found 22 matching files and directories 804knapsack/: found 3 matching files and directories 805rspec_flaky/: found 4 matching files and directories 806rspec_profiling/: found 1 matching files and directories 807WARNING: tmp/capybara/: no matching files 808tmp/memory_test/: found 2 matching files and directories 809log/*.log: found 16 matching files and directories 810Uploading artifacts as "archive" to coordinator... ok id=1418685533 responseStatus=201 Created token=24xq7pyQ811Uploading artifacts...812junit_rspec.xml: found 1 matching files and directories 813Uploading artifacts as "junit" to coordinator... ok id=1418685533 responseStatus=201 Created token=24xq7pyQ815Job succeeded