decomposition-single-db 4/5
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1690514777-e0fa047e-gcp...16Fetching changes with git depth set to 20...17Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/18Created fresh repository.19remote: Enumerating objects: 170247, done. 20remote: Counting objects: 100% (170247/170247), done. 21remote: Compressing objects: 100% (107171/107171), done. 22remote: Total 170247 (delta 84323), reused 116457 (delta 56814), pack-reused 0 23Receiving objects: 100% (170247/170247), 131.35 MiB | 37.72 MiB/s, done.24Resolving deltas: 100% (84323/84323), done.26 * [new ref] refs/pipelines/948114449 -> refs/pipelines/94811444927 * [new branch] master -> origin/master28Checking out 6c888b69 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4757502365)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4757502365 responseStatus=200 OK token=64_TxqBb39Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...40$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE41$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")42$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command43Bundle complete! 37 Gemfile dependencies, 135 gems now installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"46$ echo "Running - '$QA_COMMAND'"47Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:6c888b69d93ff7cb56754e334e26515ef6923713 --omnibus-config decomposition_single_db -- --format QA::Support::JsonFormatter --out tmp/rspec-4757502390.json --format RspecJunitFormatter --out tmp/rspec-4757502390.xml --format html --out tmp/rspec-$(echo decomposition-single-db 4/5 | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jul 28 2023 03:45:41 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-16c9f790$`50[Jul 28 2023 03:45:41 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-16c9f790 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`51[Jul 28 2023 03:45:43 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/authority/. alpine-16c9f790:/etc/gitlab/trusted-certs`52[Jul 28 2023 03:45:43 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/gitlab/. alpine-16c9f790:/etc/gitlab/ssl`53[Jul 28 2023 03:45:43 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-16c9f790`54[Jul 28 2023 03:45:43 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-16c9f790`55[Jul 28 2023 03:45:43 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`56[Jul 28 2023 03:45:44 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:6c888b69d93ff7cb56754e334e26515ef6923713`57[Jul 28 2023 03:46:19 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ee-8c2f0047$`58[Jul 28 2023 03:46:19 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`59[Jul 28 2023 03:46:19 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`60[Jul 28 2023 03:46:20 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ee-8c2f0047 --net test --hostname gitlab-ee-8c2f0047.test -p 80 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-03-45-41-aaa6553f/gitlab-ee-8c2f0047/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:6c888b69d93ff7cb56754e334e26515ef6923713`61[Jul 28 2023 03:46:31 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-8c2f0047 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-28 03:45:4162# Gitlab::QA::Runtime::OmnibusConfigurations::Default63gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme64gitlab_rails['gitlab_disable_animations'] = true # Disable animations65gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry66gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password67# Gitlab::QA::Runtime::OmnibusConfigurations::DecompositionSingleDb68gitlab_rails['databases']['main']['enable'] = true69gitlab_rails['databases']['ci']['enable'] = false70gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com', 'GITLAB_QA_USER_AGENT'=>'*****', 'GITLAB_ALLOW_SEPARATE_CI_DATABASE'=>'true'}\" > /etc/gitlab/gitlab.rb;"`71[Jul 28 2023 03:46:31 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ee-8c2f0047`72[Jul 28 2023 03:49:56 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...73[Jul 28 2023 03:49:56 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-8c2f0047`74[Jul 28 2023 03:49:56 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ee-8c2f0047 80/tcp`75[Jul 28 2023 03:49:56 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!76[Jul 28 2023 03:49:56 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-8c2f0047 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`77[Jul 28 2023 03:49:56 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-8c2f0047 bash -c "echo '#!/usr/bin/env bash78if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then79 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'80 exit 181fi82' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`83[Jul 28 2023 03:49:56 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-8c2f0047 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`84[Jul 28 2023 03:49:56 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/support/data gitlab-ee-8c2f0047:/tmp/data-seeds`85[Jul 28 2023 03:49:56 UTC (Gitlab QA)] INFO -- Running exec_commands...86[Jul 28 2023 03:49:56 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-8c2f0047 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`87[Jul 28 2023 03:50:44 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`88[Jul 28 2023 03:50:44 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:6c888b69d93ff7cb56754e334e26515ef6923713`89[Jul 28 2023 03:51:30 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee90[Jul 28 2023 03:51:30 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_KNAPSACK_REPORT_PATH="$QA_KNAPSACK_REPORT_PATH" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_SELENOID_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_SELENOID_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_NAME_SLUG="$CI_JOB_NAME_SLUG" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_INDEX="$CI_NODE_INDEX" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-03-45-41-aaa6553f/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-03-45-41-aaa6553f/gitlab-ee-qa-7b85c3a0:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/qa/knapsack:/home/gitlab/qa/knapsack:z --name gitlab-ee-qa-7b85c3a0 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:6c888b69d93ff7cb56754e334e26515ef6923713 Test::Instance::All http://gitlab-ee-8c2f0047.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4757502390.json --format RspecJunitFormatter --out tmp/rspec-4757502390.xml --format html --out tmp/rspec-decomposition-single-db_4_5.htm --color --format documentation`912023-07-28 03:51:49 / CONF :: 92 ==> Base URL: http://gitlab-ee-8c2f0047.test93 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007fc7eb22b9f0>94 ==> Libraries: Chemlab::Vendor95[Jul 28 2023 03:51:49 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA96[Jul 28 2023 03:51:49 UTC (QA Tests)] INFO -- Browser: chrome97[Jul 28 2023 03:51:49 UTC (QA Tests)] INFO -- Performing sanity check for environment!98[Jul 28 2023 03:51:50 UTC (QA Tests)] INFO -- Performing initial license fabrication!99[Jul 28 2023 03:51:50 UTC (QA Tests)] INFO -- Successfully added license key. Details:100{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}101[Jul 28 2023 03:51:50 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.2 seconds102[Jul 28 2023 03:51:50 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-single-db' to 'knapsack/decomposition-single-db.json'103[Jul 28 2023 03:51:50 UTC (QA Tests)] INFO -- Report already exists, skipping!104[Jul 28 2023 03:51:50 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====105[Jul 28 2023 03:51:50 UTC (QA Tests)] INFO -- Report specs:106[Jul 28 2023 03:51:50 UTC (QA Tests)] INFO -- ["qa/specs/features/ee/browser_ui/10_govern/security_reports_spec.rb", "qa/specs/features/browser_ui/1_manage/login/register_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/maven_gradle_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/maven/maven_project_level_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/push_rules_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/fix_vulnerability_workflow_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protected_tags_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/upload_new_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/assign_milestone_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/change_vulnerability_status_spec.rb", "qa/specs/features/browser_ui/1_manage/login/2fa_ssh_recovery_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/revert/revert_commit_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/scan_result_policy_vulnerabilities_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/add_comment_to_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/squash_merge_request_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_remove_source_branch_spec.rb", "qa/specs/features/api/4_verify/file_variable_downstream_pipeline_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/snippet_index_page_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/add_file_to_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/group_wiki/create_group_wiki_page_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_protected_branch_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/transfer_project_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_file_upload_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issues_analytics/issues_analytics_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configure_issue_board_by_label_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/add_project_member_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/create_file_via_web_spec.rb", "qa/specs/features/browser_ui/3_create/repository/branch_with_unusual_name_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb", "qa/specs/features/browser_ui/2_plan/related_issues/related_issues_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configurable_issue_board_spec.rb", "qa/specs/features/ee/api/2_plan/epics_milestone_dates_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/repository/clone_spec.rb", "qa/specs/features/api/2_plan/closes_issue_via_pushing_a_commit_spec.rb"]107[Jul 28 2023 03:51:50 UTC (QA Tests)] INFO -- Leftover specs:108[Jul 28 2023 03:51:50 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/distributed_reads_spec.rb", "qa/specs/features/api/1_manage/integrations/webhook_events_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_mr_spec.rb", "qa/specs/features/api/8_monitor/metrics_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/jira/jira_issue_import_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_into_mattermost_via_gitlab_spec.rb", "qa/specs/features/browser_ui/2_plan/email/trigger_email_notification_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_to_canary_gitaly_spec.rb", "qa/specs/features/browser_ui/5_package/dependency_proxy/dependency_proxy_spec.rb", "qa/specs/features/ee/api/10_govern/instance_audit_event_streaming_spec.rb", "qa/specs/features/ee/api/2_plan/analytics/dora_metrics_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/commit_index/commit_index_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/user_index/user_index_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/utilization/free_namespace_storage_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/geo_replication_ci_job_log_artifacts_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/http_push_to_secondary_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/wiki_http_push_to_secondary_spec.rb", "qa/specs/features/ee/browser_ui/14_model_ops/suggested_reviewer_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/group/group_saml_non_enforced_sso_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/job_trace_archival_spec.rb", "qa/specs/features/ee/browser_ui/8_monitor/alert_management/alert_with_escalation_policy_spec.rb", "qa/specs/features/sanity/version_spec.rb"]109[Jul 28 2023 03:51:50 UTC (QA Tests)] INFO -- Knapsack report generator started!110[Jul 28 2023 03:51:50 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-single-db' to 'knapsack/decomposition-single-db.json'111[Jul 28 2023 03:51:50 UTC (QA Tests)] INFO -- Report already exists, skipping!112Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}113Randomized with seed 16340114[Jul 28 2023 03:51:51 UTC (QA Tests)] ERROR -- [Allure]: Failed to fetch flaky spec data for report: panic: sync: negative WaitGroup counter115Manage116 2FA117[Jul 28 2023 03:51:51 UTC (QA Tests)] INFO -- Starting test: Manage 2FA allows 2FA code recovery via ssh118[Jul 28 2023 03:51:51 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA119[Jul 28 2023 03:51:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-l5a70ff6' via cache in 0.0 seconds120[Jul 28 2023 03:51:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-dad500106d4e4339' via api in 1.05 seconds121[Jul 28 2023 03:51:52 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230728-39-7v16sa/id_rsa -N `122[Jul 28 2023 03:51:52 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-dad500106d4e4339123[Jul 28 2023 03:51:53 UTC (QA Tests)] INFO -- Caching token for username: qa-user-dad500106d4e4339, last six chars of token:y8HiiR124[Jul 28 2023 03:51:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-dad500106d4e4339-jxsm8o71' via api in 0.44 seconds125[Jul 28 2023 03:51:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '1' via api in 1.3 seconds126[Jul 28 2023 03:51:53 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-dad500106d4e4339"127[Jul 28 2023 03:51:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field128[Jul 28 2023 03:51:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"129[Jul 28 2023 03:51:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field130[Jul 28 2023 03:51:54 UTC (QA Tests)] INFO -- clicking :sign_in_button131[Jul 28 2023 03:51:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.404s132[Jul 28 2023 03:51:56 UTC (QA Tests)] INFO -- Enabling super sidebar!133[Jul 28 2023 03:51:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled134[Jul 28 2023 03:51:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.051s135[Jul 28 2023 03:51:58 UTC (QA Tests)] INFO -- clicking :user_avatar_content136[Jul 28 2023 03:51:59 UTC (QA Tests)] INFO -- clicking :edit_profile_link137[Jul 28 2023 03:52:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 1.23s138[Jul 28 2023 03:52:00 UTC (QA Tests)] INFO -- clicking :nav_item_link139[Jul 28 2023 03:52:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.563s140[Jul 28 2023 03:52:00 UTC (QA Tests)] INFO -- clicking :enable_2fa_button141[Jul 28 2023 03:52:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element enable_2fa_button' took 0.88s142[Jul 28 2023 03:52:30 UTC (QA Tests)] INFO -- filling :pin_code_field with "358136"143[Jul 28 2023 03:52:30 UTC (QA Tests)] INFO -- clicking the coordinates of :pin_code_field144[Jul 28 2023 03:52:31 UTC (QA Tests)] INFO -- filling :current_password_field with "*****"145[Jul 28 2023 03:52:31 UTC (QA Tests)] INFO -- clicking the coordinates of :current_password_field146[Jul 28 2023 03:52:31 UTC (QA Tests)] INFO -- clicking :register_2fa_app_button147[Jul 28 2023 03:52:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element register_2fa_app_button' took 1.624s148[Jul 28 2023 03:52:33 UTC (QA Tests)] INFO -- clicking :copy_button149[Jul 28 2023 03:52:33 UTC (QA Tests)] INFO -- clicking :proceed_button150[Jul 28 2023 03:52:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.027s151[Jul 28 2023 03:52:35 UTC (QA Tests)] INFO -- clicking :user_avatar_content152[Jul 28 2023 03:52:35 UTC (QA Tests)] INFO -- clicking :sign_out_link153[Jul 28 2023 03:52:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 1.08s154[Jul 28 2023 03:52:37 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-dad500106d4e4339"155[Jul 28 2023 03:52:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field156[Jul 28 2023 03:52:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"157[Jul 28 2023 03:52:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field158[Jul 28 2023 03:52:38 UTC (QA Tests)] INFO -- clicking :sign_in_button159[Jul 28 2023 03:52:39 UTC (QA Tests)] INFO -- Enabling super sidebar!160[Jul 28 2023 03:52:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.043s161[Jul 28 2023 03:52:42 UTC (QA Tests)] INFO -- User is not signed in, skipping162[Jul 28 2023 03:52:43 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "0ee9f68a27749e79"163[Jul 28 2023 03:52:43 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field164[Jul 28 2023 03:52:43 UTC (QA Tests)] INFO -- clicking :verify_code_button165[Jul 28 2023 03:52:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.039s166[Jul 28 2023 03:52:45 UTC (QA Tests)] INFO -- clicking :user_avatar_content167[Jul 28 2023 03:52:45 UTC (QA Tests)] INFO -- clicking :sign_out_link168[Jul 28 2023 03:52:46 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-dad500106d4e4339"169[Jul 28 2023 03:52:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field170[Jul 28 2023 03:52:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"171[Jul 28 2023 03:52:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field172[Jul 28 2023 03:52:46 UTC (QA Tests)] INFO -- clicking :sign_in_button173[Jul 28 2023 03:52:47 UTC (QA Tests)] INFO -- Enabling super sidebar!174[Jul 28 2023 03:52:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.041s175[Jul 28 2023 03:52:50 UTC (QA Tests)] INFO -- User is not signed in, skipping176[Jul 28 2023 03:52:51 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "0ee9f68a27749e79"177[Jul 28 2023 03:52:51 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field178[Jul 28 2023 03:52:52 UTC (QA Tests)] INFO -- clicking :verify_code_button179[Jul 28 2023 03:52:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 1.466s180 allows 2FA code recovery via ssh181Plan182 Dora Metrics183 with project metrics184 behaves like dora metrics api endpoint185 returns correct metrics (PENDING: Test is not compatible with this environment or pipeline)186 with group metrics187 behaves like dora metrics api endpoint188 returns correct metrics (PENDING: Test is not compatible with this environment or pipeline)189Manage190 basic user login191[Jul 28 2023 03:52:53 UTC (QA Tests)] INFO -- Starting test: Manage basic user login user logs in using basic credentials and logs out192[Jul 28 2023 03:52:54 UTC (QA Tests)] INFO -- filling :login_field with "root"193[Jul 28 2023 03:52:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field194[Jul 28 2023 03:52:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"195[Jul 28 2023 03:52:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field196[Jul 28 2023 03:52:54 UTC (QA Tests)] INFO -- clicking :sign_in_button197[Jul 28 2023 03:52:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.703s198[Jul 28 2023 03:52:55 UTC (QA Tests)] INFO -- Enabling super sidebar!199[Jul 28 2023 03:52:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled200[Jul 28 2023 03:52:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.026s201[Jul 28 2023 03:52:58 UTC (QA Tests)] INFO -- clicking :user_avatar_content202[Jul 28 2023 03:52:58 UTC (QA Tests)] INFO -- clicking :sign_out_link203 user logs in using basic credentials and logs out204ModelOps205 Suggested Reviewers206 suggests reviewers (PENDING: Test is not compatible with this environment or pipeline)207Create208 Codeowners209[Jul 28 2023 03:52:59 UTC (QA Tests)] INFO -- Starting test: Create Codeowners displays owners specified in CODEOWNERS file210[Jul 28 2023 03:52:59 UTC (QA Tests)] INFO -- filling :login_field with "root"211[Jul 28 2023 03:52:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field212[Jul 28 2023 03:53:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"213[Jul 28 2023 03:53:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field214[Jul 28 2023 03:53:00 UTC (QA Tests)] INFO -- clicking :sign_in_button215[Jul 28 2023 03:53:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.66s216[Jul 28 2023 03:53:01 UTC (QA Tests)] INFO -- Enabling super sidebar!217[Jul 28 2023 03:53:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled218[Jul 28 2023 03:53:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.57 seconds219[Jul 28 2023 03:53:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 1.02 seconds220[Jul 28 2023 03:53:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/codeowners-ae8904a81c02d519' via api in 2.52 seconds221[Jul 28 2023 03:53:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.32 seconds222[Jul 28 2023 03:53:05 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/codeowners-ae8904a81c02d519 QA::Resource::Project223[Jul 28 2023 03:53:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.3 seconds224[Jul 28 2023 03:53:06 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/codeowners-ae8904a81c02d519 QA::Resource::Project225[Jul 28 2023 03:53:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.22 seconds226[Jul 28 2023 03:53:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/codeowners-ae8904a81c02d519227[Jul 28 2023 03:53:10 UTC (QA Tests)] INFO -- clicking :file_name_link228[Jul 28 2023 03:53:11 UTC (QA Tests)] INFO -- clicking :collapse_toggle229[Jul 28 2023 03:53:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/codeowners-ae8904a81c02d519230[Jul 28 2023 03:53:14 UTC (QA Tests)] INFO -- clicking :file_name_link231[Jul 28 2023 03:53:14 UTC (QA Tests)] INFO -- clicking :collapse_toggle232 displays owners specified in CODEOWNERS file233Plan234 Configurable issue board235[Jul 28 2023 03:53:15 UTC (QA Tests)] INFO -- Starting test: Plan Configurable issue board renames the issue board236[Jul 28 2023 03:53:16 UTC (QA Tests)] INFO -- filling :login_field with "root"237[Jul 28 2023 03:53:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field238[Jul 28 2023 03:53:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"239[Jul 28 2023 03:53:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field240[Jul 28 2023 03:53:17 UTC (QA Tests)] INFO -- clicking :sign_in_button241[Jul 28 2023 03:53:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.931s242[Jul 28 2023 03:53:18 UTC (QA Tests)] INFO -- Enabling super sidebar!243[Jul 28 2023 03:53:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled244[Jul 28 2023 03:53:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds245[Jul 28 2023 03:53:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.19 seconds246[Jul 28 2023 03:53:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-board-list-2c76dd0d1a651fdd' via api in 1.35 seconds247[Jul 28 2023 03:53:21 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.25 seconds248[Jul 28 2023 03:53:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '1' via api in 0.11 seconds249[Jul 28 2023 03:53:21 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::LabelBoardList with id '3' via api in 1.82 seconds250[Jul 28 2023 03:53:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-board-list-2c76dd0d1a651fdd251[Jul 28 2023 03:53:22 UTC (QA Tests)] INFO -- clicking :menu_section_button252[Jul 28 2023 03:53:23 UTC (QA Tests)] INFO -- clicking :nav_item_link253[Jul 28 2023 03:53:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.049s254[Jul 28 2023 03:53:24 UTC (QA Tests)] INFO -- clicking :boards_config_button255[Jul 28 2023 03:53:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.609s256[Jul 28 2023 03:53:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element boards_config_button' took 0.737s257[Jul 28 2023 03:53:24 UTC (QA Tests)] INFO -- clicking :save_changes_button258 renames the issue board259Create260 Branch with unusual name261 when branch name contains slash, hash, double dash, and capital letter262[Jul 28 2023 03:53:25 UTC (QA Tests)] INFO -- Starting test: Create Branch with unusual name when branch name contains slash, hash, double dash, and capital letter renders repository file tree correctly263[Jul 28 2023 03:53:26 UTC (QA Tests)] INFO -- filling :login_field with "root"264[Jul 28 2023 03:53:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field265[Jul 28 2023 03:53:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"266[Jul 28 2023 03:53:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field267[Jul 28 2023 03:53:26 UTC (QA Tests)] INFO -- clicking :sign_in_button268[Jul 28 2023 03:53:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.961s269[Jul 28 2023 03:53:28 UTC (QA Tests)] INFO -- Enabling super sidebar!270[Jul 28 2023 03:53:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled271[Jul 28 2023 03:53:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.08 seconds272[Jul 28 2023 03:53:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.2 seconds273[Jul 28 2023 03:53:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/unusually-named-branch-project-fd7ce6dee784cfce' via api in 1.33 seconds274[Jul 28 2023 03:53:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds275[Jul 28 2023 03:53:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/unusually-named-branch-project-fd7ce6dee784cfce276[Jul 28 2023 03:53:34 UTC (QA Tests)] INFO -- clicking :file_name_link277[Jul 28 2023 03:53:35 UTC (QA Tests)] INFO -- clicking :file_name_link278 renders repository file tree correctly279Create280 Snippet index page281 behaves like displaying details on index page282[Jul 28 2023 03:53:36 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of personal_snippet_with_single_file including file number283[Jul 28 2023 03:53:36 UTC (QA Tests)] INFO -- filling :login_field with "root"284[Jul 28 2023 03:53:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field285[Jul 28 2023 03:53:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"286[Jul 28 2023 03:53:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field287[Jul 28 2023 03:53:37 UTC (QA Tests)] INFO -- clicking :sign_in_button288[Jul 28 2023 03:53:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.804s289[Jul 28 2023 03:53:38 UTC (QA Tests)] INFO -- Enabling super sidebar!290[Jul 28 2023 03:53:38 UTC (QA Tests)] INFO -- Super sidebar is already enabled291[Jul 28 2023 03:53:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '1' via api in 0.41 seconds292[Jul 28 2023 03:53:40 UTC (QA Tests)] INFO -- clicking :nav_item_link293 shows correct details of personal_snippet_with_single_file including file number294 behaves like displaying details on index page295[Jul 28 2023 03:53:41 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of project_snippet_with_single_file including file number296[Jul 28 2023 03:53:41 UTC (QA Tests)] INFO -- filling :login_field with "root"297[Jul 28 2023 03:53:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field298[Jul 28 2023 03:53:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"299[Jul 28 2023 03:53:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field300[Jul 28 2023 03:53:42 UTC (QA Tests)] INFO -- clicking :sign_in_button301[Jul 28 2023 03:53:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.785s302[Jul 28 2023 03:53:43 UTC (QA Tests)] INFO -- Enabling super sidebar!303[Jul 28 2023 03:53:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled304[Jul 28 2023 03:53:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.08 seconds305[Jul 28 2023 03:53:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.19 seconds306[Jul 28 2023 03:53:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-snippets-6686df93da964384' via api in 1.31 seconds307[Jul 28 2023 03:53:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '2' via api in 1.83 seconds308[Jul 28 2023 03:53:46 UTC (QA Tests)] INFO -- clicking :nav_item_link309 shows correct details of project_snippet_with_single_file including file number310 behaves like displaying details on index page311[Jul 28 2023 03:53:47 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of personal_snippet_with_multiple_files including file number312[Jul 28 2023 03:53:47 UTC (QA Tests)] INFO -- filling :login_field with "root"313[Jul 28 2023 03:53:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field314[Jul 28 2023 03:53:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"315[Jul 28 2023 03:53:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field316[Jul 28 2023 03:53:48 UTC (QA Tests)] INFO -- clicking :sign_in_button317[Jul 28 2023 03:53:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.877s318[Jul 28 2023 03:53:49 UTC (QA Tests)] INFO -- Enabling super sidebar!319[Jul 28 2023 03:53:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled320[Jul 28 2023 03:53:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '3' via api in 0.58 seconds321[Jul 28 2023 03:53:51 UTC (QA Tests)] INFO -- clicking :nav_item_link322 shows correct details of personal_snippet_with_multiple_files including file number323 behaves like displaying details on index page324[Jul 28 2023 03:53:52 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of project_snippet_with_multiple_files including file number325[Jul 28 2023 03:53:53 UTC (QA Tests)] INFO -- filling :login_field with "root"326[Jul 28 2023 03:53:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field327[Jul 28 2023 03:53:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"328[Jul 28 2023 03:53:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field329[Jul 28 2023 03:53:53 UTC (QA Tests)] INFO -- clicking :sign_in_button330[Jul 28 2023 03:53:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.542s331[Jul 28 2023 03:53:54 UTC (QA Tests)] INFO -- Enabling super sidebar!332[Jul 28 2023 03:53:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled333[Jul 28 2023 03:53:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds334[Jul 28 2023 03:53:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.17 seconds335[Jul 28 2023 03:53:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-snippets-518cefe6f0a99407' via api in 0.66 seconds336[Jul 28 2023 03:53:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '4' via api in 1.14 seconds337[Jul 28 2023 03:53:57 UTC (QA Tests)] INFO -- clicking :nav_item_link338 shows correct details of project_snippet_with_multiple_files including file number339Create340 Commit data341[Jul 28 2023 03:53:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.07 seconds342[Jul 28 2023 03:53:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds343[Jul 28 2023 03:53:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.17 seconds344[Jul 28 2023 03:53:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-code-848b59b2c8776188' via api in 0.86 seconds345[Jul 28 2023 03:53:59 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"346[Jul 28 2023 03:54:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.33 seconds347[Jul 28 2023 03:54:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds348[Jul 28 2023 03:54:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.16 seconds349[Jul 28 2023 03:54:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-new-file-9d7f88e1d4f442ce' via api in 0.99 seconds350[Jul 28 2023 03:54:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'second' via api in 0.49 seconds351[Jul 28 2023 03:54:02 UTC (QA Tests)] INFO -- Starting test: Create Commit data user views raw commit diff352[Jul 28 2023 03:54:02 UTC (QA Tests)] INFO -- filling :login_field with "root"353[Jul 28 2023 03:54:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field354[Jul 28 2023 03:54:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"355[Jul 28 2023 03:54:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field356[Jul 28 2023 03:54:03 UTC (QA Tests)] INFO -- clicking :sign_in_button357[Jul 28 2023 03:54:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.906s358[Jul 28 2023 03:54:04 UTC (QA Tests)] INFO -- Enabling super sidebar!359[Jul 28 2023 03:54:04 UTC (QA Tests)] INFO -- Super sidebar is already enabled360[Jul 28 2023 03:54:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-code-848b59b2c8776188361[Jul 28 2023 03:54:08 UTC (QA Tests)] INFO -- clicking :options_button362 user views raw commit diff363[Jul 28 2023 03:54:09 UTC (QA Tests)] INFO -- Starting test: Create Commit data user views raw email patch364[Jul 28 2023 03:54:10 UTC (QA Tests)] INFO -- filling :login_field with "root"365[Jul 28 2023 03:54:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field366[Jul 28 2023 03:54:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"367[Jul 28 2023 03:54:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field368[Jul 28 2023 03:54:10 UTC (QA Tests)] INFO -- clicking :sign_in_button369[Jul 28 2023 03:54:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.879s370[Jul 28 2023 03:54:12 UTC (QA Tests)] INFO -- Enabling super sidebar!371[Jul 28 2023 03:54:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled372[Jul 28 2023 03:54:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-code-848b59b2c8776188373[Jul 28 2023 03:54:16 UTC (QA Tests)] INFO -- clicking :options_button374 user views raw email patch375Framework sanity376 Version check377 is the specified version (PENDING: Test is not compatible with this environment or pipeline)378Govern379 Scan result policy380[Jul 28 2023 03:54:17 UTC (QA Tests)] INFO -- Starting test: Govern Scan result policy requires approval when a pipeline report has findings matching the scan result policy381[Jul 28 2023 03:54:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds382[Jul 28 2023 03:54:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds383[Jul 28 2023 03:54:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-scan-result-policy-daef7416d1a418e3' via api in 1.09 seconds384[Jul 28 2023 03:54:18 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.385[Jul 28 2023 03:54:18 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`386[Jul 28 2023 03:54:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`387[Jul 28 2023 03:54:21 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-scan-result-policy-daef7416d1a418e3 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-scan-result-policy-daef7416d1a418e3 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-project-with-scan-result-policy-daef7416d1a418e3 --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list secure_report_project-with-scan-result-policy-daef7416d1a418e3 --executor shell && gitlab-runner run" `388[Jul 28 2023 03:54:24 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-scan-result-policy-daef7416d1a418e3`389[Jul 28 2023 03:54:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`390[Jul 28 2023 03:54:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-project-with-scan-result-policy-daef7416d1a418e3' via api in 7.32 seconds391[Jul 28 2023 03:54:26 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::ScanResultPolicyProject via api in 0.82 seconds392[Jul 28 2023 03:54:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-scan-result-policy-daef7416d1a418e3-security-policy-project' via api in 0.17 seconds393[Jul 28 2023 03:54:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds394[Jul 28 2023 03:54:26 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-scan-result-policy-daef7416d1a418e3 QA::Resource::Project395[Jul 28 2023 03:54:27 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::ScanResultPolicyCommit via api in 0.36 seconds396[Jul 28 2023 03:54:28 UTC (QA Tests)] INFO -- filling :login_field with "root"397[Jul 28 2023 03:54:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field398[Jul 28 2023 03:54:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"399[Jul 28 2023 03:54:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field400[Jul 28 2023 03:54:28 UTC (QA Tests)] INFO -- clicking :sign_in_button401[Jul 28 2023 03:54:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.852s402[Jul 28 2023 03:54:30 UTC (QA Tests)] INFO -- Enabling super sidebar!403[Jul 28 2023 03:54:30 UTC (QA Tests)] INFO -- Super sidebar is already enabled404[Jul 28 2023 03:54:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-scan-result-policy-daef7416d1a418e3405[Jul 28 2023 03:54:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.46 seconds406[Jul 28 2023 03:54:33 UTC (QA Tests)] INFO -- Merging via PUT /projects/9/merge_requests/1/merge407[Jul 28 2023 03:54:36 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_merge with title "QA test - merge request"408[Jul 28 2023 03:54:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds409[Jul 28 2023 03:54:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.2 seconds410[Jul 28 2023 03:54:37 UTC (QA Tests)] INFO -- clicking :menu_section_button411[Jul 28 2023 03:54:38 UTC (QA Tests)] INFO -- clicking :nav_item_link412[Jul 28 2023 03:54:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.862s413[Jul 28 2023 03:54:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-scan-result-policy-daef7416d1a418e3/-/merge_requests/1414[Jul 28 2023 03:54:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-project-with-scan-result-policy-daef7416d1a418e3'415[Jul 28 2023 03:54:57 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-scan-result-policy-daef7416d1a418e3`416 requires approval when a pipeline report has findings matching the scan result policy417Plan418 Configure issue board by label419[Jul 28 2023 03:54:58 UTC (QA Tests)] INFO -- Starting test: Plan Configure issue board by label shows only issues that match the configured label420[Jul 28 2023 03:54:58 UTC (QA Tests)] INFO -- filling :login_field with "root"421[Jul 28 2023 03:54:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field422[Jul 28 2023 03:54:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"423[Jul 28 2023 03:54:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field424[Jul 28 2023 03:54:59 UTC (QA Tests)] INFO -- clicking :sign_in_button425[Jul 28 2023 03:55:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.859s426[Jul 28 2023 03:55:00 UTC (QA Tests)] INFO -- Enabling super sidebar!427[Jul 28 2023 03:55:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled428[Jul 28 2023 03:55:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds429[Jul 28 2023 03:55:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.19 seconds430[Jul 28 2023 03:55:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-board-list-9e5bea3ff2137696' via api in 0.68 seconds431[Jul 28 2023 03:55:03 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.13 seconds432[Jul 28 2023 03:55:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '2' via api in 0.12 seconds433[Jul 28 2023 03:55:03 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::LabelBoardList with id '6' via api in 1.06 seconds434[Jul 28 2023 03:55:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 0.38 seconds435[Jul 28 2023 03:55:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 0.56 seconds436[Jul 28 2023 03:55:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-board-list-9e5bea3ff2137696437[Jul 28 2023 03:55:05 UTC (QA Tests)] INFO -- clicking :menu_section_button438[Jul 28 2023 03:55:05 UTC (QA Tests)] INFO -- clicking :nav_item_link439[Jul 28 2023 03:55:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.437s440[Jul 28 2023 03:55:06 UTC (QA Tests)] INFO -- clicking :boards_config_button441[Jul 28 2023 03:55:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.807s442[Jul 28 2023 03:55:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element boards_config_button' took 0.93s443[Jul 28 2023 03:55:07 UTC (QA Tests)] INFO -- clicking :labels_edit_button444[Jul 28 2023 03:55:08 UTC (QA Tests)] INFO -- clicking :close_labels_dropdown_button445[Jul 28 2023 03:55:08 UTC (QA Tests)] INFO -- clicking :save_changes_button446[Jul 28 2023 03:55:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.286s447 shows only issues that match the configured label448Plan449 Epics milestone dates API450[Jul 28 2023 03:55:10 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when adding another issue451[Jul 28 2023 03:55:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.14 seconds452[Jul 28 2023 03:55:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/epic-milestone-group-f9ff0e63f34c5106' via api in 0.97 seconds453[Jul 28 2023 03:55:11 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '1' via api in 0.13 seconds454[Jul 28 2023 03:55:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/epic-milestone-group-f9ff0e63f34c5106/epic-milestone-project-39ad1df0fd7328d3-ddacb2cebce5a44d' via api in 0.43 seconds455[Jul 28 2023 03:55:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '1' via api in 0.15 seconds456[Jul 28 2023 03:55:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 0.37 seconds457[Jul 28 2023 03:55:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '2' via api in 0.12 seconds458[Jul 28 2023 03:55:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.39 seconds459 updates epic dates when adding another issue460[Jul 28 2023 03:55:13 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when deleting milestones461[Jul 28 2023 03:55:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds462[Jul 28 2023 03:55:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/epic-milestone-group-5bbe17040ed79684' via api in 0.38 seconds463[Jul 28 2023 03:55:14 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '2' via api in 0.14 seconds464[Jul 28 2023 03:55:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/epic-milestone-group-5bbe17040ed79684/epic-milestone-project-7487c9c9e59a6027-9dfc50f964c856fc' via api in 0.48 seconds465[Jul 28 2023 03:55:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '3' via api in 0.14 seconds466[Jul 28 2023 03:55:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '5' via api in 0.39 seconds467[Jul 28 2023 03:55:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectMilestone with id '3'468 updates epic dates when deleting milestones469[Jul 28 2023 03:55:16 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when removing issue470[Jul 28 2023 03:55:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds471[Jul 28 2023 03:55:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/epic-milestone-group-cbbf494f40f6ffa0' via api in 0.39 seconds472[Jul 28 2023 03:55:16 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '3' via api in 0.11 seconds473[Jul 28 2023 03:55:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/epic-milestone-group-cbbf494f40f6ffa0/epic-milestone-project-63a2569ffb33f982-02ce64d619c898a7' via api in 0.47 seconds474[Jul 28 2023 03:55:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '4' via api in 0.15 seconds475[Jul 28 2023 03:55:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '6' via api in 0.33 seconds476 updates epic dates when removing issue477[Jul 28 2023 03:55:18 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when updating milestones478[Jul 28 2023 03:55:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds479[Jul 28 2023 03:55:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/epic-milestone-group-95d79cd3fdf584cf' via api in 0.37 seconds480[Jul 28 2023 03:55:19 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '4' via api in 0.1 seconds481[Jul 28 2023 03:55:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/epic-milestone-group-95d79cd3fdf584cf/epic-milestone-project-4ead3fc43bebba04-379b2194eb786388' via api in 0.53 seconds482[Jul 28 2023 03:55:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '5' via api in 0.11 seconds483[Jul 28 2023 03:55:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '7' via api in 0.25 seconds484 updates epic dates when updating milestones485Create486 Push mirror a repository over HTTP487[Jul 28 2023 03:55:20 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs a (push) mirrored repository488[Jul 28 2023 03:55:21 UTC (QA Tests)] INFO -- filling :login_field with "root"489[Jul 28 2023 03:55:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field490[Jul 28 2023 03:55:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"491[Jul 28 2023 03:55:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field492[Jul 28 2023 03:55:22 UTC (QA Tests)] INFO -- clicking :sign_in_button493[Jul 28 2023 03:55:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.932s494[Jul 28 2023 03:55:23 UTC (QA Tests)] INFO -- Enabling super sidebar!495[Jul 28 2023 03:55:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled496[Jul 28 2023 03:55:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds497[Jul 28 2023 03:55:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.19 seconds498[Jul 28 2023 03:55:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/push-mirror-target-project-ea006135a581d25e' via api in 0.69 seconds499[Jul 28 2023 03:55:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds500[Jul 28 2023 03:55:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.17 seconds501[Jul 28 2023 03:55:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-code-a0d52748bfc43cd6' via api in 0.85 seconds502[Jul 28 2023 03:55:27 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"503[Jul 28 2023 03:55:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.57 seconds504[Jul 28 2023 03:55:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-code-a0d52748bfc43cd6505[Jul 28 2023 03:55:30 UTC (QA Tests)] INFO -- clicking :menu_section_button506[Jul 28 2023 03:55:30 UTC (QA Tests)] INFO -- clicking :nav_item_link507[Jul 28 2023 03:55:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.142s508[Jul 28 2023 03:55:32 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/push-mirror-target-project-ea006135a581d25e.git"509[Jul 28 2023 03:55:32 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field510[Jul 28 2023 03:55:33 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field511[Jul 28 2023 03:55:34 UTC (QA Tests)] INFO -- selecting "Password" in :authentication_method_field512[Jul 28 2023 03:55:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"513[Jul 28 2023 03:55:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field514[Jul 28 2023 03:55:34 UTC (QA Tests)] INFO -- clicking :mirror_repository_button515[Jul 28 2023 03:55:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element mirror_repository_button' took 1.367s516[Jul 28 2023 03:55:36 UTC (QA Tests)] INFO -- clicking :update_now_button517[Jul 28 2023 03:55:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element update_now_button' took 0.961s518[Jul 28 2023 03:55:37 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-code-a0d52748bfc43cd6/-/settings/repository#js-push-remote-settings519[Jul 28 2023 03:55:59 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-code-a0d52748bfc43cd6/-/settings/repository#js-push-remote-settings520[Jul 28 2023 03:56:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.942s521[Jul 28 2023 03:56:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/push-mirror-target-project-ea006135a581d25e522[Jul 28 2023 03:56:02 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments523 configures and syncs a (push) mirrored repository524Create525 Merge request creation from fork526[Jul 28 2023 03:56:03 UTC (QA Tests)] INFO -- Starting test: Create Merge request creation from fork can merge source branch from fork into upstream repository527[Jul 28 2023 03:56:03 UTC (QA Tests)] INFO -- filling :login_field with "root"528[Jul 28 2023 03:56:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field529[Jul 28 2023 03:56:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"530[Jul 28 2023 03:56:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field531[Jul 28 2023 03:56:04 UTC (QA Tests)] INFO -- clicking :sign_in_button532[Jul 28 2023 03:56:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.081s533[Jul 28 2023 03:56:06 UTC (QA Tests)] INFO -- Enabling super sidebar!534[Jul 28 2023 03:56:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled535[Jul 28 2023 03:56:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds536[Jul 28 2023 03:56:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.17 seconds537[Jul 28 2023 03:56:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-code-103d8c51fc3a8d19' via api in 0.67 seconds538[Jul 28 2023 03:56:09 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"539[Jul 28 2023 03:56:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.29 seconds540[Jul 28 2023 03:56:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-c1ee8877c53a7783' via api in 0.28 seconds541[Jul 28 2023 03:56:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.049s542[Jul 28 2023 03:56:12 UTC (QA Tests)] INFO -- clicking :user_avatar_content543[Jul 28 2023 03:56:12 UTC (QA Tests)] INFO -- clicking :sign_out_link544[Jul 28 2023 03:56:12 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-c1ee8877c53a7783"545[Jul 28 2023 03:56:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field546[Jul 28 2023 03:56:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"547[Jul 28 2023 03:56:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field548[Jul 28 2023 03:56:13 UTC (QA Tests)] INFO -- clicking :sign_in_button549[Jul 28 2023 03:56:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.715s550[Jul 28 2023 03:56:14 UTC (QA Tests)] INFO -- Enabling super sidebar!551[Jul 28 2023 03:56:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled552[Jul 28 2023 03:56:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-code-103d8c51fc3a8d19553[Jul 28 2023 03:56:17 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown554[Jul 28 2023 03:56:17 UTC (QA Tests)] INFO -- Searching in dropdown: "qa-user-c1ee8877c53a7783"555[Jul 28 2023 03:56:18 UTC (QA Tests)] INFO -- clicking :fork_privacy_button556[Jul 28 2023 03:56:18 UTC (QA Tests)] INFO -- clicking :fork_project_button557[Jul 28 2023 03:56:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.026s558[Jul 28 2023 03:56:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.015s559[Jul 28 2023 03:56:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.014s560[Jul 28 2023 03:56:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.019s561[Jul 28 2023 03:56:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.112s562[Jul 28 2023 03:56:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 6.618s563[Jul 28 2023 03:56:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? forked_from_link' took 8.019s564[Jul 28 2023 03:56:26 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-c1ee8877c53a7783565[Jul 28 2023 03:56:26 UTC (QA Tests)] INFO -- Caching token for username: qa-user-c1ee8877c53a7783, last six chars of token:pEVSG8566[Jul 28 2023 03:56:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-c1ee8877c53a7783-55to4ufj' via api in 0.08 seconds567[Jul 28 2023 03:56:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'qa-user-c1ee8877c53a7783/project-with-code-103d8c51fc3a8d19' via api in 0.22 seconds568[Jul 28 2023 03:56:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Fork with name 'project-with-code-103d8c51fc3a8d19' via browser_ui in 18.94 seconds569[Jul 28 2023 03:56:27 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"570[Jul 28 2023 03:56:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.12 seconds571[Jul 28 2023 03:56:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/qa-user-c1ee8877c53a7783/project-with-code-103d8c51fc3a8d19572[Jul 28 2023 03:56:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.062s573[Jul 28 2023 03:56:30 UTC (QA Tests)] INFO -- clicking :user_avatar_content574[Jul 28 2023 03:56:30 UTC (QA Tests)] INFO -- clicking :user_avatar_content575[Jul 28 2023 03:56:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.025s576[Jul 28 2023 03:56:31 UTC (QA Tests)] INFO -- clicking :user_avatar_content577[Jul 28 2023 03:56:32 UTC (QA Tests)] INFO -- clicking :sign_out_link578[Jul 28 2023 03:56:32 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-c1ee8877c53a7783"579[Jul 28 2023 03:56:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field580[Jul 28 2023 03:56:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"581[Jul 28 2023 03:56:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field582[Jul 28 2023 03:56:33 UTC (QA Tests)] INFO -- clicking :sign_in_button583[Jul 28 2023 03:56:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.776s584[Jul 28 2023 03:56:34 UTC (QA Tests)] INFO -- Enabling super sidebar!585[Jul 28 2023 03:56:34 UTC (QA Tests)] INFO -- Super sidebar is already enabled586[Jul 28 2023 03:56:35 UTC (QA Tests)] INFO -- clicking :create_merge_request_button587[Jul 28 2023 03:56:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.055s588[Jul 28 2023 03:56:36 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present589[Jul 28 2023 03:56:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.846s590[Jul 28 2023 03:56:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.028s591[Jul 28 2023 03:56:41 UTC (QA Tests)] INFO -- clicking :user_avatar_content592[Jul 28 2023 03:56:41 UTC (QA Tests)] INFO -- clicking :sign_out_link593[Jul 28 2023 03:56:42 UTC (QA Tests)] INFO -- filling :login_field with "root"594[Jul 28 2023 03:56:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field595[Jul 28 2023 03:56:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"596[Jul 28 2023 03:56:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field597[Jul 28 2023 03:56:43 UTC (QA Tests)] INFO -- clicking :sign_in_button598[Jul 28 2023 03:56:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.009s599[Jul 28 2023 03:56:44 UTC (QA Tests)] INFO -- Enabling super sidebar!600[Jul 28 2023 03:56:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled601[Jul 28 2023 03:56:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.09 seconds602[Jul 28 2023 03:56:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.24 seconds603[Jul 28 2023 03:56:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-merge-request-339f1e85f610bec1' via api in 1.08 seconds604[Jul 28 2023 03:56:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequestFromFork via browser_ui in 39.66 seconds605[Jul 28 2023 03:56:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequestFromFork at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-code-103d8c51fc3a8d19/-/merge_requests/1606[Jul 28 2023 03:56:50 UTC (QA Tests)] INFO -- clicking :close_button607[Jul 28 2023 03:56:51 UTC (QA Tests)] INFO -- clicking :merge_button608[Jul 28 2023 03:56:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.492s609[Jul 28 2023 03:56:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'qa-user-c1ee8877c53a7783/project-with-code-103d8c51fc3a8d19'610[Jul 28 2023 03:56:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-code-103d8c51fc3a8d19'611[Jul 28 2023 03:56:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-c1ee8877c53a7783'612 can merge source branch from fork into upstream repository613Plan614 Issue creation615[Jul 28 2023 03:56:54 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation closes an issue616[Jul 28 2023 03:56:55 UTC (QA Tests)] INFO -- filling :login_field with "root"617[Jul 28 2023 03:56:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field618[Jul 28 2023 03:56:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"619[Jul 28 2023 03:56:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field620[Jul 28 2023 03:56:55 UTC (QA Tests)] INFO -- clicking :sign_in_button621[Jul 28 2023 03:56:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.973s622[Jul 28 2023 03:56:57 UTC (QA Tests)] INFO -- Enabling super sidebar!623[Jul 28 2023 03:56:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled624[Jul 28 2023 03:56:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds625[Jul 28 2023 03:56:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds626[Jul 28 2023 03:56:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-issues-8ccf48bcc742f3ea' via api in 0.7 seconds627[Jul 28 2023 03:56:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '8' via api in 0.93 seconds628[Jul 28 2023 03:56:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-issues-8ccf48bcc742f3ea/-/issues/1629[Jul 28 2023 03:57:02 UTC (QA Tests)] INFO -- clicking :menu_section_button630[Jul 28 2023 03:57:02 UTC (QA Tests)] INFO -- clicking :nav_item_link631[Jul 28 2023 03:57:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.978s632[Jul 28 2023 03:57:03 UTC (QA Tests)] INFO -- clicking :closed_issuables_tab633 closes an issue634[Jul 28 2023 03:57:04 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation creates an issue635[Jul 28 2023 03:57:04 UTC (QA Tests)] INFO -- filling :login_field with "root"636[Jul 28 2023 03:57:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field637[Jul 28 2023 03:57:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"638[Jul 28 2023 03:57:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field639[Jul 28 2023 03:57:05 UTC (QA Tests)] INFO -- clicking :sign_in_button640[Jul 28 2023 03:57:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.041s641[Jul 28 2023 03:57:06 UTC (QA Tests)] INFO -- Enabling super sidebar!642[Jul 28 2023 03:57:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled643[Jul 28 2023 03:57:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds644[Jul 28 2023 03:57:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.16 seconds645[Jul 28 2023 03:57:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/the_awesome_project-6a65603d8749c6f8' via api in 0.68 seconds646[Jul 28 2023 03:57:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/the_awesome_project-6a65603d8749c6f8647[Jul 28 2023 03:57:10 UTC (QA Tests)] INFO -- clicking :new_menu_toggle648[Jul 28 2023 03:57:10 UTC (QA Tests)] INFO -- clicking :create_menu_item649[Jul 28 2023 03:57:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.114s650[Jul 28 2023 03:57:11 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 058f0b09d11b5e67"651[Jul 28 2023 03:57:11 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field652[Jul 28 2023 03:57:11 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description 83df19771d4181e4"653[Jul 28 2023 03:57:11 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field654[Jul 28 2023 03:57:12 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present655[Jul 28 2023 03:57:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.525s656[Jul 28 2023 03:57:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 5.63 seconds657[Jul 28 2023 03:57:14 UTC (QA Tests)] INFO -- clicking :menu_section_button658[Jul 28 2023 03:57:15 UTC (QA Tests)] INFO -- clicking :nav_item_link659[Jul 28 2023 03:57:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.962s660 creates an issue661 when using attachments in comments662[Jul 28 2023 03:57:16 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation when using attachments in comments comments on an issue with an attachment663[Jul 28 2023 03:57:16 UTC (QA Tests)] INFO -- filling :login_field with "root"664[Jul 28 2023 03:57:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field665[Jul 28 2023 03:57:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"666[Jul 28 2023 03:57:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field667[Jul 28 2023 03:57:17 UTC (QA Tests)] INFO -- clicking :sign_in_button668[Jul 28 2023 03:57:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.989s669[Jul 28 2023 03:57:19 UTC (QA Tests)] INFO -- Enabling super sidebar!670[Jul 28 2023 03:57:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled671[Jul 28 2023 03:57:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds672[Jul 28 2023 03:57:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds673[Jul 28 2023 03:57:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-issues-4ad57bbfdd92b99f' via api in 0.69 seconds674[Jul 28 2023 03:57:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '10' via api in 0.99 seconds675[Jul 28 2023 03:57:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-issues-4ad57bbfdd92b99f/-/issues/1676[Jul 28 2023 03:57:23 UTC (QA Tests)] INFO -- clicking :issue_title677[Jul 28 2023 03:57:23 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown678[Jul 28 2023 03:57:23 UTC (QA Tests)] INFO -- filling :comment_field with "See attached image for scale679"680[Jul 28 2023 03:57:23 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field681[Jul 28 2023 03:57:24 UTC (QA Tests)] INFO -- clicking :comment_button682[Jul 28 2023 03:57:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.782s683[Jul 28 2023 03:57:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element noteable_note_container' took 0.801s684 comments on an issue with an attachment685Create686 Merge request squashing687[Jul 28 2023 03:57:25 UTC (QA Tests)] INFO -- Starting test: Create Merge request squashing user squashes commits while merging688[Jul 28 2023 03:57:26 UTC (QA Tests)] INFO -- filling :login_field with "root"689[Jul 28 2023 03:57:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field690[Jul 28 2023 03:57:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"691[Jul 28 2023 03:57:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field692[Jul 28 2023 03:57:27 UTC (QA Tests)] INFO -- clicking :sign_in_button693[Jul 28 2023 03:57:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.055s694[Jul 28 2023 03:57:28 UTC (QA Tests)] INFO -- Enabling super sidebar!695[Jul 28 2023 03:57:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled696[Jul 28 2023 03:57:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds697[Jul 28 2023 03:57:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.17 seconds698[Jul 28 2023 03:57:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/squash-before-merge-443324611544186a' via api in 0.65 seconds699[Jul 28 2023 03:57:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds700[Jul 28 2023 03:57:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.37 seconds701[Jul 28 2023 03:57:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.25 seconds702[Jul 28 2023 03:57:33 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "to be squashed"703[Jul 28 2023 03:57:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.42 seconds704[Jul 28 2023 03:57:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/squash-before-merge-443324611544186a/-/merge_requests/1705[Jul 28 2023 03:57:45 UTC (QA Tests)] INFO -- checking via JS :squash_checkbox with args {}706[Jul 28 2023 03:57:45 UTC (QA Tests)] INFO -- clicking :merge_button707[Jul 28 2023 03:57:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.527s708 user squashes commits while merging709Create710 Merge request push options711[Jul 28 2023 03:57:48 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets labels712[Jul 28 2023 03:57:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds713[Jul 28 2023 03:57:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.16 seconds714[Jul 28 2023 03:57:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/the_awesome_project-bf2d18b365dfdd24' via api in 1.07 seconds715[Jul 28 2023 03:57:50 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"716[Jul 28 2023 03:57:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.42 seconds717 sets labels718 when labels are set already719[Jul 28 2023 03:57:50 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options when labels are set already removes them on subsequent push720[Jul 28 2023 03:57:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds721[Jul 28 2023 03:57:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.19 seconds722[Jul 28 2023 03:57:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/the_awesome_project-102344f8f955ee6a' via api in 1.08 seconds723[Jul 28 2023 03:57:53 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"724[Jul 28 2023 03:57:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.29 seconds725[Jul 28 2023 03:57:54 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"726[Jul 28 2023 03:57:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.23 seconds727 removes them on subsequent push728Plan729 Group milestone730[Jul 28 2023 03:57:54 UTC (QA Tests)] INFO -- Starting test: Plan Group milestone creates a group milestone731[Jul 28 2023 03:57:55 UTC (QA Tests)] INFO -- filling :login_field with "root"732[Jul 28 2023 03:57:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field733[Jul 28 2023 03:57:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"734[Jul 28 2023 03:57:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field735[Jul 28 2023 03:57:56 UTC (QA Tests)] INFO -- clicking :sign_in_button736[Jul 28 2023 03:57:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.043s737[Jul 28 2023 03:57:57 UTC (QA Tests)] INFO -- Enabling super sidebar!738[Jul 28 2023 03:57:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled739[Jul 28 2023 03:57:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds740[Jul 28 2023 03:57:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/group-with-milestone-2e187983' via api in 0.35 seconds741[Jul 28 2023 03:57:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-8c2f0047.test/groups/gitlab-qa-sandbox-group-6/group-with-milestone-2e187983742[Jul 28 2023 03:58:00 UTC (QA Tests)] INFO -- clicking :menu_section_button743[Jul 28 2023 03:58:00 UTC (QA Tests)] INFO -- clicking :nav_item_link744[Jul 28 2023 03:58:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.631s745[Jul 28 2023 03:58:01 UTC (QA Tests)] INFO -- clicking :new_group_milestone_link746[Jul 28 2023 03:58:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_group_milestone_link' took 0.755s747[Jul 28 2023 03:58:02 UTC (QA Tests)] INFO -- filling :milestone_title_field with "Group milestone"748[Jul 28 2023 03:58:02 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_title_field749[Jul 28 2023 03:58:02 UTC (QA Tests)] INFO -- filling :milestone_description_field with "This milestone tests out group milestones."750[Jul 28 2023 03:58:02 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_description_field751[Jul 28 2023 03:58:03 UTC (QA Tests)] INFO -- filling :start_date_field with "2023/07/28752"753[Jul 28 2023 03:58:03 UTC (QA Tests)] INFO -- clicking the coordinates of :start_date_field754[Jul 28 2023 03:58:03 UTC (QA Tests)] INFO -- filling :due_date_field with "2023/08/28755"756[Jul 28 2023 03:58:03 UTC (QA Tests)] INFO -- clicking the coordinates of :due_date_field757[Jul 28 2023 03:58:04 UTC (QA Tests)] INFO -- clicking :create_milestone_button758[Jul 28 2023 03:58:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_milestone_button' took 1.153s759[Jul 28 2023 03:58:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone via browser_ui in 5.95 seconds760[Jul 28 2023 03:58:05 UTC (QA Tests)] INFO -- clicking :menu_section_button761[Jul 28 2023 03:58:05 UTC (QA Tests)] INFO -- clicking :nav_item_link762[Jul 28 2023 03:58:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.656s763[Jul 28 2023 03:58:06 UTC (QA Tests)] INFO -- clicking :milestone_link764[Jul 28 2023 03:58:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element milestone_link' took 0.786s765 creates a group milestone766Govern767 Instance audit event streaming768 when a group is created769 behaves like streamed events770 received by an external server (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/416821)771 when a project is created772 behaves like streamed events773 received by an external server (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/416821)774 when a user is created775 behaves like streamed events776 received by an external server (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/416821)777 when a repository is cloned via SSH778 behaves like streamed events779 received by an external server (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/416821)780Create781 Merge request push options782[Jul 28 2023 03:58:07 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options removes the source branch783[Jul 28 2023 03:58:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds784[Jul 28 2023 03:58:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds785[Jul 28 2023 03:58:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/merge-request-push-options-ef75b66c63c70efd' via api in 1.01 seconds786[Jul 28 2023 03:58:09 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"787[Jul 28 2023 03:58:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.21 seconds788[Jul 28 2023 03:58:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.18 seconds789[Jul 28 2023 03:58:10 UTC (QA Tests)] INFO -- Merging via PUT /projects/26/merge_requests/1/merge790[Jul 28 2023 03:58:16 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_merge with title "MR push options test 2af8a3a63798879f"791 removes the source branch792Create793 Push Rules794 using non signed commits795[Jul 28 2023 03:58:21 UTC (QA Tests)] INFO -- filling :login_field with "root"796[Jul 28 2023 03:58:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field797[Jul 28 2023 03:58:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"798[Jul 28 2023 03:58:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field799[Jul 28 2023 03:58:22 UTC (QA Tests)] INFO -- clicking :sign_in_button800[Jul 28 2023 03:58:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.049s801[Jul 28 2023 03:58:24 UTC (QA Tests)] INFO -- Enabling super sidebar!802[Jul 28 2023 03:58:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled803[Jul 28 2023 03:58:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds804[Jul 28 2023 03:58:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds805[Jul 28 2023 03:58:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds806[Jul 28 2023 03:58:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/push_rules-f4befcccfdac4b98' via api in 0.71 seconds807[Jul 28 2023 03:58:27 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"808[Jul 28 2023 03:58:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.34 seconds809[Jul 28 2023 03:58:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/push_rules-f4befcccfdac4b98810[Jul 28 2023 03:58:29 UTC (QA Tests)] INFO -- clicking :menu_section_button811[Jul 28 2023 03:58:29 UTC (QA Tests)] INFO -- clicking :nav_item_link812[Jul 28 2023 03:58:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.003s813[Jul 28 2023 03:58:32 UTC (QA Tests)] INFO -- filling :file_name_field with "denied_file"814[Jul 28 2023 03:58:32 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field815[Jul 28 2023 03:58:32 UTC (QA Tests)] INFO -- filling :file_size_field with "1"816[Jul 28 2023 03:58:32 UTC (QA Tests)] INFO -- clicking the coordinates of :file_size_field817[Jul 28 2023 03:58:33 UTC (QA Tests)] INFO -- filling :author_email_field with "(admin@example\.com|root@gitlab.com)"818[Jul 28 2023 03:58:33 UTC (QA Tests)] INFO -- clicking the coordinates of :author_email_field819[Jul 28 2023 03:58:33 UTC (QA Tests)] INFO -- filling :branch_name_field with "main"820[Jul 28 2023 03:58:33 UTC (QA Tests)] INFO -- clicking the coordinates of :branch_name_field821[Jul 28 2023 03:58:33 UTC (QA Tests)] INFO -- filling :commit_message_field with "allowed commit"822[Jul 28 2023 03:58:33 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field823[Jul 28 2023 03:58:34 UTC (QA Tests)] INFO -- filling :deny_commit_message_field with "denied commit"824[Jul 28 2023 03:58:34 UTC (QA Tests)] INFO -- clicking the coordinates of :deny_commit_message_field825[Jul 28 2023 03:58:34 UTC (QA Tests)] INFO -- checking via JS :prevent_secrets_checkbox with args {}826[Jul 28 2023 03:58:34 UTC (QA Tests)] INFO -- checking via JS :deny_delete_tag_checkbox with args {}827[Jul 28 2023 03:58:34 UTC (QA Tests)] INFO -- clicking :submit_settings_button828[Jul 28 2023 03:58:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_settings_button' took 1.258s829[Jul 28 2023 03:58:36 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts committing files with secrets830 restricts committing files with secrets831[Jul 28 2023 03:58:38 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts files by name and size832 restricts files by name and size833[Jul 28 2023 03:58:42 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts removal of tag834[Jul 28 2023 03:58:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Tag with name 'test_tag_c83fcb997d3ba936' via api in 0.34 seconds835 restricts removal of tag836[Jul 28 2023 03:58:45 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts branches by branch name837 restricts branches by branch name838[Jul 28 2023 03:58:46 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts commit by message format839[Jul 28 2023 03:58:47 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "allowed commit"840[Jul 28 2023 03:58:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.11 seconds841 restricts commit by message format842[Jul 28 2023 03:58:52 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits allows an unrestricted push843[Jul 28 2023 03:58:53 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "allowed commit"844[Jul 28 2023 03:58:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.05 seconds845 allows an unrestricted push846[Jul 28 2023 03:58:53 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts users by email format847[Jul 28 2023 03:58:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds848[Jul 28 2023 03:58:53 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/push_rules-f4befcccfdac4b98 QA::Resource::Project849 restricts users by email format850 with commits restricted by author email to existing GitLab users851[Jul 28 2023 03:58:55 UTC (QA Tests)] INFO -- Starting test: Create Push Rules with commits restricted by author email to existing GitLab users rejects non-member users852[Jul 28 2023 03:58:56 UTC (QA Tests)] INFO -- filling :login_field with "root"853[Jul 28 2023 03:58:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field854[Jul 28 2023 03:58:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"855[Jul 28 2023 03:58:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field856[Jul 28 2023 03:58:56 UTC (QA Tests)] INFO -- clicking :sign_in_button857[Jul 28 2023 03:58:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.079s858[Jul 28 2023 03:58:58 UTC (QA Tests)] INFO -- Enabling super sidebar!859[Jul 28 2023 03:58:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled860[Jul 28 2023 03:59:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.05 seconds861[Jul 28 2023 03:59:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds862[Jul 28 2023 03:59:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.16 seconds863[Jul 28 2023 03:59:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/push_rules-340570d694f3f915' via api in 0.65 seconds864[Jul 28 2023 03:59:02 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"865[Jul 28 2023 03:59:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.35 seconds866[Jul 28 2023 03:59:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/push_rules-340570d694f3f915867[Jul 28 2023 03:59:03 UTC (QA Tests)] INFO -- clicking :menu_section_button868[Jul 28 2023 03:59:04 UTC (QA Tests)] INFO -- clicking :nav_item_link869[Jul 28 2023 03:59:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.162s870[Jul 28 2023 03:59:06 UTC (QA Tests)] INFO -- checking via JS :restrict_author_checkbox with args {}871[Jul 28 2023 03:59:06 UTC (QA Tests)] INFO -- clicking :submit_settings_button872[Jul 28 2023 03:59:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_settings_button' took 1.668s873 rejects non-member users874 with commits restricted to verified emails875[Jul 28 2023 03:59:10 UTC (QA Tests)] INFO -- Starting test: Create Push Rules with commits restricted to verified emails rejects unverified emails876[Jul 28 2023 03:59:11 UTC (QA Tests)] INFO -- filling :login_field with "root"877[Jul 28 2023 03:59:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field878[Jul 28 2023 03:59:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"879[Jul 28 2023 03:59:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field880[Jul 28 2023 03:59:11 UTC (QA Tests)] INFO -- clicking :sign_in_button881[Jul 28 2023 03:59:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.047s882[Jul 28 2023 03:59:13 UTC (QA Tests)] INFO -- Enabling super sidebar!883[Jul 28 2023 03:59:13 UTC (QA Tests)] INFO -- Super sidebar is already enabled884[Jul 28 2023 03:59:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.05 seconds885[Jul 28 2023 03:59:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds886[Jul 28 2023 03:59:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds887[Jul 28 2023 03:59:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/push_rules-80eda29183e3e139' via api in 0.67 seconds888[Jul 28 2023 03:59:16 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"889[Jul 28 2023 03:59:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.3 seconds890[Jul 28 2023 03:59:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/push_rules-80eda29183e3e139891[Jul 28 2023 03:59:18 UTC (QA Tests)] INFO -- clicking :menu_section_button892[Jul 28 2023 03:59:18 UTC (QA Tests)] INFO -- clicking :nav_item_link893[Jul 28 2023 03:59:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.843s894[Jul 28 2023 03:59:20 UTC (QA Tests)] INFO -- checking via JS :committer_restriction_checkbox with args {}895[Jul 28 2023 03:59:21 UTC (QA Tests)] INFO -- clicking :submit_settings_button896[Jul 28 2023 03:59:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_settings_button' took 0.91s897[Jul 28 2023 03:59:23 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "allowed commit"898[Jul 28 2023 03:59:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.11 seconds899 rejects unverified emails900 using signed commits901[Jul 28 2023 03:59:25 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using signed commits restricts to signed commits902[Jul 28 2023 03:59:25 UTC (QA Tests)] INFO -- filling :login_field with "root"903[Jul 28 2023 03:59:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field904[Jul 28 2023 03:59:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"905[Jul 28 2023 03:59:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field906[Jul 28 2023 03:59:26 UTC (QA Tests)] INFO -- clicking :sign_in_button907[Jul 28 2023 03:59:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.991s908[Jul 28 2023 03:59:27 UTC (QA Tests)] INFO -- Enabling super sidebar!909[Jul 28 2023 03:59:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled910[Jul 28 2023 03:59:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.07 seconds911[Jul 28 2023 03:59:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds912[Jul 28 2023 03:59:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.17 seconds913[Jul 28 2023 03:59:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/push_rules-cade8feb85d6f0ea' via api in 0.7 seconds914[Jul 28 2023 03:59:31 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"915[Jul 28 2023 03:59:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.3 seconds916[Jul 28 2023 03:59:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/push_rules-cade8feb85d6f0ea917[Jul 28 2023 03:59:33 UTC (QA Tests)] INFO -- clicking :menu_section_button918[Jul 28 2023 03:59:33 UTC (QA Tests)] INFO -- clicking :nav_item_link919[Jul 28 2023 03:59:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.822s920[Jul 28 2023 03:59:35 UTC (QA Tests)] INFO -- checking via JS :reject_unsigned_commits_checkbox with args {}921[Jul 28 2023 03:59:35 UTC (QA Tests)] INFO -- clicking :submit_settings_button922[Jul 28 2023 03:59:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_settings_button' took 1.178s923[Jul 28 2023 03:59:37 UTC (QA Tests)] INFO -- Executing: `gpg --import /home/gitlab/qa/qa/fixtures/gpg/admin.asc`924[Jul 28 2023 03:59:37 UTC (QA Tests)] INFO -- Executing: `gpg --armor --export B8358D73048DACC4`925[Jul 28 2023 03:59:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::UserGPG with id '1' via api in 1.1 seconds926[Jul 28 2023 03:59:39 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "allowed commit"927[Jul 28 2023 03:59:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.14 seconds928 restricts to signed commits929Plan930 Testing project wiki file upload931[Jul 28 2023 03:59:41 UTC (QA Tests)] INFO -- Starting test: Plan Testing project wiki file upload by creating a formatted page with an image uploaded932[Jul 28 2023 03:59:41 UTC (QA Tests)] INFO -- filling :login_field with "root"933[Jul 28 2023 03:59:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field934[Jul 28 2023 03:59:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"935[Jul 28 2023 03:59:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field936[Jul 28 2023 03:59:42 UTC (QA Tests)] INFO -- clicking :sign_in_button937[Jul 28 2023 03:59:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.03s938[Jul 28 2023 03:59:44 UTC (QA Tests)] INFO -- Enabling super sidebar!939[Jul 28 2023 03:59:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled940[Jul 28 2023 03:59:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds941[Jul 28 2023 03:59:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.17 seconds942[Jul 28 2023 03:59:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/wiki_testing-e70bac5f4215dd24' via api in 0.77 seconds943[Jul 28 2023 03:59:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.24 seconds944[Jul 28 2023 03:59:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/wiki_testing-e70bac5f4215dd24/-/wikis/Home945[Jul 28 2023 03:59:48 UTC (QA Tests)] INFO -- clicking :new_page_button946[Jul 28 2023 03:59:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_page_button' took 0.94s947[Jul 28 2023 03:59:49 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "Content Editor Page"948[Jul 28 2023 03:59:49 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox949[Jul 28 2023 03:59:49 UTC (QA Tests)] INFO -- clicking :editing_mode_switcher950[Jul 28 2023 03:59:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? text_style_dropdown' took 1.054s951[Jul 28 2023 03:59:51 UTC (QA Tests)] INFO -- clicking :text_style_dropdown952[Jul 28 2023 03:59:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.656s953[Jul 28 2023 03:59:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element markdown_editor_form_field' took 0.668s954[Jul 28 2023 03:59:52 UTC (QA Tests)] INFO -- clicking :wiki_submit_button955[Jul 28 2023 03:59:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.165s956[Jul 28 2023 03:59:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/wiki_testing-e70bac5f4215dd24'957 by creating a formatted page with an image uploaded958Create959 Multiple file snippet960 behaves like copying snippet file contents961[Jul 28 2023 03:59:54 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like copying snippet file contents copies file contents of a multi-file project_snippet to a comment and verifies them962[Jul 28 2023 03:59:55 UTC (QA Tests)] INFO -- filling :login_field with "root"963[Jul 28 2023 03:59:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field964[Jul 28 2023 03:59:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"965[Jul 28 2023 03:59:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field966[Jul 28 2023 03:59:55 UTC (QA Tests)] INFO -- clicking :sign_in_button967[Jul 28 2023 03:59:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.021s968[Jul 28 2023 03:59:57 UTC (QA Tests)] INFO -- Enabling super sidebar!969[Jul 28 2023 03:59:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled970[Jul 28 2023 03:59:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds971[Jul 28 2023 03:59:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.17 seconds972[Jul 28 2023 03:59:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-snippets-ade5763a69c97040' via api in 0.65 seconds973[Jul 28 2023 04:00:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '5' via api in 1.11 seconds974[Jul 28 2023 04:00:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-snippets-ade5763a69c97040/-/snippets/5975[Jul 28 2023 04:00:01 UTC (QA Tests)] INFO -- clicking :copy_contents_button976[Jul 28 2023 04:00:01 UTC (QA Tests)] INFO -- clicking :comment_button977[Jul 28 2023 04:00:02 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown978[Jul 28 2023 04:00:02 UTC (QA Tests)] INFO -- clicking :delete_comment_button979[Jul 28 2023 04:00:02 UTC (QA Tests)] INFO -- clicking :confirm_ok_button980[Jul 28 2023 04:00:03 UTC (QA Tests)] INFO -- clicking :copy_contents_button981[Jul 28 2023 04:00:03 UTC (QA Tests)] INFO -- clicking :comment_button982[Jul 28 2023 04:00:04 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown983[Jul 28 2023 04:00:04 UTC (QA Tests)] INFO -- clicking :delete_comment_button984[Jul 28 2023 04:00:04 UTC (QA Tests)] INFO -- clicking :confirm_ok_button985[Jul 28 2023 04:00:04 UTC (QA Tests)] INFO -- clicking :copy_contents_button986[Jul 28 2023 04:00:04 UTC (QA Tests)] INFO -- clicking :comment_button987[Jul 28 2023 04:00:05 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown988[Jul 28 2023 04:00:05 UTC (QA Tests)] INFO -- clicking :delete_comment_button989[Jul 28 2023 04:00:05 UTC (QA Tests)] INFO -- clicking :confirm_ok_button990 copies file contents of a multi-file project_snippet to a comment and verifies them991 behaves like copying snippet file contents992[Jul 28 2023 04:00:06 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like copying snippet file contents copies file contents of a multi-file personal_snippet to a comment and verifies them993[Jul 28 2023 04:00:06 UTC (QA Tests)] INFO -- filling :login_field with "root"994[Jul 28 2023 04:00:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field995[Jul 28 2023 04:00:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"996[Jul 28 2023 04:00:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field997[Jul 28 2023 04:00:07 UTC (QA Tests)] INFO -- clicking :sign_in_button998[Jul 28 2023 04:00:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.243s999[Jul 28 2023 04:00:09 UTC (QA Tests)] INFO -- Enabling super sidebar!1000[Jul 28 2023 04:00:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled1001[Jul 28 2023 04:00:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '6' via api in 0.38 seconds1002[Jul 28 2023 04:00:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-8c2f0047.test/-/snippets/61003[Jul 28 2023 04:00:12 UTC (QA Tests)] INFO -- clicking :copy_contents_button1004[Jul 28 2023 04:00:12 UTC (QA Tests)] INFO -- clicking :comment_button1005[Jul 28 2023 04:00:13 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1006[Jul 28 2023 04:00:13 UTC (QA Tests)] INFO -- clicking :delete_comment_button1007[Jul 28 2023 04:00:13 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1008[Jul 28 2023 04:00:13 UTC (QA Tests)] INFO -- clicking :copy_contents_button1009[Jul 28 2023 04:00:13 UTC (QA Tests)] INFO -- clicking :comment_button1010[Jul 28 2023 04:00:14 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1011[Jul 28 2023 04:00:14 UTC (QA Tests)] INFO -- clicking :delete_comment_button1012[Jul 28 2023 04:00:14 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1013[Jul 28 2023 04:00:14 UTC (QA Tests)] INFO -- clicking :copy_contents_button1014[Jul 28 2023 04:00:14 UTC (QA Tests)] INFO -- clicking :comment_button1015[Jul 28 2023 04:00:15 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1016[Jul 28 2023 04:00:15 UTC (QA Tests)] INFO -- clicking :delete_comment_button1017[Jul 28 2023 04:00:15 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1018 copies file contents of a multi-file personal_snippet to a comment and verifies them1019Govern1020 Security Reports1021[Jul 28 2023 04:00:15 UTC (QA Tests)] INFO -- Starting test: Govern Security Reports displays security reports in the project security dashboard1022[Jul 28 2023 04:00:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1023[Jul 28 2023 04:00:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.17 seconds1024[Jul 28 2023 04:00:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-cfa2eed6cd172161' via api in 0.41 seconds1025[Jul 28 2023 04:00:16 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1026[Jul 28 2023 04:00:16 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1027[Jul 28 2023 04:00:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1028[Jul 28 2023 04:00:17 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-cfa2eed6cd172161 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-cfa2eed6cd172161 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-project-with-secure-cfa2eed6cd172161 --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `1029[Jul 28 2023 04:00:17 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-cfa2eed6cd172161`1030[Jul 28 2023 04:00:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1031[Jul 28 2023 04:00:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-cfa2eed6cd172161' via api in 1.28 seconds1032[Jul 28 2023 04:00:18 UTC (QA Tests)] INFO -- filling :login_field with "root"1033[Jul 28 2023 04:00:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1034[Jul 28 2023 04:00:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"1035[Jul 28 2023 04:00:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1036[Jul 28 2023 04:00:19 UTC (QA Tests)] INFO -- clicking :sign_in_button1037[Jul 28 2023 04:00:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.043s1038[Jul 28 2023 04:00:20 UTC (QA Tests)] INFO -- Enabling super sidebar!1039[Jul 28 2023 04:00:20 UTC (QA Tests)] INFO -- Super sidebar is already enabled1040[Jul 28 2023 04:00:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-cfa2eed6cd1721611041[Jul 28 2023 04:00:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.76 seconds1042[Jul 28 2023 04:00:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-cfa2eed6cd1721611043[Jul 28 2023 04:00:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '2' via api in 0.09 seconds1044[Jul 28 2023 04:00:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '2' via api in 0.07 seconds1045[Jul 28 2023 04:00:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '2' via api in 0.09 seconds1046[Jul 28 2023 04:00:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '2' via api in 0.07 seconds1047[Jul 28 2023 04:00:35 UTC (QA Tests)] INFO -- clicking :nav_item_link1048[Jul 28 2023 04:00:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.111s1049[Jul 28 2023 04:00:36 UTC (QA Tests)] INFO -- clicking :menu_section_button1050[Jul 28 2023 04:00:36 UTC (QA Tests)] INFO -- clicking :nav_item_link1051[Jul 28 2023 04:00:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.963s1052[Jul 28 2023 04:00:37 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1053[Jul 28 2023 04:00:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.536s1054[Jul 28 2023 04:00:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element filter_tool_dropdown' took 0.633s1055[Jul 28 2023 04:00:38 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1056[Jul 28 2023 04:00:39 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1057[Jul 28 2023 04:00:39 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1058[Jul 28 2023 04:00:39 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1059[Jul 28 2023 04:00:39 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1060[Jul 28 2023 04:00:40 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1061[Jul 28 2023 04:00:40 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1062[Jul 28 2023 04:00:40 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1063[Jul 28 2023 04:00:40 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1064[Jul 28 2023 04:00:41 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1065[Jul 28 2023 04:00:41 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1066[Jul 28 2023 04:00:41 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1067[Jul 28 2023 04:00:41 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1068[Jul 28 2023 04:00:42 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1069[Jul 28 2023 04:00:42 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1070[Jul 28 2023 04:00:42 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1071[Jul 28 2023 04:00:42 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1072[Jul 28 2023 04:00:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element filter_tool_dropdown' took 0.53s1073[Jul 28 2023 04:00:43 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1074[Jul 28 2023 04:00:43 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1075[Jul 28 2023 04:00:43 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-cfa2eed6cd172161'1076[Jul 28 2023 04:00:43 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-cfa2eed6cd172161`1077 displays security reports in the project security dashboard1078[Jul 28 2023 04:00:44 UTC (QA Tests)] INFO -- Starting test: Govern Security Reports dependency list has empty state1079[Jul 28 2023 04:00:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1080[Jul 28 2023 04:00:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.2 seconds1081[Jul 28 2023 04:00:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-e7c8f855ce5aef54' via api in 0.49 seconds1082[Jul 28 2023 04:00:44 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1083[Jul 28 2023 04:00:44 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1084[Jul 28 2023 04:00:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1085[Jul 28 2023 04:00:50 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-e7c8f855ce5aef54 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-e7c8f855ce5aef54 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-project-with-secure-e7c8f855ce5aef54 --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `1086[Jul 28 2023 04:00:50 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-e7c8f855ce5aef54`1087[Jul 28 2023 04:00:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1088[Jul 28 2023 04:00:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-e7c8f855ce5aef54' via api in 6.24 seconds1089[Jul 28 2023 04:00:51 UTC (QA Tests)] INFO -- filling :login_field with "root"1090[Jul 28 2023 04:00:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1091[Jul 28 2023 04:00:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1092[Jul 28 2023 04:00:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1093[Jul 28 2023 04:00:52 UTC (QA Tests)] INFO -- clicking :sign_in_button1094[Jul 28 2023 04:00:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.092s1095[Jul 28 2023 04:00:54 UTC (QA Tests)] INFO -- Enabling super sidebar!1096[Jul 28 2023 04:00:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled1097[Jul 28 2023 04:00:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-e7c8f855ce5aef541098[Jul 28 2023 04:00:57 UTC (QA Tests)] INFO -- clicking :menu_section_button1099[Jul 28 2023 04:00:57 UTC (QA Tests)] INFO -- clicking :nav_item_link1100[Jul 28 2023 04:00:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.727s1101[Jul 28 2023 04:00:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-e7c8f855ce5aef54'1102[Jul 28 2023 04:00:58 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-e7c8f855ce5aef54`1103 dependency list has empty state1104[Jul 28 2023 04:00:58 UTC (QA Tests)] INFO -- Starting test: Govern Security Reports displays the Dependency List1105[Jul 28 2023 04:00:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1106[Jul 28 2023 04:00:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds1107[Jul 28 2023 04:00:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-4cc0fbd0e8c4eddc' via api in 0.53 seconds1108[Jul 28 2023 04:00:59 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1109[Jul 28 2023 04:00:59 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1110[Jul 28 2023 04:00:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1111[Jul 28 2023 04:00:59 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-4cc0fbd0e8c4eddc --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-4cc0fbd0e8c4eddc sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-project-with-secure-4cc0fbd0e8c4eddc --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `1112[Jul 28 2023 04:01:00 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-4cc0fbd0e8c4eddc`1113[Jul 28 2023 04:01:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1114[Jul 28 2023 04:01:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-4cc0fbd0e8c4eddc' via api in 1.19 seconds1115[Jul 28 2023 04:01:01 UTC (QA Tests)] INFO -- filling :login_field with "root"1116[Jul 28 2023 04:01:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1117[Jul 28 2023 04:01:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"1118[Jul 28 2023 04:01:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1119[Jul 28 2023 04:01:02 UTC (QA Tests)] INFO -- clicking :sign_in_button1120[Jul 28 2023 04:01:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.018s1121[Jul 28 2023 04:01:03 UTC (QA Tests)] INFO -- Enabling super sidebar!1122[Jul 28 2023 04:01:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled1123[Jul 28 2023 04:01:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-4cc0fbd0e8c4eddc1124[Jul 28 2023 04:01:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.76 seconds1125[Jul 28 2023 04:01:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-4cc0fbd0e8c4eddc1126[Jul 28 2023 04:01:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '3' via api in 0.08 seconds1127[Jul 28 2023 04:01:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '3' via api in 0.07 seconds1128[Jul 28 2023 04:01:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '3' via api in 0.07 seconds1129[Jul 28 2023 04:01:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '3' via api in 0.07 seconds1130[Jul 28 2023 04:01:18 UTC (QA Tests)] INFO -- clicking :menu_section_button1131[Jul 28 2023 04:01:18 UTC (QA Tests)] INFO -- clicking :nav_item_link1132[Jul 28 2023 04:01:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.732s1133[Jul 28 2023 04:01:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-4cc0fbd0e8c4eddc'1134[Jul 28 2023 04:01:19 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-4cc0fbd0e8c4eddc`1135 displays the Dependency List1136[Jul 28 2023 04:01:19 UTC (QA Tests)] INFO -- Starting test: Govern Security Reports displays false positives for the vulnerabilities1137[Jul 28 2023 04:01:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1138[Jul 28 2023 04:01:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.2 seconds1139[Jul 28 2023 04:01:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-e2e94ec2728b1a93' via api in 0.48 seconds1140[Jul 28 2023 04:01:20 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1141[Jul 28 2023 04:01:20 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1142[Jul 28 2023 04:01:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1143[Jul 28 2023 04:01:20 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-e2e94ec2728b1a93 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-e2e94ec2728b1a93 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-project-with-secure-e2e94ec2728b1a93 --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `1144[Jul 28 2023 04:01:21 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-e2e94ec2728b1a93`1145[Jul 28 2023 04:01:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1146[Jul 28 2023 04:01:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-e2e94ec2728b1a93' via api in 1.2 seconds1147[Jul 28 2023 04:01:22 UTC (QA Tests)] INFO -- filling :login_field with "root"1148[Jul 28 2023 04:01:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1149[Jul 28 2023 04:01:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"1150[Jul 28 2023 04:01:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1151[Jul 28 2023 04:01:23 UTC (QA Tests)] INFO -- clicking :sign_in_button1152[Jul 28 2023 04:01:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.116s1153[Jul 28 2023 04:01:24 UTC (QA Tests)] INFO -- Enabling super sidebar!1154[Jul 28 2023 04:01:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled1155[Jul 28 2023 04:01:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-e2e94ec2728b1a931156[Jul 28 2023 04:01:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.77 seconds1157[Jul 28 2023 04:01:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-e2e94ec2728b1a931158[Jul 28 2023 04:01:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '4' via api in 0.09 seconds1159[Jul 28 2023 04:01:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '4' via api in 0.08 seconds1160[Jul 28 2023 04:01:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '4' via api in 0.07 seconds1161[Jul 28 2023 04:01:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '4' via api in 0.07 seconds1162[Jul 28 2023 04:01:39 UTC (QA Tests)] INFO -- clicking :menu_section_button1163[Jul 28 2023 04:01:39 UTC (QA Tests)] INFO -- clicking :nav_item_link1164[Jul 28 2023 04:01:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.021s1165[Jul 28 2023 04:01:40 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1166[Jul 28 2023 04:01:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element filter_tool_dropdown' took 0.53s1167[Jul 28 2023 04:01:41 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1168[Jul 28 2023 04:01:41 UTC (QA Tests)] INFO -- clicking :vulnerability1169[Jul 28 2023 04:01:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element vulnerability' took 1.122s1170[Jul 28 2023 04:01:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-e2e94ec2728b1a93'1171[Jul 28 2023 04:01:43 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-e2e94ec2728b1a93`1172 displays false positives for the vulnerabilities1173[Jul 28 2023 04:01:43 UTC (QA Tests)] INFO -- Starting test: Govern Security Reports displays security reports in the pipeline1174[Jul 28 2023 04:01:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1175[Jul 28 2023 04:01:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.17 seconds1176[Jul 28 2023 04:01:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-613e8ffaacba107a' via api in 0.94 seconds1177[Jul 28 2023 04:01:44 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1178[Jul 28 2023 04:01:44 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1179[Jul 28 2023 04:01:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1180[Jul 28 2023 04:01:50 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-613e8ffaacba107a --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-613e8ffaacba107a sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-project-with-secure-613e8ffaacba107a --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `1181[Jul 28 2023 04:01:50 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-613e8ffaacba107a`1182[Jul 28 2023 04:01:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1183[Jul 28 2023 04:01:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-613e8ffaacba107a' via api in 7.23 seconds1184[Jul 28 2023 04:01:52 UTC (QA Tests)] INFO -- filling :login_field with "root"1185[Jul 28 2023 04:01:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1186[Jul 28 2023 04:01:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1187[Jul 28 2023 04:01:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1188[Jul 28 2023 04:01:53 UTC (QA Tests)] INFO -- clicking :sign_in_button1189[Jul 28 2023 04:01:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.182s1190[Jul 28 2023 04:01:55 UTC (QA Tests)] INFO -- Enabling super sidebar!1191[Jul 28 2023 04:01:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled1192[Jul 28 2023 04:01:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-613e8ffaacba107a1193[Jul 28 2023 04:01:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.8 seconds1194[Jul 28 2023 04:01:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-613e8ffaacba107a1195[Jul 28 2023 04:02:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '5' via api in 0.09 seconds1196[Jul 28 2023 04:02:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '5' via api in 0.09 seconds1197[Jul 28 2023 04:02:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '5' via api in 0.08 seconds1198[Jul 28 2023 04:02:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '5' via api in 0.07 seconds1199[Jul 28 2023 04:02:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '5' via api in 0.07 seconds1200[Jul 28 2023 04:02:12 UTC (QA Tests)] INFO -- clicking :menu_section_button1201[Jul 28 2023 04:02:12 UTC (QA Tests)] INFO -- clicking :nav_item_link1202[Jul 28 2023 04:02:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.803s1203[Jul 28 2023 04:02:15 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1204[Jul 28 2023 04:02:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.533s1205[Jul 28 2023 04:02:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element filter_tool_dropdown' took 0.614s1206[Jul 28 2023 04:02:16 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1207[Jul 28 2023 04:02:16 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1208[Jul 28 2023 04:02:16 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1209[Jul 28 2023 04:02:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.529s1210[Jul 28 2023 04:02:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element filter_tool_dropdown' took 0.589s1211[Jul 28 2023 04:02:17 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1212[Jul 28 2023 04:02:17 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1213[Jul 28 2023 04:02:17 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1214[Jul 28 2023 04:02:17 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1215[Jul 28 2023 04:02:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.513s1216[Jul 28 2023 04:02:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element filter_tool_dropdown' took 0.569s1217[Jul 28 2023 04:02:18 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1218[Jul 28 2023 04:02:18 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1219[Jul 28 2023 04:02:19 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1220[Jul 28 2023 04:02:19 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1221[Jul 28 2023 04:02:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element filter_tool_dropdown' took 0.554s1222[Jul 28 2023 04:02:20 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1223[Jul 28 2023 04:02:20 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1224[Jul 28 2023 04:02:20 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1225[Jul 28 2023 04:02:20 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1226[Jul 28 2023 04:02:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.537s1227[Jul 28 2023 04:02:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element filter_tool_dropdown' took 0.598s1228[Jul 28 2023 04:02:21 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1229[Jul 28 2023 04:02:21 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1230[Jul 28 2023 04:02:22 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1231[Jul 28 2023 04:02:22 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1232[Jul 28 2023 04:02:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.614s1233[Jul 28 2023 04:02:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element filter_tool_dropdown' took 0.67s1234[Jul 28 2023 04:02:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-613e8ffaacba107a'1235[Jul 28 2023 04:02:23 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-613e8ffaacba107a`1236[Jul 28 2023 04:02:23 UTC (QA Tests)] ERROR -- Interceptor Api Errors1237[-1] GET /api/graphql -- Correlation Id: Correlation Id not found1238 displays security reports in the pipeline1239[Jul 28 2023 04:02:23 UTC (QA Tests)] INFO -- Starting test: Govern Security Reports displays security reports in the group security dashboard1240[Jul 28 2023 04:02:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1241[Jul 28 2023 04:02:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds1242[Jul 28 2023 04:02:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-578b2bd0d7b00916' via api in 0.56 seconds1243[Jul 28 2023 04:02:24 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1244[Jul 28 2023 04:02:24 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1245[Jul 28 2023 04:02:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1246[Jul 28 2023 04:02:29 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-578b2bd0d7b00916 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-578b2bd0d7b00916 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-project-with-secure-578b2bd0d7b00916 --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `1247[Jul 28 2023 04:02:30 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-578b2bd0d7b00916`1248[Jul 28 2023 04:02:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1249[Jul 28 2023 04:02:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-578b2bd0d7b00916' via api in 6.23 seconds1250[Jul 28 2023 04:02:31 UTC (QA Tests)] INFO -- filling :login_field with "root"1251[Jul 28 2023 04:02:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1252[Jul 28 2023 04:02:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"1253[Jul 28 2023 04:02:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1254[Jul 28 2023 04:02:32 UTC (QA Tests)] INFO -- clicking :sign_in_button1255[Jul 28 2023 04:02:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.139s1256[Jul 28 2023 04:02:33 UTC (QA Tests)] INFO -- Enabling super sidebar!1257[Jul 28 2023 04:02:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled1258[Jul 28 2023 04:02:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-578b2bd0d7b009161259[Jul 28 2023 04:02:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.73 seconds1260[Jul 28 2023 04:02:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-578b2bd0d7b009161261[Jul 28 2023 04:02:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '6' via api in 0.09 seconds1262[Jul 28 2023 04:02:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '6' via api in 0.07 seconds1263[Jul 28 2023 04:02:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '6' via api in 0.06 seconds1264[Jul 28 2023 04:02:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '6' via api in 0.08 seconds1265[Jul 28 2023 04:02:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-8c2f0047.test/groups/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e30741266[Jul 28 2023 04:02:49 UTC (QA Tests)] INFO -- clicking :menu_section_button1267[Jul 28 2023 04:02:49 UTC (QA Tests)] INFO -- clicking :nav_item_link1268[Jul 28 2023 04:02:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.813s1269[Jul 28 2023 04:02:50 UTC (QA Tests)] INFO -- clicking :nav_item_link1270[Jul 28 2023 04:02:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.826s1271[Jul 28 2023 04:02:51 UTC (QA Tests)] INFO -- clicking :filter_project_dropdown1272[Jul 28 2023 04:02:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.526s1273[Jul 28 2023 04:02:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element filter_project_dropdown' took 0.654s1274[Jul 28 2023 04:02:52 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1275[Jul 28 2023 04:02:53 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1276[Jul 28 2023 04:02:53 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1277[Jul 28 2023 04:02:53 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1278[Jul 28 2023 04:02:54 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1279[Jul 28 2023 04:02:54 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1280[Jul 28 2023 04:02:54 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1281[Jul 28 2023 04:02:54 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1282[Jul 28 2023 04:02:54 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1283[Jul 28 2023 04:02:55 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1284[Jul 28 2023 04:02:55 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1285[Jul 28 2023 04:02:55 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1286[Jul 28 2023 04:02:55 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1287[Jul 28 2023 04:02:55 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1288[Jul 28 2023 04:02:56 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1289[Jul 28 2023 04:02:56 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1290[Jul 28 2023 04:02:56 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1291[Jul 28 2023 04:02:56 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1292[Jul 28 2023 04:02:57 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1293[Jul 28 2023 04:02:57 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1294[Jul 28 2023 04:02:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-578b2bd0d7b00916'1295[Jul 28 2023 04:02:57 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-578b2bd0d7b00916`1296 displays security reports in the group security dashboard1297Manage1298 standard1299 when admin approval is required1300[Jul 28 2023 04:02:58 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is required allows user login after approval1301[Jul 28 2023 04:02:58 UTC (QA Tests)] INFO -- filling :login_field with "root"1302[Jul 28 2023 04:02:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1303[Jul 28 2023 04:02:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1304[Jul 28 2023 04:02:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1305[Jul 28 2023 04:02:59 UTC (QA Tests)] INFO -- clicking :sign_in_button1306[Jul 28 2023 04:03:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.808s1307[Jul 28 2023 04:03:02 UTC (QA Tests)] INFO -- Enabling super sidebar!1308[Jul 28 2023 04:03:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled1309[Jul 28 2023 04:03:04 UTC (QA Tests)] INFO -- clicking :context_switcher1310[Jul 28 2023 04:03:04 UTC (QA Tests)] INFO -- clicking :nav_item_link1311[Jul 28 2023 04:03:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.712s1312[Jul 28 2023 04:03:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.308s1313[Jul 28 2023 04:03:06 UTC (QA Tests)] INFO -- clicking :nav_item_link1314[Jul 28 2023 04:03:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.754s1315[Jul 28 2023 04:03:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.331s1316[Jul 28 2023 04:03:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.037s1317[Jul 28 2023 04:03:10 UTC (QA Tests)] INFO -- clicking :user_avatar_content1318[Jul 28 2023 04:03:10 UTC (QA Tests)] INFO -- clicking :sign_out_link1319[Jul 28 2023 04:03:20 UTC (QA Tests)] INFO -- clicking :register_link1320[Jul 28 2023 04:03:21 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"1321[Jul 28 2023 04:03:21 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field1322[Jul 28 2023 04:03:21 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User 47fbbecd2364c406"1323[Jul 28 2023 04:03:21 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field1324[Jul 28 2023 04:03:22 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-47fbbecd2364c406"1325[Jul 28 2023 04:03:22 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field1326[Jul 28 2023 04:03:22 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-47fbbecd2364c406@gitlab.com"1327[Jul 28 2023 04:03:22 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field1328[Jul 28 2023 04:03:22 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"1329[Jul 28 2023 04:03:22 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field1330[Jul 28 2023 04:03:23 UTC (QA Tests)] INFO -- clicking :new_user_register_button1331[Jul 28 2023 04:03:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_user_register_button' took 0.555s1332[Jul 28 2023 04:03:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? get_started_button' took 11.035s1333[Jul 28 2023 04:03:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-47fbbecd2364c406' via browser_ui in 36.92 seconds1334[Jul 28 2023 04:03:35 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-47fbbecd2364c406"1335[Jul 28 2023 04:03:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1336[Jul 28 2023 04:03:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"1337[Jul 28 2023 04:03:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1338[Jul 28 2023 04:03:36 UTC (QA Tests)] INFO -- clicking :sign_in_button1339[Jul 28 2023 04:03:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.509s1340[Jul 28 2023 04:03:37 UTC (QA Tests)] INFO -- Enabling super sidebar!1341[Jul 28 2023 04:03:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.032s1342[Jul 28 2023 04:03:40 UTC (QA Tests)] INFO -- User is not signed in, skipping1343[Jul 28 2023 04:03:41 UTC (QA Tests)] INFO -- filling :login_field with "root"1344[Jul 28 2023 04:03:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1345[Jul 28 2023 04:03:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"1346[Jul 28 2023 04:03:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1347[Jul 28 2023 04:03:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1348[Jul 28 2023 04:03:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.212s1349[Jul 28 2023 04:03:44 UTC (QA Tests)] INFO -- Enabling super sidebar!1350[Jul 28 2023 04:03:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled1351[Jul 28 2023 04:03:46 UTC (QA Tests)] INFO -- clicking :context_switcher1352[Jul 28 2023 04:03:46 UTC (QA Tests)] INFO -- clicking :nav_item_link1353[Jul 28 2023 04:03:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.142s1354[Jul 28 2023 04:03:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.186s1355[Jul 28 2023 04:03:48 UTC (QA Tests)] INFO -- clicking :nav_item_link1356[Jul 28 2023 04:03:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.702s1357[Jul 28 2023 04:03:49 UTC (QA Tests)] INFO -- clicking :pending_approval_tab1358[Jul 28 2023 04:03:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pending_approval_tab' took 0.774s1359[Jul 28 2023 04:03:51 UTC (QA Tests)] INFO -- clicking :user_actions_dropdown_toggle1360[Jul 28 2023 04:03:51 UTC (QA Tests)] INFO -- clicking :approve_user_button1361[Jul 28 2023 04:03:51 UTC (QA Tests)] INFO -- clicking :approve_user_confirm_button1362[Jul 28 2023 04:03:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element approve_user_confirm_button' took 0.729s1363[Jul 28 2023 04:03:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.067s1364[Jul 28 2023 04:03:54 UTC (QA Tests)] INFO -- clicking :user_avatar_content1365[Jul 28 2023 04:03:54 UTC (QA Tests)] INFO -- clicking :sign_out_link1366[Jul 28 2023 04:03:54 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-47fbbecd2364c406"1367[Jul 28 2023 04:03:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1368[Jul 28 2023 04:03:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"1369[Jul 28 2023 04:03:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1370[Jul 28 2023 04:03:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1371[Jul 28 2023 04:03:56 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown1372[Jul 28 2023 04:03:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? setup_for_just_me_content' took 1.024s1373[Jul 28 2023 04:03:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? create_a_new_project_radio' took 1.019s1374[Jul 28 2023 04:03:58 UTC (QA Tests)] INFO -- clicking :get_started_button1375[Jul 28 2023 04:03:59 UTC (QA Tests)] INFO -- Enabling super sidebar!1376[Jul 28 2023 04:03:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled1377[Jul 28 2023 04:04:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? get_started_button' took 11.023s1378[Jul 28 2023 04:04:12 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>false}1379 allows user login after approval1380 when admin approval is not required1381 when user account is deleted1382[Jul 28 2023 04:04:12 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is not required when user account is deleted allows recreating with same credentials1383[Jul 28 2023 04:04:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-c2fe154a3197522d' via api in 0.29 seconds1384[Jul 28 2023 04:04:13 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-c2fe154a3197522d"1385[Jul 28 2023 04:04:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1386[Jul 28 2023 04:04:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"1387[Jul 28 2023 04:04:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1388[Jul 28 2023 04:04:14 UTC (QA Tests)] INFO -- clicking :sign_in_button1389[Jul 28 2023 04:04:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.508s1390[Jul 28 2023 04:04:15 UTC (QA Tests)] INFO -- Enabling super sidebar!1391[Jul 28 2023 04:04:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled1392[Jul 28 2023 04:04:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.054s1393[Jul 28 2023 04:04:17 UTC (QA Tests)] INFO -- clicking :user_avatar_content1394[Jul 28 2023 04:04:18 UTC (QA Tests)] INFO -- clicking :edit_profile_link1395[Jul 28 2023 04:04:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.701s1396[Jul 28 2023 04:04:18 UTC (QA Tests)] INFO -- clicking :nav_item_link1397[Jul 28 2023 04:04:19 UTC (QA Tests)] INFO -- clicking :delete_account_button1398[Jul 28 2023 04:04:19 UTC (QA Tests)] INFO -- clicking :confirm_delete_account_button1399[Jul 28 2023 04:06:06 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-c2fe154a3197522d"1400[Jul 28 2023 04:06:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1401[Jul 28 2023 04:06:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"1402[Jul 28 2023 04:06:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1403[Jul 28 2023 04:06:07 UTC (QA Tests)] INFO -- clicking :sign_in_button1404[Jul 28 2023 04:06:08 UTC (QA Tests)] INFO -- Enabling super sidebar!1405[Jul 28 2023 04:06:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.041s1406[Jul 28 2023 04:06:11 UTC (QA Tests)] INFO -- User is not signed in, skipping1407[Jul 28 2023 04:06:12 UTC (QA Tests)] INFO -- filling :login_field with "root"1408[Jul 28 2023 04:06:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1409[Jul 28 2023 04:06:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"1410[Jul 28 2023 04:06:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1411[Jul 28 2023 04:06:13 UTC (QA Tests)] INFO -- clicking :sign_in_button1412[Jul 28 2023 04:06:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.216s1413[Jul 28 2023 04:06:15 UTC (QA Tests)] INFO -- Enabling super sidebar!1414[Jul 28 2023 04:06:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled1415[Jul 28 2023 04:06:17 UTC (QA Tests)] INFO -- clicking :context_switcher1416[Jul 28 2023 04:06:17 UTC (QA Tests)] INFO -- clicking :nav_item_link1417[Jul 28 2023 04:06:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.673s1418[Jul 28 2023 04:06:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.139s1419[Jul 28 2023 04:06:19 UTC (QA Tests)] INFO -- clicking :nav_item_link1420[Jul 28 2023 04:06:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.705s1421[Jul 28 2023 04:06:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.072s1422[Jul 28 2023 04:06:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.05s1423[Jul 28 2023 04:06:22 UTC (QA Tests)] INFO -- clicking :user_avatar_content1424[Jul 28 2023 04:06:23 UTC (QA Tests)] INFO -- clicking :sign_out_link1425[Jul 28 2023 04:06:33 UTC (QA Tests)] INFO -- clicking :register_link1426[Jul 28 2023 04:06:33 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"1427[Jul 28 2023 04:06:33 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field1428[Jul 28 2023 04:06:34 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User c2fe154a3197522d"1429[Jul 28 2023 04:06:34 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field1430[Jul 28 2023 04:06:34 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-c2fe154a3197522d"1431[Jul 28 2023 04:06:34 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field1432[Jul 28 2023 04:06:35 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-c2fe154a3197522d@example.com"1433[Jul 28 2023 04:06:35 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field1434[Jul 28 2023 04:06:35 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"1435[Jul 28 2023 04:06:35 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field1436[Jul 28 2023 04:06:36 UTC (QA Tests)] INFO -- clicking :new_user_register_button1437[Jul 28 2023 04:06:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_user_register_button' took 0.529s1438[Jul 28 2023 04:06:36 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown1439[Jul 28 2023 04:06:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? setup_for_just_me_content' took 1.02s1440[Jul 28 2023 04:06:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? create_a_new_project_radio' took 1.021s1441[Jul 28 2023 04:06:38 UTC (QA Tests)] INFO -- clicking :get_started_button1442[Jul 28 2023 04:06:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-c2fe154a3197522d' via browser_ui in 27.64 seconds1443[Jul 28 2023 04:06:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-c2fe154a3197522d'1444 allows recreating with same credentials1445 behaves like registration and login1446[Jul 28 2023 04:06:40 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is not required behaves like registration and login allows the user to register and login1447[Jul 28 2023 04:06:40 UTC (QA Tests)] INFO -- filling :login_field with "root"1448[Jul 28 2023 04:06:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1449[Jul 28 2023 04:06:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"1450[Jul 28 2023 04:06:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1451[Jul 28 2023 04:06:41 UTC (QA Tests)] INFO -- clicking :sign_in_button1452[Jul 28 2023 04:06:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.171s1453[Jul 28 2023 04:06:43 UTC (QA Tests)] INFO -- Enabling super sidebar!1454[Jul 28 2023 04:06:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled1455[Jul 28 2023 04:06:45 UTC (QA Tests)] INFO -- clicking :context_switcher1456[Jul 28 2023 04:06:45 UTC (QA Tests)] INFO -- clicking :nav_item_link1457[Jul 28 2023 04:06:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.607s1458[Jul 28 2023 04:06:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.131s1459[Jul 28 2023 04:06:47 UTC (QA Tests)] INFO -- clicking :nav_item_link1460[Jul 28 2023 04:06:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.724s1461[Jul 28 2023 04:06:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.28s1462[Jul 28 2023 04:06:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.072s1463[Jul 28 2023 04:06:51 UTC (QA Tests)] INFO -- clicking :user_avatar_content1464[Jul 28 2023 04:06:51 UTC (QA Tests)] INFO -- clicking :sign_out_link1465[Jul 28 2023 04:07:01 UTC (QA Tests)] INFO -- clicking :register_link1466[Jul 28 2023 04:07:01 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"1467[Jul 28 2023 04:07:01 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field1468[Jul 28 2023 04:07:02 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User 05c92772446cec27"1469[Jul 28 2023 04:07:02 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field1470[Jul 28 2023 04:07:02 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-05c92772446cec27"1471[Jul 28 2023 04:07:02 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field1472[Jul 28 2023 04:07:03 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-05c92772446cec27@gitlab.com"1473[Jul 28 2023 04:07:03 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field1474[Jul 28 2023 04:07:03 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"1475[Jul 28 2023 04:07:03 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field1476[Jul 28 2023 04:07:04 UTC (QA Tests)] INFO -- clicking :new_user_register_button1477[Jul 28 2023 04:07:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_user_register_button' took 0.56s1478[Jul 28 2023 04:07:04 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown1479[Jul 28 2023 04:07:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? setup_for_just_me_content' took 1.031s1480[Jul 28 2023 04:07:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? create_a_new_project_radio' took 1.029s1481[Jul 28 2023 04:07:07 UTC (QA Tests)] INFO -- clicking :get_started_button1482[Jul 28 2023 04:07:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-05c92772446cec27' via browser_ui in 27.34 seconds1483 allows the user to register and login1484Create1485 Git push to canary Gitaly node over HTTP1486 pushes to a project using a canary specific Gitaly repository storage (PENDING: Test is not compatible with this environment or pipeline)1487Data Stores1488 Add project member1489[Jul 28 2023 04:07:08 UTC (QA Tests)] INFO -- Starting test: Data Stores Add project member user adds project member1490[Jul 28 2023 04:07:08 UTC (QA Tests)] INFO -- filling :login_field with "root"1491[Jul 28 2023 04:07:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1492[Jul 28 2023 04:07:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"1493[Jul 28 2023 04:07:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1494[Jul 28 2023 04:07:09 UTC (QA Tests)] INFO -- clicking :sign_in_button1495[Jul 28 2023 04:07:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.113s1496[Jul 28 2023 04:07:11 UTC (QA Tests)] INFO -- Enabling super sidebar!1497[Jul 28 2023 04:07:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled1498[Jul 28 2023 04:07:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds1499[Jul 28 2023 04:07:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1500[Jul 28 2023 04:07:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.2 seconds1501[Jul 28 2023 04:07:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/add-member-project-89e4b6e8b4c7fd79' via api in 0.72 seconds1502[Jul 28 2023 04:07:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/add-member-project-89e4b6e8b4c7fd791503[Jul 28 2023 04:07:14 UTC (QA Tests)] INFO -- clicking :menu_section_button1504[Jul 28 2023 04:07:14 UTC (QA Tests)] INFO -- clicking :nav_item_link1505[Jul 28 2023 04:07:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.956s1506[Jul 28 2023 04:07:15 UTC (QA Tests)] INFO -- clicking :invite_members_button1507[Jul 28 2023 04:07:16 UTC (QA Tests)] INFO -- filling :members_token_select_input with "*****"1508[Jul 28 2023 04:07:16 UTC (QA Tests)] INFO -- clicking the coordinates of :members_token_select_input1509[Jul 28 2023 04:07:16 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown1510[Jul 28 2023 04:07:17 UTC (QA Tests)] INFO -- clicking :invite_button1511[Jul 28 2023 04:07:19 UTC (QA Tests)] INFO -- filling :search_bar_input with "gitlab-qa-user1"1512[Jul 28 2023 04:07:19 UTC (QA Tests)] INFO -- clicking the coordinates of :search_bar_input1513[Jul 28 2023 04:07:19 UTC (QA Tests)] INFO -- clicking :search_button1514[Jul 28 2023 04:07:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element search_button' took 1.75s1515 user adds project member1516Create1517 Upload a file in Web IDE1518 when the file is an image1519 behaves like upload a file1520[Jul 28 2023 04:07:21 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is an image behaves like upload a file verifies it successfully uploads and commits to a MR1521[Jul 28 2023 04:07:22 UTC (QA Tests)] INFO -- filling :login_field with "root"1522[Jul 28 2023 04:07:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1523[Jul 28 2023 04:07:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"1524[Jul 28 2023 04:07:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1525[Jul 28 2023 04:07:23 UTC (QA Tests)] INFO -- clicking :sign_in_button1526[Jul 28 2023 04:07:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.19s1527[Jul 28 2023 04:07:24 UTC (QA Tests)] INFO -- Enabling super sidebar!1528[Jul 28 2023 04:07:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled1529[Jul 28 2023 04:07:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1530[Jul 28 2023 04:07:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds1531[Jul 28 2023 04:07:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/upload-file-project-c1a46de9b16aa937' via api in 1.03 seconds1532[Jul 28 2023 04:07:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/upload-file-project-c1a46de9b16aa9371533[Jul 28 2023 04:07:29 UTC (QA Tests)] INFO -- clicking :action_dropdown1534[Jul 28 2023 04:07:29 UTC (QA Tests)] INFO -- clicking :webide_menu_item1535[Jul 28 2023 04:07:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast_notification_container' took 6.204s1536 verifies it successfully uploads and commits to a MR1537 when the file is a text file1538 behaves like upload a file1539[Jul 28 2023 04:07:40 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is a text file behaves like upload a file verifies it successfully uploads and commits to a MR1540[Jul 28 2023 04:07:41 UTC (QA Tests)] INFO -- filling :login_field with "root"1541[Jul 28 2023 04:07:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1542[Jul 28 2023 04:07:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"1543[Jul 28 2023 04:07:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1544[Jul 28 2023 04:07:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1545[Jul 28 2023 04:07:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.142s1546[Jul 28 2023 04:07:43 UTC (QA Tests)] INFO -- Enabling super sidebar!1547[Jul 28 2023 04:07:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled1548[Jul 28 2023 04:07:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1549[Jul 28 2023 04:07:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds1550[Jul 28 2023 04:07:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/upload-file-project-159887ae2d308b86' via api in 1.11 seconds1551[Jul 28 2023 04:07:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/upload-file-project-159887ae2d308b861552[Jul 28 2023 04:07:48 UTC (QA Tests)] INFO -- clicking :action_dropdown1553[Jul 28 2023 04:07:48 UTC (QA Tests)] INFO -- clicking :webide_menu_item1554[Jul 28 2023 04:07:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast_notification_container' took 6.273s1555 verifies it successfully uploads and commits to a MR1556 when a file with the same name already exists1557[Jul 28 2023 04:07:59 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when a file with the same name already exists throws an error1558[Jul 28 2023 04:07:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1559[Jul 28 2023 04:07:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1560[Jul 28 2023 04:08:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1561[Jul 28 2023 04:08:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1562[Jul 28 2023 04:08:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1563[Jul 28 2023 04:08:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.257s1564[Jul 28 2023 04:08:02 UTC (QA Tests)] INFO -- Enabling super sidebar!1565[Jul 28 2023 04:08:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled1566[Jul 28 2023 04:08:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1567[Jul 28 2023 04:08:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.19 seconds1568[Jul 28 2023 04:08:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/upload-file-project-110bfda20bd153e9' via api in 1.25 seconds1569[Jul 28 2023 04:08:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/upload-file-project-110bfda20bd153e91570[Jul 28 2023 04:08:07 UTC (QA Tests)] INFO -- clicking :action_dropdown1571[Jul 28 2023 04:08:07 UTC (QA Tests)] INFO -- clicking :webide_menu_item1572[Jul 28 2023 04:08:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast_notification_container' took 6.233s1573 throws an error1574Create1575 Protected branch support1576 when developers and maintainers are allowed to push to a protected branch1577[Jul 28 2023 04:08:15 UTC (QA Tests)] INFO -- Starting test: Create Protected branch support when developers and maintainers are allowed to push to a protected branch user with push rights successfully pushes to the protected branch1578[Jul 28 2023 04:08:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1579[Jul 28 2023 04:08:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1580[Jul 28 2023 04:08:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1581[Jul 28 2023 04:08:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1582[Jul 28 2023 04:08:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1583[Jul 28 2023 04:08:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.136s1584[Jul 28 2023 04:08:18 UTC (QA Tests)] INFO -- Enabling super sidebar!1585[Jul 28 2023 04:08:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled1586[Jul 28 2023 04:08:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1587[Jul 28 2023 04:08:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds1588[Jul 28 2023 04:08:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/protected-branch-project-a406b54c472dccd8' via api in 1.03 seconds1589[Jul 28 2023 04:08:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds1590[Jul 28 2023 04:08:22 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1591[Jul 28 2023 04:08:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 1.81 seconds1592[Jul 28 2023 04:08:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.23 seconds1593 user with push rights successfully pushes to the protected branch1594 when developers and maintainers are not allowed to push to a protected branch1595[Jul 28 2023 04:08:24 UTC (QA Tests)] INFO -- Starting test: Create Protected branch support when developers and maintainers are not allowed to push to a protected branch user without push rights fails to push to the protected branch1596[Jul 28 2023 04:08:24 UTC (QA Tests)] INFO -- filling :login_field with "root"1597[Jul 28 2023 04:08:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1598[Jul 28 2023 04:08:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"1599[Jul 28 2023 04:08:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1600[Jul 28 2023 04:08:25 UTC (QA Tests)] INFO -- clicking :sign_in_button1601[Jul 28 2023 04:08:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.166s1602[Jul 28 2023 04:08:27 UTC (QA Tests)] INFO -- Enabling super sidebar!1603[Jul 28 2023 04:08:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled1604[Jul 28 2023 04:08:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1605[Jul 28 2023 04:08:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.21 seconds1606[Jul 28 2023 04:08:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/protected-branch-project-ae7edd9940be8db7' via api in 1.05 seconds1607[Jul 28 2023 04:08:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds1608[Jul 28 2023 04:08:30 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1609[Jul 28 2023 04:08:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 1.67 seconds1610 user without push rights fails to push to the protected branch1611Plan1612 Issue1613[Jul 28 2023 04:08:33 UTC (QA Tests)] INFO -- Starting test: Plan Issue closes via pushing a commit1614[Jul 28 2023 04:08:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1615[Jul 28 2023 04:08:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.21 seconds1616[Jul 28 2023 04:08:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-issues-daf100e76c10e245' via api in 0.82 seconds1617[Jul 28 2023 04:08:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '11' via api in 1.07 seconds1618[Jul 28 2023 04:08:35 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Initial commit"1619[Jul 28 2023 04:08:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.38 seconds1620[Jul 28 2023 04:08:37 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Closes #1"1621[Jul 28 2023 04:08:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.38 seconds1622 closes via pushing a commit1623Package1624 Maven Repository with Gradle1625 using personal access token1626[Jul 28 2023 04:08:38 UTC (QA Tests)] INFO -- Starting test: Package Maven Repository with Gradle using personal access token pushes and pulls a maven package via gradle1627[Jul 28 2023 04:08:39 UTC (QA Tests)] INFO -- filling :login_field with "root"1628[Jul 28 2023 04:08:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1629[Jul 28 2023 04:08:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1630[Jul 28 2023 04:08:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1631[Jul 28 2023 04:08:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1632[Jul 28 2023 04:08:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.215s1633[Jul 28 2023 04:08:42 UTC (QA Tests)] INFO -- Enabling super sidebar!1634[Jul 28 2023 04:08:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled1635[Jul 28 2023 04:08:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1636[Jul 28 2023 04:08:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.2 seconds1637[Jul 28 2023 04:08:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_gradle_project-01d751b888ee8b04' via api in 1.03 seconds1638[Jul 28 2023 04:08:45 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1639[Jul 28 2023 04:08:45 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1640[Jul 28 2023 04:08:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1641[Jul 28 2023 04:08:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1642[Jul 28 2023 04:08:45 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690517324 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690517324 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-1690517324 --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list runner-for-maven_gradle_project-01d751b888ee8b04 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1643[Jul 28 2023 04:08:46 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690517324`1644[Jul 28 2023 04:08:46 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1645[Jul 28 2023 04:08:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690517324' via api in 1.5 seconds1646[Jul 28 2023 04:08:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.26 seconds1647[Jul 28 2023 04:08:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1648[Jul 28 2023 04:08:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_gradle_project-01d751b888ee8b041649[Jul 28 2023 04:08:49 UTC (QA Tests)] INFO -- clicking :menu_section_button1650[Jul 28 2023 04:08:49 UTC (QA Tests)] INFO -- clicking :nav_item_link1651[Jul 28 2023 04:08:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.876s1652[Jul 28 2023 04:08:51 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1653[Jul 28 2023 04:08:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.441s1654[Jul 28 2023 04:09:24 UTC (QA Tests)] INFO -- clicking :pipeline_path1655[Jul 28 2023 04:09:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipeline_path' took 1.059s1656[Jul 28 2023 04:09:25 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1657[Jul 28 2023 04:09:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.374s1658[Jul 28 2023 04:09:26 UTC (QA Tests)] INFO -- clicking :menu_section_button1659[Jul 28 2023 04:09:27 UTC (QA Tests)] INFO -- clicking :nav_item_link1660[Jul 28 2023 04:09:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.827s1661[Jul 28 2023 04:09:28 UTC (QA Tests)] INFO -- clicking :details_link1662[Jul 28 2023 04:09:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.529s1663 pushes and pulls a maven package via gradle1664 using ci job token1665[Jul 28 2023 04:09:28 UTC (QA Tests)] INFO -- Starting test: Package Maven Repository with Gradle using ci job token pushes and pulls a maven package via gradle1666[Jul 28 2023 04:09:29 UTC (QA Tests)] INFO -- filling :login_field with "root"1667[Jul 28 2023 04:09:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1668[Jul 28 2023 04:09:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1669[Jul 28 2023 04:09:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1670[Jul 28 2023 04:09:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1671[Jul 28 2023 04:09:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.122s1672[Jul 28 2023 04:09:31 UTC (QA Tests)] INFO -- Enabling super sidebar!1673[Jul 28 2023 04:09:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled1674[Jul 28 2023 04:09:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1675[Jul 28 2023 04:09:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds1676[Jul 28 2023 04:09:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_gradle_project-8b0849d1fe8d6b53' via api in 1.11 seconds1677[Jul 28 2023 04:09:34 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1678[Jul 28 2023 04:09:34 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1679[Jul 28 2023 04:09:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1680[Jul 28 2023 04:09:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1681[Jul 28 2023 04:09:40 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690517373 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690517373 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-1690517373 --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list runner-for-maven_gradle_project-8b0849d1fe8d6b53 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1682[Jul 28 2023 04:09:40 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690517373`1683[Jul 28 2023 04:09:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1684[Jul 28 2023 04:09:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690517373' via api in 6.34 seconds1685[Jul 28 2023 04:09:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.08 seconds1686[Jul 28 2023 04:09:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1687[Jul 28 2023 04:09:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_gradle_project-8b0849d1fe8d6b531688[Jul 28 2023 04:09:43 UTC (QA Tests)] INFO -- clicking :menu_section_button1689[Jul 28 2023 04:09:43 UTC (QA Tests)] INFO -- clicking :nav_item_link1690[Jul 28 2023 04:09:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.896s1691[Jul 28 2023 04:09:46 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1692[Jul 28 2023 04:09:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.491s1693[Jul 28 2023 04:10:00 UTC (QA Tests)] INFO -- clicking :pipeline_path1694[Jul 28 2023 04:10:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipeline_path' took 1.011s1695[Jul 28 2023 04:10:01 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1696[Jul 28 2023 04:10:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_path' took 0.604s1697[Jul 28 2023 04:10:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 2.386s1698[Jul 28 2023 04:10:16 UTC (QA Tests)] INFO -- clicking :menu_section_button1699[Jul 28 2023 04:10:16 UTC (QA Tests)] INFO -- clicking :nav_item_link1700[Jul 28 2023 04:10:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.825s1701[Jul 28 2023 04:10:17 UTC (QA Tests)] INFO -- clicking :details_link1702[Jul 28 2023 04:10:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.553s1703 pushes and pulls a maven package via gradle1704 using project deploy token1705[Jul 28 2023 04:10:18 UTC (QA Tests)] INFO -- Starting test: Package Maven Repository with Gradle using project deploy token pushes and pulls a maven package via gradle1706[Jul 28 2023 04:10:18 UTC (QA Tests)] INFO -- filling :login_field with "root"1707[Jul 28 2023 04:10:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1708[Jul 28 2023 04:10:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"1709[Jul 28 2023 04:10:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1710[Jul 28 2023 04:10:19 UTC (QA Tests)] INFO -- clicking :sign_in_button1711[Jul 28 2023 04:10:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.226s1712[Jul 28 2023 04:10:21 UTC (QA Tests)] INFO -- Enabling super sidebar!1713[Jul 28 2023 04:10:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled1714[Jul 28 2023 04:10:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1715[Jul 28 2023 04:10:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.21 seconds1716[Jul 28 2023 04:10:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_gradle_project-a26c0458f10e127d' via api in 1.18 seconds1717[Jul 28 2023 04:10:24 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1718[Jul 28 2023 04:10:24 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1719[Jul 28 2023 04:10:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1720[Jul 28 2023 04:10:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1721[Jul 28 2023 04:10:24 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690517423 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690517423 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-1690517423 --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list runner-for-maven_gradle_project-a26c0458f10e127d --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1722[Jul 28 2023 04:10:25 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690517423`1723[Jul 28 2023 04:10:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1724[Jul 28 2023 04:10:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690517423' via api in 1.43 seconds1725[Jul 28 2023 04:10:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.13 seconds1726[Jul 28 2023 04:10:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.18 seconds1727[Jul 28 2023 04:10:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds1728[Jul 28 2023 04:10:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_gradle_project-a26c0458f10e127d1729[Jul 28 2023 04:10:28 UTC (QA Tests)] INFO -- clicking :menu_section_button1730[Jul 28 2023 04:10:29 UTC (QA Tests)] INFO -- clicking :nav_item_link1731[Jul 28 2023 04:10:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.983s1732[Jul 28 2023 04:10:31 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1733[Jul 28 2023 04:10:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.447s1734[Jul 28 2023 04:10:45 UTC (QA Tests)] INFO -- clicking :pipeline_path1735[Jul 28 2023 04:10:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipeline_path' took 1.07s1736[Jul 28 2023 04:10:46 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1737[Jul 28 2023 04:10:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.413s1738[Jul 28 2023 04:11:00 UTC (QA Tests)] INFO -- clicking :menu_section_button1739[Jul 28 2023 04:11:00 UTC (QA Tests)] INFO -- clicking :nav_item_link1740[Jul 28 2023 04:11:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.881s1741[Jul 28 2023 04:11:01 UTC (QA Tests)] INFO -- clicking :details_link1742[Jul 28 2023 04:11:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.52s1743 pushes and pulls a maven package via gradle1744Plan1745 Creating pages in group wikis1746 when wiki is empty1747[Jul 28 2023 04:11:02 UTC (QA Tests)] INFO -- Starting test: Plan Creating pages in group wikis when wiki is empty creates a new page1748[Jul 28 2023 04:11:03 UTC (QA Tests)] INFO -- filling :login_field with "root"1749[Jul 28 2023 04:11:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1750[Jul 28 2023 04:11:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"1751[Jul 28 2023 04:11:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1752[Jul 28 2023 04:11:03 UTC (QA Tests)] INFO -- clicking :sign_in_button1753[Jul 28 2023 04:11:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.197s1754[Jul 28 2023 04:11:05 UTC (QA Tests)] INFO -- Enabling super sidebar!1755[Jul 28 2023 04:11:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled1756[Jul 28 2023 04:11:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1757[Jul 28 2023 04:11:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.19 seconds1758[Jul 28 2023 04:11:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-8c2f0047.test/groups/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e30741759[Jul 28 2023 04:11:09 UTC (QA Tests)] INFO -- clicking :menu_section_button1760[Jul 28 2023 04:11:09 UTC (QA Tests)] INFO -- clicking :nav_item_link1761[Jul 28 2023 04:11:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.887s1762[Jul 28 2023 04:11:10 UTC (QA Tests)] INFO -- clicking :create_first_page_link1763[Jul 28 2023 04:11:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_page_link' took 0.914s1764[Jul 28 2023 04:11:11 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "New Wiki page"1765[Jul 28 2023 04:11:11 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox1766[Jul 28 2023 04:11:11 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "New Wiki content"1767[Jul 28 2023 04:11:11 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field1768[Jul 28 2023 04:11:12 UTC (QA Tests)] INFO -- clicking :wiki_submit_button1769[Jul 28 2023 04:11:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.301s1770 creates a new page1771 when wiki has a home page1772[Jul 28 2023 04:11:14 UTC (QA Tests)] INFO -- Starting test: Plan Creating pages in group wikis when wiki has a home page adds a second page1773[Jul 28 2023 04:11:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1774[Jul 28 2023 04:11:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1775[Jul 28 2023 04:11:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"1776[Jul 28 2023 04:11:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1777[Jul 28 2023 04:11:15 UTC (QA Tests)] INFO -- clicking :sign_in_button1778[Jul 28 2023 04:11:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.138s1779[Jul 28 2023 04:11:17 UTC (QA Tests)] INFO -- Enabling super sidebar!1780[Jul 28 2023 04:11:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled1781[Jul 28 2023 04:11:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1782[Jul 28 2023 04:11:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/group-with-wiki-e2ce71ef71835fc8' via api in 0.42 seconds1783[Jul 28 2023 04:11:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::GroupPage via api in 0.91 seconds1784[Jul 28 2023 04:11:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::GroupPage at http://gitlab-ee-8c2f0047.test/groups/gitlab-qa-sandbox-group-6/group-with-wiki-e2ce71ef71835fc8/-/wikis/Home1785[Jul 28 2023 04:11:21 UTC (QA Tests)] INFO -- clicking :new_page_button1786[Jul 28 2023 04:11:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_page_button' took 0.931s1787[Jul 28 2023 04:11:22 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "New Wiki page"1788[Jul 28 2023 04:11:22 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox1789[Jul 28 2023 04:11:22 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "New Wiki content"1790[Jul 28 2023 04:11:22 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field1791[Jul 28 2023 04:11:23 UTC (QA Tests)] INFO -- clicking :wiki_submit_button1792[Jul 28 2023 04:11:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.099s1793 adds a second page1794Create1795 Adding comments on snippets1796 behaves like comments on snippets1797[Jul 28 2023 04:11:25 UTC (QA Tests)] INFO -- Starting test: Create Adding comments on snippets behaves like comments on snippets adds, edits, and deletes a comment on a project_snippet1798[Jul 28 2023 04:11:25 UTC (QA Tests)] INFO -- filling :login_field with "root"1799[Jul 28 2023 04:11:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1800[Jul 28 2023 04:11:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"1801[Jul 28 2023 04:11:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1802[Jul 28 2023 04:11:26 UTC (QA Tests)] INFO -- clicking :sign_in_button1803[Jul 28 2023 04:11:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.229s1804[Jul 28 2023 04:11:28 UTC (QA Tests)] INFO -- Enabling super sidebar!1805[Jul 28 2023 04:11:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled1806[Jul 28 2023 04:11:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1807[Jul 28 2023 04:11:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds1808[Jul 28 2023 04:11:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-snippets-07bb2efe645e247b' via api in 0.71 seconds1809[Jul 28 2023 04:11:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '7' via api in 1.15 seconds1810[Jul 28 2023 04:11:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.034s1811[Jul 28 2023 04:11:33 UTC (QA Tests)] INFO -- clicking :user_avatar_content1812[Jul 28 2023 04:11:33 UTC (QA Tests)] INFO -- clicking :sign_out_link1813[Jul 28 2023 04:11:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds1814[Jul 28 2023 04:11:34 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1815[Jul 28 2023 04:11:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1816[Jul 28 2023 04:11:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"1817[Jul 28 2023 04:11:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1818[Jul 28 2023 04:11:34 UTC (QA Tests)] INFO -- clicking :sign_in_button1819[Jul 28 2023 04:11:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.793s1820[Jul 28 2023 04:11:35 UTC (QA Tests)] INFO -- Enabling super sidebar!1821[Jul 28 2023 04:11:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled1822[Jul 28 2023 04:11:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-snippets-07bb2efe645e247b/-/snippets/71823[Jul 28 2023 04:11:38 UTC (QA Tests)] INFO -- filling :note_field with "Comment 123"1824[Jul 28 2023 04:11:38 UTC (QA Tests)] INFO -- clicking the coordinates of :note_field1825[Jul 28 2023 04:11:38 UTC (QA Tests)] INFO -- clicking :comment_button1826[Jul 28 2023 04:11:39 UTC (QA Tests)] INFO -- clicking :edit_comment_button1827[Jul 28 2023 04:11:39 UTC (QA Tests)] INFO -- filling :edit_note_field with "Nice snippet!"1828[Jul 28 2023 04:11:39 UTC (QA Tests)] INFO -- clicking the coordinates of :edit_note_field1829[Jul 28 2023 04:11:40 UTC (QA Tests)] INFO -- clicking :save_comment_button1830[Jul 28 2023 04:11:40 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1831[Jul 28 2023 04:11:40 UTC (QA Tests)] INFO -- clicking :delete_comment_button1832[Jul 28 2023 04:11:41 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1833 adds, edits, and deletes a comment on a project_snippet1834 behaves like comments on snippets1835[Jul 28 2023 04:11:41 UTC (QA Tests)] INFO -- Starting test: Create Adding comments on snippets behaves like comments on snippets adds, edits, and deletes a comment on a personal_snippet1836[Jul 28 2023 04:11:42 UTC (QA Tests)] INFO -- filling :login_field with "root"1837[Jul 28 2023 04:11:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1838[Jul 28 2023 04:11:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"1839[Jul 28 2023 04:11:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1840[Jul 28 2023 04:11:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1841[Jul 28 2023 04:11:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.148s1842[Jul 28 2023 04:11:44 UTC (QA Tests)] INFO -- Enabling super sidebar!1843[Jul 28 2023 04:11:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled1844[Jul 28 2023 04:11:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '8' via api in 0.4 seconds1845[Jul 28 2023 04:11:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.082s1846[Jul 28 2023 04:11:48 UTC (QA Tests)] INFO -- clicking :user_avatar_content1847[Jul 28 2023 04:11:48 UTC (QA Tests)] INFO -- clicking :sign_out_link1848[Jul 28 2023 04:11:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds1849[Jul 28 2023 04:11:49 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1850[Jul 28 2023 04:11:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1851[Jul 28 2023 04:11:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1852[Jul 28 2023 04:11:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1853[Jul 28 2023 04:11:50 UTC (QA Tests)] INFO -- clicking :sign_in_button1854[Jul 28 2023 04:11:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.757s1855[Jul 28 2023 04:11:51 UTC (QA Tests)] INFO -- Enabling super sidebar!1856[Jul 28 2023 04:11:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled1857[Jul 28 2023 04:11:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-8c2f0047.test/-/snippets/81858[Jul 28 2023 04:11:53 UTC (QA Tests)] INFO -- filling :note_field with "Comment 123"1859[Jul 28 2023 04:11:53 UTC (QA Tests)] INFO -- clicking the coordinates of :note_field1860[Jul 28 2023 04:11:53 UTC (QA Tests)] INFO -- clicking :comment_button1861[Jul 28 2023 04:11:54 UTC (QA Tests)] INFO -- clicking :edit_comment_button1862[Jul 28 2023 04:11:54 UTC (QA Tests)] INFO -- filling :edit_note_field with "Nice snippet!"1863[Jul 28 2023 04:11:54 UTC (QA Tests)] INFO -- clicking the coordinates of :edit_note_field1864[Jul 28 2023 04:11:54 UTC (QA Tests)] INFO -- clicking :save_comment_button1865[Jul 28 2023 04:11:55 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1866[Jul 28 2023 04:11:55 UTC (QA Tests)] INFO -- clicking :delete_comment_button1867[Jul 28 2023 04:11:55 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1868 adds, edits, and deletes a comment on a personal_snippet1869Plan1870 Milestones1871 Project milestone1872 behaves like milestone assigned to existing issue1873[Jul 28 2023 04:11:55 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Project milestone behaves like milestone assigned to existing issue is assigned to an existing issue1874[Jul 28 2023 04:11:56 UTC (QA Tests)] INFO -- filling :login_field with "root"1875[Jul 28 2023 04:11:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1876[Jul 28 2023 04:11:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1877[Jul 28 2023 04:11:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1878[Jul 28 2023 04:11:57 UTC (QA Tests)] INFO -- clicking :sign_in_button1879[Jul 28 2023 04:11:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.117s1880[Jul 28 2023 04:11:58 UTC (QA Tests)] INFO -- Enabling super sidebar!1881[Jul 28 2023 04:11:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled1882[Jul 28 2023 04:12:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1883[Jul 28 2023 04:12:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/group-to-test-milestones-43b08087' via api in 0.43 seconds1884[Jul 28 2023 04:12:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/group-to-test-milestones-43b08087/project-to-test-milestones-97715576-909242b32695ec2b' via api in 0.49 seconds1885[Jul 28 2023 04:12:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '12' via api in 0.32 seconds1886[Jul 28 2023 04:12:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/group-to-test-milestones-43b08087/project-to-test-milestones-97715576-909242b32695ec2b/-/issues/11887[Jul 28 2023 04:12:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '7' via api in 0.13 seconds1888[Jul 28 2023 04:12:04 UTC (QA Tests)] INFO -- clicking :edit_button1889[Jul 28 2023 04:12:05 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/group-to-test-milestones-43b08087/project-to-test-milestones-97715576-909242b32695ec2b/-/issues/11890 is assigned to an existing issue1891 behaves like milestone assigned to new issue1892[Jul 28 2023 04:12:07 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Project milestone behaves like milestone assigned to new issue is assigned to a new issue1893[Jul 28 2023 04:12:07 UTC (QA Tests)] INFO -- filling :login_field with "root"1894[Jul 28 2023 04:12:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1895[Jul 28 2023 04:12:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"1896[Jul 28 2023 04:12:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1897[Jul 28 2023 04:12:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1898[Jul 28 2023 04:12:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.245s1899[Jul 28 2023 04:12:10 UTC (QA Tests)] INFO -- Enabling super sidebar!1900[Jul 28 2023 04:12:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled1901[Jul 28 2023 04:12:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1902[Jul 28 2023 04:12:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/group-to-test-milestones-dcea3695' via api in 0.41 seconds1903[Jul 28 2023 04:12:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/group-to-test-milestones-dcea3695/project-to-test-milestones-7e936849-fbbe3d69596f0889' via api in 0.5 seconds1904[Jul 28 2023 04:12:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '8' via api in 0.13 seconds1905[Jul 28 2023 04:12:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/group-to-test-milestones-dcea3695/project-to-test-milestones-7e936849-fbbe3d69596f08891906[Jul 28 2023 04:12:14 UTC (QA Tests)] INFO -- clicking :new_menu_toggle1907[Jul 28 2023 04:12:14 UTC (QA Tests)] INFO -- clicking :create_menu_item1908[Jul 28 2023 04:12:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.217s1909[Jul 28 2023 04:12:15 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 872405475825df2a"1910[Jul 28 2023 04:12:15 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1911[Jul 28 2023 04:12:16 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description bee091b9093b03f8"1912[Jul 28 2023 04:12:16 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field1913[Jul 28 2023 04:12:17 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present1914[Jul 28 2023 04:12:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.435s1915[Jul 28 2023 04:12:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 6.53 seconds1916 is assigned to a new issue1917 Group milestone1918 behaves like milestone assigned to existing issue1919[Jul 28 2023 04:12:20 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Group milestone behaves like milestone assigned to existing issue is assigned to an existing issue1920[Jul 28 2023 04:12:20 UTC (QA Tests)] INFO -- filling :login_field with "root"1921[Jul 28 2023 04:12:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1922[Jul 28 2023 04:12:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"1923[Jul 28 2023 04:12:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1924[Jul 28 2023 04:12:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1925[Jul 28 2023 04:12:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.174s1926[Jul 28 2023 04:12:23 UTC (QA Tests)] INFO -- Enabling super sidebar!1927[Jul 28 2023 04:12:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled1928[Jul 28 2023 04:12:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1929[Jul 28 2023 04:12:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/group-to-test-milestones-32ccab6a' via api in 0.43 seconds1930[Jul 28 2023 04:12:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/group-to-test-milestones-32ccab6a/project-to-test-milestones-33c4b056-f3d2dabd2c36cfb7' via api in 0.5 seconds1931[Jul 28 2023 04:12:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '14' via api in 0.26 seconds1932[Jul 28 2023 04:12:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/group-to-test-milestones-32ccab6a/project-to-test-milestones-33c4b056-f3d2dabd2c36cfb7/-/issues/11933[Jul 28 2023 04:12:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone with id '9' via api in 0.09 seconds1934[Jul 28 2023 04:12:28 UTC (QA Tests)] INFO -- clicking :edit_button1935[Jul 28 2023 04:12:29 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/group-to-test-milestones-32ccab6a/project-to-test-milestones-33c4b056-f3d2dabd2c36cfb7/-/issues/11936 is assigned to an existing issue1937 behaves like milestone assigned to new issue1938[Jul 28 2023 04:12:31 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Group milestone behaves like milestone assigned to new issue is assigned to a new issue1939[Jul 28 2023 04:12:32 UTC (QA Tests)] INFO -- filling :login_field with "root"1940[Jul 28 2023 04:12:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1941[Jul 28 2023 04:12:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"1942[Jul 28 2023 04:12:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1943[Jul 28 2023 04:12:33 UTC (QA Tests)] INFO -- clicking :sign_in_button1944[Jul 28 2023 04:12:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.249s1945[Jul 28 2023 04:12:35 UTC (QA Tests)] INFO -- Enabling super sidebar!1946[Jul 28 2023 04:12:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled1947[Jul 28 2023 04:12:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.11 seconds1948[Jul 28 2023 04:12:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/group-to-test-milestones-3e9716e1' via api in 0.44 seconds1949[Jul 28 2023 04:12:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/group-to-test-milestones-3e9716e1/project-to-test-milestones-4f2b87ea-bf3bd8f63dbbb8c9' via api in 0.5 seconds1950[Jul 28 2023 04:12:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone with id '10' via api in 0.1 seconds1951[Jul 28 2023 04:12:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/group-to-test-milestones-3e9716e1/project-to-test-milestones-4f2b87ea-bf3bd8f63dbbb8c91952[Jul 28 2023 04:12:39 UTC (QA Tests)] INFO -- clicking :new_menu_toggle1953[Jul 28 2023 04:12:39 UTC (QA Tests)] INFO -- clicking :create_menu_item1954[Jul 28 2023 04:12:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.018s1955[Jul 28 2023 04:12:40 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 4aeee85db8066b7c"1956[Jul 28 2023 04:12:40 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1957[Jul 28 2023 04:12:40 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description dd2c113bd9cd5973"1958[Jul 28 2023 04:12:40 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field1959[Jul 28 2023 04:12:41 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present1960[Jul 28 2023 04:12:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.447s1961[Jul 28 2023 04:12:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 6.18 seconds1962[Jul 28 2023 04:12:44 UTC (QA Tests)] ERROR -- Interceptor Api Errors1963[200] POST /api/graphql -- Correlation Id: 01H6DB5T14FEVJNEWEA1H8WS311964error-messages: Timeout on validation of query1965 is assigned to a new issue1966Create1967 Approval rules1968[Jul 28 2023 04:12:44 UTC (QA Tests)] INFO -- Starting test: Create Approval rules allows multiple approval rules with users and groups1969[Jul 28 2023 04:12:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1970[Jul 28 2023 04:12:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.2 seconds1971[Jul 28 2023 04:12:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/approval-rules-30e295f2081e7bd0' via api in 0.78 seconds1972[Jul 28 2023 04:12:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1973[Jul 28 2023 04:12:45 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/approval-rules-30e295f2081e7bd0 QA::Resource::Project1974[Jul 28 2023 04:12:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.16 seconds1975[Jul 28 2023 04:12:45 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074 QA::Resource::Group1976[Jul 28 2023 04:12:46 UTC (QA Tests)] INFO -- filling :login_field with "root"1977[Jul 28 2023 04:12:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1978[Jul 28 2023 04:12:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"1979[Jul 28 2023 04:12:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1980[Jul 28 2023 04:12:47 UTC (QA Tests)] INFO -- clicking :sign_in_button1981[Jul 28 2023 04:12:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.177s1982[Jul 28 2023 04:12:49 UTC (QA Tests)] INFO -- Enabling super sidebar!1983[Jul 28 2023 04:12:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled1984[Jul 28 2023 04:12:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1985[Jul 28 2023 04:12:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds1986[Jul 28 2023 04:12:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/approval-rules-30e295f2081e7bd01987[Jul 28 2023 04:12:53 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1988[Jul 28 2023 04:12:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.501s1989[Jul 28 2023 04:12:55 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Add a new feature"1990[Jul 28 2023 04:12:55 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1991[Jul 28 2023 04:12:55 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Great feature, much approval"1992[Jul 28 2023 04:12:55 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field1993[Jul 28 2023 04:12:56 UTC (QA Tests)] INFO -- clicking :add_approvers_button1994[Jul 28 2023 04:12:57 UTC (QA Tests)] INFO -- filling :rule_name_field with "user"1995[Jul 28 2023 04:12:57 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field1996[Jul 28 2023 04:12:58 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"1997[Jul 28 2023 04:12:58 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field1998[Jul 28 2023 04:12:58 UTC (QA Tests)] INFO -- Searching in dropdown: "gitlab-qa-user1"1999[Jul 28 2023 04:13:01 UTC (QA Tests)] INFO -- clicking :add_approvers_button2000[Jul 28 2023 04:13:03 UTC (QA Tests)] INFO -- filling :rule_name_field with "group"2001[Jul 28 2023 04:13:03 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field2002[Jul 28 2023 04:13:03 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"2003[Jul 28 2023 04:13:03 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field2004[Jul 28 2023 04:13:03 UTC (QA Tests)] INFO -- Searching in dropdown: "gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074"2005[Jul 28 2023 04:13:08 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present2006[Jul 28 2023 04:13:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.009s2007[Jul 28 2023 04:13:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 20.91 seconds2008[Jul 28 2023 04:13:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.017s2009[Jul 28 2023 04:13:15 UTC (QA Tests)] INFO -- clicking :user_avatar_content2010[Jul 28 2023 04:13:15 UTC (QA Tests)] INFO -- clicking :sign_out_link2011[Jul 28 2023 04:13:16 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2012[Jul 28 2023 04:13:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2013[Jul 28 2023 04:13:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"2014[Jul 28 2023 04:13:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2015[Jul 28 2023 04:13:17 UTC (QA Tests)] INFO -- clicking :sign_in_button2016[Jul 28 2023 04:13:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.549s2017[Jul 28 2023 04:13:18 UTC (QA Tests)] INFO -- Enabling super sidebar!2018[Jul 28 2023 04:13:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled2019[Jul 28 2023 04:13:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/approval-rules-30e295f2081e7bd0/-/merge_requests/12020[Jul 28 2023 04:13:22 UTC (QA Tests)] INFO -- clicking :close_button2021[Jul 28 2023 04:13:22 UTC (QA Tests)] INFO -- clicking :approve_button2022[Jul 28 2023 04:13:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.675s2023[Jul 28 2023 04:13:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element approve_button' took 0.705s2024[Jul 28 2023 04:13:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.054s2025[Jul 28 2023 04:13:29 UTC (QA Tests)] INFO -- clicking :user_avatar_content2026[Jul 28 2023 04:13:29 UTC (QA Tests)] INFO -- clicking :sign_out_link2027[Jul 28 2023 04:13:30 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"2028[Jul 28 2023 04:13:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2029[Jul 28 2023 04:13:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"2030[Jul 28 2023 04:13:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2031[Jul 28 2023 04:13:31 UTC (QA Tests)] INFO -- clicking :sign_in_button2032[Jul 28 2023 04:13:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.204s2033[Jul 28 2023 04:13:32 UTC (QA Tests)] INFO -- Enabling super sidebar!2034[Jul 28 2023 04:13:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled2035[Jul 28 2023 04:13:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/approval-rules-30e295f2081e7bd0/-/merge_requests/12036[Jul 28 2023 04:13:36 UTC (QA Tests)] INFO -- clicking :close_button2037[Jul 28 2023 04:13:36 UTC (QA Tests)] INFO -- clicking :approve_button2038[Jul 28 2023 04:13:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.561s2039[Jul 28 2023 04:13:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element approve_button' took 0.597s2040[Jul 28 2023 04:13:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.038s2041[Jul 28 2023 04:13:41 UTC (QA Tests)] INFO -- clicking :user_avatar_content2042[Jul 28 2023 04:13:41 UTC (QA Tests)] INFO -- clicking :sign_out_link2043[Jul 28 2023 04:13:42 UTC (QA Tests)] INFO -- filling :login_field with "root"2044[Jul 28 2023 04:13:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2045[Jul 28 2023 04:13:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"2046[Jul 28 2023 04:13:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2047[Jul 28 2023 04:13:43 UTC (QA Tests)] INFO -- clicking :sign_in_button2048[Jul 28 2023 04:13:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.169s2049[Jul 28 2023 04:13:44 UTC (QA Tests)] INFO -- Enabling super sidebar!2050[Jul 28 2023 04:13:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled2051[Jul 28 2023 04:13:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/approval-rules-30e295f2081e7bd0/-/merge_requests/12052[Jul 28 2023 04:13:48 UTC (QA Tests)] INFO -- clicking :merge_button2053[Jul 28 2023 04:13:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.61s2054[Jul 28 2023 04:13:51 UTC (QA Tests)] INFO -- Removing user gitlab-qa-user2 from gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074 QA::Resource::Group2055[Jul 28 2023 04:13:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/approval-rules-30e295f2081e7bd0'2056 allows multiple approval rules with users and groups2057Fulfillment2058 Utilization2059 in usage quotas storage tab for free plan with a project2060 shows correct used up storage for namespace (PENDING: Test is not compatible with this environment or pipeline)2061Plan2062 Project level issues analytics2063 behaves like issues analytics page2064[Jul 28 2023 04:13:52 UTC (QA Tests)] INFO -- Starting test: Plan Project level issues analytics behaves like issues analytics page displays a graph2065[Jul 28 2023 04:13:53 UTC (QA Tests)] INFO -- filling :login_field with "root"2066[Jul 28 2023 04:13:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2067[Jul 28 2023 04:13:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"2068[Jul 28 2023 04:13:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2069[Jul 28 2023 04:13:53 UTC (QA Tests)] INFO -- clicking :sign_in_button2070[Jul 28 2023 04:13:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.182s2071[Jul 28 2023 04:13:55 UTC (QA Tests)] INFO -- Enabling super sidebar!2072[Jul 28 2023 04:13:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled2073[Jul 28 2023 04:13:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2074[Jul 28 2023 04:13:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds2075[Jul 28 2023 04:13:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-issues-a6c946a389e400c3' via api in 0.75 seconds2076[Jul 28 2023 04:13:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '16' via api in 1.03 seconds2077 displays a graph2078 Group level issues analytics2079 behaves like issues analytics page2080[Jul 28 2023 04:13:59 UTC (QA Tests)] INFO -- Starting test: Plan Group level issues analytics behaves like issues analytics page displays a graph2081[Jul 28 2023 04:14:00 UTC (QA Tests)] INFO -- filling :login_field with "root"2082[Jul 28 2023 04:14:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2083[Jul 28 2023 04:14:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"2084[Jul 28 2023 04:14:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2085[Jul 28 2023 04:14:01 UTC (QA Tests)] INFO -- clicking :sign_in_button2086[Jul 28 2023 04:14:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.207s2087[Jul 28 2023 04:14:03 UTC (QA Tests)] INFO -- Enabling super sidebar!2088[Jul 28 2023 04:14:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled2089[Jul 28 2023 04:14:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2090[Jul 28 2023 04:14:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.2 seconds2091[Jul 28 2023 04:14:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-issues-4aa1614399196f2f' via api in 0.75 seconds2092[Jul 28 2023 04:14:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '17' via api in 1.0 seconds2093 displays a graph2094Package2095 Maven project level endpoint2096 using a ci job token2097[Jul 28 2023 04:14:07 UTC (QA Tests)] INFO -- Starting test: Package Maven project level endpoint using a ci job token pushes and pulls a maven package via maven2098[Jul 28 2023 04:14:07 UTC (QA Tests)] INFO -- filling :login_field with "root"2099[Jul 28 2023 04:14:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2100[Jul 28 2023 04:14:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"2101[Jul 28 2023 04:14:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2102[Jul 28 2023 04:14:08 UTC (QA Tests)] INFO -- clicking :sign_in_button2103[Jul 28 2023 04:14:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.146s2104[Jul 28 2023 04:14:10 UTC (QA Tests)] INFO -- Enabling super sidebar!2105[Jul 28 2023 04:14:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled2106[Jul 28 2023 04:14:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2107[Jul 28 2023 04:14:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds2108[Jul 28 2023 04:14:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_package_project-bd1faf7ecd02a28b' via api in 1.05 seconds2109[Jul 28 2023 04:14:13 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2110[Jul 28 2023 04:14:13 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2111[Jul 28 2023 04:14:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2112[Jul 28 2023 04:14:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2113[Jul 28 2023 04:14:13 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690517652 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690517652 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-1690517652 --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list runner-for-maven_package_project-bd1faf7ecd02a28b --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `2114[Jul 28 2023 04:14:14 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690517652`2115[Jul 28 2023 04:14:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2116[Jul 28 2023 04:14:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690517652' via api in 1.45 seconds2117[Jul 28 2023 04:14:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds2118[Jul 28 2023 04:14:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_package_project-bd1faf7ecd02a28b2119[Jul 28 2023 04:14:17 UTC (QA Tests)] INFO -- clicking :menu_section_button2120[Jul 28 2023 04:14:17 UTC (QA Tests)] INFO -- clicking :nav_item_link2121[Jul 28 2023 04:14:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.99s2122[Jul 28 2023 04:14:19 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2123[Jul 28 2023 04:14:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.434s2124[Jul 28 2023 04:14:52 UTC (QA Tests)] INFO -- clicking :menu_section_button2125[Jul 28 2023 04:14:52 UTC (QA Tests)] INFO -- clicking :nav_item_link2126[Jul 28 2023 04:14:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.857s2127[Jul 28 2023 04:14:53 UTC (QA Tests)] INFO -- clicking :details_link2128[Jul 28 2023 04:14:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.519s2129[Jul 28 2023 04:14:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1690517652'2130[Jul 28 2023 04:14:54 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690517652`2131[Jul 28 2023 04:14:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-9b8bb4bf6de66fd5'2132[Jul 28 2023 04:14:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_package_project-bd1faf7ecd02a28b'2133 pushes and pulls a maven package via maven2134 using a project deploy token2135[Jul 28 2023 04:14:55 UTC (QA Tests)] INFO -- Starting test: Package Maven project level endpoint using a project deploy token pushes and pulls a maven package via maven2136[Jul 28 2023 04:14:56 UTC (QA Tests)] INFO -- filling :login_field with "root"2137[Jul 28 2023 04:14:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2138[Jul 28 2023 04:14:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"2139[Jul 28 2023 04:14:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2140[Jul 28 2023 04:14:57 UTC (QA Tests)] INFO -- clicking :sign_in_button2141[Jul 28 2023 04:14:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.228s2142[Jul 28 2023 04:14:58 UTC (QA Tests)] INFO -- Enabling super sidebar!2143[Jul 28 2023 04:14:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled2144[Jul 28 2023 04:15:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2145[Jul 28 2023 04:15:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.22 seconds2146[Jul 28 2023 04:15:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_package_project-22ee12fed4f850f9' via api in 1.13 seconds2147[Jul 28 2023 04:15:01 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2148[Jul 28 2023 04:15:01 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2149[Jul 28 2023 04:15:07 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2150[Jul 28 2023 04:15:07 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2151[Jul 28 2023 04:15:07 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690517700 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690517700 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-1690517700 --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list runner-for-maven_package_project-22ee12fed4f850f9 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `2152[Jul 28 2023 04:15:07 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690517700`2153[Jul 28 2023 04:15:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2154[Jul 28 2023 04:15:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690517700' via api in 6.4 seconds2155[Jul 28 2023 04:15:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-2' via api in 0.13 seconds2156[Jul 28 2023 04:15:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.2 seconds2157[Jul 28 2023 04:15:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds2158[Jul 28 2023 04:15:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_package_project-22ee12fed4f850f92159[Jul 28 2023 04:15:11 UTC (QA Tests)] INFO -- clicking :menu_section_button2160[Jul 28 2023 04:15:11 UTC (QA Tests)] INFO -- clicking :nav_item_link2161[Jul 28 2023 04:15:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.822s2162[Jul 28 2023 04:15:13 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2163[Jul 28 2023 04:15:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.519s2164[Jul 28 2023 04:15:36 UTC (QA Tests)] INFO -- clicking :menu_section_button2165[Jul 28 2023 04:15:36 UTC (QA Tests)] INFO -- clicking :nav_item_link2166[Jul 28 2023 04:15:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.842s2167[Jul 28 2023 04:15:38 UTC (QA Tests)] INFO -- clicking :details_link2168[Jul 28 2023 04:15:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1690517700'2169[Jul 28 2023 04:15:38 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690517700`2170[Jul 28 2023 04:15:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-c44a4f9734f56e5b'2171[Jul 28 2023 04:15:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_package_project-22ee12fed4f850f9'2172 pushes and pulls a maven package via maven2173 using a personal access token2174[Jul 28 2023 04:15:39 UTC (QA Tests)] INFO -- Starting test: Package Maven project level endpoint using a personal access token pushes and pulls a maven package via maven2175[Jul 28 2023 04:15:40 UTC (QA Tests)] INFO -- filling :login_field with "root"2176[Jul 28 2023 04:15:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2177[Jul 28 2023 04:15:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"2178[Jul 28 2023 04:15:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2179[Jul 28 2023 04:15:41 UTC (QA Tests)] INFO -- clicking :sign_in_button2180[Jul 28 2023 04:15:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.25s2181[Jul 28 2023 04:15:43 UTC (QA Tests)] INFO -- Enabling super sidebar!2182[Jul 28 2023 04:15:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled2183[Jul 28 2023 04:15:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2184[Jul 28 2023 04:15:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds2185[Jul 28 2023 04:15:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_package_project-0d9fac5041c8a389' via api in 1.1 seconds2186[Jul 28 2023 04:15:46 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2187[Jul 28 2023 04:15:46 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2188[Jul 28 2023 04:15:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2189[Jul 28 2023 04:15:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2190[Jul 28 2023 04:15:51 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690517744 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690517744 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-1690517744 --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list runner-for-maven_package_project-0d9fac5041c8a389 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `2191[Jul 28 2023 04:15:52 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690517744`2192[Jul 28 2023 04:15:52 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2193[Jul 28 2023 04:15:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690517744' via api in 6.4 seconds2194[Jul 28 2023 04:15:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds2195[Jul 28 2023 04:15:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds2196[Jul 28 2023 04:15:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_package_project-0d9fac5041c8a3892197[Jul 28 2023 04:15:55 UTC (QA Tests)] INFO -- clicking :menu_section_button2198[Jul 28 2023 04:15:55 UTC (QA Tests)] INFO -- clicking :nav_item_link2199[Jul 28 2023 04:15:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.963s2200[Jul 28 2023 04:15:57 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2201[Jul 28 2023 04:15:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.319s2202[Jul 28 2023 04:16:21 UTC (QA Tests)] INFO -- clicking :menu_section_button2203[Jul 28 2023 04:16:21 UTC (QA Tests)] INFO -- clicking :nav_item_link2204[Jul 28 2023 04:16:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.836s2205[Jul 28 2023 04:16:22 UTC (QA Tests)] INFO -- clicking :details_link2206[Jul 28 2023 04:16:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1690517744'2207[Jul 28 2023 04:16:22 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690517744`2208[Jul 28 2023 04:16:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-4543b319403765b5'2209[Jul 28 2023 04:16:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/maven_package_project-0d9fac5041c8a389'2210 pushes and pulls a maven package via maven2211Create2212 Reverting a commit2213[Jul 28 2023 04:16:23 UTC (QA Tests)] INFO -- Starting test: Create Reverting a commit creates a merge request2214[Jul 28 2023 04:16:24 UTC (QA Tests)] INFO -- filling :login_field with "root"2215[Jul 28 2023 04:16:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2216[Jul 28 2023 04:16:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"2217[Jul 28 2023 04:16:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2218[Jul 28 2023 04:16:25 UTC (QA Tests)] INFO -- clicking :sign_in_button2219[Jul 28 2023 04:16:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.25s2220[Jul 28 2023 04:16:27 UTC (QA Tests)] INFO -- Enabling super sidebar!2221[Jul 28 2023 04:16:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled2222[Jul 28 2023 04:16:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.08 seconds2223[Jul 28 2023 04:16:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.22 seconds2224[Jul 28 2023 04:16:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-8edb56e1aa4dcdf6' via api in 1.21 seconds2225[Jul 28 2023 04:16:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds2226[Jul 28 2023 04:16:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::Commit at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-8edb56e1aa4dcdf6/-/commit/19070c9ed4ca7a4dc112ee4a7abaa57d2cb60e9f2227[Jul 28 2023 04:16:32 UTC (QA Tests)] INFO -- clicking :options_button2228[Jul 28 2023 04:16:32 UTC (QA Tests)] INFO -- clicking :revert_button and ensuring QA::Page::Component::CommitModal is present2229[Jul 28 2023 04:16:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element revert_button' took 0.514s2230[Jul 28 2023 04:16:32 UTC (QA Tests)] INFO -- clicking :submit_commit_button2231[Jul 28 2023 04:16:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_commit_button' took 1.894s2232[Jul 28 2023 04:16:34 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present2233[Jul 28 2023 04:16:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.581s2234[Jul 28 2023 04:16:37 UTC (QA Tests)] INFO -- clicking :diffs_tab2235[Jul 28 2023 04:16:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_tree_container' took 11.064s2236[Jul 28 2023 04:16:48 UTC (QA Tests)] INFO -- clicking :file_tree_button2237[Jul 28 2023 04:16:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-8edb56e1aa4dcdf6'2238 creates a merge request2239Govern2240 Project vulnerability report2241[Jul 28 2023 04:16:49 UTC (QA Tests)] INFO -- Starting test: Govern Project vulnerability report validates "fix a vulnerability" workflow2242[Jul 28 2023 04:16:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.08 seconds2243[Jul 28 2023 04:16:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.2 seconds2244[Jul 28 2023 04:16:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-029deb44fed1f49f' via api in 0.48 seconds2245[Jul 28 2023 04:16:50 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2246[Jul 28 2023 04:16:50 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2247[Jul 28 2023 04:16:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2248[Jul 28 2023 04:16:50 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-029deb44fed1f49f --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-029deb44fed1f49f sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-project-with-secure-029deb44fed1f49f --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `2249[Jul 28 2023 04:16:51 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-029deb44fed1f49f`2250[Jul 28 2023 04:16:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2251[Jul 28 2023 04:16:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-029deb44fed1f49f' via api in 1.39 seconds2252[Jul 28 2023 04:16:52 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2253[Jul 28 2023 04:16:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.49 seconds2254[Jul 28 2023 04:16:53 UTC (QA Tests)] INFO -- filling :login_field with "root"2255[Jul 28 2023 04:16:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2256[Jul 28 2023 04:16:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"2257[Jul 28 2023 04:16:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2258[Jul 28 2023 04:16:54 UTC (QA Tests)] INFO -- clicking :sign_in_button2259[Jul 28 2023 04:16:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.156s2260[Jul 28 2023 04:16:56 UTC (QA Tests)] INFO -- Enabling super sidebar!2261[Jul 28 2023 04:16:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled2262[Jul 28 2023 04:16:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-029deb44fed1f49f2263[Jul 28 2023 04:16:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds2264[Jul 28 2023 04:16:59 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments2265[Jul 28 2023 04:17:00 UTC (QA Tests)] INFO -- clicking :menu_section_button2266[Jul 28 2023 04:17:00 UTC (QA Tests)] INFO -- clicking :nav_item_link2267[Jul 28 2023 04:17:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.803s2268[Jul 28 2023 04:17:12 UTC (QA Tests)] INFO -- clicking :menu_section_button2269[Jul 28 2023 04:17:12 UTC (QA Tests)] INFO -- clicking :nav_item_link2270[Jul 28 2023 04:17:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.974s2271[Jul 28 2023 04:17:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds2272[Jul 28 2023 04:17:14 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments2273[Jul 28 2023 04:17:15 UTC (QA Tests)] INFO -- clicking :menu_section_button2274[Jul 28 2023 04:17:15 UTC (QA Tests)] INFO -- clicking :nav_item_link2275[Jul 28 2023 04:17:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.909s2276[Jul 28 2023 04:17:27 UTC (QA Tests)] INFO -- clicking :menu_section_button2277[Jul 28 2023 04:17:27 UTC (QA Tests)] INFO -- clicking :nav_item_link2278[Jul 28 2023 04:17:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.94s2279[Jul 28 2023 04:17:28 UTC (QA Tests)] INFO -- clicking :vulnerability_status_content2280[Jul 28 2023 04:17:28 UTC (QA Tests)] INFO -- clicking :status_listbox2281[Jul 28 2023 04:17:28 UTC (QA Tests)] INFO -- clicking :listbox-item-resolved2282[Jul 28 2023 04:17:28 UTC (QA Tests)] INFO -- filling :change_status_comment_textbox with "E2E Test"2283[Jul 28 2023 04:17:28 UTC (QA Tests)] INFO -- clicking the coordinates of :change_status_comment_textbox2284[Jul 28 2023 04:17:29 UTC (QA Tests)] INFO -- clicking :change_status_button2285[Jul 28 2023 04:17:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? vulnerability_status_content' took 11.039s2286[Jul 28 2023 04:17:44 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-029deb44fed1f49f/-/security/vulnerability_report/?state=RESOLVED2287[Jul 28 2023 04:17:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds2288[Jul 28 2023 04:17:45 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments2289[Jul 28 2023 04:17:46 UTC (QA Tests)] INFO -- clicking :menu_section_button2290[Jul 28 2023 04:17:46 UTC (QA Tests)] INFO -- clicking :nav_item_link2291[Jul 28 2023 04:17:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.802s2292[Jul 28 2023 04:17:58 UTC (QA Tests)] INFO -- clicking :menu_section_button2293[Jul 28 2023 04:17:58 UTC (QA Tests)] INFO -- clicking :nav_item_link2294[Jul 28 2023 04:17:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.969s2295[Jul 28 2023 04:18:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? vulnerability_remediated_badge_content' took 11.027s2296[Jul 28 2023 04:18:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-029deb44fed1f49f'2297[Jul 28 2023 04:18:11 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-029deb44fed1f49f`2298 validates "fix a vulnerability" workflow2299Verify2300 Pipeline with file variables and downstream pipelines2301[Jul 28 2023 04:18:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2302[Jul 28 2023 04:18:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.21 seconds2303[Jul 28 2023 04:18:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/upstream-project-with-file-variables-8865a6c262ca9b21' via api in 0.79 seconds2304[Jul 28 2023 04:18:12 UTC (QA Tests)] INFO -- Enabling feature: ci_prevent_file_var_expansion_downstream_pipeline for scope "project: gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/upstream-project-with-file-variables-8865a6c262ca9b21"2305[Jul 28 2023 04:18:12 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: ci_prevent_file_var_expansion_downstream_pipeline2306[Jul 28 2023 04:18:12 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with file variables and downstream pipelines creates variable with file path in downstream pipelines and can read file variable content2307[Jul 28 2023 04:18:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2308[Jul 28 2023 04:18:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.17 seconds2309[Jul 28 2023 04:18:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/downstream-project-e3da2f9c88e8caf5' via api in 0.77 seconds2310[Jul 28 2023 04:18:13 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2311[Jul 28 2023 04:18:13 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2312[Jul 28 2023 04:18:19 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2313[Jul 28 2023 04:18:19 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-82oexva3 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-82oexva3 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-82oexva3 --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list qa-runner-82oexva3 --executor shell && gitlab-runner run" `2314[Jul 28 2023 04:18:19 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-82oexva3`2315[Jul 28 2023 04:18:19 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2316[Jul 28 2023 04:18:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-82oexva3' via api in 6.17 seconds2317[Jul 28 2023 04:18:19 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2318[Jul 28 2023 04:18:19 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2319[Jul 28 2023 04:18:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2320[Jul 28 2023 04:18:25 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-82oexva3-downstream --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-82oexva3-downstream sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-82oexva3-downstream --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list qa-runner-82oexva3 --executor shell && gitlab-runner run" `2321[Jul 28 2023 04:18:25 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-82oexva3-downstream`2322[Jul 28 2023 04:18:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2323[Jul 28 2023 04:18:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-82oexva3-downstream' via api in 6.22 seconds2324[Jul 28 2023 04:18:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.21 seconds2325[Jul 28 2023 04:18:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.18 seconds2326[Jul 28 2023 04:18:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds2327[Jul 28 2023 04:18:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds2328[Jul 28 2023 04:18:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Pipeline with id '17' via api in 0.73 seconds2329[Jul 28 2023 04:18:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '19' via api in 0.07 seconds2330[Jul 28 2023 04:18:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '21' via api in 0.07 seconds2331[Jul 28 2023 04:18:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '52' via api in 0.14 seconds2332[Jul 28 2023 04:18:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '53' via api in 0.11 seconds2333[Jul 28 2023 04:18:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '56' via api in 0.09 seconds2334[Jul 28 2023 04:18:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '57' via api in 0.14 seconds2335[Jul 28 2023 04:18:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-82oexva3'2336[Jul 28 2023 04:18:50 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-82oexva3`2337[Jul 28 2023 04:18:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-82oexva3-downstream'2338[Jul 28 2023 04:18:50 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-82oexva3-downstream`2339[Jul 28 2023 04:18:51 UTC (QA Tests)] INFO -- Disabling feature: ci_prevent_file_var_expansion_downstream_pipeline for scope "project: gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/upstream-project-with-file-variables-8865a6c262ca9b21"2340[Jul 28 2023 04:18:51 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: ci_prevent_file_var_expansion_downstream_pipeline2341 creates variable with file path in downstream pipelines and can read file variable content2342Govern2343 project vulnerability report2344[Jul 28 2023 04:18:51 UTC (QA Tests)] INFO -- Starting test: Govern project vulnerability report can successfully change status of a vulnerability in vulnerability details page2345[Jul 28 2023 04:18:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds2346[Jul 28 2023 04:18:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.17 seconds2347[Jul 28 2023 04:18:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-caeb3b3b5479e8fd' via api in 1.06 seconds2348[Jul 28 2023 04:18:52 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Greyhound vulnerability' via api in 0.26 seconds2349[Jul 28 2023 04:18:52 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Scenthound vulnerability' via api in 0.28 seconds2350[Jul 28 2023 04:18:53 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Spellbound vulnerability' via api in 0.27 seconds2351[Jul 28 2023 04:18:53 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Sonicsound vulnerability' via api in 0.25 seconds2352[Jul 28 2023 04:18:54 UTC (QA Tests)] INFO -- filling :login_field with "root"2353[Jul 28 2023 04:18:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2354[Jul 28 2023 04:18:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"2355[Jul 28 2023 04:18:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2356[Jul 28 2023 04:18:55 UTC (QA Tests)] INFO -- clicking :sign_in_button2357[Jul 28 2023 04:18:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.246s2358[Jul 28 2023 04:18:56 UTC (QA Tests)] INFO -- Enabling super sidebar!2359[Jul 28 2023 04:18:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled2360[Jul 28 2023 04:18:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-caeb3b3b5479e8fd2361[Jul 28 2023 04:19:00 UTC (QA Tests)] INFO -- clicking :menu_section_button2362[Jul 28 2023 04:19:00 UTC (QA Tests)] INFO -- clicking :nav_item_link2363[Jul 28 2023 04:19:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.001s2364[Jul 28 2023 04:19:01 UTC (QA Tests)] INFO -- clicking :vulnerability2365[Jul 28 2023 04:19:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element vulnerability' took 0.96s2366[Jul 28 2023 04:19:02 UTC (QA Tests)] INFO -- clicking :vulnerability_status_dropdown2367[Jul 28 2023 04:19:02 UTC (QA Tests)] INFO -- clicking :resolved2368[Jul 28 2023 04:19:03 UTC (QA Tests)] INFO -- clicking :vulnerability_save_status_button2369[Jul 28 2023 04:19:03 UTC (QA Tests)] INFO -- clicking :nav_item_link2370[Jul 28 2023 04:19:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.001s2371[Jul 28 2023 04:19:05 UTC (QA Tests)] ERROR -- Interceptor Api Errors2372[-1] POST /api/graphql -- Correlation Id: Correlation Id not found2373 can successfully change status of a vulnerability in vulnerability details page2374[Jul 28 2023 04:19:05 UTC (QA Tests)] INFO -- Starting test: Govern project vulnerability report can successfully bulk change status to confirmed in vulnerability report2375[Jul 28 2023 04:19:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2376[Jul 28 2023 04:19:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.19 seconds2377[Jul 28 2023 04:19:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-adba6aa02030799d' via api in 1.09 seconds2378[Jul 28 2023 04:19:06 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Greyhound vulnerability' via api in 0.31 seconds2379[Jul 28 2023 04:19:07 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Scenthound vulnerability' via api in 0.28 seconds2380[Jul 28 2023 04:19:07 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Spellbound vulnerability' via api in 0.24 seconds2381[Jul 28 2023 04:19:07 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Sonicsound vulnerability' via api in 0.24 seconds2382[Jul 28 2023 04:19:08 UTC (QA Tests)] INFO -- filling :login_field with "root"2383[Jul 28 2023 04:19:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2384[Jul 28 2023 04:19:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"2385[Jul 28 2023 04:19:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2386[Jul 28 2023 04:19:09 UTC (QA Tests)] INFO -- clicking :sign_in_button2387[Jul 28 2023 04:19:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.226s2388[Jul 28 2023 04:19:10 UTC (QA Tests)] INFO -- Enabling super sidebar!2389[Jul 28 2023 04:19:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled2390[Jul 28 2023 04:19:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-adba6aa02030799d2391[Jul 28 2023 04:19:14 UTC (QA Tests)] INFO -- clicking :menu_section_button2392[Jul 28 2023 04:19:14 UTC (QA Tests)] INFO -- clicking :nav_item_link2393[Jul 28 2023 04:19:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.981s2394[Jul 28 2023 04:19:16 UTC (QA Tests)] INFO -- checking via JS :vulnerability_checkbox_all with args {}2395[Jul 28 2023 04:19:16 UTC (QA Tests)] INFO -- clicking :status_listbox2396[Jul 28 2023 04:19:16 UTC (QA Tests)] INFO -- clicking :listbox-item-confirmed2397[Jul 28 2023 04:19:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? change_status_comment_textbox' took 3.045s2398[Jul 28 2023 04:19:21 UTC (QA Tests)] INFO -- clicking :status_listbox2399[Jul 28 2023 04:19:21 UTC (QA Tests)] INFO -- clicking :listbox-item-confirmed2400[Jul 28 2023 04:19:21 UTC (QA Tests)] INFO -- filling :change_status_comment_textbox with "E2E Test"2401[Jul 28 2023 04:19:21 UTC (QA Tests)] INFO -- clicking the coordinates of :change_status_comment_textbox2402[Jul 28 2023 04:19:22 UTC (QA Tests)] INFO -- clicking :change_status_button2403[Jul 28 2023 04:19:23 UTC (QA Tests)] ERROR -- Interceptor Api Errors2404[-1] POST /api/graphql -- Correlation Id: Correlation Id not found2405 can successfully bulk change status to confirmed in vulnerability report2406[Jul 28 2023 04:19:23 UTC (QA Tests)] INFO -- Starting test: Govern project vulnerability report can bulk dismiss vulnerabilities as false positive in vulnerability report2407[Jul 28 2023 04:19:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2408[Jul 28 2023 04:19:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.19 seconds2409[Jul 28 2023 04:19:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-d6fc21bf719fd62d' via api in 1.17 seconds2410[Jul 28 2023 04:19:25 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Greyhound vulnerability' via api in 0.3 seconds2411[Jul 28 2023 04:19:25 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Scenthound vulnerability' via api in 0.27 seconds2412[Jul 28 2023 04:19:25 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Spellbound vulnerability' via api in 0.24 seconds2413[Jul 28 2023 04:19:25 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Sonicsound vulnerability' via api in 0.24 seconds2414[Jul 28 2023 04:19:26 UTC (QA Tests)] INFO -- filling :login_field with "root"2415[Jul 28 2023 04:19:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2416[Jul 28 2023 04:19:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"2417[Jul 28 2023 04:19:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2418[Jul 28 2023 04:19:27 UTC (QA Tests)] INFO -- clicking :sign_in_button2419[Jul 28 2023 04:19:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.272s2420[Jul 28 2023 04:19:29 UTC (QA Tests)] INFO -- Enabling super sidebar!2421[Jul 28 2023 04:19:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled2422[Jul 28 2023 04:19:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-d6fc21bf719fd62d2423[Jul 28 2023 04:19:32 UTC (QA Tests)] INFO -- clicking :menu_section_button2424[Jul 28 2023 04:19:32 UTC (QA Tests)] INFO -- clicking :nav_item_link2425[Jul 28 2023 04:19:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.965s2426[Jul 28 2023 04:19:34 UTC (QA Tests)] INFO -- checking via JS :vulnerability_checkbox_all with args {}2427[Jul 28 2023 04:19:34 UTC (QA Tests)] INFO -- clicking :status_listbox2428[Jul 28 2023 04:19:34 UTC (QA Tests)] INFO -- clicking :listbox-item-dismissed2429[Jul 28 2023 04:19:34 UTC (QA Tests)] INFO -- clicking :dismissal_reason_listbox2430[Jul 28 2023 04:19:34 UTC (QA Tests)] INFO -- clicking :listbox-item-not_applicable2431[Jul 28 2023 04:19:34 UTC (QA Tests)] INFO -- filling :change_status_comment_textbox with "E2E Test"2432[Jul 28 2023 04:19:34 UTC (QA Tests)] INFO -- clicking the coordinates of :change_status_comment_textbox2433[Jul 28 2023 04:19:35 UTC (QA Tests)] INFO -- clicking :change_status_button2434[Jul 28 2023 04:19:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? vulnerability' took 11.024s2435[Jul 28 2023 04:19:56 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-secure-d6fc21bf719fd62d/-/security/vulnerability_report/?state=DISMISSED2436[Jul 28 2023 04:19:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.235s2437 can bulk dismiss vulnerabilities as false positive in vulnerability report2438Verify2439 Parent-child pipelines independent relationship2440[Jul 28 2023 04:19:58 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipelines passes if child passes2441[Jul 28 2023 04:19:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2442[Jul 28 2023 04:19:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.21 seconds2443[Jul 28 2023 04:19:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/pipeline-independent-relationship-0deaa657ae1c4857' via api in 0.77 seconds2444[Jul 28 2023 04:19:59 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2445[Jul 28 2023 04:19:59 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2446[Jul 28 2023 04:19:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2447[Jul 28 2023 04:19:59 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-0deaa657ae1c4857 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-0deaa657ae1c4857 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name pipeline-independent-relationship-0deaa657ae1c4857 --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list pipeline-independent-relationship-0deaa657ae1c4857 --executor shell && gitlab-runner run" `2448[Jul 28 2023 04:20:00 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-0deaa657ae1c4857`2449[Jul 28 2023 04:20:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2450[Jul 28 2023 04:20:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-0deaa657ae1c4857' via api in 1.31 seconds2451[Jul 28 2023 04:20:01 UTC (QA Tests)] INFO -- filling :login_field with "root"2452[Jul 28 2023 04:20:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2453[Jul 28 2023 04:20:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"2454[Jul 28 2023 04:20:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2455[Jul 28 2023 04:20:02 UTC (QA Tests)] INFO -- clicking :sign_in_button2456[Jul 28 2023 04:20:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.272s2457[Jul 28 2023 04:20:04 UTC (QA Tests)] INFO -- Enabling super sidebar!2458[Jul 28 2023 04:20:04 UTC (QA Tests)] INFO -- Super sidebar is already enabled2459[Jul 28 2023 04:20:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds2460[Jul 28 2023 04:20:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/pipeline-independent-relationship-0deaa657ae1c48572461[Jul 28 2023 04:20:08 UTC (QA Tests)] INFO -- clicking :menu_section_button2462[Jul 28 2023 04:20:08 UTC (QA Tests)] INFO -- clicking :nav_item_link2463[Jul 28 2023 04:20:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.957s2464[Jul 28 2023 04:20:10 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments2465[Jul 28 2023 04:20:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-0deaa657ae1c4857'2466[Jul 28 2023 04:20:23 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-0deaa657ae1c4857`2467 parent pipelines passes if child passes2468[Jul 28 2023 04:20:23 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipeline passes even if child fails2469[Jul 28 2023 04:20:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2470[Jul 28 2023 04:20:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds2471[Jul 28 2023 04:20:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/pipeline-independent-relationship-d19df4af5b42f72f' via api in 0.79 seconds2472[Jul 28 2023 04:20:24 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2473[Jul 28 2023 04:20:24 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2474[Jul 28 2023 04:20:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2475[Jul 28 2023 04:20:30 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-d19df4af5b42f72f --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-d19df4af5b42f72f sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name pipeline-independent-relationship-d19df4af5b42f72f --url http://gitlab-ee-8c2f0047.test --registration-token **** --tag-list pipeline-independent-relationship-d19df4af5b42f72f --executor shell && gitlab-runner run" `2476[Jul 28 2023 04:20:30 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-d19df4af5b42f72f`2477[Jul 28 2023 04:20:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2478[Jul 28 2023 04:20:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-d19df4af5b42f72f' via api in 6.31 seconds2479[Jul 28 2023 04:20:31 UTC (QA Tests)] INFO -- filling :login_field with "root"2480[Jul 28 2023 04:20:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2481[Jul 28 2023 04:20:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"2482[Jul 28 2023 04:20:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2483[Jul 28 2023 04:20:32 UTC (QA Tests)] INFO -- clicking :sign_in_button2484[Jul 28 2023 04:20:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.26s2485[Jul 28 2023 04:20:34 UTC (QA Tests)] INFO -- Enabling super sidebar!2486[Jul 28 2023 04:20:34 UTC (QA Tests)] INFO -- Super sidebar is already enabled2487[Jul 28 2023 04:20:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds2488[Jul 28 2023 04:20:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/pipeline-independent-relationship-d19df4af5b42f72f2489[Jul 28 2023 04:20:38 UTC (QA Tests)] INFO -- clicking :menu_section_button2490[Jul 28 2023 04:20:38 UTC (QA Tests)] INFO -- clicking :nav_item_link2491[Jul 28 2023 04:20:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.911s2492[Jul 28 2023 04:20:41 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments2493[Jul 28 2023 04:20:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-d19df4af5b42f72f'2494[Jul 28 2023 04:20:41 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-d19df4af5b42f72f`2495 parent pipeline passes even if child fails2496Create2497 File management2498[Jul 28 2023 04:20:41 UTC (QA Tests)] INFO -- Starting test: Create File management user creates a file via the Web2499[Jul 28 2023 04:20:42 UTC (QA Tests)] INFO -- filling :login_field with "root"2500[Jul 28 2023 04:20:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2501[Jul 28 2023 04:20:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"2502[Jul 28 2023 04:20:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2503[Jul 28 2023 04:20:43 UTC (QA Tests)] INFO -- clicking :sign_in_button2504[Jul 28 2023 04:20:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.248s2505[Jul 28 2023 04:20:45 UTC (QA Tests)] INFO -- Enabling super sidebar!2506[Jul 28 2023 04:20:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled2507[Jul 28 2023 04:20:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2508[Jul 28 2023 04:20:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.2 seconds2509[Jul 28 2023 04:20:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-new-file-750dc16e62c1a625' via api in 1.04 seconds2510[Jul 28 2023 04:20:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-new-file-750dc16e62c1a6252511[Jul 28 2023 04:20:49 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown2512[Jul 28 2023 04:20:49 UTC (QA Tests)] INFO -- clicking :new_file_menu_item2513[Jul 28 2023 04:20:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.06s2514[Jul 28 2023 04:20:50 UTC (QA Tests)] INFO -- filling :file_name_field with "QA Test - File name"2515[Jul 28 2023 04:20:50 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field2516[Jul 28 2023 04:20:51 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Create new file"2517[Jul 28 2023 04:20:51 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field2518[Jul 28 2023 04:20:52 UTC (QA Tests)] INFO -- clicking :commit_button2519[Jul 28 2023 04:20:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.25s2520[Jul 28 2023 04:20:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via browser_ui in 5.44 seconds2521[Jul 28 2023 04:20:53 UTC (QA Tests)] ERROR -- Interceptor Api Errors2522[200] POST http://gitlab-ee-8c2f0047.test/api/graphql -- Correlation Id: 01H6DBMR147TYFTY6DRS41K9M52523error-messages: Variable $refType of type RefType was provided invalid value2524 user creates a file via the Web2525Create2526 Multiple file snippet2527 behaves like adding file to snippet2528[Jul 28 2023 04:20:53 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like adding file to snippet adds second file to an existing personal_snippet to make it multi-file2529[Jul 28 2023 04:20:54 UTC (QA Tests)] INFO -- filling :login_field with "root"2530[Jul 28 2023 04:20:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2531[Jul 28 2023 04:20:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"2532[Jul 28 2023 04:20:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2533[Jul 28 2023 04:20:55 UTC (QA Tests)] INFO -- clicking :sign_in_button2534[Jul 28 2023 04:20:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.103s2535[Jul 28 2023 04:20:56 UTC (QA Tests)] INFO -- Enabling super sidebar!2536[Jul 28 2023 04:20:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled2537[Jul 28 2023 04:20:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '9' via api in 0.35 seconds2538[Jul 28 2023 04:20:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-8c2f0047.test/-/snippets/92539[Jul 28 2023 04:20:59 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present2540[Jul 28 2023 04:21:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.813s2541[Jul 28 2023 04:21:00 UTC (QA Tests)] INFO -- clicking :add_file_button2542[Jul 28 2023 04:21:00 UTC (QA Tests)] INFO -- filling :file_name_field with "Second file name"2543[Jul 28 2023 04:21:00 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field2544[Jul 28 2023 04:21:01 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button2545[Jul 28 2023 04:21:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.068s2546[Jul 28 2023 04:21:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.081s2547 adds second file to an existing personal_snippet to make it multi-file2548 behaves like adding file to snippet2549[Jul 28 2023 04:21:03 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like adding file to snippet adds second file to an existing project_snippet to make it multi-file2550[Jul 28 2023 04:21:03 UTC (QA Tests)] INFO -- filling :login_field with "root"2551[Jul 28 2023 04:21:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2552[Jul 28 2023 04:21:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"2553[Jul 28 2023 04:21:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2554[Jul 28 2023 04:21:04 UTC (QA Tests)] INFO -- clicking :sign_in_button2555[Jul 28 2023 04:21:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.195s2556[Jul 28 2023 04:21:06 UTC (QA Tests)] INFO -- Enabling super sidebar!2557[Jul 28 2023 04:21:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled2558[Jul 28 2023 04:21:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2559[Jul 28 2023 04:21:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.19 seconds2560[Jul 28 2023 04:21:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-snippets-f40f4e2e808a7904' via api in 0.82 seconds2561[Jul 28 2023 04:21:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '10' via api in 1.3 seconds2562[Jul 28 2023 04:21:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-snippets-f40f4e2e808a7904/-/snippets/102563[Jul 28 2023 04:21:10 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present2564[Jul 28 2023 04:21:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.148s2565[Jul 28 2023 04:21:11 UTC (QA Tests)] INFO -- clicking :add_file_button2566[Jul 28 2023 04:21:12 UTC (QA Tests)] INFO -- filling :file_name_field with "Second file name"2567[Jul 28 2023 04:21:12 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field2568[Jul 28 2023 04:21:12 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button2569[Jul 28 2023 04:21:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.356s2570[Jul 28 2023 04:21:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.368s2571 adds second file to an existing project_snippet to make it multi-file2572Create2573 Personal snippet creation2574[Jul 28 2023 04:21:14 UTC (QA Tests)] INFO -- Starting test: Create Personal snippet creation user creates a personal snippet2575[Jul 28 2023 04:21:15 UTC (QA Tests)] INFO -- filling :login_field with "root"2576[Jul 28 2023 04:21:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2577[Jul 28 2023 04:21:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"2578[Jul 28 2023 04:21:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2579[Jul 28 2023 04:21:16 UTC (QA Tests)] INFO -- clicking :sign_in_button2580[Jul 28 2023 04:21:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.241s2581[Jul 28 2023 04:21:18 UTC (QA Tests)] INFO -- Enabling super sidebar!2582[Jul 28 2023 04:21:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled2583[Jul 28 2023 04:21:20 UTC (QA Tests)] INFO -- clicking :new_menu_toggle2584[Jul 28 2023 04:21:20 UTC (QA Tests)] INFO -- clicking :create_menu_item2585[Jul 28 2023 04:21:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.716s2586[Jul 28 2023 04:21:20 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Snippet title"2587[Jul 28 2023 04:21:20 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field2588[Jul 28 2023 04:21:21 UTC (QA Tests)] INFO -- clicking :description_placeholder2589[Jul 28 2023 04:21:21 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"2590[Jul 28 2023 04:21:21 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field2591[Jul 28 2023 04:21:21 UTC (QA Tests)] INFO -- clicking :visibility_content2592[Jul 28 2023 04:21:22 UTC (QA Tests)] INFO -- filling :file_name_field with "ruby_file.rb"2593[Jul 28 2023 04:21:22 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field2594[Jul 28 2023 04:21:22 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button2595[Jul 28 2023 04:21:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.91s2596[Jul 28 2023 04:21:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 0.919s2597[Jul 28 2023 04:21:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '11' via browser_ui in 3.99 seconds2598[Jul 28 2023 04:21:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '11'2599 user creates a personal snippet2600Create2601 Repository tags2602 when protected2603 behaves like successful tag creation2604[Jul 28 2023 04:21:24 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when protected behaves like successful tag creation can be created by maintainer_user2605[Jul 28 2023 04:21:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2606[Jul 28 2023 04:21:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.19 seconds2607[Jul 28 2023 04:21:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-db9934d32702962b' via api in 1.01 seconds2608[Jul 28 2023 04:21:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds2609[Jul 28 2023 04:21:25 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-db9934d32702962b QA::Resource::Project2610[Jul 28 2023 04:21:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds2611[Jul 28 2023 04:21:26 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-db9934d32702962b QA::Resource::Project2612[Jul 28 2023 04:21:26 UTC (QA Tests)] INFO -- filling :login_field with "root"2613[Jul 28 2023 04:21:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2614[Jul 28 2023 04:21:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"2615[Jul 28 2023 04:21:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2616[Jul 28 2023 04:21:27 UTC (QA Tests)] INFO -- clicking :sign_in_button2617[Jul 28 2023 04:21:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.254s2618[Jul 28 2023 04:21:29 UTC (QA Tests)] INFO -- Enabling super sidebar!2619[Jul 28 2023 04:21:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled2620[Jul 28 2023 04:21:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-db9934d32702962b2621[Jul 28 2023 04:21:33 UTC (QA Tests)] INFO -- clicking :menu_section_button2622[Jul 28 2023 04:21:33 UTC (QA Tests)] INFO -- clicking :nav_item_link2623[Jul 28 2023 04:21:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.039s2624[Jul 28 2023 04:21:35 UTC (QA Tests)] INFO -- clicking :tags_dropdown2625[Jul 28 2023 04:21:36 UTC (QA Tests)] INFO -- clicking :access_levels_dropdown2626[Jul 28 2023 04:21:36 UTC (QA Tests)] INFO -- clicking :protect_tag_button2627[Jul 28 2023 04:21:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.045s2628[Jul 28 2023 04:21:39 UTC (QA Tests)] INFO -- clicking :user_avatar_content2629[Jul 28 2023 04:21:39 UTC (QA Tests)] INFO -- clicking :sign_out_link2630[Jul 28 2023 04:21:39 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"2631[Jul 28 2023 04:21:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2632[Jul 28 2023 04:21:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"2633[Jul 28 2023 04:21:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2634[Jul 28 2023 04:21:40 UTC (QA Tests)] INFO -- clicking :sign_in_button2635[Jul 28 2023 04:21:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.54s2636[Jul 28 2023 04:21:41 UTC (QA Tests)] INFO -- Enabling super sidebar!2637[Jul 28 2023 04:21:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled2638[Jul 28 2023 04:21:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-db9934d32702962b2639[Jul 28 2023 04:21:44 UTC (QA Tests)] INFO -- clicking :menu_section_button2640[Jul 28 2023 04:21:44 UTC (QA Tests)] INFO -- clicking :nav_item_link2641[Jul 28 2023 04:21:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.775s2642[Jul 28 2023 04:21:45 UTC (QA Tests)] INFO -- clicking :new_tag_button2643[Jul 28 2023 04:21:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.848s2644[Jul 28 2023 04:21:46 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"2645[Jul 28 2023 04:21:46 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field2646[Jul 28 2023 04:21:46 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"2647[Jul 28 2023 04:21:46 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field2648[Jul 28 2023 04:21:47 UTC (QA Tests)] INFO -- clicking :create_tag_button2649[Jul 28 2023 04:21:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 1.252s2650 can be created by maintainer_user2651 behaves like unsuccessful tag creation2652[Jul 28 2023 04:21:48 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when protected behaves like unsuccessful tag creation cannot be created by an unauthorized developer_user2653[Jul 28 2023 04:21:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2654[Jul 28 2023 04:21:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.2 seconds2655[Jul 28 2023 04:21:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-a7ff98f323d17d36' via api in 1.11 seconds2656[Jul 28 2023 04:21:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds2657[Jul 28 2023 04:21:50 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-a7ff98f323d17d36 QA::Resource::Project2658[Jul 28 2023 04:21:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds2659[Jul 28 2023 04:21:50 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-a7ff98f323d17d36 QA::Resource::Project2660[Jul 28 2023 04:21:51 UTC (QA Tests)] INFO -- filling :login_field with "root"2661[Jul 28 2023 04:21:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2662[Jul 28 2023 04:21:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"2663[Jul 28 2023 04:21:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2664[Jul 28 2023 04:21:51 UTC (QA Tests)] INFO -- clicking :sign_in_button2665[Jul 28 2023 04:21:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.266s2666[Jul 28 2023 04:21:53 UTC (QA Tests)] INFO -- Enabling super sidebar!2667[Jul 28 2023 04:21:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled2668[Jul 28 2023 04:21:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-a7ff98f323d17d362669[Jul 28 2023 04:21:57 UTC (QA Tests)] INFO -- clicking :menu_section_button2670[Jul 28 2023 04:21:57 UTC (QA Tests)] INFO -- clicking :nav_item_link2671[Jul 28 2023 04:21:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.227s2672[Jul 28 2023 04:22:00 UTC (QA Tests)] INFO -- clicking :tags_dropdown2673[Jul 28 2023 04:22:00 UTC (QA Tests)] INFO -- clicking :access_levels_dropdown2674[Jul 28 2023 04:22:00 UTC (QA Tests)] INFO -- clicking :protect_tag_button2675[Jul 28 2023 04:22:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.031s2676[Jul 28 2023 04:22:03 UTC (QA Tests)] INFO -- clicking :user_avatar_content2677[Jul 28 2023 04:22:03 UTC (QA Tests)] INFO -- clicking :sign_out_link2678[Jul 28 2023 04:22:03 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2679[Jul 28 2023 04:22:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2680[Jul 28 2023 04:22:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"2681[Jul 28 2023 04:22:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2682[Jul 28 2023 04:22:04 UTC (QA Tests)] INFO -- clicking :sign_in_button2683[Jul 28 2023 04:22:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.759s2684[Jul 28 2023 04:22:05 UTC (QA Tests)] INFO -- Enabling super sidebar!2685[Jul 28 2023 04:22:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled2686[Jul 28 2023 04:22:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-a7ff98f323d17d362687[Jul 28 2023 04:22:09 UTC (QA Tests)] INFO -- clicking :menu_section_button2688[Jul 28 2023 04:22:09 UTC (QA Tests)] INFO -- clicking :nav_item_link2689[Jul 28 2023 04:22:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.702s2690[Jul 28 2023 04:22:09 UTC (QA Tests)] INFO -- clicking :new_tag_button2691[Jul 28 2023 04:22:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.693s2692[Jul 28 2023 04:22:10 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"2693[Jul 28 2023 04:22:10 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field2694[Jul 28 2023 04:22:11 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"2695[Jul 28 2023 04:22:11 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field2696[Jul 28 2023 04:22:11 UTC (QA Tests)] INFO -- clicking :create_tag_button2697 cannot be created by an unauthorized developer_user2698 when not protected2699 behaves like successful tag creation2700[Jul 28 2023 04:22:12 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when not protected behaves like successful tag creation can be created by maintainer_user2701[Jul 28 2023 04:22:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2702[Jul 28 2023 04:22:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.19 seconds2703[Jul 28 2023 04:22:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-62c9fb6e31b594ae' via api in 1.12 seconds2704[Jul 28 2023 04:22:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds2705[Jul 28 2023 04:22:13 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-62c9fb6e31b594ae QA::Resource::Project2706[Jul 28 2023 04:22:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.12 seconds2707[Jul 28 2023 04:22:14 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-62c9fb6e31b594ae QA::Resource::Project2708[Jul 28 2023 04:22:14 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"2709[Jul 28 2023 04:22:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2710[Jul 28 2023 04:22:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"2711[Jul 28 2023 04:22:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2712[Jul 28 2023 04:22:15 UTC (QA Tests)] INFO -- clicking :sign_in_button2713[Jul 28 2023 04:22:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.521s2714[Jul 28 2023 04:22:16 UTC (QA Tests)] INFO -- Enabling super sidebar!2715[Jul 28 2023 04:22:16 UTC (QA Tests)] INFO -- Super sidebar is already enabled2716[Jul 28 2023 04:22:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-62c9fb6e31b594ae2717[Jul 28 2023 04:22:19 UTC (QA Tests)] INFO -- clicking :menu_section_button2718[Jul 28 2023 04:22:19 UTC (QA Tests)] INFO -- clicking :nav_item_link2719[Jul 28 2023 04:22:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.741s2720[Jul 28 2023 04:22:20 UTC (QA Tests)] INFO -- clicking :new_tag_button2721[Jul 28 2023 04:22:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.718s2722[Jul 28 2023 04:22:21 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"2723[Jul 28 2023 04:22:21 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field2724[Jul 28 2023 04:22:21 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"2725[Jul 28 2023 04:22:21 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field2726[Jul 28 2023 04:22:22 UTC (QA Tests)] INFO -- clicking :create_tag_button2727[Jul 28 2023 04:22:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 1.102s2728 can be created by maintainer_user2729 behaves like successful tag creation2730[Jul 28 2023 04:22:23 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when not protected behaves like successful tag creation can be created by developer_user2731[Jul 28 2023 04:22:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2732[Jul 28 2023 04:22:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.2 seconds2733[Jul 28 2023 04:22:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-86d7b954c7ae01a6' via api in 1.28 seconds2734[Jul 28 2023 04:22:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds2735[Jul 28 2023 04:22:24 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-86d7b954c7ae01a6 QA::Resource::Project2736[Jul 28 2023 04:22:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds2737[Jul 28 2023 04:22:25 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-86d7b954c7ae01a6 QA::Resource::Project2738[Jul 28 2023 04:22:26 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2739[Jul 28 2023 04:22:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2740[Jul 28 2023 04:22:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"2741[Jul 28 2023 04:22:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2742[Jul 28 2023 04:22:26 UTC (QA Tests)] INFO -- clicking :sign_in_button2743[Jul 28 2023 04:22:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.855s2744[Jul 28 2023 04:22:28 UTC (QA Tests)] INFO -- Enabling super sidebar!2745[Jul 28 2023 04:22:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled2746[Jul 28 2023 04:22:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-tags-86d7b954c7ae01a62747[Jul 28 2023 04:22:31 UTC (QA Tests)] INFO -- clicking :menu_section_button2748[Jul 28 2023 04:22:31 UTC (QA Tests)] INFO -- clicking :nav_item_link2749[Jul 28 2023 04:22:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.7s2750[Jul 28 2023 04:22:32 UTC (QA Tests)] INFO -- clicking :new_tag_button2751[Jul 28 2023 04:22:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.628s2752[Jul 28 2023 04:22:32 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"2753[Jul 28 2023 04:22:32 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field2754[Jul 28 2023 04:22:33 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"2755[Jul 28 2023 04:22:33 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field2756[Jul 28 2023 04:22:33 UTC (QA Tests)] INFO -- clicking :create_tag_button2757[Jul 28 2023 04:22:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 1.115s2758 can be created by developer_user2759Fulfillment2760 Purchase CI minutes2761 with existing CI minutes packs2762 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)2763 without active subscription2764 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)2765 with an active subscription2766 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)2767Create2768 Link to line in Web IDE2769[Jul 28 2023 04:22:35 UTC (QA Tests)] INFO -- Starting test: Create Link to line in Web IDE can link to a specific line of code in Web IDE2770[Jul 28 2023 04:22:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2771[Jul 28 2023 04:22:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds2772[Jul 28 2023 04:22:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/the_awesome_project-e1976e1fff7e487b' via api in 6.14 seconds2773[Jul 28 2023 04:22:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/the_awesome_project-e1976e1fff7e487b'2774 can link to a specific line of code in Web IDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)2775Create2776 Git clone over HTTP2777[Jul 28 2023 04:22:41 UTC (QA Tests)] INFO -- Starting test: Create Git clone over HTTP user performs a deep clone2778[Jul 28 2023 04:22:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2779[Jul 28 2023 04:22:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.2 seconds2780[Jul 28 2023 04:22:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-code-3e389948610841c5' via api in 0.75 seconds2781[Jul 28 2023 04:22:43 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"2782 user performs a deep clone2783[Jul 28 2023 04:22:44 UTC (QA Tests)] INFO -- Starting test: Create Git clone over HTTP user performs a shallow clone2784[Jul 28 2023 04:22:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2785[Jul 28 2023 04:22:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.19 seconds2786[Jul 28 2023 04:22:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-with-code-5f6304b3516b4777' via api in 0.77 seconds2787[Jul 28 2023 04:22:46 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"2788 user performs a shallow clone2789Plan2790 Related issues2791[Jul 28 2023 04:22:46 UTC (QA Tests)] INFO -- Starting test: Plan Related issues relates and unrelates one issue to/from another2792[Jul 28 2023 04:22:47 UTC (QA Tests)] INFO -- filling :login_field with "root"2793[Jul 28 2023 04:22:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2794[Jul 28 2023 04:22:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"2795[Jul 28 2023 04:22:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2796[Jul 28 2023 04:22:48 UTC (QA Tests)] INFO -- clicking :sign_in_button2797[Jul 28 2023 04:22:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.271s2798[Jul 28 2023 04:22:50 UTC (QA Tests)] INFO -- Enabling super sidebar!2799[Jul 28 2023 04:22:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled2800[Jul 28 2023 04:22:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2801[Jul 28 2023 04:22:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds2802[Jul 28 2023 04:22:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-to-test-related-issues-9db7c9011d11b485' via api in 0.72 seconds2803[Jul 28 2023 04:22:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '18' via api in 0.25 seconds2804[Jul 28 2023 04:22:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-to-test-related-issues-9db7c9011d11b485/-/issues/12805[Jul 28 2023 04:22:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '19' via api in 0.23 seconds2806[Jul 28 2023 04:22:55 UTC (QA Tests)] INFO -- clicking :related_issues_plus_button2807[Jul 28 2023 04:22:55 UTC (QA Tests)] INFO -- filling :add_issue_field with "http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-to-test-related-issues-9db7c9011d11b485/-/issues/2"2808[Jul 28 2023 04:22:55 UTC (QA Tests)] INFO -- clicking the coordinates of :add_issue_field2809[Jul 28 2023 04:22:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.663s2810[Jul 28 2023 04:22:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element related_issuable_content' took 0.685s2811[Jul 28 2023 04:22:57 UTC (QA Tests)] INFO -- clicking :remove_related_issue_button2812[Jul 28 2023 04:22:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.77s2813[Jul 28 2023 04:22:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? remove_related_issue_button' took 0.778s2814 relates and unrelates one issue to/from another2815Plan2816 issue suggestions2817[Jul 28 2023 04:22:58 UTC (QA Tests)] INFO -- Starting test: Plan issue suggestions shows issue suggestions when creating a new issue2818[Jul 28 2023 04:22:58 UTC (QA Tests)] INFO -- filling :login_field with "root"2819[Jul 28 2023 04:22:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2820[Jul 28 2023 04:22:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"2821[Jul 28 2023 04:22:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2822[Jul 28 2023 04:22:59 UTC (QA Tests)] INFO -- clicking :sign_in_button2823[Jul 28 2023 04:23:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.18s2824[Jul 28 2023 04:23:01 UTC (QA Tests)] INFO -- Enabling super sidebar!2825[Jul 28 2023 04:23:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled2826[Jul 28 2023 04:23:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2827[Jul 28 2023 04:23:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.18 seconds2828[Jul 28 2023 04:23:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-issues-1bd0656ec43945aa' via api in 0.69 seconds2829[Jul 28 2023 04:23:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '20' via api in 0.92 seconds2830[Jul 28 2023 04:23:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/project-for-issues-1bd0656ec43945aa2831[Jul 28 2023 04:23:05 UTC (QA Tests)] INFO -- clicking :new_menu_toggle2832[Jul 28 2023 04:23:05 UTC (QA Tests)] INFO -- clicking :create_menu_item2833[Jul 28 2023 04:23:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.064s2834[Jul 28 2023 04:23:06 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "issue"2835[Jul 28 2023 04:23:06 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field2836[Jul 28 2023 04:23:08 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue Board"2837[Jul 28 2023 04:23:08 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field2838 shows issue suggestions when creating a new issue2839Plan2840 check xss occurence in @mentions in issues2841[Jul 28 2023 04:23:09 UTC (QA Tests)] INFO -- Starting test: Plan check xss occurence in @mentions in issues mentions a user in a comment2842[Jul 28 2023 04:23:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-cbfb90d95566e5a7' via api in 0.26 seconds2843[Jul 28 2023 04:23:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2844[Jul 28 2023 04:23:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074' via api in 0.19 seconds2845[Jul 28 2023 04:23:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/xss-test-for-mentions-project-71ad56941c9539d6' via api in 0.74 seconds2846[Jul 28 2023 04:23:11 UTC (QA Tests)] INFO -- filling :login_field with "root"2847[Jul 28 2023 04:23:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2848[Jul 28 2023 04:23:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"2849[Jul 28 2023 04:23:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2850[Jul 28 2023 04:23:12 UTC (QA Tests)] INFO -- clicking :sign_in_button2851[Jul 28 2023 04:23:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.196s2852[Jul 28 2023 04:23:13 UTC (QA Tests)] INFO -- Enabling super sidebar!2853[Jul 28 2023 04:23:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled2854[Jul 28 2023 04:23:15 UTC (QA Tests)] INFO -- Adding user qa-user-cbfb90d95566e5a7 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/xss-test-for-mentions-project-71ad56941c9539d6 QA::Resource::Project2855[Jul 28 2023 04:23:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '21' via api in 0.25 seconds2856[Jul 28 2023 04:23:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-53-02-6031b741c20e3074/xss-test-for-mentions-project-71ad56941c9539d6/-/issues/12857[Jul 28 2023 04:23:18 UTC (QA Tests)] INFO -- clicking :issue_title2858[Jul 28 2023 04:23:18 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown2859[Jul 28 2023 04:23:18 UTC (QA Tests)] INFO -- clicking :issue_title2860[Jul 28 2023 04:23:18 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown2861[Jul 28 2023 04:23:18 UTC (QA Tests)] INFO -- filling :comment_field with "cc-ing you here @qa-user-cbfb90d95566e5a72862"2863[Jul 28 2023 04:23:18 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field2864[Jul 28 2023 04:23:19 UTC (QA Tests)] INFO -- clicking :comment_button2865[Jul 28 2023 04:23:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-cbfb90d95566e5a7'2866 mentions a user in a comment2867Data Stores2868 Project transfer between groups2869[Jul 28 2023 04:23:20 UTC (QA Tests)] INFO -- Starting test: Data Stores Project transfer between groups user transfers a project between groups2870[Jul 28 2023 04:23:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2871[Jul 28 2023 04:23:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/target-group-for-transfer_ed401f10d7fdfecd' via api in 0.41 seconds2872[Jul 28 2023 04:23:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2873[Jul 28 2023 04:23:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/source-group-6dd86d1a065ab2c3' via api in 0.4 seconds2874[Jul 28 2023 04:23:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/source-group-6dd86d1a065ab2c3/transfer-project-99eecff6aa80b39e' via api in 0.44 seconds2875[Jul 28 2023 04:23:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds2876[Jul 28 2023 04:23:22 UTC (QA Tests)] INFO -- filling :login_field with "root"2877[Jul 28 2023 04:23:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2878[Jul 28 2023 04:23:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"2879[Jul 28 2023 04:23:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2880[Jul 28 2023 04:23:23 UTC (QA Tests)] INFO -- clicking :sign_in_button2881[Jul 28 2023 04:23:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.253s2882[Jul 28 2023 04:23:25 UTC (QA Tests)] INFO -- Enabling super sidebar!2883[Jul 28 2023 04:23:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled2884[Jul 28 2023 04:23:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-8c2f0047.test/gitlab-qa-sandbox-group-6/source-group-6dd86d1a065ab2c3/transfer-project-99eecff6aa80b39e2885[Jul 28 2023 04:23:28 UTC (QA Tests)] INFO -- clicking :menu_section_button2886[Jul 28 2023 04:23:28 UTC (QA Tests)] INFO -- clicking :nav_item_link2887[Jul 28 2023 04:23:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.151s2888[Jul 28 2023 04:23:31 UTC (QA Tests)] INFO -- Transferring project: transfer-project-99eecff6aa80b39e to namespace: gitlab-qa-sandbox-group-6/target-group-for-transfer_ed401f10d7fdfecd2889[Jul 28 2023 04:23:31 UTC (QA Tests)] INFO -- scrolling to :[data-testid="transfer_project_content"],[data-testid="transfer-project-content"],[data-qa-selector="transfer_project_content"],.qa-transfer-project-content2890[Jul 28 2023 04:23:31 UTC (QA Tests)] INFO -- clicking :namespaces_list2891[Jul 28 2023 04:23:31 UTC (QA Tests)] INFO -- filling :namespaces_list_search with "gitlab-qa-sandbox-group-6 / target-group-for-transfer_ed401f10d7fdfecd"2892[Jul 28 2023 04:23:31 UTC (QA Tests)] INFO -- clicking the coordinates of :namespaces_list_search2893[Jul 28 2023 04:23:32 UTC (QA Tests)] INFO -- clicking :transfer_project_button2894[Jul 28 2023 04:23:32 UTC (QA Tests)] INFO -- filling :confirm_danger_field with "transfer-project-99eecff6aa80b39e"2895[Jul 28 2023 04:23:32 UTC (QA Tests)] INFO -- clicking the coordinates of :confirm_danger_field2896[Jul 28 2023 04:23:33 UTC (QA Tests)] INFO -- clicking :confirm_danger_modal_button2897[Jul 28 2023 04:23:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_danger_modal_button' took 1.643s2898[Jul 28 2023 04:23:34 UTC (QA Tests)] INFO -- clicking :nav_item_link2899[Jul 28 2023 04:23:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.23s2900 user transfers a project between groups2901[Jul 28 2023 04:23:36 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:2902{2903 "qa/specs/features/browser_ui/1_manage/login/2fa_ssh_recovery_spec.rb": 62.34530764400006,2904 "qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb": 5.66744689799998,2905 "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_spec.rb": 16.382940715999894,2906 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configurable_issue_board_spec.rb": 9.897903599000074,2907 "qa/specs/features/browser_ui/3_create/repository/branch_with_unusual_name_spec.rb": 10.603050813999971,2908 "qa/specs/features/browser_ui/3_create/snippet/snippet_index_page_spec.rb": 21.818983664999905,2909 "qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb": 19.272389770000018,2910 "qa/specs/features/ee/browser_ui/10_govern/scan_result_policy_vulnerabilities_spec.rb": 40.71728882000002,2911 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configure_issue_board_by_label_spec.rb": 12.288423580999961,2912 "qa/specs/features/ee/api/2_plan/epics_milestone_dates_spec.rb": 10.387878040000032,2913 "qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb": 42.488451493000184,2914 "qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb": 51.38213388600002,2915 "qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb": 31.220747971000037,2916 "qa/specs/features/browser_ui/3_create/merge_request/squash_merge_request_spec.rb": 22.495599911,2917 "qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb": 6.423780324000063,2918 "qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb": 12.732181783999977,2919 "qa/specs/features/api/3_create/merge_request/push_options_remove_source_branch_spec.rb": 13.826792752999836,2920 "qa/specs/features/ee/browser_ui/3_create/repository/push_rules_spec.rb": 80.15540123599999,2921 "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_file_upload_spec.rb": 13.19921618100011,2922 "qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb": 21.336189491999903,2923 "qa/specs/features/ee/browser_ui/10_govern/security_reports_spec.rb": 162.26185814699988,2924 "qa/specs/features/browser_ui/1_manage/login/register_spec.rb": 249.99214061400016,2925 "qa/specs/features/browser_ui/9_data_stores/project/add_project_member_spec.rb": 13.623129269999936,2926 "qa/specs/features/browser_ui/3_create/web_ide/upload_new_file_in_web_ide_spec.rb": 53.55792214700023,2927 "qa/specs/features/browser_ui/3_create/repository/push_protected_branch_spec.rb": 18.355709339999976,2928 "qa/specs/features/api/2_plan/closes_issue_via_pushing_a_commit_spec.rb": 5.151560238999991,2929 "qa/specs/features/browser_ui/5_package/package_registry/maven_gradle_repository_spec.rb": 143.4544959929999,2930 "qa/specs/features/ee/browser_ui/2_plan/group_wiki/create_group_wiki_page_spec.rb": 22.895829306999985,2931 "qa/specs/features/browser_ui/3_create/snippet/add_comment_to_snippet_spec.rb": 30.493664985000123,2932 "qa/specs/features/browser_ui/2_plan/milestone/assign_milestone_spec.rb": 48.71147034999967,2933 "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb": 67.94297722800002,2934 "qa/specs/features/ee/browser_ui/2_plan/issues_analytics/issues_analytics_spec.rb": 14.833565724999971,2935 "qa/specs/features/browser_ui/5_package/package_registry/maven/maven_project_level_spec.rb": 136.7132845860001,2936 "qa/specs/features/browser_ui/3_create/merge_request/revert/revert_commit_spec.rb": 25.408461851000084,2937 "qa/specs/features/ee/browser_ui/10_govern/fix_vulnerability_workflow_spec.rb": 82.61724180100009,2938 "qa/specs/features/api/4_verify/file_variable_downstream_pipeline_spec.rb": 39.33185751700012,2939 "qa/specs/features/ee/browser_ui/10_govern/change_vulnerability_status_spec.rb": 67.27905696500011,2940 "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb": 43.2727036010001,2941 "qa/specs/features/browser_ui/3_create/repository/file/create_file_via_web_spec.rb": 11.93080031799991,2942 "qa/specs/features/browser_ui/3_create/snippet/add_file_to_snippet_spec.rb": 21.07739059100004,2943 "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb": 9.694406586999776,2944 "qa/specs/features/browser_ui/3_create/repository/protected_tags_spec.rb": 70.49699416099975,2945 "qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb": 6.485483004999878,2946 "qa/specs/features/browser_ui/3_create/repository/clone_spec.rb": 5.251156081999852,2947 "qa/specs/features/browser_ui/2_plan/related_issues/related_issues_spec.rb": 11.531749425000271,2948 "qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb": 11.496656398000141,2949 "qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb": 10.127506218000235,2950 "qa/specs/features/browser_ui/9_data_stores/group/transfer_project_spec.rb": 16.4638979130004372951}2952[Jul 28 2023 04:23:36 UTC (QA Tests)] INFO -- 2953Knapsack global time execution for tests: 31m 45s2954Pending: (Failures listed here are expected and do not affect your suite's status)2955 1) Plan Dora Metrics with project metrics behaves like dora metrics api endpoint returns correct metrics2956 # Test is not compatible with this environment or pipeline2957 # ./qa/specs/features/ee/api/2_plan/analytics/dora_metrics_spec.rb:102958 2) Plan Dora Metrics with group metrics behaves like dora metrics api endpoint returns correct metrics2959 # Test is not compatible with this environment or pipeline2960 # ./qa/specs/features/ee/api/2_plan/analytics/dora_metrics_spec.rb:102961 3) ModelOps Suggested Reviewers suggests reviewers2962 # Test is not compatible with this environment or pipeline2963 # ./qa/specs/features/ee/browser_ui/14_model_ops/suggested_reviewer_spec.rb:482964 4) Framework sanity Version check is the specified version2965 # Test is not compatible with this environment or pipeline2966 # ./qa/specs/features/sanity/version_spec.rb:152967 5) Govern Instance audit event streaming when a group is created behaves like streamed events received by an external server2968 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4168212969 # ./qa/specs/features/ee/api/10_govern/instance_audit_event_streaming_spec.rb:592970 6) Govern Instance audit event streaming when a project is created behaves like streamed events received by an external server2971 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4168212972 # ./qa/specs/features/ee/api/10_govern/instance_audit_event_streaming_spec.rb:592973 7) Govern Instance audit event streaming when a user is created behaves like streamed events received by an external server2974 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4168212975 # ./qa/specs/features/ee/api/10_govern/instance_audit_event_streaming_spec.rb:592976 8) Govern Instance audit event streaming when a repository is cloned via SSH behaves like streamed events received by an external server2977 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4168212978 # ./qa/specs/features/ee/api/10_govern/instance_audit_event_streaming_spec.rb:592979 9) Create Git push to canary Gitaly node over HTTP pushes to a project using a canary specific Gitaly repository storage2980 # Test is not compatible with this environment or pipeline2981 # ./qa/specs/features/browser_ui/3_create/repository/push_to_canary_gitaly_spec.rb:62982 10) Fulfillment Utilization in usage quotas storage tab for free plan with a project shows correct used up storage for namespace2983 # Test is not compatible with this environment or pipeline2984 # ./qa/specs/features/ee/browser_ui/11_fulfillment/utilization/free_namespace_storage_spec.rb:582985 11) Fulfillment Purchase CI minutes with existing CI minutes packs adds additional minutes to group namespace2986 # Test is not compatible with this environment or pipeline2987 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:912988 12) Fulfillment Purchase CI minutes without active subscription adds additional minutes to group namespace2989 # Test is not compatible with this environment or pipeline2990 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:512991 13) Fulfillment Purchase CI minutes with an active subscription adds additional minutes to group namespace2992 # Test is not compatible with this environment or pipeline2993 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:642994 14) Create Link to line in Web IDE can link to a specific line of code in Web IDE2995 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442996 # ./qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb:262997Finished in 31 minutes 45 seconds (files took 2.95 seconds to load)2998109 examples, 0 failures, 14 pending2999Randomized with seed 163403000[Jul 28 2023 04:23:37 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-8c2f0047 bash -c "gitlab-psql -c 'select n_live_tup, n_dead_tup, relname from pg_stat_all_tables order by n_live_tup DESC, n_dead_tup DESC;'"`3001[Jul 28 2023 04:23:37 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-8c2f0047 bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`3002[Jul 28 2023 04:23:37 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ee-8c2f0047`3003[Jul 28 2023 04:23:37 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ee-8c2f0047`3005Running after script...3006$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command3007$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")3008$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"3212Not uploading cache qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 due to policy3214Uploading artifacts...3215gitlab-qa-run-*: found 487 matching artifact files and directories 3216Uploading artifacts as "archive" to coordinator... 201 Created id=4757502390 responseStatus=201 Created token=64_TxqBb3217Uploading artifacts...3218gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 3219Uploading artifacts as "junit" to coordinator... 201 Created id=4757502390 responseStatus=201 Created token=64_TxqBb3220Uploading artifacts...3221/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 3222Uploading artifacts as "dotenv" to coordinator... 201 Created id=4757502390 responseStatus=201 Created token=64_TxqBb3224Job succeeded