rspec system pg14 18/28
Passed Started
by
@edith007

Siddharth Asthana
1Running with gitlab-runner 16.1.0~beta.59.g83c66823 (83c66823)2 on green-1.shared-gitlab-org.runners-manager.gitlab.com/default Mf8beF5G, system ID: s_673deea48c2a3 feature flags: FF_NETWORK_PER_BUILD:true, FF_USE_FASTZIP:true, FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-113-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-14-pgvector-0.4.1 ...8Authenticating with credentials from job payload (GitLab Registry)9Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-14-pgvector-0.4.1 ...10Using docker image sha256:2e09e9db92541ed81b1c00f1d5186f8c262d8b84e8d1755676ea4b25614f30c4 for registry.gitlab.com/gitlab-org/gitlab-build-images:postgres-14-pgvector-0.4.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:afc7bd7a60824044709543a6a700385e412d750d9ab4fc72b427e335e1d0f3ec ...11WARNING: Service registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 is already created. Ignoring.12WARNING: Service registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 is already created. Ignoring.13Starting service registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 ...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 ...16Using docker image sha256:a9a90ece30d9630d694ab1997cd103ea8ec729789451b983a75c7b58b0062d45 for registry.gitlab.com/gitlab-org/gitlab-build-images:redis-cluster-6.2.12 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:7ef36177d5d0bc554fbb63d8210ae751bcc538bea7905b51d078d9ab90a755fa ...17Starting service redis:6.2-alpine ...18Pulling docker image redis:6.2-alpine ...19Using docker image sha256:d0675d033b87382205d08b598a004a99a1f6c4bd377cc86bb6df8957ce7dbb1c for redis:6.2-alpine with digest redis@sha256:740b5c973d1c9eea6e124a3905ba73d32354d0549f98ccc9e67af1af2a9ba478 ...20Waiting for services to be up and running (timeout 30 seconds)...21Authenticating with credentials from job payload (GitLab Registry)22Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-113-yarn-1.22-graphicsmagick-1.3.36 ...23Using docker image sha256:24a9e92645b17c878623efd51b7564f81e480bd281e94d7f33971082e0ca80e0 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-113-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.17-postgresql-14@sha256:ca349d228348f199cb57f574476584f42aca338747393ed93a9032a0261afc4d ...25Running on runner-mf8bef5g-project-27783254-concurrent-0 via runner-mf8bef5g-shared-gitlab-org-1691907046-272d7dd4...27Fetching changes with git depth set to 20...28Initialized empty Git repository in /builds/edith007/gitlab/.git/29Created fresh repository.30Checking out 199b254b as detached HEAD (ref is master)...31Skipping Git submodules setup32$ git remote set-url origin "${CI_REPOSITORY_URL}"34Checking cache for ruby-gems-debian-bullseye-ruby-3.0-protected...35WARNING: file does not exist 36Failed to extract cache38Downloading artifacts for compile-test-assets (4863613909)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4863613909 responseStatus=200 OK token=64_SViGd40Downloading artifacts for retrieve-tests-metadata (4863613915)...41Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4863613915 responseStatus=200 OK token=64_SViGd42Downloading artifacts for setup-test-env (4863613912)...43Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4863613912 responseStatus=200 OK token=64_SViGd45Using docker image sha256:24a9e92645b17c878623efd51b7564f81e480bd281e94d7f33971082e0ca80e0 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.17-postgresql-14:rubygems-3.4-git-2.36-lfs-2.9-chrome-113-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0.patched-golang-1.20-rust-1.65-node-18.17-postgresql-14@sha256:ca349d228348f199cb57f574476584f42aca338747393ed93a9032a0261afc4d ...46$ echo $FOSS_ONLY47$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb48$ export GOPATH=$CI_PROJECT_DIR/.go49$ mkdir -p $GOPATH50$ source scripts/utils.sh51$ source scripts/prepare_build.sh1362Using decomposed database config (config/database.yml.decomposed-postgresql)1363Geo DB won't be set up.1364Embedding DB won't be set up.1376$ source ./scripts/rspec_helpers.sh1377$ run_timed_command "gem install knapsack --no-document"1378$ gem install knapsack --no-document1379Successfully installed knapsack-4.0.013801 gem installed1381==> 'gem install knapsack --no-document' succeeded in 1 seconds.1382$ section_start "gitaly-test-spawn" "Spawning Gitaly"; scripts/gitaly-test-spawn; section_end "gitaly-test-spawn"1387$ export RSPEC_SKIPPED_TESTS_REPORT_PATH="rspec/skipped_tests-${CI_JOB_ID}.txt"1388$ export RSPEC_RETRIED_TESTS_REPORT_PATH="rspec/retried_tests-${CI_JOB_ID}.txt"1389$ rspec_paralellized_job "--fail-fast=${RSPEC_FAIL_FAST_THRESHOLD} --tag ~quarantine --tag ~level:background_migration --tag ~click_house"1390SKIP_FLAKY_TESTS_AUTOMATICALLY: 1391RETRY_FAILED_TESTS_IN_NEW_PROCESS: true1392KNAPSACK_GENERATE_REPORT: true1393FLAKY_RSPEC_GENERATE_REPORT: true1394KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb1395KNAPSACK_LOG_LEVEL: debug1396KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg14_18_28_report.json1397FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json1398FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg14_18_28_report.json1399NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg14_18_28_report.json1400RSPEC_SKIPPED_TESTS_REPORT_PATH: rspec/skipped_tests-4863614068.txt1401CRYSTALBALL: 1402RSPEC_TESTS_MAPPING_ENABLED: 1403RSPEC_TESTS_FILTER_FILE: 1404Shell set options (set -o) enabled:1405braceexpand on1406hashall on1407interactive-comments on1408pipefail on1409Knapsack report generator started!1410/builds/edith007/gitlab/ee/app/services/remote_development/service_response_factory.rb:41: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1411/builds/edith007/gitlab/ee/app/services/remote_development/workspaces/create_service.rb:28: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1412/builds/edith007/gitlab/ee/app/services/remote_development/workspaces/reconcile_service.rb:38: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1413/builds/edith007/gitlab/ee/app/services/remote_development/workspaces/update_service.rb:28: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1414/builds/edith007/gitlab/ee/lib/remote_development/agent_config/main.rb:32: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1415/builds/edith007/gitlab/ee/lib/remote_development/agent_config/updater.rb:11: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1416/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/authorizer.rb:12: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1417/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/authorizer.rb:13: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1418/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/creator.rb:17: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1419/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/creator.rb:24: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1420/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/creator.rb:25: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1421/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/creator.rb:28: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1422/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/devfile_fetcher.rb:15: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1423/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/devfile_fetcher.rb:16: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1424/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/devfile_flattener.rb:12: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1425/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/editor_component_injector.rb:12: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1426/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/editor_component_injector.rb:17: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1427/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/editor_component_injector.rb:18: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1428/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/post_flatten_devfile_validator.rb:43: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1429/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/post_flatten_devfile_validator.rb:54: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1430/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/post_flatten_devfile_validator.rb:102: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1431/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/post_flatten_devfile_validator.rb:126: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1432/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/post_flatten_devfile_validator.rb:159: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1433/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/post_flatten_devfile_validator.rb:202: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1434/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/post_flatten_devfile_validator.rb:235: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1435/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/pre_flatten_devfile_validator.rb:24: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1436/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/pre_flatten_devfile_validator.rb:52: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1437/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/project_cloner_component_injector.rb:12: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1438/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/project_cloner_component_injector.rb:17: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1439/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/project_cloner_component_injector.rb:18: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1440/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/project_cloner_component_injector.rb:23: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1441/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/volume_component_injector.rb:12: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1442/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/volume_component_injector.rb:13: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1443/builds/edith007/gitlab/ee/lib/remote_development/workspaces/create/volume_component_injector.rb:14: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1444/builds/edith007/gitlab/ee/lib/remote_development/workspaces/reconcile/main.rb:43: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1445/builds/edith007/gitlab/ee/lib/remote_development/workspaces/update/authorizer.rb:12: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1446/builds/edith007/gitlab/ee/lib/remote_development/workspaces/update/updater.rb:12: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1447/builds/edith007/gitlab/ee/lib/remote_development/workspaces/reconcile/input/agent_infos_observer.rb:15: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1448/builds/edith007/gitlab/ee/lib/remote_development/workspaces/reconcile/input/params_extractor.rb:14: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1449/builds/edith007/gitlab/ee/lib/remote_development/workspaces/reconcile/input/params_extractor.rb:16: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1450/builds/edith007/gitlab/ee/lib/remote_development/workspaces/reconcile/input/params_to_infos_converter.rb:14: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1451/builds/edith007/gitlab/ee/lib/remote_development/workspaces/reconcile/input/params_validator.rb:15: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1452/builds/edith007/gitlab/ee/lib/remote_development/workspaces/reconcile/output/rails_infos_observer.rb:11: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1453/builds/edith007/gitlab/ee/lib/remote_development/workspaces/reconcile/output/workspaces_to_rails_infos_converter.rb:15: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1454/builds/edith007/gitlab/ee/lib/remote_development/workspaces/reconcile/persistence/orphaned_workspaces_observer.rb:12: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1455/builds/edith007/gitlab/ee/lib/remote_development/workspaces/reconcile/persistence/workspaces_from_agent_infos_updater.rb:15: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1456/builds/edith007/gitlab/ee/lib/remote_development/workspaces/reconcile/persistence/workspaces_to_be_returned_finder.rb:16: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1457/builds/edith007/gitlab/ee/lib/remote_development/workspaces/reconcile/persistence/workspaces_to_be_returned_updater.rb:11: warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby!1458Run options: exclude {:quarantine=>true, :level=>"background_migration", :click_house=>true}1459Test environment set up in 0.709992642 seconds1460User edits a merge request1461Starting the Capybara driver server...1462 Squash commits1463Capybara starting Puma...1464* Version 6.3.0 , codename: Mugi No Toki Itaru1465* Min threads: 0, max threads: 41466* Listening on unix:///tmp/20230813-45748-gxebsm1467 override MR setting if "Required" is saved1468 recovers MR squash setting if "Required" is not saved1469 does not override MR squash setting if "Do not allow" is saved1470 displays "Required in this project" for "Required" project setting squash option1471 does not display message for "Allow" project setting squash option1472 does not display message for "Encourage" project setting squash option1473 is hidden for "Do not allow" project setting squash option1474 changing target branch1475 allows user to change target branch1476 merged merge request1477 does not allow user to change target branch1478 behaves like edits content using the content editor1479 saves page content in local storage if the user navigates away1480 autofocuses the rich text editor when switching to rich text1481 autofocuses the plain text editor when switching back to markdown1482 creating and editing links1483 when clicking the link icon in the toolbar1484 shows the link bubble menu1485 if no text is selected1486 opens an empty inline modal to create a link1487 when the user clicks the apply button1488 applies the changes to the document1489 when the user clicks the cancel button1490 does not apply the changes to the document1491 if text is selected1492 prefills inline modal to create a link1493 when the user clicks the apply button1494 applies the changes to the document1495 if cursor is placed on an existing link1496 prefills inline modal to edit the link1497 updates the link attributes if text is not updated1498 updates the link attributes and text if text is updated1499 does nothing if Cancel is clicked1500 when the user clicks the unlink button1501 removes the link1502 when selection spans more than a link1503 prefills inline modal with the entire selection1504 expands the link and updates the link attributes if text is not updated1505 expands the link, updates the link attributes and text if text is updated1506 selecting text1507 renders selected text in a .content-editor-selection class1508 media elements bubble menu1509 displays correct media bubble menu for images1510 displays correct media bubble menu for video1511 code block1512 applies theme classes to code blocks1513 code block bubble menu1514 shows a code block bubble menu for a code block1515 sets code block type to "javascript" for `js`1516 sets code block type to "Custom (nomnoml)" for `nomnoml`1517 mermaid diagram1518 renders and updates the diagram correctly in a sandboxed iframe1519 rendering with initial content1520 renders correctly with table as initial content1521 pasting text1522 pastes text with formatting if ctrl + v is pressed1523 pastes raw text without formatting if shift + ctrl + v is pressed1524 pastes raw text without formatting, stripping whitespaces, if shift + ctrl + v is pressed1525 autocomplete suggestions1526 shows suggestions for members with descriptions1527 shows suggestions for merge requests1528 shows suggestions for issues1529 shows suggestions for milestones1530 shows suggestions for emojis1531 doesn't show suggestions dropdown if there are no suggestions to show1532 scrolls selected item into view when navigating with keyboard1533 when expanding an issue reference1534 displays full reference name1535 when expanding an MR reference1536 displays full reference name1537 when `disable_all_mention` is enabled1538 shows suggestions for members with descriptions1539Private Project Access1540 Project should be private1541 #private?1542 is expected to be truthy1543 GET /:project_path1544 is allowed for admin when admin mode is enabled1545 is denied for admin when admin mode is disabled1546 is expected to be allowed for owner1547 is expected to be allowed for maintainer1548 is expected to be allowed for developer1549 is expected to be allowed for reporter1550 is expected to be allowed for guest1551 is expected to be denied for user1552 is expected to be denied for external1553 is expected to be denied for visitor1554 GET /:project_path/-/tree/master1555 is allowed for admin when admin mode is enabled1556 is denied for admin when admin mode is disabled1557 is expected to be allowed for owner1558 is expected to be allowed for maintainer1559 is expected to be allowed for developer1560 is expected to be allowed for reporter1561 is expected to be denied for guest1562 is expected to be denied for user1563 is expected to be denied for external1564 is expected to be denied for visitor1565 GET /:project_path/-/commits/master1566 is allowed for admin when admin mode is enabled1567 is denied for admin when admin mode is disabled1568 is expected to be allowed for owner1569 is expected to be allowed for maintainer1570 is expected to be allowed for developer1571 is expected to be allowed for reporter1572 is expected to be denied for guest1573 is expected to be denied for user1574 is expected to be denied for external1575 is expected to be denied for visitor1576 GET /:project_path/-/commit/:sha1577 is allowed for admin when admin mode is enabled1578 is denied for admin when admin mode is disabled1579 is expected to be allowed for owner1580 is expected to be allowed for maintainer1581 is expected to be allowed for developer1582 is expected to be allowed for reporter1583 is expected to be denied for guest1584 is expected to be denied for user1585 is expected to be denied for external1586 is expected to be denied for visitor1587 GET /:project_path/-/compare1588 is allowed for admin when admin mode is enabled1589 is denied for admin when admin mode is disabled1590 is expected to be allowed for owner1591 is expected to be allowed for maintainer1592 is expected to be allowed for developer1593 is expected to be allowed for reporter1594 is expected to be denied for guest1595 is expected to be denied for user1596 is expected to be denied for external1597 is expected to be denied for visitor1598 GET /:project_path/-/project_members1599 is allowed for admin when admin mode is enabled1600 is denied for admin when admin mode is disabled1601 is expected to be allowed for owner1602 is expected to be allowed for maintainer1603 is expected to be allowed for developer1604 is expected to be allowed for reporter1605 is expected to be allowed for guest1606 is expected to be denied for user1607 is expected to be denied for visitor1608 is expected to be denied for external1609 GET /:project_path/-/settings/ci_cd1610 is allowed for admin when admin mode is enabled1611 is denied for admin when admin mode is disabled1612 is expected to be allowed for owner1613 is expected to be allowed for maintainer1614 is expected to be denied for developer1615 is expected to be denied for reporter1616 is expected to be denied for guest1617 is expected to be denied for user1618 is expected to be denied for visitor1619 is expected to be denied for external1620 GET /:project_path/-/settings/repository1621 is allowed for admin when admin mode is enabled1622 is denied for admin when admin mode is disabled1623 is expected to be allowed for owner1624 is expected to be allowed for maintainer1625 is expected to be denied for developer1626 is expected to be denied for reporter1627 is expected to be denied for guest1628 is expected to be denied for user1629 is expected to be denied for external1630 is expected to be denied for visitor1631 GET /:project_path/-/blob1632 is allowed for admin when admin mode is enabled1633 is denied for admin when admin mode is disabled1634 is expected to be allowed for owner1635 is expected to be allowed for maintainer1636 is expected to be allowed for developer1637 is expected to be allowed for reporter1638 is expected to be denied for guest1639 is expected to be denied for user1640 is expected to be denied for external1641 is expected to be denied for visitor1642 GET /:project_path/edit1643 is allowed for admin when admin mode is enabled1644 is denied for admin when admin mode is disabled1645 is expected to be allowed for owner1646 is expected to be allowed for maintainer1647 is expected to be denied for developer1648 is expected to be denied for reporter1649 is expected to be denied for guest1650 is expected to be denied for user1651 is expected to be denied for external1652 is expected to be denied for visitor1653 GET /:project_path/deploy_keys1654 is allowed for admin when admin mode is enabled1655 is denied for admin when admin mode is disabled1656 is expected to be allowed for owner1657 is expected to be allowed for maintainer1658 is expected to be denied for developer1659 is expected to be denied for reporter1660 is expected to be denied for guest1661 is expected to be denied for user1662 is expected to be denied for external1663 is expected to be denied for visitor1664 GET /:project_path/issues1665 is allowed for admin when admin mode is enabled1666 is denied for admin when admin mode is disabled1667 is expected to be allowed for owner1668 is expected to be allowed for maintainer1669 is expected to be allowed for developer1670 is expected to be allowed for reporter1671 is expected to be allowed for guest1672 is expected to be denied for user1673 is expected to be denied for external1674 is expected to be denied for visitor1675 GET /:project_path/issues/:id/edit1676 is allowed for admin when admin mode is enabled1677 is denied for admin when admin mode is disabled1678 is expected to be allowed for owner1679 is expected to be allowed for maintainer1680 is expected to be allowed for developer1681 is expected to be allowed for reporter1682 is expected to be denied for guest1683 is expected to be denied for user1684 is expected to be denied for external1685 is expected to be denied for visitor1686 GET /:project_path/snippets1687 is allowed for admin when admin mode is enabled1688 is denied for admin when admin mode is disabled1689 is expected to be allowed for owner1690 is expected to be allowed for maintainer1691 is expected to be allowed for developer1692 is expected to be allowed for reporter1693 is expected to be allowed for guest1694 is expected to be denied for user1695 is expected to be denied for external1696 is expected to be denied for visitor1697 GET /:project_path/-/merge_requests1698 is allowed for admin when admin mode is enabled1699 is denied for admin when admin mode is disabled1700 is expected to be allowed for owner1701 is expected to be allowed for maintainer1702 is expected to be allowed for developer1703 is expected to be allowed for reporter1704 is expected to be denied for guest1705 is expected to be denied for user1706 is expected to be denied for external1707 is expected to be denied for visitor1708 GET /:project_path/-/branches1709 is allowed for admin when admin mode is enabled1710 is denied for admin when admin mode is disabled1711 is expected to be allowed for owner1712 is expected to be allowed for maintainer1713 is expected to be allowed for developer1714 is expected to be allowed for reporter1715 is expected to be denied for guest1716 is expected to be denied for user1717 is expected to be denied for external1718 is expected to be denied for visitor1719 GET /:project_path/-/tags1720 is allowed for admin when admin mode is enabled1721 is denied for admin when admin mode is disabled1722 is expected to be allowed for owner1723 is expected to be allowed for maintainer1724 is expected to be allowed for developer1725 is expected to be allowed for reporter1726 is expected to be denied for guest1727 is expected to be denied for user1728 is expected to be denied for external1729 is expected to be denied for visitor1730 GET /:project_path/-/settings/integrations1731 is allowed for admin when admin mode is enabled1732 is denied for admin when admin mode is disabled1733 is expected to be allowed for owner1734 is expected to be allowed for maintainer1735 is expected to be denied for developer1736 is expected to be denied for reporter1737 is expected to be denied for guest1738 is expected to be denied for user1739 is expected to be denied for external1740 is expected to be denied for visitor1741 GET /:project_path/pipelines1742 is allowed for admin when admin mode is enabled1743 is denied for admin when admin mode is disabled1744 is expected to be allowed for owner1745 is expected to be allowed for maintainer1746 is expected to be allowed for developer1747 is expected to be allowed for reporter1748 is expected to be denied for guest1749 is expected to be denied for user1750 is expected to be denied for external1751 is expected to be denied for visitor1752 when public builds is enabled1753 is expected to be allowed for guest1754 when public buils are disabled1755 is expected to be denied for guest1756 GET /:project_path/pipelines/:id1757 is allowed for admin when admin mode is enabled1758 is denied for admin when admin mode is disabled1759 is expected to be allowed for owner1760 is expected to be allowed for maintainer1761 is expected to be allowed for developer1762 is expected to be allowed for reporter1763 is expected to be denied for guest1764 is expected to be denied for user1765 is expected to be denied for external1766 is expected to be denied for visitor1767 when public builds is enabled1768 is expected to be allowed for guest1769 when public buils are disabled1770 is expected to be denied for guest1771 GET /:project_path/builds1772 is allowed for admin when admin mode is enabled1773 is denied for admin when admin mode is disabled1774 is expected to be allowed for owner1775 is expected to be allowed for maintainer1776 is expected to be allowed for developer1777 is expected to be allowed for reporter1778 is expected to be denied for guest1779 is expected to be denied for user1780 is expected to be denied for external1781 is expected to be denied for visitor1782 when public builds is enabled1783 is expected to be allowed for guest1784 when public buils are disabled1785 is expected to be denied for guest1786 GET /:project_path/builds/:id1787 is allowed for admin when admin mode is enabled1788 is denied for admin when admin mode is disabled1789 is expected to be allowed for owner1790 is expected to be allowed for maintainer1791 is expected to be allowed for developer1792 is expected to be allowed for reporter1793 is expected to be denied for guest1794 is expected to be denied for user1795 is expected to be denied for external1796 is expected to be denied for visitor1797 when public builds is enabled1798 is expected to be allowed for guest1799 when public buils are disabled1800 is expected to be denied for guest1801 GET /:project_path/builds/:id/trace1802 is allowed for admin when admin mode is enabled1803 is denied for admin when admin mode is disabled1804 is expected to be allowed for owner1805 is expected to be allowed for maintainer1806 is expected to be allowed for developer1807 is expected to be allowed for reporter1808 is expected to be denied for guest1809 is expected to be denied for user1810 is expected to be denied for external1811 is expected to be denied for visitor1812 when public builds is enabled1813 is expected to be allowed for guest1814 when public builds is disabled1815 is expected to be denied for guest1816 GET /:project_path/-/environments1817 is allowed for admin when admin mode is enabled1818 is denied for admin when admin mode is disabled1819 is expected to be allowed for owner1820 is expected to be allowed for maintainer1821 is expected to be allowed for developer1822 is expected to be allowed for reporter1823 is expected to be denied for guest1824 is expected to be denied for user1825 is expected to be denied for external1826 is expected to be denied for visitor1827 GET /:project_path/-/environments/:id1828 is allowed for admin when admin mode is enabled1829 is denied for admin when admin mode is disabled1830 is expected to be allowed for owner1831 is expected to be allowed for maintainer1832 is expected to be allowed for developer1833 is expected to be allowed for reporter1834 is expected to be denied for guest1835 is expected to be denied for user1836 is expected to be denied for external1837 is expected to be denied for visitor1838 GET /:project_path/-/environments/:id/deployments1839 is allowed for admin when admin mode is enabled1840 is denied for admin when admin mode is disabled1841 is expected to be allowed for owner1842 is expected to be allowed for maintainer1843 is expected to be allowed for developer1844 is expected to be allowed for reporter1845 is expected to be denied for guest1846 is expected to be denied for user1847 is expected to be denied for external1848 is expected to be denied for visitor1849 GET /:project_path/-/environments/new1850 is allowed for admin when admin mode is enabled1851 is denied for admin when admin mode is disabled1852 is expected to be allowed for owner1853 is expected to be allowed for maintainer1854 is expected to be allowed for developer1855 is expected to be denied for reporter1856 is expected to be denied for guest1857 is expected to be denied for user1858 is expected to be denied for external1859 is expected to be denied for visitor1860 GET /:project_path/pipeline_schedules1861 is allowed for admin when admin mode is enabled1862 is denied for admin when admin mode is disabled1863 is expected to be allowed for owner1864 is expected to be allowed for maintainer1865 is expected to be allowed for developer1866 is expected to be allowed for reporter1867 is expected to be denied for guest1868 is expected to be denied for user1869 is expected to be denied for external1870 is expected to be denied for visitor1871 GET /:project_path/pipeline_schedules/new1872 is allowed for admin when admin mode is enabled1873 is denied for admin when admin mode is disabled1874 is expected to be allowed for owner1875 is expected to be allowed for maintainer1876 is expected to be allowed for developer1877 is expected to be denied for reporter1878 is expected to be denied for guest1879 is expected to be denied for user1880 is expected to be denied for external1881 is expected to be denied for visitor1882 GET /:project_path/-/environments/new1883 is allowed for admin when admin mode is enabled1884 is denied for admin when admin mode is disabled1885 is expected to be allowed for owner1886 is expected to be allowed for maintainer1887 is expected to be allowed for developer1888 is expected to be denied for reporter1889 is expected to be denied for guest1890 is expected to be denied for user1891 is expected to be denied for external1892 is expected to be denied for visitor1893 GET /:project_path/container_registry1894 is allowed for admin when admin mode is enabled1895 is denied for admin when admin mode is disabled1896 is expected to be allowed for owner1897 is expected to be allowed for maintainer1898 is expected to be allowed for developer1899 is expected to be allowed for reporter1900 is expected to be denied for guest1901 is expected to be denied for user1902 is expected to be denied for external1903 is expected to be denied for visitor1904Merge request > User sees discussions navigation1905 # order random1906 Merge request discussions1907 on changes page1908 behaves like a page with no code discussions1909 Changes page discussions navigation1910 navigates to the first discussion on the Overview page1911 navigates to the last discussion on the Overview page1912 on commits page1913 behaves like a page with no code discussions1914 Changes page discussions navigation1915 navigates to the first discussion on the Overview page1916 navigates to the last discussion on the Overview page1917 on pipelines page1918 behaves like a page with no code discussions1919 Changes page discussions navigation1920 navigates to the first discussion on the Overview page1921 navigates to the last discussion on the Overview page1922 Code discussions1923 Overview page discussions navigation1924 behaves like a page with a thread navigation1925 with active threads1926 navigates to the first thread1927 navigates to the last thread1928 navigates through active threads1929 cycles back to the first thread1930 cycles back to the last thread1931 with collapsed threads1932 expands threads during navigation1933 Changes page discussions navigation1934 behaves like a page with a thread navigation1935 with active threads1936 navigates to the first thread1937 navigates to the last thread1938 navigates through active threads1939 cycles back to the first thread1940 cycles back to the last thread1941User views issues1942 when signed in as developer1943 when project is public1944 open issues1945 shows open issues1946 opens issues by label1947 opens issue1948 closed issues1949 shows closed issues1950 opens issue1951 all issues1952 shows all issues1953 opens issue1954 when project is internal1955 open issues1956 shows open issues1957 opens issues by label1958 opens issue1959 closed issues1960 shows closed issues1961 opens issue1962 all issues1963 shows all issues1964 opens issue1965 when not signed in1966 when project is public1967 open issues1968 shows open issues1969 opens issues by label1970 opens issue1971 closed issues1972 shows closed issues1973 opens issue1974 all issues1975 shows all issues1976 opens issue1977CI Lint1978 YAML parsing1979 behaves like validates the YAML1980 YAML is correct1981 parses Yaml and displays the jobs1982 YAML is incorrect1983 displays information about an error1984 when Dry Run is checked1985 behaves like validates the YAML1986 YAML is correct1987 parses Yaml and displays the jobs1988 YAML is incorrect1989 displays information about an error1990 YAML clearing1991 YAML is present1992 YAML content is cleared1993Admin disables Git access protocol1994 with HTTP disabled1995 shows only SSH url1996 mobile component1997 shows only the SSH clone information1998 with SSH disabled1999 shows only HTTP url2000 mobile component2001 shows only the HTTP clone information2002 with nothing disabled2003 shows default SSH url and protocol selection dropdown2004 mobile component2005 shows both SSH and HTTP clone information2006User browses jobs2007 Jobs2008 header tabs2009 shows a tab for All jobs and count2010 shows a tab for Finished jobs and count2011 updates the content when tab is clicked2012 Empty state2013 renders an empty state2014 Job actions2015 when a job can be canceled2016 cancels a job successfully2017 when a job can be retried2018 retries a job successfully2019 with a coverage job2020 shows the coverage2021 with a scheduled job2022 plays a job successfully2023 unschedules a job successfully2024 with downloadable artifacts2025 shows the download artifacts button2026 with artifacts expired2027 does not show the download artifacts button2028 Jobs table2029 column links2030 contains a link to the pipeline2031 contains a link to the job sha2032 contains a link to the job id2033 contains a link to the job ref2034 when user is not logged in2035 when project is public2036 without jobs2037 shows an empty state2038 when project is private2039 redirects the user to sign_in and displays the flash alert2040Merge requests > User lists merge requests2041 filters on no assignee2042 filters on a specific assignee2043 sorts by newest2044 sorts by last updated2045 sorts by milestone due date2046 ignores sorting by merged at2047 sorts by closed at2048 filters on one label and sorts by milestone due date2049 merge request reviewers2050 has reviewers in MR list2051 shows reviewers avatar count badge if more_reviewers_count > 42052 does not show reviewers avatar count badge if more_reviewers_count <= 42053 when viewing merged merge requests2054 sorts by merged at2055 while filtering on two labels2056 sorts by milestone due date2057 filter on assignee and2058 sorts by milestone due date2059 sorts by recently due milestone2060Discussion Lock2061 when a user is a team member2062 when the discussion is unlocked2063 the user can lock the issue2064 when the discussion is locked2065 the user can unlock the issue2066 the user can create a comment2067 when a user is not a team member2068 when the discussion is unlocked2069 the user can not lock the issue2070 the user can create a comment2071 when the discussion is locked2072 the user can not unlock the issue2073 the user can not create a comment2074Two factor auths2075 when signed in2076 when user has two-factor authentication disabled2077 requires the current password to set up two factor authentication2078 when user authenticates with an external service2079 does not require the current password to set up two factor authentication2080 when invalid pin is provided2081 renders a error alert with a link to the troubleshooting section2082 when two factor is enforced in global settings2083 when invalid pin is provided2084 renders alert for global settings2085 when invalid password is provided2086 renders a error alert with a link to the troubleshooting section2087 when user has two-factor authentication enabled2088 requires the current_password to disable two-factor authentication2089 requires the current_password to regenerate recovery codes2090 when user authenticates with an external service2091 does not require the current_password to disable two-factor authentication2092 does not require the current_password to regenerate recovery codes2093Admin > Users > Impersonation Tokens2094 token creation2095 allows creation of a token2096 active tokens2097 only shows impersonation tokens2098 shows absolute times2099 inactive tokens2100 allows revocation of an active impersonation token2101 removes expired tokens from 'active' section2102 impersonation disabled state2103 does not show impersonation tokens tab2104User creates a project2105 creates a new project2106 creates a new project that is not blank2107 in a subgroup they do not own2108 creates a new project2109 in a group with DEVELOPER_MAINTAINER_PROJECT_ACCESS project_creation_level2110 creates a new project2111Merge Requests > Filters generic behavior2112 when filtered by a label2113 state tabs2114 does not change when state tabs are clicked2115 clear button2116 allows user to remove filtered labels2117 filter dropdown2118 filters by label name2119User manages subscription2120 moved sidebar flag disabled2121 toggles subscription2122 moved sidebar flag enabled2123 toggles subscription2124Dashboard shortcuts2125 logged in2126 navigate to tabs2127 logged out2128 navigate to tabs2129Merge request > User sees deleted target branch2130 shows a message about missing target branch2131 does not show link to target branch2132Dashboard Archived Project2133 renders non archived projects2134 renders all projects2135 renders only archived projects2136 searches archived projects2137GFM autocomplete2138 new milestone page2139 behaves like displays autocomplete menu for all entities2140 autocompletes all available entities2141 update milestone page2142 behaves like displays autocomplete menu for all entities2143 autocompletes all available entities2144kroki rendering2145 shows kroki image2146 hides kroki image and shows warning alert when kroki source size is large2147Sort labels2148 sorts by title by default2149 sorts by date2150Issue prioritization2151 when issues have one label2152 are sorted properly2153 when issues have multiple labels2154 are sorted properly2155Usage stats consent2156 when signed in2157 hides the banner permanently when sets usage stats2158 shows banner on next session if user did not set usage stats2159User activates Asana2160 activates integration2161Profile > Emails2162 user removes email2163 user confirms email2164 user re-sends confirmation email2165 old unconfirmed emails show Send Confirmation button2166 User adds an email2167 saves the new email2168 does not add an email that is the primary email of another user2169 adds an email that is the primary email of the same user2170 does not add an invalid email2171Alert management2172 when visiting the alert details page2173 when actor has permission to see the alert2174 shows the alert details2175 when alert belongs to an environment2176 shows the environment name2177The group dashboard2178 The top navigation2179 has all the expected links2180 hides some links when an external authorization service is enabled2181Profile > Comment templates > User deletes comment template2182 # order random2183 shows the user a list of their comment template2184User visits the authentication log2185 when user signed in2186 shows correct menu item2187 when user has activity2188 shows user activity2189Projects > Show > User sees a deletion failure message2190 shows error message if deletion for project fails2191Knapsack report was generated. Preview:2192{2193 "spec/features/merge_request/user_edits_merge_request_spec.rb": 388.22339279499965,2194 "spec/features/security/project/private_access_spec.rb": 201.09397589199943,2195 "spec/features/merge_request/user_sees_discussions_navigation_spec.rb": 175.9075067069998,2196 "spec/features/issues/user_views_issues_spec.rb": 135.2180779370001,2197 "spec/features/projects/ci/lint_spec.rb": 106.9396353889997,2198 "spec/features/admin/admin_disables_git_access_protocol_spec.rb": 80.63656247600011,2199 "spec/features/projects/jobs/user_browses_jobs_spec.rb": 74.13842521499919,2200 "spec/features/merge_requests/user_lists_merge_requests_spec.rb": 50.291602496999985,2201 "spec/features/issues/discussion_lock_spec.rb": 50.922967556,2202 "spec/features/profiles/two_factor_auths_spec.rb": 42.11621931100035,2203 "spec/features/admin/admin_users_impersonation_tokens_spec.rb": 39.202438684999834,2204 "spec/features/projects/user_creates_project_spec.rb": 29.397747703999812,2205 "spec/features/merge_requests/filters_generic_behavior_spec.rb": 33.38563945899932,2206 "spec/features/merge_request/user_manages_subscription_spec.rb": 23.113498843999878,2207 "spec/features/dashboard/shortcuts_spec.rb": 24.662998018000508,2208 "spec/features/merge_request/user_sees_deleted_target_branch_spec.rb": 17.210943662999853,2209 "spec/features/dashboard/archived_projects_spec.rb": 14.66337694899994,2210 "spec/features/projects/milestones/gfm_autocomplete_spec.rb": 10.630791677999696,2211 "spec/features/markdown/kroki_spec.rb": 10.786779099000341,2212 "spec/features/groups/labels/sort_labels_spec.rb": 7.873868922999463,2213 "spec/features/projects/labels/issues_sorted_by_priority_spec.rb": 10.579865018999953,2214 "spec/features/usage_stats_consent_spec.rb": 9.613475678000214,2215 "spec/features/projects/integrations/user_activates_asana_spec.rb": 8.198613866999949,2216 "spec/features/profiles/emails_spec.rb": 6.58981392700025,2217 "spec/features/alert_management_spec.rb": 5.878148591000354,2218 "spec/features/dashboard/group_dashboard_with_external_authorization_service_spec.rb": 4.91200857900003,2219 "spec/features/profiles/user_deletes_comment_template_spec.rb": 3.128035236000869,2220 "spec/features/profiles/user_visits_profile_authentication_log_spec.rb": 2.276654518000214,2221 "spec/features/projects/show/user_sees_deletion_failure_message_spec.rb": 1.48466898700007732222}2223Knapsack global time execution for tests: 26m 09s2224Finished in 26 minutes 12 seconds (files took 1 minute 40.12 seconds to load)2225516 examples, 0 failures2226Randomized with seed 343302227[TEST PROF INFO] Time spent in factories: 04:13.852 (15.82% of total time)2228Failed to write to log, write log/workhorse-test.log: file already closed2229RSpec exited with 0.2230No examples to retry, congrats! 2231 Running after_script 2232Running after script...2233$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"2258Not uploading cache ruby-gems-debian-bullseye-ruby-3.0-protected due to policy2260Uploading artifacts...2261WARNING: auto_explain/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/edith007/gitlab) 2262coverage/: found 5 matching artifact files and directories 2263WARNING: crystalball/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/edith007/gitlab) 2264WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/edith007/gitlab) 2265knapsack/: found 4 matching artifact files and directories 2266rspec/: found 10 matching artifact files and directories 2267WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/edith007/gitlab) 2268log/*.log: found 17 matching artifact files and directories 2269WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4863614068/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com2270WARNING: Retrying... context=artifacts-uploader error=request redirected2271Uploading artifacts as "archive" to coordinator... 201 Created id=4863614068 responseStatus=201 Created token=64_SViGd2272Uploading artifacts...2273rspec/rspec-*.xml: found 1 matching artifact files and directories 2274WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/4863614068/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com2275WARNING: Retrying... context=artifacts-uploader error=request redirected2276Uploading artifacts as "junit" to coordinator... 201 Created id=4863614068 responseStatus=201 Created token=64_SViGd2278Job succeeded