instance 3/5
Failed 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:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 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:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1686009249-40ace410-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: 168219, done. 20remote: Counting objects: 100% (168219/168219), done. 21remote: Compressing objects: 100% (107572/107572), done. 22remote: Total 168219 (delta 82947), reused 113481 (delta 54471), pack-reused 0 23Receiving objects: 100% (168219/168219), 134.96 MiB | 44.68 MiB/s, done.24Resolving deltas: 100% (82947/82947), done.26 * [new ref] refs/pipelines/890289253 -> refs/pipelines/89028925327 * [new branch] master -> origin/master28Checking out b716d7f7 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-f1d27392b7eb7debf223b7abd1c46416-16...32cache.zip is up to date 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 trigger-omnibus-env-ce (4417509084)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4417509084 responseStatus=200 OK token=64_U7D8K38Downloading artifacts for download-knapsack-report (4417509086)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4417509086 responseStatus=200 OK token=64_U7D8K41Using docker image sha256:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 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:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...42$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE43$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")44$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command45Bundle complete! 37 Gemfile dependencies, 129 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"48$ echo "Running - '$QA_COMMAND'"49Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41 --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4417509090.json --format RspecJunitFormatter --out tmp/rspec-4417509090.xml --format html --out tmp/rspec-$(echo instance 3/5 | sed 's/[ /]/_/g').htm --color --format documentation'50$ eval "$QA_COMMAND"51[Jun 06 2023 03:05:52 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-a6c2f666$`52[Jun 06 2023 03:05:52 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-a6c2f666 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`53[Jun 06 2023 03:05:53 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/tls_certificates/authority/. alpine-a6c2f666:/etc/gitlab/trusted-certs`54[Jun 06 2023 03:05:53 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/tls_certificates/gitlab/. alpine-a6c2f666:/etc/gitlab/ssl`55[Jun 06 2023 03:05:53 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-a6c2f666`56[Jun 06 2023 03:05:53 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-a6c2f666`57[Jun 06 2023 03:05:54 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`58[Jun 06 2023 03:05:54 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41`59[Jun 06 2023 03:06:26 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ce-1e3da828$`60[Jun 06 2023 03:06:27 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`61[Jun 06 2023 03:06:27 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`62[Jun 06 2023 03:06:27 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ce-1e3da828 --net test --hostname gitlab-ce-1e3da828.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-06-06-03-05-51-83bdc79a/gitlab-ce-1e3da828/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41`63[Jun 06 2023 03:06:36 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-1e3da828 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-06-06 03:05:5264# Gitlab::QA::Runtime::OmnibusConfigurations::Default65gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme66gitlab_rails['gitlab_disable_animations'] = true # Disable animations67gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry68gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password69gitlab_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;"`70[Jun 06 2023 03:06:36 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ce-1e3da828`71[Jun 06 2023 03:10:04 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...72[Jun 06 2023 03:10:04 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-1e3da828`73[Jun 06 2023 03:10:04 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ce-1e3da828 80/tcp`74[Jun 06 2023 03:10:04 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!75[Jun 06 2023 03:10:04 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-1e3da828 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`76[Jun 06 2023 03:10:04 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-1e3da828 bash -c "echo '#!/usr/bin/env bash77if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then78 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'79 exit 180fi81' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`82[Jun 06 2023 03:10:04 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-1e3da828 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`83[Jun 06 2023 03:10:04 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/support/data gitlab-ce-1e3da828:/tmp/data-seeds`84[Jun 06 2023 03:10:04 UTC (Gitlab QA)] INFO -- Running exec_commands...85[Jun 06 2023 03:10:04 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-1e3da828 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`86[Jun 06 2023 03:10:53 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`87[Jun 06 2023 03:10:54 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:b716d7f73c14326dbad5320dd21ca81423bacc41`88[Jun 06 2023 03:11:49 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce89[Jun 06 2023 03:11:49 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled90[Jun 06 2023 03:11:49 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_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_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_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_TRIGGER_AUTO_QUARANTINE="$QA_TRIGGER_AUTO_QUARANTINE" --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_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_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 CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --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-06-06-03-05-51-83bdc79a/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-06-03-05-51-83bdc79a/gitlab-ce-qa-47737507:/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-ce-qa-47737507 registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:b716d7f73c14326dbad5320dd21ca81423bacc41 Test::Instance::All http://gitlab-ce-1e3da828.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4417509090.json --format RspecJunitFormatter --out tmp/rspec-4417509090.xml --format html --out tmp/rspec-instance_3_5.htm --color --format documentation`91warning: parser/current is loading parser/ruby30, which recognizes3.0.5-compliant syntax, but you are running 3.0.6.932023-06-06 03:11:55 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:952023-06-06 03:11:55 WARN Selenium [DEPRECATION] [:caps_browsers] Remote::Capabilities.chrome is deprecated. Use Options.chrome instead.962023-06-06 03:11:55 WARN Selenium [DEPRECATION] [:capabilities] The :capabilities parameter for Selenium::WebDriver::Chrome::Driver is deprecated. Use :options argument with an instance of Selenium::WebDriver::Chrome::Driver instead.972023-06-06 03:11:56 / CONF :: 98 ==> Base URL: http://gitlab-ce-1e3da828.test99 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f2a1bdd2588>100 ==> Libraries: Chemlab::Vendor101[Jun 06 2023 03:11:56 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA102[Jun 06 2023 03:11:56 UTC (QA Tests)] INFO -- Browser: chrome103[Jun 06 2023 03:11:56 UTC (QA Tests)] INFO -- Browser version: 111.0104[Jun 06 2023 03:11:56 UTC (QA Tests)] INFO -- Performing sanity check for environment!105[Jun 06 2023 03:11:56 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled106[Jun 06 2023 03:11:57 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled107[Jun 06 2023 03:11:57 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'108[Jun 06 2023 03:11:57 UTC (QA Tests)] INFO -- Report already exists, skipping!109[Jun 06 2023 03:11:57 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====110[Jun 06 2023 03:11:57 UTC (QA Tests)] INFO -- Report specs:111[Jun 06 2023 03:11:57 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/1_manage/login/register_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_project_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/add_new_directory_in_web_ide_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_list_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/prefill_variables_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/suggestions/custom_commit_suggestion_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pipeline_editor_tabs_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/create_alert_using_authorization_key_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/view_merge_request_diff_patch_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb", "qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pipeline_editor_can_create_merge_request_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/archive_design_content_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/create_project_badge_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/create_project_milestone_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_with_multiple_files_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/collapse_comments_in_discussions_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_title_description_spec.rb", "qa/specs/features/browser_ui/2_plan/related_issues/related_issues_spec.rb", "qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb", "qa/specs/features/api/1_manage/user_access_termination_spec.rb", "qa/specs/features/browser_ui/3_create/repository/clone_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb"]112[Jun 06 2023 03:11:57 UTC (QA Tests)] INFO -- Leftover specs:113[Jun 06 2023 03:11:57 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/changing_repository_storage_spec.rb", "qa/specs/features/api/12_systems/gitaly/praefect_replication_queue_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_group_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_pipeline_spec.rb", "qa/specs/features/browser_ui/14_analytics/service_ping_disabled_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/pipeline_status_emails_spec.rb", "qa/specs/features/browser_ui/1_manage/login/oauth_login_with_github_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/merge_mr_when_pipline_is_blocked_spec.rb", "qa/specs/features/browser_ui/5_package/infrastructure_registry/terraform_module_registry_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/maven/maven_group_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/nuget/nuget_group_level_spec.rb", "qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb", "qa/specs/features/sanity/interception_spec.rb"]114[Jun 06 2023 03:11:57 UTC (QA Tests)] INFO -- Knapsack time offset warning enabled!115[Jun 06 2023 03:11:57 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'116[Jun 06 2023 03:11:57 UTC (QA Tests)] INFO -- Report already exists, skipping!117Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}118Randomized with seed 4639119Create120 Project snippet creation121[Jun 06 2023 03:12:00 UTC (QA Tests)] INFO -- Starting test: Create Project snippet creation user creates a project snippet122[Jun 06 2023 03:12:00 UTC (QA Tests)] INFO -- filling :login_field with "root"123[Jun 06 2023 03:12:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field124[Jun 06 2023 03:12:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"125[Jun 06 2023 03:12:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field126[Jun 06 2023 03:12:01 UTC (QA Tests)] INFO -- clicking :sign_in_button127[Jun 06 2023 03:12:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.769s128[Jun 06 2023 03:12:03 UTC (QA Tests)] INFO -- Enabling super sidebar!129[Jun 06 2023 03:12:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled130[Jun 06 2023 03:12:05 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA131[Jun 06 2023 03:12:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-zrl1xqph' via cache in 0.0 seconds132[Jun 06 2023 03:12:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.81 seconds133[Jun 06 2023 03:12:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 1.05 seconds134[Jun 06 2023 03:12:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-snippets-e34b9177604683ee' via api in 2.19 seconds135[Jun 06 2023 03:12:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-snippets-e34b9177604683ee136[Jun 06 2023 03:12:09 UTC (QA Tests)] INFO -- clicking :menu_section_button137[Jun 06 2023 03:12:09 UTC (QA Tests)] INFO -- clicking :nav_item_link138[Jun 06 2023 03:12:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.951s139[Jun 06 2023 03:12:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? js_lazy_loaded' took 11.066s140[Jun 06 2023 03:12:21 UTC (QA Tests)] INFO -- clicking :create_first_snippet_link141[Jun 06 2023 03:12:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_snippet_link' took 1.078s142[Jun 06 2023 03:12:22 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Project snippet"143[Jun 06 2023 03:12:22 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field144[Jun 06 2023 03:12:23 UTC (QA Tests)] INFO -- clicking :description_placeholder145[Jun 06 2023 03:12:23 UTC (QA Tests)] INFO -- filling :snippet_description_field with " "146[Jun 06 2023 03:12:23 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field147[Jun 06 2023 03:12:23 UTC (QA Tests)] INFO -- clicking :visibility_content148[Jun 06 2023 03:12:23 UTC (QA Tests)] INFO -- filling :file_name_field with "markdown_file.md"149[Jun 06 2023 03:12:23 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field150[Jun 06 2023 03:12:24 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button151[Jun 06 2023 03:12:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.675s152[Jun 06 2023 03:12:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 2.684s153[Jun 06 2023 03:12:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '1' via browser_ui in 22.54 seconds154 user creates a project snippet155Plan156 Project Wiki157 with Wiki Page List158[Jun 06 2023 03:12:28 UTC (QA Tests)] INFO -- Starting test: Plan Project Wiki with Wiki Page List has all expected links that work159[Jun 06 2023 03:12:28 UTC (QA Tests)] INFO -- filling :login_field with "root"160[Jun 06 2023 03:12:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field161[Jun 06 2023 03:12:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"162[Jun 06 2023 03:12:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field163[Jun 06 2023 03:12:29 UTC (QA Tests)] INFO -- clicking :sign_in_button164[Jun 06 2023 03:12:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.131s165[Jun 06 2023 03:12:31 UTC (QA Tests)] INFO -- Enabling super sidebar!166[Jun 06 2023 03:12:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled167[Jun 06 2023 03:12:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.18 seconds168[Jun 06 2023 03:12:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.37 seconds169[Jun 06 2023 03:12:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/wiki_testing-0dd1ed7c649c0b8f' via api in 0.8 seconds170[Jun 06 2023 03:12:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.44 seconds171[Jun 06 2023 03:12:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.43 seconds172[Jun 06 2023 03:12:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.38 seconds173[Jun 06 2023 03:12:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.59 seconds174[Jun 06 2023 03:12:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.66 seconds175[Jun 06 2023 03:12:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.4 seconds176[Jun 06 2023 03:12:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.7 seconds177[Jun 06 2023 03:12:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.37 seconds178[Jun 06 2023 03:12:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.41 seconds179[Jun 06 2023 03:12:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.36 seconds180[Jun 06 2023 03:12:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.36 seconds181[Jun 06 2023 03:12:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.96 seconds182[Jun 06 2023 03:12:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.36 seconds183[Jun 06 2023 03:12:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.34 seconds184[Jun 06 2023 03:12:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.41 seconds185[Jun 06 2023 03:12:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.92 seconds186[Jun 06 2023 03:12:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/wiki_testing-0dd1ed7c649c0b8f/-/wikis/Home187[Jun 06 2023 03:12:43 UTC (QA Tests)] INFO -- clicking :view_all_pages_button188[Jun 06 2023 03:12:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element view_all_pages_button' took 0.971s189[Jun 06 2023 03:12:44 UTC (QA Tests)] INFO -- clicking :wiki_page_link190[Jun 06 2023 03:12:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_page_link' took 1.594s191 has all expected links that work192 with Wiki Sidebar193[Jun 06 2023 03:12:46 UTC (QA Tests)] INFO -- Starting test: Plan Project Wiki with Wiki Sidebar has all expected links that work194[Jun 06 2023 03:12:46 UTC (QA Tests)] INFO -- filling :login_field with "root"195[Jun 06 2023 03:12:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field196[Jun 06 2023 03:12:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"197[Jun 06 2023 03:12:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field198[Jun 06 2023 03:12:47 UTC (QA Tests)] INFO -- clicking :sign_in_button199[Jun 06 2023 03:12:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.033s200[Jun 06 2023 03:12:48 UTC (QA Tests)] INFO -- Enabling super sidebar!201[Jun 06 2023 03:12:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled202[Jun 06 2023 03:12:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds203[Jun 06 2023 03:12:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.15 seconds204[Jun 06 2023 03:12:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/wiki_testing-a648d39b019b66cf' via api in 1.41 seconds205[Jun 06 2023 03:12:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.83 seconds206[Jun 06 2023 03:12:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.4 seconds207[Jun 06 2023 03:12:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.84 seconds208[Jun 06 2023 03:12:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.37 seconds209[Jun 06 2023 03:12:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.4 seconds210[Jun 06 2023 03:12:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.37 seconds211[Jun 06 2023 03:12:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/wiki_testing-a648d39b019b66cf/-/wikis/Home212[Jun 06 2023 03:12:55 UTC (QA Tests)] INFO -- clicking :wiki_page_link213[Jun 06 2023 03:12:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_page_link' took 0.735s214 has all expected links that work215Verify216 Pipeline editor217 when CI has valid syntax218[Jun 06 2023 03:12:56 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline editor when CI has valid syntax shows valid validations219[Jun 06 2023 03:12:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds220[Jun 06 2023 03:12:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.11 seconds221[Jun 06 2023 03:12:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/pipeline-editor-project-6afae46b42fccb2a' via api in 0.55 seconds222[Jun 06 2023 03:12:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.62 seconds223[Jun 06 2023 03:12:59 UTC (QA Tests)] INFO -- filling :login_field with "root"224[Jun 06 2023 03:12:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field225[Jun 06 2023 03:12:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"226[Jun 06 2023 03:12:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field227[Jun 06 2023 03:13:00 UTC (QA Tests)] INFO -- clicking :sign_in_button228[Jun 06 2023 03:13:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.214s229[Jun 06 2023 03:13:01 UTC (QA Tests)] INFO -- Enabling super sidebar!230[Jun 06 2023 03:13:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled231[Jun 06 2023 03:13:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/pipeline-editor-project-6afae46b42fccb2a232[Jun 06 2023 03:13:05 UTC (QA Tests)] INFO -- clicking :menu_section_button233[Jun 06 2023 03:13:05 UTC (QA Tests)] INFO -- clicking :nav_item_link234[Jun 06 2023 03:13:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.381s235[Jun 06 2023 03:13:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.841s236[Jun 06 2023 03:13:07 UTC (QA Tests)] INFO -- clicking :pipeline_editor_app237[Jun 06 2023 03:13:08 UTC (QA Tests)] INFO -- clicking :simulate_pipeline_button238[Jun 06 2023 03:13:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.55s239[Jun 06 2023 03:13:09 UTC (QA Tests)] ERROR -- Interceptor Api Errors240[-1] POST /api/graphql -- Correlation Id: Correlation Id not found241[200] GET /api/graphql -- Correlation Id: 01H27B39CGJHW8TRP6Q4W8ZD62242error-messages: Provide one of an IID or SHA243 shows valid validations244 when CI has invalid syntax245[Jun 06 2023 03:13:09 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline editor when CI has invalid syntax shows invalid validations246[Jun 06 2023 03:13:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.19 seconds247[Jun 06 2023 03:13:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.25 seconds248[Jun 06 2023 03:13:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/pipeline-editor-project-4bb4242f9cdcc2f8' via api in 1.04 seconds249[Jun 06 2023 03:13:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.06 seconds250[Jun 06 2023 03:13:12 UTC (QA Tests)] INFO -- filling :login_field with "root"251[Jun 06 2023 03:13:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field252[Jun 06 2023 03:13:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"253[Jun 06 2023 03:13:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field254[Jun 06 2023 03:13:13 UTC (QA Tests)] INFO -- clicking :sign_in_button255[Jun 06 2023 03:13:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.04s256[Jun 06 2023 03:13:14 UTC (QA Tests)] INFO -- Enabling super sidebar!257[Jun 06 2023 03:13:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled258[Jun 06 2023 03:13:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/pipeline-editor-project-4bb4242f9cdcc2f8259[Jun 06 2023 03:13:18 UTC (QA Tests)] INFO -- clicking :menu_section_button260[Jun 06 2023 03:13:18 UTC (QA Tests)] INFO -- clicking :nav_item_link261[Jun 06 2023 03:13:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.976s262[Jun 06 2023 03:13:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.803s263[Jun 06 2023 03:13:20 UTC (QA Tests)] INFO -- clicking :pipeline_editor_app264[Jun 06 2023 03:13:21 UTC (QA Tests)] INFO -- clicking :simulate_pipeline_button265[Jun 06 2023 03:13:22 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_attempts=>2, :reload_page=>QA::Page::Project::PipelineEditor::Show, :sleep_interval=>1}' arguments266[Jun 06 2023 03:13:22 UTC (QA Tests)] ERROR -- Interceptor Api Errors267[-1] POST /api/graphql -- Correlation Id: Correlation Id not found268[200] GET /api/graphql -- Correlation Id: 01H27B3NHCF7TZG96WZKCCMWC5269error-messages: Provide one of an IID or SHA270 shows invalid validations271Create272 with merge request suggestions273[Jun 06 2023 03:13:22 UTC (QA Tests)] INFO -- Starting test: Create with merge request suggestions applies a single suggestion with a custom message274[Jun 06 2023 03:13:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds275[Jun 06 2023 03:13:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.15 seconds276[Jun 06 2023 03:13:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/suggestions_project-32838bb9cd34f303' via api in 1.26 seconds277[Jun 06 2023 03:13:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.28 seconds278[Jun 06 2023 03:13:23 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/suggestions_project-32838bb9cd34f303 QA::Resource::Project279[Jun 06 2023 03:13:24 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"280[Jun 06 2023 03:13:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field281[Jun 06 2023 03:13:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"282[Jun 06 2023 03:13:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field283[Jun 06 2023 03:13:25 UTC (QA Tests)] INFO -- clicking :sign_in_button284[Jun 06 2023 03:13:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.988s285[Jun 06 2023 03:13:26 UTC (QA Tests)] INFO -- Enabling super sidebar!286[Jun 06 2023 03:13:26 UTC (QA Tests)] INFO -- Super sidebar is already enabled287[Jun 06 2023 03:13:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds288[Jun 06 2023 03:13:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds289[Jun 06 2023 03:13:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.48 seconds290[Jun 06 2023 03:13:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/suggestions_project-32838bb9cd34f303/-/merge_requests/1291[Jun 06 2023 03:13:33 UTC (QA Tests)] INFO -- clicking :diffs_tab292[Jun 06 2023 03:13:34 UTC (QA Tests)] INFO -- clicking :diff_comment_button293[Jun 06 2023 03:13:34 UTC (QA Tests)] INFO -- clicking :suggestion_button294[Jun 06 2023 03:13:34 UTC (QA Tests)] INFO -- filling :reply_field with ""295[Jun 06 2023 03:13:34 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field296[Jun 06 2023 03:13:35 UTC (QA Tests)] INFO -- filling :reply_field with "```suggestion:-0+0297This is the suggestion for line number 4!298```"299[Jun 06 2023 03:13:35 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field300[Jun 06 2023 03:13:36 UTC (QA Tests)] INFO -- clicking :comment_now_button301[Jun 06 2023 03:13:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.123s302[Jun 06 2023 03:13:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.056s303[Jun 06 2023 03:13:39 UTC (QA Tests)] INFO -- clicking :user_avatar_content304[Jun 06 2023 03:13:39 UTC (QA Tests)] INFO -- clicking :sign_out_link305[Jun 06 2023 03:13:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.504s306[Jun 06 2023 03:13:40 UTC (QA Tests)] INFO -- filling :login_field with "root"307[Jun 06 2023 03:13:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field308[Jun 06 2023 03:13:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"309[Jun 06 2023 03:13:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field310[Jun 06 2023 03:13:41 UTC (QA Tests)] INFO -- clicking :sign_in_button311[Jun 06 2023 03:13:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.867s312[Jun 06 2023 03:13:42 UTC (QA Tests)] INFO -- Enabling super sidebar!313[Jun 06 2023 03:13:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled314[Jun 06 2023 03:13:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/suggestions_project-32838bb9cd34f303/-/merge_requests/1315[Jun 06 2023 03:13:46 UTC (QA Tests)] INFO -- clicking :diffs_tab316[Jun 06 2023 03:13:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements apply_suggestion_dropdown' took 0.529s317[Jun 06 2023 03:13:46 UTC (QA Tests)] INFO -- filling :commit_message_field with "Applying suggested change for testing purposes."318[Jun 06 2023 03:13:46 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field319[Jun 06 2023 03:13:47 UTC (QA Tests)] INFO -- clicking :commit_with_custom_message_button320[Jun 06 2023 03:13:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.382s321[Jun 06 2023 03:13:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? applying_badge' took 1.396s322[Jun 06 2023 03:13:49 UTC (QA Tests)] INFO -- clicking :commits_tab323 applies a single suggestion with a custom message324Create325 Merge requests326 when merging once327 behaves like merge when pipeline succeeds328 merges after pipeline succeeds (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/403017)329Plan330 collapse comments in issue discussions331[Jun 06 2023 03:13:49 UTC (QA Tests)] INFO -- Starting test: Plan collapse comments in issue discussions collapses and expands reply for comments in an issue332[Jun 06 2023 03:13:50 UTC (QA Tests)] INFO -- filling :login_field with "root"333[Jun 06 2023 03:13:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field334[Jun 06 2023 03:13:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"335[Jun 06 2023 03:13:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field336[Jun 06 2023 03:13:51 UTC (QA Tests)] INFO -- clicking :sign_in_button337[Jun 06 2023 03:13:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.869s338[Jun 06 2023 03:13:52 UTC (QA Tests)] INFO -- Enabling super sidebar!339[Jun 06 2023 03:13:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled340[Jun 06 2023 03:13:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds341[Jun 06 2023 03:13:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.13 seconds342[Jun 06 2023 03:13:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-for-issues-91217d036be63a38' via api in 0.6 seconds343[Jun 06 2023 03:13:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 1.53 seconds344[Jun 06 2023 03:13:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-for-issues-91217d036be63a38/-/issues/1345[Jun 06 2023 03:13:59 UTC (QA Tests)] INFO -- clicking :title_content346[Jun 06 2023 03:13:59 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown347[Jun 06 2023 03:13:59 UTC (QA Tests)] INFO -- filling :comment_field with "My first discussion"348[Jun 06 2023 03:13:59 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field349[Jun 06 2023 03:14:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.79s350[Jun 06 2023 03:14:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element comment_field' took 0.811s351[Jun 06 2023 03:14:01 UTC (QA Tests)] INFO -- clicking :discussion_menu_item352[Jun 06 2023 03:14:01 UTC (QA Tests)] INFO -- clicking :comment_button353[Jun 06 2023 03:14:02 UTC (QA Tests)] INFO -- filling :reply_field with "My first reply"354[Jun 06 2023 03:14:02 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field355[Jun 06 2023 03:14:03 UTC (QA Tests)] INFO -- clicking :reply_comment_button356[Jun 06 2023 03:14:03 UTC (QA Tests)] INFO -- clicking :collapse_replies_button357[Jun 06 2023 03:14:04 UTC (QA Tests)] INFO -- clicking :expand_replies_button358 collapses and expands reply for comments in an issue359Create360 Web IDE file templates361[Jun 06 2023 03:14:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds362[Jun 06 2023 03:14:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.17 seconds363[Jun 06 2023 03:14:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/file-template-project-ab8824fcc65c3de5' via api in 1.08 seconds364[Jun 06 2023 03:14:05 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds Dockerfile via file template Python365 user adds Dockerfile via file template Python (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)366[Jun 06 2023 03:14:05 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds .gitlab-ci.yml via file template Julia367 user adds .gitlab-ci.yml via file template Julia (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)368[Jun 06 2023 03:14:05 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds .gitignore via file template Android369 user adds .gitignore via file template Android (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)370[Jun 06 2023 03:14:05 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds LICENSE via file template Mozilla Public License 2.0371 user adds LICENSE via file template Mozilla Public License 2.0 (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)372Create373 Add a directory in Web IDE374 when a directory with the same name already exists375[Jun 06 2023 03:14:05 UTC (QA Tests)] INFO -- Starting test: Create Add a directory in Web IDE when a directory with the same name already exists throws an error376[Jun 06 2023 03:14:06 UTC (QA Tests)] INFO -- filling :login_field with "root"377[Jun 06 2023 03:14:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field378[Jun 06 2023 03:14:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"379[Jun 06 2023 03:14:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field380[Jun 06 2023 03:14:07 UTC (QA Tests)] INFO -- clicking :sign_in_button381[Jun 06 2023 03:14:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.075s382[Jun 06 2023 03:14:08 UTC (QA Tests)] INFO -- Enabling super sidebar!383[Jun 06 2023 03:14:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled384[Jun 06 2023 03:14:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds385[Jun 06 2023 03:14:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.14 seconds386[Jun 06 2023 03:14:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/add-directory-project-dea149b55877c6ee' via api in 0.97 seconds387[Jun 06 2023 03:14:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/add-directory-project-dea149b55877c6ee388[Jun 06 2023 03:14:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.6 seconds389[Jun 06 2023 03:14:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/add-directory-project-dea149b55877c6ee390[Jun 06 2023 03:14:14 UTC (QA Tests)] INFO -- clicking :web_ide_button391 throws an error392 when user adds a new empty directory393[Jun 06 2023 03:14:18 UTC (QA Tests)] INFO -- Starting test: Create Add a directory in Web IDE when user adds a new empty directory shows successfully but not able to be committed394[Jun 06 2023 03:14:19 UTC (QA Tests)] INFO -- filling :login_field with "root"395[Jun 06 2023 03:14:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field396[Jun 06 2023 03:14:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"397[Jun 06 2023 03:14:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field398[Jun 06 2023 03:14:19 UTC (QA Tests)] INFO -- clicking :sign_in_button399[Jun 06 2023 03:14:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.915s400[Jun 06 2023 03:14:21 UTC (QA Tests)] INFO -- Enabling super sidebar!401[Jun 06 2023 03:14:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled402[Jun 06 2023 03:14:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds403[Jun 06 2023 03:14:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.13 seconds404[Jun 06 2023 03:14:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/add-directory-project-5abf87d9d34626c3' via api in 0.97 seconds405[Jun 06 2023 03:14:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/add-directory-project-5abf87d9d34626c3406[Jun 06 2023 03:14:25 UTC (QA Tests)] INFO -- clicking :web_ide_button407 shows successfully but not able to be committed408Manage409 User410[Jun 06 2023 03:14:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-d45f430ae2a4988c' via api in 0.26 seconds411[Jun 06 2023 03:14:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'sandbox-for-access-termination-e8716577' via api in 0.32 seconds412[Jun 06 2023 03:14:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'sandbox-for-access-termination-e8716577/group-to-test-access-termination-82c7b05df962517c' via api in 0.35 seconds413[Jun 06 2023 03:14:40 UTC (QA Tests)] INFO -- Adding user qa-user-d45f430ae2a4988c to sandbox-for-access-termination-e8716577 QA::Resource::Sandbox414[Jun 06 2023 03:14:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'sandbox-for-access-termination-e8716577/group-to-test-access-termination-82c7b05df962517c/project-for-user-group-access-termination-cd537751a2c2f296' via api in 2.02 seconds415 after parent group membership termination416[Jun 06 2023 03:14:42 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to commit via the API417[Jun 06 2023 03:14:42 UTC (QA Tests)] INFO -- Removing user qa-user-d45f430ae2a4988c from sandbox-for-access-termination-e8716577 QA::Resource::Sandbox418[Jun 06 2023 03:14:42 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-d45f430ae2a4988c419[Jun 06 2023 03:14:42 UTC (QA Tests)] INFO -- Caching token for username: qa-user-d45f430ae2a4988c, last six chars of token:aHEQ4U420[Jun 06 2023 03:14:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-d45f430ae2a4988c-p98ke0tb' via api in 0.1 seconds421 is not allowed to commit via the API422[Jun 06 2023 03:14:42 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to push code via the CLI423[Jun 06 2023 03:14:42 UTC (QA Tests)] INFO -- Removing user qa-user-d45f430ae2a4988c from sandbox-for-access-termination-e8716577 QA::Resource::Sandbox424 is not allowed to push code via the CLI425[Jun 06 2023 03:14:44 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to create a file via the API426[Jun 06 2023 03:14:44 UTC (QA Tests)] INFO -- Removing user qa-user-d45f430ae2a4988c from sandbox-for-access-termination-e8716577 QA::Resource::Sandbox427[Jun 06 2023 03:14:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds428[Jun 06 2023 03:14:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.14 seconds429[Jun 06 2023 03:14:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-new-file-17ca8e6924e444fa' via api in 1.2 seconds430 is not allowed to create a file via the API431[Jun 06 2023 03:14:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'sandbox-for-access-termination-e8716577'432Plan433 Design Management434[Jun 06 2023 03:14:46 UTC (QA Tests)] INFO -- Starting test: Plan Design Management user archives a design435[Jun 06 2023 03:14:46 UTC (QA Tests)] INFO -- filling :login_field with "root"436[Jun 06 2023 03:14:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field437[Jun 06 2023 03:14:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"438[Jun 06 2023 03:14:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field439[Jun 06 2023 03:14:47 UTC (QA Tests)] INFO -- clicking :sign_in_button440[Jun 06 2023 03:14:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.469s441[Jun 06 2023 03:14:49 UTC (QA Tests)] INFO -- Enabling super sidebar!442[Jun 06 2023 03:14:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled443[Jun 06 2023 03:14:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds444[Jun 06 2023 03:14:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.12 seconds445[Jun 06 2023 03:14:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-for-issues-d199dfb83cf067ac' via api in 0.79 seconds446[Jun 06 2023 03:14:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 1.06 seconds447[Jun 06 2023 03:14:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Design with full_path 'designs/issue-1/banana_sample.gif' via api in 1.71 seconds448[Jun 06 2023 03:14:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Design with full_path 'designs/issue-1/values.png' via api in 0.53 seconds449[Jun 06 2023 03:14:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-for-issues-d199dfb83cf067ac/-/issues/1450[Jun 06 2023 03:14:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.983s451[Jun 06 2023 03:14:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element design_image' took 1.003s452[Jun 06 2023 03:14:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Design via browser_ui in 3.6 seconds453[Jun 06 2023 03:14:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-for-issues-d199dfb83cf067ac/-/issues/1454[Jun 06 2023 03:14:59 UTC (QA Tests)] INFO -- clicking :design_checkbox455[Jun 06 2023 03:14:59 UTC (QA Tests)] INFO -- clicking :archive_button456[Jun 06 2023 03:14:59 UTC (QA Tests)] INFO -- clicking :confirm_archiving_button457[Jun 06 2023 03:14:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? design_file_name' took 0.515s458[Jun 06 2023 03:15:00 UTC (QA Tests)] INFO -- clicking :design_checkbox459[Jun 06 2023 03:15:00 UTC (QA Tests)] INFO -- clicking :design_checkbox460[Jun 06 2023 03:15:00 UTC (QA Tests)] INFO -- clicking :archive_button461[Jun 06 2023 03:15:00 UTC (QA Tests)] INFO -- clicking :confirm_archiving_button462 user archives a design463Configure464 Auto DevOps with a Kubernetes Agent465 runs auto devops (PENDING: Test is not compatible with this environment or pipeline)466Monitor467 Alert settings468 when using Prometheus integration469 behaves like sends test alert using authorization key470[Jun 06 2023 03:15:01 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using Prometheus integration behaves like sends test alert using authorization key creates new alert471[Jun 06 2023 03:15:01 UTC (QA Tests)] INFO -- filling :login_field with "root"472[Jun 06 2023 03:15:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field473[Jun 06 2023 03:15:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"474[Jun 06 2023 03:15:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field475[Jun 06 2023 03:15:02 UTC (QA Tests)] INFO -- clicking :sign_in_button476[Jun 06 2023 03:15:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.149s477[Jun 06 2023 03:15:04 UTC (QA Tests)] INFO -- Enabling super sidebar!478[Jun 06 2023 03:15:04 UTC (QA Tests)] INFO -- Super sidebar is already enabled479[Jun 06 2023 03:15:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds480[Jun 06 2023 03:15:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.16 seconds481[Jun 06 2023 03:15:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-for-alerts-7b63b7cad324927f' via api in 0.63 seconds482[Jun 06 2023 03:15:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-for-alerts-7b63b7cad324927f483[Jun 06 2023 03:15:07 UTC (QA Tests)] INFO -- clicking :menu_section_button484[Jun 06 2023 03:15:07 UTC (QA Tests)] INFO -- clicking :nav_item_link485[Jun 06 2023 03:15:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.056s486[Jun 06 2023 03:15:10 UTC (QA Tests)] INFO -- clicking :add_integration_button487[Jun 06 2023 03:15:10 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown488[Jun 06 2023 03:15:10 UTC (QA Tests)] INFO -- clicking :prometheus_url_field489[Jun 06 2023 03:15:10 UTC (QA Tests)] INFO -- filling :prometheus_url_field with "http://gitlab-ce-1e3da828.test"490[Jun 06 2023 03:15:10 UTC (QA Tests)] INFO -- clicking the coordinates of :prometheus_url_field491[Jun 06 2023 03:15:11 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button492[Jun 06 2023 03:15:13 UTC (QA Tests)] INFO -- clicking :menu_section_button493[Jun 06 2023 03:15:13 UTC (QA Tests)] INFO -- clicking :nav_item_link494[Jun 06 2023 03:15:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.832s495[Jun 06 2023 03:15:14 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>QA::Page::Project::Monitor::Alerts::Index, :sleep_interval=>0.5}' arguments496 creates new alert497 when using HTTP endpoint integration498 behaves like sends test alert using authorization key499[Jun 06 2023 03:15:14 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using HTTP endpoint integration behaves like sends test alert using authorization key creates new alert500[Jun 06 2023 03:15:15 UTC (QA Tests)] INFO -- filling :login_field with "root"501[Jun 06 2023 03:15:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field502[Jun 06 2023 03:15:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"503[Jun 06 2023 03:15:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field504[Jun 06 2023 03:15:15 UTC (QA Tests)] INFO -- clicking :sign_in_button505[Jun 06 2023 03:15:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.161s506[Jun 06 2023 03:15:17 UTC (QA Tests)] INFO -- Enabling super sidebar!507[Jun 06 2023 03:15:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled508[Jun 06 2023 03:15:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds509[Jun 06 2023 03:15:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.14 seconds510[Jun 06 2023 03:15:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-for-alerts-a38c4c65b0e1dc4b' via api in 0.59 seconds511[Jun 06 2023 03:15:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-for-alerts-a38c4c65b0e1dc4b512[Jun 06 2023 03:15:21 UTC (QA Tests)] INFO -- clicking :menu_section_button513[Jun 06 2023 03:15:21 UTC (QA Tests)] INFO -- clicking :nav_item_link514[Jun 06 2023 03:15:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.956s515[Jun 06 2023 03:15:23 UTC (QA Tests)] INFO -- clicking :add_integration_button516[Jun 06 2023 03:15:23 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown517[Jun 06 2023 03:15:23 UTC (QA Tests)] INFO -- clicking :integration_name_field518[Jun 06 2023 03:15:23 UTC (QA Tests)] INFO -- filling :integration_name_field with "officiis"519[Jun 06 2023 03:15:23 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field520[Jun 06 2023 03:15:24 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button521[Jun 06 2023 03:15:25 UTC (QA Tests)] INFO -- clicking :menu_section_button522[Jun 06 2023 03:15:25 UTC (QA Tests)] INFO -- clicking :nav_item_link523[Jun 06 2023 03:15:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.863s524[Jun 06 2023 03:15:26 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>QA::Page::Project::Monitor::Alerts::Index, :sleep_interval=>0.5}' arguments525 creates new alert526Create527 Multiple file snippet528[Jun 06 2023 03:15:26 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet creates a personal snippet with multiple files529[Jun 06 2023 03:15:26 UTC (QA Tests)] INFO -- filling :login_field with "root"530[Jun 06 2023 03:15:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field531[Jun 06 2023 03:15:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"532[Jun 06 2023 03:15:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field533[Jun 06 2023 03:15:27 UTC (QA Tests)] INFO -- clicking :sign_in_button534[Jun 06 2023 03:15:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.089s535[Jun 06 2023 03:15:29 UTC (QA Tests)] INFO -- Enabling super sidebar!536[Jun 06 2023 03:15:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled537[Jun 06 2023 03:15:30 UTC (QA Tests)] INFO -- clicking :new_menu_toggle538[Jun 06 2023 03:15:30 UTC (QA Tests)] INFO -- clicking :create_menu_item539[Jun 06 2023 03:15:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.812s540[Jun 06 2023 03:15:31 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Personal snippet with multiple files"541[Jun 06 2023 03:15:31 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field542[Jun 06 2023 03:15:32 UTC (QA Tests)] INFO -- clicking :description_placeholder543[Jun 06 2023 03:15:32 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"544[Jun 06 2023 03:15:32 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field545[Jun 06 2023 03:15:32 UTC (QA Tests)] INFO -- clicking :visibility_content546[Jun 06 2023 03:15:32 UTC (QA Tests)] INFO -- filling :file_name_field with "First file name"547[Jun 06 2023 03:15:32 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field548[Jun 06 2023 03:15:33 UTC (QA Tests)] INFO -- clicking :add_file_button549[Jun 06 2023 03:15:33 UTC (QA Tests)] INFO -- filling :file_name_field with "Second file name"550[Jun 06 2023 03:15:33 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field551[Jun 06 2023 03:15:34 UTC (QA Tests)] INFO -- clicking :add_file_button552[Jun 06 2023 03:15:34 UTC (QA Tests)] INFO -- filling :file_name_field with "Third file name"553[Jun 06 2023 03:15:34 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field554[Jun 06 2023 03:15:34 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button555[Jun 06 2023 03:15:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.254s556[Jun 06 2023 03:15:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.262s557[Jun 06 2023 03:15:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '2' via browser_ui in 5.88 seconds558 creates a personal snippet with multiple files559Plan560 Project milestone561[Jun 06 2023 03:15:37 UTC (QA Tests)] INFO -- Starting test: Plan Project milestone creates a project milestone562[Jun 06 2023 03:15:37 UTC (QA Tests)] INFO -- filling :login_field with "root"563[Jun 06 2023 03:15:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field564[Jun 06 2023 03:15:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"565[Jun 06 2023 03:15:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field566[Jun 06 2023 03:15:38 UTC (QA Tests)] INFO -- clicking :sign_in_button567[Jun 06 2023 03:15:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.016s568[Jun 06 2023 03:15:40 UTC (QA Tests)] INFO -- Enabling super sidebar!569[Jun 06 2023 03:15:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled570[Jun 06 2023 03:15:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds571[Jun 06 2023 03:15:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.14 seconds572[Jun 06 2023 03:15:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-milestone-14315823f0fe6ff2' via api in 0.76 seconds573[Jun 06 2023 03:15:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-milestone-14315823f0fe6ff2574[Jun 06 2023 03:15:43 UTC (QA Tests)] INFO -- clicking :menu_section_button575[Jun 06 2023 03:15:43 UTC (QA Tests)] INFO -- clicking :nav_item_link576[Jun 06 2023 03:15:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.764s577[Jun 06 2023 03:15:44 UTC (QA Tests)] INFO -- clicking :new_project_milestone_link578[Jun 06 2023 03:15:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_milestone_link' took 0.744s579[Jun 06 2023 03:15:44 UTC (QA Tests)] INFO -- filling :milestone_title_field with "Project milestone"580[Jun 06 2023 03:15:44 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_title_field581[Jun 06 2023 03:15:45 UTC (QA Tests)] INFO -- filling :milestone_description_field with "This issue tests out project milestones."582[Jun 06 2023 03:15:45 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_description_field583[Jun 06 2023 03:15:46 UTC (QA Tests)] INFO -- filling :start_date_field with "2023/06/06584"585[Jun 06 2023 03:15:46 UTC (QA Tests)] INFO -- clicking the coordinates of :start_date_field586[Jun 06 2023 03:15:46 UTC (QA Tests)] INFO -- filling :due_date_field with "2023/07/06587"588[Jun 06 2023 03:15:46 UTC (QA Tests)] INFO -- clicking the coordinates of :due_date_field589[Jun 06 2023 03:15:46 UTC (QA Tests)] INFO -- clicking :create_milestone_button590[Jun 06 2023 03:15:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_milestone_button' took 1.136s591[Jun 06 2023 03:15:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone via browser_ui in 6.38 seconds592[Jun 06 2023 03:15:48 UTC (QA Tests)] INFO -- clicking :nav_item_link593[Jun 06 2023 03:15:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.865s594[Jun 06 2023 03:15:49 UTC (QA Tests)] INFO -- clicking :milestone_link595[Jun 06 2023 03:15:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element milestone_link' took 0.902s596 creates a project milestone597Plan598 Related issues599[Jun 06 2023 03:15:50 UTC (QA Tests)] INFO -- Starting test: Plan Related issues relates and unrelates one issue to/from another600[Jun 06 2023 03:15:50 UTC (QA Tests)] INFO -- filling :login_field with "root"601[Jun 06 2023 03:15:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field602[Jun 06 2023 03:15:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"603[Jun 06 2023 03:15:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field604[Jun 06 2023 03:15:51 UTC (QA Tests)] INFO -- clicking :sign_in_button605[Jun 06 2023 03:15:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.094s606[Jun 06 2023 03:15:53 UTC (QA Tests)] INFO -- Enabling super sidebar!607[Jun 06 2023 03:15:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled608[Jun 06 2023 03:15:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds609[Jun 06 2023 03:15:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.15 seconds610[Jun 06 2023 03:15:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-to-test-related-issues-605eafa1a37cc7ac' via api in 0.6 seconds611[Jun 06 2023 03:15:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 0.33 seconds612[Jun 06 2023 03:15:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-to-test-related-issues-605eafa1a37cc7ac/-/issues/1613[Jun 06 2023 03:15:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.25 seconds614[Jun 06 2023 03:15:58 UTC (QA Tests)] INFO -- clicking :related_issues_plus_button615[Jun 06 2023 03:15:58 UTC (QA Tests)] INFO -- filling :add_issue_field with "http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-to-test-related-issues-605eafa1a37cc7ac/-/issues/2"616[Jun 06 2023 03:15:58 UTC (QA Tests)] INFO -- clicking the coordinates of :add_issue_field617[Jun 06 2023 03:15:59 UTC (QA Tests)] INFO -- clicking :remove_related_issue_button618 relates and unrelates one issue to/from another619Create620 Personal snippet creation621[Jun 06 2023 03:15:59 UTC (QA Tests)] INFO -- Starting test: Create Personal snippet creation user creates a personal snippet622[Jun 06 2023 03:16:00 UTC (QA Tests)] INFO -- filling :login_field with "root"623[Jun 06 2023 03:16:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field624[Jun 06 2023 03:16:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"625[Jun 06 2023 03:16:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field626[Jun 06 2023 03:16:01 UTC (QA Tests)] INFO -- clicking :sign_in_button627[Jun 06 2023 03:16:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.029s628[Jun 06 2023 03:16:02 UTC (QA Tests)] INFO -- Enabling super sidebar!629[Jun 06 2023 03:16:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled630[Jun 06 2023 03:16:04 UTC (QA Tests)] INFO -- clicking :new_menu_toggle631[Jun 06 2023 03:16:04 UTC (QA Tests)] INFO -- clicking :create_menu_item632[Jun 06 2023 03:16:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.8s633[Jun 06 2023 03:16:05 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Snippet title"634[Jun 06 2023 03:16:05 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field635[Jun 06 2023 03:16:05 UTC (QA Tests)] INFO -- clicking :description_placeholder636[Jun 06 2023 03:16:05 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"637[Jun 06 2023 03:16:05 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field638[Jun 06 2023 03:16:06 UTC (QA Tests)] INFO -- clicking :visibility_content639[Jun 06 2023 03:16:06 UTC (QA Tests)] INFO -- filling :file_name_field with "ruby_file.rb"640[Jun 06 2023 03:16:06 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field641[Jun 06 2023 03:16:06 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button642[Jun 06 2023 03:16:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.08s643[Jun 06 2023 03:16:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.088s644[Jun 06 2023 03:16:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '3' via browser_ui in 4.23 seconds645[Jun 06 2023 03:16:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '3'646 user creates a personal snippet647Create648 Download merge request patch and diff649[Jun 06 2023 03:16:09 UTC (QA Tests)] INFO -- Starting test: Create Download merge request patch and diff views the merge request patches650[Jun 06 2023 03:16:09 UTC (QA Tests)] INFO -- Setting application settings: {:import_sources=>["gitlab_project"]}651[Jun 06 2023 03:16:10 UTC (QA Tests)] INFO -- filling :login_field with "root"652[Jun 06 2023 03:16:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field653[Jun 06 2023 03:16:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"654[Jun 06 2023 03:16:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field655[Jun 06 2023 03:16:11 UTC (QA Tests)] INFO -- clicking :sign_in_button656[Jun 06 2023 03:16:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.179s657[Jun 06 2023 03:16:12 UTC (QA Tests)] INFO -- Enabling super sidebar!658[Jun 06 2023 03:16:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled659[Jun 06 2023 03:16:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds660[Jun 06 2023 03:16:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.14 seconds661[Jun 06 2023 03:16:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-merge-request-8bec0370674b4eec' via api in 0.94 seconds662[Jun 06 2023 03:16:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds663[Jun 06 2023 03:16:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.87 seconds664[Jun 06 2023 03:16:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-merge-request-8bec0370674b4eec/-/merge_requests/1665 views the merge request patches666[Jun 06 2023 03:16:18 UTC (QA Tests)] INFO -- Starting test: Create Download merge request patch and diff views the merge request plain diff667[Jun 06 2023 03:16:19 UTC (QA Tests)] INFO -- filling :login_field with "root"668[Jun 06 2023 03:16:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field669[Jun 06 2023 03:16:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"670[Jun 06 2023 03:16:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field671[Jun 06 2023 03:16:20 UTC (QA Tests)] INFO -- clicking :sign_in_button672[Jun 06 2023 03:16:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.169s673[Jun 06 2023 03:16:21 UTC (QA Tests)] INFO -- Enabling super sidebar!674[Jun 06 2023 03:16:22 UTC (QA Tests)] INFO -- Super sidebar is already enabled675[Jun 06 2023 03:16:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds676[Jun 06 2023 03:16:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.13 seconds677[Jun 06 2023 03:16:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-merge-request-d0853ce1f0807c65' via api in 0.97 seconds678[Jun 06 2023 03:16:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds679[Jun 06 2023 03:16:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.1 seconds680[Jun 06 2023 03:16:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-merge-request-d0853ce1f0807c65/-/merge_requests/1681 views the merge request plain diff682Plan683 mention684[Jun 06 2023 03:16:28 UTC (QA Tests)] INFO -- Starting test: Plan mention mentions another user in an issue685[Jun 06 2023 03:16:28 UTC (QA Tests)] INFO -- filling :login_field with "root"686[Jun 06 2023 03:16:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field687[Jun 06 2023 03:16:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"688[Jun 06 2023 03:16:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field689[Jun 06 2023 03:16:29 UTC (QA Tests)] INFO -- clicking :sign_in_button690[Jun 06 2023 03:16:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.145s691[Jun 06 2023 03:16:31 UTC (QA Tests)] INFO -- Enabling super sidebar!692[Jun 06 2023 03:16:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled693[Jun 06 2023 03:16:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds694[Jun 06 2023 03:16:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.13 seconds695[Jun 06 2023 03:16:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/the_awesome_project-b0e5cd2297ed6f5e' via api in 0.59 seconds696[Jun 06 2023 03:16:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/the_awesome_project-b0e5cd2297ed6f5e697[Jun 06 2023 03:16:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds698[Jun 06 2023 03:16:34 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/the_awesome_project-b0e5cd2297ed6f5e QA::Resource::Project699[Jun 06 2023 03:16:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '5' via api in 0.35 seconds700[Jun 06 2023 03:16:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/the_awesome_project-b0e5cd2297ed6f5e/-/issues/1701[Jun 06 2023 03:16:36 UTC (QA Tests)] INFO -- clicking :title_content702[Jun 06 2023 03:16:36 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown703[Jun 06 2023 03:16:37 UTC (QA Tests)] INFO -- clicking :title_content704[Jun 06 2023 03:16:37 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown705[Jun 06 2023 03:16:37 UTC (QA Tests)] INFO -- filling :comment_field with "@gitlab-qa-user1706"707[Jun 06 2023 03:16:37 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field708[Jun 06 2023 03:16:38 UTC (QA Tests)] INFO -- clicking :comment_button709 mentions another user in an issue710Verify711 Pipeline editor712[Jun 06 2023 03:16:38 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline editor can create merge request713[Jun 06 2023 03:16:39 UTC (QA Tests)] INFO -- filling :login_field with "root"714[Jun 06 2023 03:16:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field715[Jun 06 2023 03:16:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"716[Jun 06 2023 03:16:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field717[Jun 06 2023 03:16:40 UTC (QA Tests)] INFO -- clicking :sign_in_button718[Jun 06 2023 03:16:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.209s719[Jun 06 2023 03:16:42 UTC (QA Tests)] INFO -- Enabling super sidebar!720[Jun 06 2023 03:16:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled721[Jun 06 2023 03:16:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds722[Jun 06 2023 03:16:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.14 seconds723[Jun 06 2023 03:16:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/pipeline-editor-project-b05335b99bae671f' via api in 0.95 seconds724[Jun 06 2023 03:16:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/pipeline-editor-project-b05335b99bae671f725[Jun 06 2023 03:16:46 UTC (QA Tests)] INFO -- clicking :menu_section_button726[Jun 06 2023 03:16:46 UTC (QA Tests)] INFO -- clicking :nav_item_link727[Jun 06 2023 03:16:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.012s728[Jun 06 2023 03:16:47 UTC (QA Tests)] INFO -- clicking :create_new_ci_button and ensuring QA::Page::Project::PipelineEditor::Show is present729[Jun 06 2023 03:16:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.791s730[Jun 06 2023 03:16:49 UTC (QA Tests)] INFO -- clicking :pipeline_editor_app731[Jun 06 2023 03:16:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_new_ci_button' took 2.056s732[Jun 06 2023 03:16:49 UTC (QA Tests)] INFO -- clicking :pipeline_editor_app733[Jun 06 2023 03:16:50 UTC (QA Tests)] INFO -- checking via JS :new_mr_checkbox with args {}734[Jun 06 2023 03:16:50 UTC (QA Tests)] INFO -- clicking :commit_changes_button735[Jun 06 2023 03:16:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.784s736[Jun 06 2023 03:16:52 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present737[Jun 06 2023 03:16:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.563s738[Jun 06 2023 03:16:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/pipeline-editor-project-b05335b99bae671f'739[Jun 06 2023 03:16:54 UTC (QA Tests)] ERROR -- Interceptor Api Errors740[-1] POST /api/graphql -- Correlation Id: Correlation Id not found741 can create merge request742Create743 Merge request push options744[Jun 06 2023 03:16:54 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets title and description745[Jun 06 2023 03:16:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds746[Jun 06 2023 03:16:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.14 seconds747[Jun 06 2023 03:16:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/merge-request-push-options-096cfdd73dffea65' via api in 0.97 seconds748[Jun 06 2023 03:16:57 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"749[Jun 06 2023 03:16:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.41 seconds750[Jun 06 2023 03:16:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.16 seconds751[Jun 06 2023 03:16:57 UTC (QA Tests)] INFO -- Merging via PUT /projects/22/merge_requests/1/merge752[Jun 06 2023 03:17:03 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_merge with title "MR push options test d8932784c944592f"753 sets title and description754Data Stores755 Project756 in group757 behaves like successful project creation758[Jun 06 2023 03:17:03 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in group behaves like successful project creation creates a new project759[Jun 06 2023 03:17:04 UTC (QA Tests)] INFO -- filling :login_field with "root"760[Jun 06 2023 03:17:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field761[Jun 06 2023 03:17:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"762[Jun 06 2023 03:17:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field763[Jun 06 2023 03:17:05 UTC (QA Tests)] INFO -- clicking :sign_in_button764[Jun 06 2023 03:17:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.209s765[Jun 06 2023 03:17:07 UTC (QA Tests)] INFO -- Enabling super sidebar!766[Jun 06 2023 03:17:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled767[Jun 06 2023 03:17:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds768[Jun 06 2023 03:17:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.13 seconds769[Jun 06 2023 03:17:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-1e3da828.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94770[Jun 06 2023 03:17:09 UTC (QA Tests)] INFO -- clicking :new_project_button771[Jun 06 2023 03:17:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.795s772[Jun 06 2023 03:17:10 UTC (QA Tests)] INFO -- clicking :panel_link773[Jun 06 2023 03:17:10 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown774[Jun 06 2023 03:17:10 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94"775[Jun 06 2023 03:17:10 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field776[Jun 06 2023 03:17:11 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}777[Jun 06 2023 03:17:11 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}778[Jun 06 2023 03:17:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-in-group-fba614fcea0191bf-4d83359de896ed00' via browser_ui in 4.72 seconds779 creates a new project780 in personal namespace781 behaves like successful project creation782[Jun 06 2023 03:17:13 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in personal namespace behaves like successful project creation creates a new project783[Jun 06 2023 03:17:14 UTC (QA Tests)] INFO -- filling :login_field with "root"784[Jun 06 2023 03:17:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field785[Jun 06 2023 03:17:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"786[Jun 06 2023 03:17:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field787[Jun 06 2023 03:17:15 UTC (QA Tests)] INFO -- clicking :sign_in_button788[Jun 06 2023 03:17:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.028s789[Jun 06 2023 03:17:16 UTC (QA Tests)] INFO -- Enabling super sidebar!790[Jun 06 2023 03:17:16 UTC (QA Tests)] INFO -- Super sidebar is already enabled791[Jun 06 2023 03:17:18 UTC (QA Tests)] INFO -- clicking :new_project_button and ensuring QA::Page::Project::New is present792[Jun 06 2023 03:17:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 2.002s793[Jun 06 2023 03:17:20 UTC (QA Tests)] INFO -- clicking :panel_link794[Jun 06 2023 03:17:20 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown795[Jun 06 2023 03:17:20 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "root"796[Jun 06 2023 03:17:20 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field797[Jun 06 2023 03:17:21 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}798[Jun 06 2023 03:17:21 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}799[Jun 06 2023 03:17:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'root/project-in-personal-namespace-9b432b0da0e04156-73e94df966d52f02' via browser_ui in 4.54 seconds800 creates a new project801Create802 Git clone over HTTP803[Jun 06 2023 03:17:23 UTC (QA Tests)] INFO -- Starting test: Create Git clone over HTTP user performs a shallow clone804[Jun 06 2023 03:17:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds805[Jun 06 2023 03:17:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.12 seconds806[Jun 06 2023 03:17:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-code-9d13626e3688e992' via api in 0.53 seconds807[Jun 06 2023 03:17:24 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"808 user performs a shallow clone809[Jun 06 2023 03:17:25 UTC (QA Tests)] INFO -- Starting test: Create Git clone over HTTP user performs a deep clone810[Jun 06 2023 03:17:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds811[Jun 06 2023 03:17:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.12 seconds812[Jun 06 2023 03:17:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-code-684c939049b1a95e' via api in 0.65 seconds813[Jun 06 2023 03:17:27 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"814 user performs a deep clone815Data Stores816 Create project badge817[Jun 06 2023 03:17:27 UTC (QA Tests)] INFO -- Starting test: Data Stores Create project badge creates project badge successfully818[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- filling :login_field with "root"819[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field820[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"821[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field822[Jun 06 2023 03:17:28 UTC (QA Tests)] INFO -- clicking :sign_in_button823[Jun 06 2023 03:17:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.108s824[Jun 06 2023 03:17:30 UTC (QA Tests)] INFO -- Enabling super sidebar!825[Jun 06 2023 03:17:30 UTC (QA Tests)] INFO -- Super sidebar is already enabled826[Jun 06 2023 03:17:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds827[Jun 06 2023 03:17:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.11 seconds828[Jun 06 2023 03:17:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/badge-test-project-7a44a4bedf3d6efd' via api in 0.81 seconds829[Jun 06 2023 03:17:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/badge-test-project-7a44a4bedf3d6efd830[Jun 06 2023 03:17:34 UTC (QA Tests)] INFO -- clicking :menu_section_button831[Jun 06 2023 03:17:34 UTC (QA Tests)] INFO -- clicking :nav_item_link832[Jun 06 2023 03:17:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.135s833[Jun 06 2023 03:17:36 UTC (QA Tests)] INFO -- filling :badge_name_field with "project-badge-061682af4a129ecc"834[Jun 06 2023 03:17:36 UTC (QA Tests)] INFO -- clicking the coordinates of :badge_name_field835[Jun 06 2023 03:17:37 UTC (QA Tests)] INFO -- filling :badge_link_url_field with "http://gitlab-ce-1e3da828.test/%{project_path}"836[Jun 06 2023 03:17:37 UTC (QA Tests)] INFO -- clicking the coordinates of :badge_link_url_field837[Jun 06 2023 03:17:37 UTC (QA Tests)] INFO -- filling :badge_image_url_field with "http://gitlab-ce-1e3da828.test/%{project_path}/badges/%{default_branch}/pipeline.svg"838[Jun 06 2023 03:17:37 UTC (QA Tests)] INFO -- clicking the coordinates of :badge_image_url_field839[Jun 06 2023 03:17:38 UTC (QA Tests)] INFO -- clicking :add_badge_button840[Jun 06 2023 03:17:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectBadge with name 'project-badge-061682af4a129ecc' via browser_ui in 4.08 seconds841[Jun 06 2023 03:17:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/badge-test-project-7a44a4bedf3d6efd842 creates project badge successfully843Manage844 standard845 when admin approval is required846[Jun 06 2023 03:17:41 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is required allows user login after approval847[Jun 06 2023 03:17:41 UTC (QA Tests)] INFO -- filling :login_field with "root"848[Jun 06 2023 03:17:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field849[Jun 06 2023 03:17:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"850[Jun 06 2023 03:17:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field851[Jun 06 2023 03:17:42 UTC (QA Tests)] INFO -- clicking :sign_in_button852[Jun 06 2023 03:17:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.104s853[Jun 06 2023 03:17:44 UTC (QA Tests)] INFO -- Enabling super sidebar!854[Jun 06 2023 03:17:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled855[Jun 06 2023 03:17:45 UTC (QA Tests)] INFO -- clicking :context_switcher856[Jun 06 2023 03:17:45 UTC (QA Tests)] INFO -- clicking :nav_item_link857[Jun 06 2023 03:17:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.589s858[Jun 06 2023 03:17:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.224s859[Jun 06 2023 03:17:47 UTC (QA Tests)] INFO -- clicking :nav_item_link860[Jun 06 2023 03:17:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.648s861[Jun 06 2023 03:17:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.277s862[Jun 06 2023 03:17:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.02s863[Jun 06 2023 03:17:51 UTC (QA Tests)] INFO -- clicking :user_avatar_content864[Jun 06 2023 03:17:51 UTC (QA Tests)] INFO -- clicking :sign_out_link865[Jun 06 2023 03:18:01 UTC (QA Tests)] INFO -- clicking :register_link866[Jun 06 2023 03:18:02 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"867[Jun 06 2023 03:18:02 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field868[Jun 06 2023 03:18:02 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User 3574a3da46bf48a4"869[Jun 06 2023 03:18:02 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field870[Jun 06 2023 03:18:02 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-3574a3da46bf48a4"871[Jun 06 2023 03:18:02 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field872[Jun 06 2023 03:18:03 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-3574a3da46bf48a4@gitlab.com"873[Jun 06 2023 03:18:03 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field874[Jun 06 2023 03:18:03 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"875[Jun 06 2023 03:18:03 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field876[Jun 06 2023 03:18:04 UTC (QA Tests)] INFO -- clicking :new_user_register_button877[Jun 06 2023 03:18:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_user_register_button' took 0.555s878[Jun 06 2023 03:18:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? get_started_button' took 11.069s879[Jun 06 2023 03:18:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-3574a3da46bf48a4' via browser_ui in 34.9 seconds880[Jun 06 2023 03:18:16 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-3574a3da46bf48a4"881[Jun 06 2023 03:18:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field882[Jun 06 2023 03:18:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"883[Jun 06 2023 03:18:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field884[Jun 06 2023 03:18:17 UTC (QA Tests)] INFO -- clicking :sign_in_button885[Jun 06 2023 03:18:17 UTC (QA Tests)] INFO -- Enabling super sidebar!886[Jun 06 2023 03:18:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.045s887[Jun 06 2023 03:18:21 UTC (QA Tests)] INFO -- User is not signed in, skipping888[Jun 06 2023 03:18:22 UTC (QA Tests)] INFO -- filling :login_field with "root"889[Jun 06 2023 03:18:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field890[Jun 06 2023 03:18:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"891[Jun 06 2023 03:18:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field892[Jun 06 2023 03:18:22 UTC (QA Tests)] INFO -- clicking :sign_in_button893[Jun 06 2023 03:18:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.058s894[Jun 06 2023 03:18:24 UTC (QA Tests)] INFO -- Enabling super sidebar!895[Jun 06 2023 03:18:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled896[Jun 06 2023 03:18:26 UTC (QA Tests)] INFO -- clicking :context_switcher897[Jun 06 2023 03:18:26 UTC (QA Tests)] INFO -- clicking :nav_item_link898[Jun 06 2023 03:18:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.571s899[Jun 06 2023 03:18:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.186s900[Jun 06 2023 03:18:28 UTC (QA Tests)] INFO -- clicking :nav_item_link901[Jun 06 2023 03:18:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.648s902[Jun 06 2023 03:18:28 UTC (QA Tests)] INFO -- clicking :pending_approval_tab903[Jun 06 2023 03:18:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pending_approval_tab' took 0.66s904[Jun 06 2023 03:18:30 UTC (QA Tests)] INFO -- clicking :user_actions_dropdown_toggle905[Jun 06 2023 03:18:30 UTC (QA Tests)] INFO -- clicking :approve_user_button906[Jun 06 2023 03:18:30 UTC (QA Tests)] INFO -- clicking :approve_user_confirm_button907[Jun 06 2023 03:18:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.053s908[Jun 06 2023 03:18:33 UTC (QA Tests)] INFO -- clicking :user_avatar_content909[Jun 06 2023 03:18:33 UTC (QA Tests)] INFO -- clicking :sign_out_link910[Jun 06 2023 03:18:33 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-3574a3da46bf48a4"911[Jun 06 2023 03:18:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field912[Jun 06 2023 03:18:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"913[Jun 06 2023 03:18:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field914[Jun 06 2023 03:18:34 UTC (QA Tests)] INFO -- clicking :sign_in_button915[Jun 06 2023 03:18:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.533s916[Jun 06 2023 03:18:35 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown917[Jun 06 2023 03:18:35 UTC (QA Tests)] INFO -- clicking :get_started_button918[Jun 06 2023 03:18:35 UTC (QA Tests)] INFO -- Enabling super sidebar!919[Jun 06 2023 03:18:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled920[Jun 06 2023 03:18:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? get_started_button' took 11.035s921[Jun 06 2023 03:18:48 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>false}922 allows user login after approval923 when admin approval is not required924 behaves like registration and login925[Jun 06 2023 03:18:49 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 login926[Jun 06 2023 03:18:49 UTC (QA Tests)] INFO -- filling :login_field with "root"927[Jun 06 2023 03:18:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field928[Jun 06 2023 03:18:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"929[Jun 06 2023 03:18:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field930[Jun 06 2023 03:18:50 UTC (QA Tests)] INFO -- clicking :sign_in_button931[Jun 06 2023 03:18:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.182s932[Jun 06 2023 03:18:52 UTC (QA Tests)] INFO -- Enabling super sidebar!933[Jun 06 2023 03:18:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled934[Jun 06 2023 03:18:53 UTC (QA Tests)] INFO -- clicking :context_switcher935[Jun 06 2023 03:18:53 UTC (QA Tests)] INFO -- clicking :nav_item_link936[Jun 06 2023 03:18:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.585s937[Jun 06 2023 03:18:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.182s938[Jun 06 2023 03:18:55 UTC (QA Tests)] INFO -- clicking :nav_item_link939[Jun 06 2023 03:18:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.704s940[Jun 06 2023 03:18:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.321s941[Jun 06 2023 03:18:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.054s942[Jun 06 2023 03:18:59 UTC (QA Tests)] INFO -- clicking :user_avatar_content943[Jun 06 2023 03:18:59 UTC (QA Tests)] INFO -- clicking :sign_out_link944[Jun 06 2023 03:19:09 UTC (QA Tests)] INFO -- clicking :register_link945[Jun 06 2023 03:19:10 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"946[Jun 06 2023 03:19:10 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field947[Jun 06 2023 03:19:10 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User f4ec26a0b3091220"948[Jun 06 2023 03:19:10 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field949[Jun 06 2023 03:19:10 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-f4ec26a0b3091220"950[Jun 06 2023 03:19:10 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field951[Jun 06 2023 03:19:11 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-f4ec26a0b3091220@gitlab.com"952[Jun 06 2023 03:19:11 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field953[Jun 06 2023 03:19:11 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"954[Jun 06 2023 03:19:11 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field955[Jun 06 2023 03:19:12 UTC (QA Tests)] INFO -- clicking :new_user_register_button956[Jun 06 2023 03:19:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_user_register_button' took 0.53s957[Jun 06 2023 03:19:12 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown958[Jun 06 2023 03:19:12 UTC (QA Tests)] INFO -- clicking :get_started_button959[Jun 06 2023 03:19:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 0.513s960[Jun 06 2023 03:19:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-f4ec26a0b3091220' via browser_ui in 24.52 seconds961 allows the user to register and login962 when user account is deleted963[Jun 06 2023 03:19:14 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is not required when user account is deleted allows recreating with same credentials964[Jun 06 2023 03:19:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-42bf8ae79cf656a4' via api in 0.23 seconds965[Jun 06 2023 03:19:14 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-42bf8ae79cf656a4"966[Jun 06 2023 03:19:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field967[Jun 06 2023 03:19:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"968[Jun 06 2023 03:19:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field969[Jun 06 2023 03:19:15 UTC (QA Tests)] INFO -- clicking :sign_in_button970[Jun 06 2023 03:19:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.615s971[Jun 06 2023 03:19:16 UTC (QA Tests)] INFO -- Enabling super sidebar!972[Jun 06 2023 03:19:16 UTC (QA Tests)] INFO -- Super sidebar is already enabled973[Jun 06 2023 03:19:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.063s974[Jun 06 2023 03:19:18 UTC (QA Tests)] INFO -- clicking :user_avatar_content975[Jun 06 2023 03:19:18 UTC (QA Tests)] INFO -- clicking :edit_profile_link976[Jun 06 2023 03:19:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.66s977[Jun 06 2023 03:19:19 UTC (QA Tests)] INFO -- clicking :nav_item_link978[Jun 06 2023 03:19:20 UTC (QA Tests)] INFO -- clicking :delete_account_button979[Jun 06 2023 03:19:20 UTC (QA Tests)] INFO -- clicking :confirm_delete_account_button980[Jun 06 2023 03:20:07 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-42bf8ae79cf656a4"981[Jun 06 2023 03:20:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field982[Jun 06 2023 03:20:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"983[Jun 06 2023 03:20:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field984[Jun 06 2023 03:20:08 UTC (QA Tests)] INFO -- clicking :sign_in_button985[Jun 06 2023 03:20:09 UTC (QA Tests)] INFO -- Enabling super sidebar!986[Jun 06 2023 03:20:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.023s987[Jun 06 2023 03:20:12 UTC (QA Tests)] INFO -- User is not signed in, skipping988[Jun 06 2023 03:20:13 UTC (QA Tests)] INFO -- filling :login_field with "root"989[Jun 06 2023 03:20:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field990[Jun 06 2023 03:20:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"991[Jun 06 2023 03:20:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field992[Jun 06 2023 03:20:14 UTC (QA Tests)] INFO -- clicking :sign_in_button993[Jun 06 2023 03:20:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.021s994[Jun 06 2023 03:20:15 UTC (QA Tests)] INFO -- Enabling super sidebar!995[Jun 06 2023 03:20:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled996[Jun 06 2023 03:20:17 UTC (QA Tests)] INFO -- clicking :context_switcher997[Jun 06 2023 03:20:17 UTC (QA Tests)] INFO -- clicking :nav_item_link998[Jun 06 2023 03:20:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.579s999[Jun 06 2023 03:20:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.2s1000[Jun 06 2023 03:20:19 UTC (QA Tests)] INFO -- clicking :nav_item_link1001[Jun 06 2023 03:20:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.703s1002[Jun 06 2023 03:20:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.325s1003[Jun 06 2023 03:20:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.018s1004[Jun 06 2023 03:20:22 UTC (QA Tests)] INFO -- clicking :user_avatar_content1005[Jun 06 2023 03:20:23 UTC (QA Tests)] INFO -- clicking :sign_out_link1006[Jun 06 2023 03:20:33 UTC (QA Tests)] INFO -- clicking :register_link1007[Jun 06 2023 03:20:33 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"1008[Jun 06 2023 03:20:33 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field1009[Jun 06 2023 03:20:34 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User 42bf8ae79cf656a4"1010[Jun 06 2023 03:20:34 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field1011[Jun 06 2023 03:20:34 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-42bf8ae79cf656a4"1012[Jun 06 2023 03:20:34 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field1013[Jun 06 2023 03:20:34 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-42bf8ae79cf656a4@example.com"1014[Jun 06 2023 03:20:34 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field1015[Jun 06 2023 03:20:35 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"1016[Jun 06 2023 03:20:35 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field1017[Jun 06 2023 03:20:36 UTC (QA Tests)] INFO -- clicking :new_user_register_button1018[Jun 06 2023 03:20:36 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown1019[Jun 06 2023 03:20:36 UTC (QA Tests)] INFO -- clicking :get_started_button1020[Jun 06 2023 03:20:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-42bf8ae79cf656a4' via browser_ui in 24.39 seconds1021[Jun 06 2023 03:20:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-42bf8ae79cf656a4'1022 allows recreating with same credentials1023Verify1024 Pipeline with prefill variables1025[Jun 06 2023 03:20:38 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with prefill variables shows only variables with description as prefill variables on the run pipeline page1026[Jun 06 2023 03:20:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1027[Jun 06 2023 03:20:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.12 seconds1028[Jun 06 2023 03:20:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-prefill-variables-c36178f054403a30' via api in 0.51 seconds1029[Jun 06 2023 03:20:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1030[Jun 06 2023 03:20:39 UTC (QA Tests)] INFO -- filling :login_field with "root"1031[Jun 06 2023 03:20:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1032[Jun 06 2023 03:20:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"1033[Jun 06 2023 03:20:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1034[Jun 06 2023 03:20:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1035[Jun 06 2023 03:20:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.053s1036[Jun 06 2023 03:20:42 UTC (QA Tests)] INFO -- Enabling super sidebar!1037[Jun 06 2023 03:20:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled1038[Jun 06 2023 03:20:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-prefill-variables-c36178f054403a301039[Jun 06 2023 03:20:44 UTC (QA Tests)] INFO -- clicking :menu_section_button1040[Jun 06 2023 03:20:44 UTC (QA Tests)] INFO -- clicking :nav_item_link1041[Jun 06 2023 03:20:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.68s1042[Jun 06 2023 03:20:45 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present1043[Jun 06 2023 03:20:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.112s1044 shows only variables with description as prefill variables on the run pipeline page1045[Jun 06 2023 03:20:49 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with prefill variables shows dropdown for variables with description, value, and options defined1046[Jun 06 2023 03:20:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1047[Jun 06 2023 03:20:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.12 seconds1048[Jun 06 2023 03:20:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-prefill-variables-b88d3f6ae5754c45' via api in 0.52 seconds1049[Jun 06 2023 03:20:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds1050[Jun 06 2023 03:20:50 UTC (QA Tests)] INFO -- filling :login_field with "root"1051[Jun 06 2023 03:20:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1052[Jun 06 2023 03:20:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"1053[Jun 06 2023 03:20:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1054[Jun 06 2023 03:20:51 UTC (QA Tests)] INFO -- clicking :sign_in_button1055[Jun 06 2023 03:20:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.02s1056[Jun 06 2023 03:20:53 UTC (QA Tests)] INFO -- Enabling super sidebar!1057[Jun 06 2023 03:20:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled1058[Jun 06 2023 03:20:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-prefill-variables-b88d3f6ae5754c451059[Jun 06 2023 03:20:56 UTC (QA Tests)] INFO -- clicking :menu_section_button1060[Jun 06 2023 03:20:56 UTC (QA Tests)] INFO -- clicking :nav_item_link1061[Jun 06 2023 03:20:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.692s1062[Jun 06 2023 03:20:56 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present1063[Jun 06 2023 03:20:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.222s1064[Jun 06 2023 03:20:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.798s1065[Jun 06 2023 03:20:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.804s1066[Jun 06 2023 03:20:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? ci_variable_value_dropdown' took 1.835s1067[Jun 06 2023 03:20:59 UTC (QA Tests)] INFO -- clicking :ci_variable_value_dropdown1068 shows dropdown for variables with description, value, and options defined1069Create1070 File templates1071[Jun 06 2023 03:21:00 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds .gitignore via file template Android1072[Jun 06 2023 03:21:00 UTC (QA Tests)] INFO -- filling :login_field with "root"1073[Jun 06 2023 03:21:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1074[Jun 06 2023 03:21:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"1075[Jun 06 2023 03:21:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1076[Jun 06 2023 03:21:01 UTC (QA Tests)] INFO -- clicking :sign_in_button1077[Jun 06 2023 03:21:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.029s1078[Jun 06 2023 03:21:03 UTC (QA Tests)] INFO -- Enabling super sidebar!1079[Jun 06 2023 03:21:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled1080[Jun 06 2023 03:21:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1081[Jun 06 2023 03:21:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.12 seconds1082[Jun 06 2023 03:21:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/file-template-project-1398740befc2a1db' via api in 0.84 seconds1083[Jun 06 2023 03:21:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/file-template-project-1398740befc2a1db1084[Jun 06 2023 03:21:06 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1085[Jun 06 2023 03:21:06 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1086[Jun 06 2023 03:21:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.038s1087[Jun 06 2023 03:21:07 UTC (QA Tests)] INFO -- filling :file_name_field with "0005e9e5ecaf4e4f/.gitignore"1088[Jun 06 2023 03:21:07 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1089[Jun 06 2023 03:21:08 UTC (QA Tests)] INFO -- clicking :gitignore_dropdown1090[Jun 06 2023 03:21:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.148s1091[Jun 06 2023 03:21:10 UTC (QA Tests)] INFO -- clicking :commit_button1092[Jun 06 2023 03:21:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.252s1093 user adds .gitignore via file template Android1094[Jun 06 2023 03:21:12 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds .gitlab-ci.yml via file template Julia1095[Jun 06 2023 03:21:12 UTC (QA Tests)] INFO -- filling :login_field with "root"1096[Jun 06 2023 03:21:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1097[Jun 06 2023 03:21:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"1098[Jun 06 2023 03:21:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1099[Jun 06 2023 03:21:13 UTC (QA Tests)] INFO -- clicking :sign_in_button1100[Jun 06 2023 03:21:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.169s1101[Jun 06 2023 03:21:15 UTC (QA Tests)] INFO -- Enabling super sidebar!1102[Jun 06 2023 03:21:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled1103[Jun 06 2023 03:21:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1104[Jun 06 2023 03:21:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.12 seconds1105[Jun 06 2023 03:21:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/file-template-project-6596f2a76be39f35' via api in 0.87 seconds1106[Jun 06 2023 03:21:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/file-template-project-6596f2a76be39f351107[Jun 06 2023 03:21:18 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1108[Jun 06 2023 03:21:18 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1109[Jun 06 2023 03:21:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 0.905s1110[Jun 06 2023 03:21:19 UTC (QA Tests)] INFO -- filling :file_name_field with "3538bcc7b903c447/.gitlab-ci.yml"1111[Jun 06 2023 03:21:19 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1112[Jun 06 2023 03:21:20 UTC (QA Tests)] INFO -- clicking :gitlab_ci_yml_dropdown1113[Jun 06 2023 03:21:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.131s1114[Jun 06 2023 03:21:22 UTC (QA Tests)] INFO -- clicking :commit_button1115[Jun 06 2023 03:21:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.265s1116 user adds .gitlab-ci.yml via file template Julia1117[Jun 06 2023 03:21:24 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds Dockerfile via file template Python1118[Jun 06 2023 03:21:25 UTC (QA Tests)] INFO -- filling :login_field with "root"1119[Jun 06 2023 03:21:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1120[Jun 06 2023 03:21:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"1121[Jun 06 2023 03:21:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1122[Jun 06 2023 03:21:25 UTC (QA Tests)] INFO -- clicking :sign_in_button1123[Jun 06 2023 03:21:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.98s1124[Jun 06 2023 03:21:27 UTC (QA Tests)] INFO -- Enabling super sidebar!1125[Jun 06 2023 03:21:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled1126[Jun 06 2023 03:21:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1127[Jun 06 2023 03:21:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.12 seconds1128[Jun 06 2023 03:21:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/file-template-project-34620ed6a0b60a1c' via api in 0.83 seconds1129[Jun 06 2023 03:21:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/file-template-project-34620ed6a0b60a1c1130[Jun 06 2023 03:21:31 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1131[Jun 06 2023 03:21:31 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1132[Jun 06 2023 03:21:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 0.992s1133[Jun 06 2023 03:21:32 UTC (QA Tests)] INFO -- filling :file_name_field with "ae35debdb097fe55/Dockerfile"1134[Jun 06 2023 03:21:32 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1135[Jun 06 2023 03:21:32 UTC (QA Tests)] INFO -- clicking :dockerfile_dropdown1136[Jun 06 2023 03:21:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.141s1137[Jun 06 2023 03:21:34 UTC (QA Tests)] INFO -- clicking :commit_button1138[Jun 06 2023 03:21:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.185s1139 user adds Dockerfile via file template Python1140[Jun 06 2023 03:21:36 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds LICENSE via file template Mozilla Public License 2.01141[Jun 06 2023 03:21:36 UTC (QA Tests)] INFO -- filling :login_field with "root"1142[Jun 06 2023 03:21:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1143[Jun 06 2023 03:21:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"1144[Jun 06 2023 03:21:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1145[Jun 06 2023 03:21:37 UTC (QA Tests)] INFO -- clicking :sign_in_button1146[Jun 06 2023 03:21:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.097s1147[Jun 06 2023 03:21:39 UTC (QA Tests)] INFO -- Enabling super sidebar!1148[Jun 06 2023 03:21:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled1149[Jun 06 2023 03:21:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1150[Jun 06 2023 03:21:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.12 seconds1151[Jun 06 2023 03:21:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/file-template-project-210df582eef5eea7' via api in 0.81 seconds1152[Jun 06 2023 03:21:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/file-template-project-210df582eef5eea71153[Jun 06 2023 03:21:42 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1154[Jun 06 2023 03:21:42 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1155[Jun 06 2023 03:21:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 0.823s1156[Jun 06 2023 03:21:43 UTC (QA Tests)] INFO -- filling :file_name_field with "LICENSE"1157[Jun 06 2023 03:21:43 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1158[Jun 06 2023 03:21:43 UTC (QA Tests)] INFO -- clicking :license_dropdown1159[Jun 06 2023 03:21:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.142s1160[Jun 06 2023 03:21:45 UTC (QA Tests)] INFO -- clicking :commit_button1161[Jun 06 2023 03:21:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.22s1162 user adds LICENSE via file template Mozilla Public License 2.01163Create1164 Push mirror a repository over HTTP1165[Jun 06 2023 03:21:49 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository1166[Jun 06 2023 03:21:49 UTC (QA Tests)] INFO -- filling :login_field with "root"1167[Jun 06 2023 03:21:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1168[Jun 06 2023 03:21:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1169[Jun 06 2023 03:21:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1170[Jun 06 2023 03:21:50 UTC (QA Tests)] INFO -- clicking :sign_in_button1171[Jun 06 2023 03:21:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.134s1172[Jun 06 2023 03:21:51 UTC (QA Tests)] INFO -- Enabling super sidebar!1173[Jun 06 2023 03:21:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled1174[Jun 06 2023 03:21:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1175[Jun 06 2023 03:21:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.11 seconds1176[Jun 06 2023 03:21:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/push-mirror-target-project-399e68f4e2bce167' via api in 0.53 seconds1177[Jun 06 2023 03:21:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1178[Jun 06 2023 03:21:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.14 seconds1179[Jun 06 2023 03:21:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-code-bda21862cfa693e7' via api in 0.58 seconds1180[Jun 06 2023 03:21:56 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1181[Jun 06 2023 03:21:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.85 seconds1182[Jun 06 2023 03:21:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-code-bda21862cfa693e71183[Jun 06 2023 03:21:58 UTC (QA Tests)] INFO -- clicking :menu_section_button1184[Jun 06 2023 03:21:58 UTC (QA Tests)] INFO -- clicking :nav_item_link1185[Jun 06 2023 03:21:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.079s1186[Jun 06 2023 03:22:00 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/push-mirror-target-project-399e68f4e2bce167.git"1187[Jun 06 2023 03:22:00 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field1188[Jun 06 2023 03:22:01 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field1189[Jun 06 2023 03:22:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? authentication_method_field' took 11.063s1190[Jun 06 2023 03:22:12 UTC (QA Tests)] INFO -- Saving screenshot..1191[Jun 06 2023 03:22:12 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository1192[Jun 06 2023 03:22:13 UTC (QA Tests)] INFO -- filling :login_field with "root"1193[Jun 06 2023 03:22:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1194[Jun 06 2023 03:22:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"1195[Jun 06 2023 03:22:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1196[Jun 06 2023 03:22:13 UTC (QA Tests)] INFO -- clicking :sign_in_button1197[Jun 06 2023 03:22:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.998s1198[Jun 06 2023 03:22:15 UTC (QA Tests)] INFO -- Enabling super sidebar!1199[Jun 06 2023 03:22:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled1200[Jun 06 2023 03:22:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1201[Jun 06 2023 03:22:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.12 seconds1202[Jun 06 2023 03:22:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/push-mirror-target-project-3c7364bb1a478826' via api in 0.67 seconds1203[Jun 06 2023 03:22:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1204[Jun 06 2023 03:22:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.13 seconds1205[Jun 06 2023 03:22:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-code-70d2ea60f207667b' via api in 0.61 seconds1206[Jun 06 2023 03:22:20 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1207[Jun 06 2023 03:22:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.44 seconds1208[Jun 06 2023 03:22:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-code-70d2ea60f207667b1209[Jun 06 2023 03:22:22 UTC (QA Tests)] INFO -- clicking :menu_section_button1210[Jun 06 2023 03:22:22 UTC (QA Tests)] INFO -- clicking :nav_item_link1211[Jun 06 2023 03:22:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.53s1212[Jun 06 2023 03:22:25 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/push-mirror-target-project-3c7364bb1a478826.git"1213[Jun 06 2023 03:22:25 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field1214[Jun 06 2023 03:22:26 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field1215[Jun 06 2023 03:22:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? authentication_method_field' took 11.099s1216[Jun 06 2023 03:22:37 UTC (QA Tests)] INFO -- Saving screenshot..1217 configures and syncs LFS objects for a (push) mirrored repository (FAILED - 1)12191st Try error in ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:6:1220Couldn't find element named "authentication_method_field"1222RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:61223 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-06-06-03-12-05-2870996849382b94/create_push_mirror_a_repository_over_http_configures_and_syncs_lfs_objects_for_a_2023-06-06-03-22-37.764.html1224 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-06-06-03-12-05-2870996849382b94/create_push_mirror_a_repository_over_http_configures_and_syncs_lfs_objects_for_a_2023-06-06-03-22-37.764.png1225Create1226 Default branch name instance setting1227[Jun 06 2023 03:22:38 UTC (QA Tests)] INFO -- Setting application settings: {:default_branch_name=>"main"}1228[Jun 06 2023 03:22:39 UTC (QA Tests)] INFO -- Starting test: Create Default branch name instance setting allows a project to be created via the CLI with a different default branch name1229[Jun 06 2023 03:22:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1230[Jun 06 2023 03:22:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.12 seconds1231[Jun 06 2023 03:22:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/default-branch-name-via-cli-6eb4d3d5d73e8949' via api in 0.15 seconds1232 allows a project to be created via the CLI with a different default branch name1233[Jun 06 2023 03:22:40 UTC (QA Tests)] INFO -- Starting test: Create Default branch name instance setting sets the default branch name for a new project1234[Jun 06 2023 03:22:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1235[Jun 06 2023 03:22:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.14 seconds1236[Jun 06 2023 03:22:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/default-branch-name-2630bd83d267ccee' via api in 0.92 seconds1237 sets the default branch name for a new project1238[Jun 06 2023 03:22:42 UTC (QA Tests)] INFO -- Setting application settings: {:default_branch_name=>nil}1239Create1240 Create a new merge request1241[Jun 06 2023 03:22:42 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request creates a merge request with a milestone and label1242[Jun 06 2023 03:22:43 UTC (QA Tests)] INFO -- filling :login_field with "root"1243[Jun 06 2023 03:22:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1244[Jun 06 2023 03:22:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"1245[Jun 06 2023 03:22:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1246[Jun 06 2023 03:22:43 UTC (QA Tests)] INFO -- clicking :sign_in_button1247[Jun 06 2023 03:22:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.48s1248[Jun 06 2023 03:22:46 UTC (QA Tests)] INFO -- Enabling super sidebar!1249[Jun 06 2023 03:22:46 UTC (QA Tests)] INFO -- Super sidebar is already enabled1250[Jun 06 2023 03:22:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1251[Jun 06 2023 03:22:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.13 seconds1252[Jun 06 2023 03:22:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-49796c90a18a6c73' via api in 0.63 seconds1253[Jun 06 2023 03:22:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '2' via api in 0.18 seconds1254[Jun 06 2023 03:22:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '1' via api in 0.14 seconds1255[Jun 06 2023 03:22:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.94 seconds1256[Jun 06 2023 03:22:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.36 seconds1257[Jun 06 2023 03:22:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-49796c90a18a6c731258[Jun 06 2023 03:22:51 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1259[Jun 06 2023 03:22:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.2s1260[Jun 06 2023 03:22:52 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"1261[Jun 06 2023 03:22:52 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1262[Jun 06 2023 03:22:53 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "... to find them, to bring them all, and in the darkness bind them"1263[Jun 06 2023 03:22:53 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field1264[Jun 06 2023 03:22:54 UTC (QA Tests)] INFO -- clicking :assign_to_me_link1265[Jun 06 2023 03:22:54 UTC (QA Tests)] INFO -- clicking :issuable_label_dropdown1266[Jun 06 2023 03:22:54 UTC (QA Tests)] INFO -- clicking :issuable_label_dropdown1267[Jun 06 2023 03:22:55 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1268[Jun 06 2023 03:22:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.208s1269[Jun 06 2023 03:22:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 9.56 seconds1270 creates a merge request with a milestone and label1271[Jun 06 2023 03:22:58 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request creates a basic merge request1272[Jun 06 2023 03:22:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1273[Jun 06 2023 03:22:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1274[Jun 06 2023 03:22:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1275[Jun 06 2023 03:22:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1276[Jun 06 2023 03:23:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1277[Jun 06 2023 03:23:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.321s1278[Jun 06 2023 03:23:02 UTC (QA Tests)] INFO -- Enabling super sidebar!1279[Jun 06 2023 03:23:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled1280[Jun 06 2023 03:23:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1281[Jun 06 2023 03:23:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.18 seconds1282[Jun 06 2023 03:23:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-56ec262f48a55704' via api in 0.67 seconds1283[Jun 06 2023 03:23:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.36 seconds1284[Jun 06 2023 03:23:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.36 seconds1285[Jun 06 2023 03:23:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-56ec262f48a557041286[Jun 06 2023 03:23:16 UTC (QA Tests)] INFO -- clicking :menu_section_button1287[Jun 06 2023 03:23:16 UTC (QA Tests)] INFO -- clicking :nav_item_link1288[Jun 06 2023 03:23:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.817s1289[Jun 06 2023 03:23:17 UTC (QA Tests)] INFO -- clicking :new_merge_request_button1290[Jun 06 2023 03:23:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_merge_request_button' took 0.839s1291[Jun 06 2023 03:23:18 UTC (QA Tests)] INFO -- clicking :source_branch_dropdown1292[Jun 06 2023 03:23:18 UTC (QA Tests)] INFO -- Searching in dropdown: "qa-test-feature-7b386275f8d901d2"1293[Jun 06 2023 03:23:19 UTC (QA Tests)] INFO -- clicking :compare_branches_button1294[Jun 06 2023 03:23:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element compare_branches_button' took 1.967s1295[Jun 06 2023 03:23:21 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"1296[Jun 06 2023 03:23:21 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1297[Jun 06 2023 03:23:22 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "... to find them, to bring them all, and in the darkness bind them"1298[Jun 06 2023 03:23:22 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field1299[Jun 06 2023 03:23:23 UTC (QA Tests)] INFO -- clicking :assign_to_me_link1300[Jun 06 2023 03:23:23 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1301[Jun 06 2023 03:23:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.783s1302[Jun 06 2023 03:23:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 21.62 seconds1303 creates a basic merge request1304Verify1305 Runner registration1306[Jun 06 2023 03:23:26 UTC (QA Tests)] INFO -- Starting test: Verify Runner registration user registers a new project runner1307[Jun 06 2023 03:23:26 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1308[Jun 06 2023 03:23:26 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1309[Jun 06 2023 03:23:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1310[Jun 06 2023 03:23:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.16 seconds1311[Jun 06 2023 03:23:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-ci-cd-506302061bf6c55c' via api in 0.58 seconds1312[Jun 06 2023 03:23:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1313[Jun 06 2023 03:23:30 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1686021806 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1686021806 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-1686021806 --url http://gitlab-ce-1e3da828.test --registration-token **** --tag-list e2e-test --executor shell && gitlab-runner run" `1314[Jun 06 2023 03:23:32 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1686021806`1315[Jun 06 2023 03:23:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1316[Jun 06 2023 03:23:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1686021806' via api in 8.39 seconds1317[Jun 06 2023 03:23:35 UTC (QA Tests)] INFO -- filling :login_field with "root"1318[Jun 06 2023 03:23:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1319[Jun 06 2023 03:23:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"1320[Jun 06 2023 03:23:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1321[Jun 06 2023 03:23:35 UTC (QA Tests)] INFO -- clicking :sign_in_button1322[Jun 06 2023 03:23:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.161s1323[Jun 06 2023 03:23:37 UTC (QA Tests)] INFO -- Enabling super sidebar!1324[Jun 06 2023 03:23:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled1325[Jun 06 2023 03:23:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-ci-cd-506302061bf6c55c1326[Jun 06 2023 03:23:40 UTC (QA Tests)] INFO -- clicking :menu_section_button1327[Jun 06 2023 03:23:40 UTC (QA Tests)] INFO -- clicking :nav_item_link1328[Jun 06 2023 03:23:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.628s1329[Jun 06 2023 03:23:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1686021806'1330[Jun 06 2023 03:23:44 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1686021806`1331 user registers a new project runner1332Manage1333 Gitlab migration1334 with import within same instance1335[Jun 06 2023 03:23:44 UTC (QA Tests)] INFO -- Starting test: Manage Gitlab migration with import within same instance successfully imports project1336[Jun 06 2023 03:23:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.07 seconds1337[Jun 06 2023 03:23:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1338[Jun 06 2023 03:23:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.13 seconds1339[Jun 06 2023 03:23:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/source-group-for-import-ebd64aec' via api in 0.56 seconds1340[Jun 06 2023 03:23:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds1341[Jun 06 2023 03:23:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'target-user-c92b04b28919' via api in 0.27 seconds1342[Jun 06 2023 03:23:46 UTC (QA Tests)] INFO -- Setting application settings: {:bulk_import_enabled=>true}1343[Jun 06 2023 03:23:46 UTC (QA Tests)] INFO -- Setting application settings: {:bulk_import_enabled=>true}1344[Jun 06 2023 03:23:46 UTC (QA Tests)] INFO -- Adding user target-user-c92b04b28919 to gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94 QA::Resource::Group1345[Jun 06 2023 03:23:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/source-group-for-import-ebd64aec/the_awesome_project-479b217e4f13d6ce' via api in 0.76 seconds1346[Jun 06 2023 03:23:47 UTC (QA Tests)] INFO -- No cached token found for username: target-user-c92b04b289191347[Jun 06 2023 03:23:48 UTC (QA Tests)] INFO -- Caching token for username: target-user-c92b04b28919, last six chars of token:a_3DHs1348[Jun 06 2023 03:23:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-target-user-c92b04b28919-9dllvr7l' via api in 0.09 seconds1349[Jun 06 2023 03:23:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::BulkImportGroup with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/target-group-for-import-df6a2a98' via api in 0.63 seconds1350[Jun 06 2023 03:25:03 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'target-user-c92b04b28919'1351 successfully imports project1352Create1353 Push over HTTP using Git protocol version 21354[Jun 06 2023 03:25:03 UTC (QA Tests)] INFO -- Starting test: Create Push over HTTP using Git protocol version 2 user pushes to the repository1355[Jun 06 2023 03:25:04 UTC (QA Tests)] INFO -- filling :login_field with "root"1356[Jun 06 2023 03:25:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1357[Jun 06 2023 03:25:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"1358[Jun 06 2023 03:25:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1359[Jun 06 2023 03:25:05 UTC (QA Tests)] INFO -- clicking :sign_in_button1360[Jun 06 2023 03:25:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.111s1361[Jun 06 2023 03:25:08 UTC (QA Tests)] INFO -- Enabling super sidebar!1362[Jun 06 2023 03:25:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled1363[Jun 06 2023 03:25:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1364[Jun 06 2023 03:25:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.14 seconds1365[Jun 06 2023 03:25:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/git-protocol-project-e62059ceca4e8004' via api in 1.37 seconds1366[Jun 06 2023 03:25:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/git-protocol-project-e62059ceca4e80041367[Jun 06 2023 03:25:15 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"1368 user pushes to the repository1369Verify1370 when pipeline is blocked1371 can still merge MR successfully (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/411510)1372Create1373 Multiple file snippet1374 behaves like deleting file from snippet1375[Jun 06 2023 03:25:16 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like deleting file from snippet deletes second file from an existing project_snippet to make it single-file1376[Jun 06 2023 03:25:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1377[Jun 06 2023 03:25:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1378[Jun 06 2023 03:25:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"1379[Jun 06 2023 03:25:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1380[Jun 06 2023 03:25:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1381[Jun 06 2023 03:25:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.544s1382[Jun 06 2023 03:25:19 UTC (QA Tests)] INFO -- Enabling super sidebar!1383[Jun 06 2023 03:25:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled1384[Jun 06 2023 03:25:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.23 seconds1385[Jun 06 2023 03:25:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94' via api in 0.38 seconds1386[Jun 06 2023 03:25:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-snippets-1cc2ec872d9ce5c4' via api in 1.1 seconds1387[Jun 06 2023 03:25:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '4' via api in 2.2 seconds1388[Jun 06 2023 03:25:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ce-1e3da828.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-12-05-2870996849382b94/project-with-snippets-1cc2ec872d9ce5c4/-/snippets/41389[Jun 06 2023 03:25:25 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1390[Jun 06 2023 03:25:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.385s1391[Jun 06 2023 03:25:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.636s1392[Jun 06 2023 03:25:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements file_holder_container' took 0.665s1393[Jun 06 2023 03:25:27 UTC (QA Tests)] INFO -- clicking :delete_file_button1394[Jun 06 2023 03:25:27 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1395[Jun 06 2023 03:25:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.925s1396[Jun 06 2023 03:25:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.938s1397[Jun 06 2023 03:25:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Second file name' took 10.044s1398 deletes second file from an existing project_snippet to make it single-file1399 behaves like deleting file from snippet1400[Jun 06 2023 03:25:39 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like deleting file from snippet deletes second file from an existing personal_snippet to make it single-file1401[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- filling :login_field with "root"1402[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1403[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1404[Jun 06 2023 03:25:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1405[Jun 06 2023 03:25:41 UTC (QA Tests)] INFO -- clicking :sign_in_button1406[Jun 06 2023 03:25:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.265s1407[Jun 06 2023 03:25:43 UTC (QA Tests)] INFO -- Enabling super sidebar!1408[Jun 06 2023 03:25:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled1409[Jun 06 2023 03:25:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '5' via api in 0.37 seconds1410[Jun 06 2023 03:25:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-1e3da828.test/-/snippets/51411[Jun 06 2023 03:25:45 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1412[Jun 06 2023 03:25:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.969s1413[Jun 06 2023 03:25:47 UTC (QA Tests)] INFO -- clicking :delete_file_button1414[Jun 06 2023 03:25:47 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1415[Jun 06 2023 03:25:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.078s1416[Jun 06 2023 03:25:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.091s1417[Jun 06 2023 03:25:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Second file name' took 10.054s1418 deletes second file from an existing personal_snippet to make it single-file1419[Jun 06 2023 03:25:58 UTC (QA Tests)] INFO -- 1420========= Knapsack Time Offset Warning ==========1421Time offset: 30s1422Max allowed node time execution: 16m 34s1423Exceeded time: -02m 35s1425Global time execution for this CI node is fine.1426Happy testing!1427Need explanation? See FAQ:1429=================================================1430Read up on the benefits of a dynamic test split with Knapsack Pro Queue Mode:1431https://docs.knapsackpro.com/2020/how-to-speed-up-ruby-and-javascript-tests-with-ci-parallelisation1432Sign up for Knapsack Pro here:1434=================================================1435[Jun 06 2023 03:25:58 UTC (QA Tests)] INFO -- 1436Knapsack global time execution for tests: 13m 58s1437Pending: (Failures listed here are expected and do not affect your suite's status)1438 1) Create Merge requests when merging once behaves like merge when pipeline succeeds merges after pipeline succeeds1439 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4030171440 # ./qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb:531441 2) Create Web IDE file templates user adds Dockerfile via file template Python1442 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441443 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:531444 3) Create Web IDE file templates user adds .gitlab-ci.yml via file template Julia1445 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441446 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:531447 4) Create Web IDE file templates user adds .gitignore via file template Android1448 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441449 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:531450 5) Create Web IDE file templates user adds LICENSE via file template Mozilla Public License 2.01451 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441452 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:531453 6) Configure Auto DevOps with a Kubernetes Agent runs auto devops1454 # Test is not compatible with this environment or pipeline1455 # ./qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb:431456 7) Verify when pipeline is blocked can still merge MR successfully1457 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4115101458 # ./qa/specs/features/browser_ui/4_verify/pipeline/merge_mr_when_pipline_is_blocked_spec.rb:751459Failures:1460 1) Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository1461 Failure/Error: mirror_settings.mirror_direction = 'Push'1463 QA::Page::Base::ElementNotFound:1464 Couldn't find element named "authentication_method_field"1465 # ./qa/page/base.rb:365:in `wait_for_animated_element'1466 # ./qa/support/page/logging.rb:150:in `wait_for_animated_element'1467 # ./qa/page/project/settings/mirroring_repositories.rb:55:in `mirror_direction='1468 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:29:in `block (5 levels) in <module:QA>'1469 # ./qa/scenario/actable.rb:16:in `perform'1470 # ./qa/page/project/settings/repository.rb:54:in `block in expand_mirroring_repositories'1471 # ./qa/page/settings/common.rb:19:in `block in expand_content'1472 # ./qa/page/base.rb:374:in `within_element'1473 # ./qa/support/page/logging.rb:156:in `within_element'1474 # ./qa/page/settings/common.rb:11:in `expand_content'1475 # ./qa/page/project/settings/repository.rb:53:in `expand_mirroring_repositories'1476 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:26:in `block (4 levels) in <module:QA>'1477 # ./qa/scenario/actable.rb:16:in `perform'1478 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:25:in `block (3 levels) in <module:QA>'1479 # ./qa/specs/spec_helper.rb:121:in `block (2 levels) in <top (required)>'1480 # ./qa/specs/knapsack_runner.rb:17:in `run'1481 # ./qa/specs/runner.rb:57:in `perform'1482 # ./qa/scenario/template.rb:10:in `block in perform'1483 # ./qa/scenario/template.rb:8:in `perform'1484 # ./qa/scenario/template.rb:50:in `perform'1485 # ./qa/scenario/template.rb:10:in `block in perform'1486 # ./qa/scenario/template.rb:8:in `perform'1487 # ./qa/scenario/bootable.rb:52:in `launch!'1488Finished in 14 minutes 1 second (files took 3.63 seconds to load)148955 examples, 1 failure, 7 pending1490Failed examples:1491rspec ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:6 # Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository1492Randomized with seed 46391493[Jun 06 2023 03:25:59 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ce-1e3da828`1494[Jun 06 2023 03:25:59 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ce-1e3da828`1495bundler: failed to load command: gitlab-qa (/builds/gitlab-org/gitlab/.gems/bin/gitlab-qa)1496/usr/local/bin/bundle: Command `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" ...` failed! \e[31m✘\e[0m (Gitlab::QA::Support::ShellCommand::StatusError)1498Running after script...1499$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command1500$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")1501$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"1627Uploading artifacts...1628gitlab-qa-run-*: found 308 matching artifact files and directories 1629Uploading artifacts as "archive" to coordinator... 201 Created id=4417509090 responseStatus=201 Created token=64_U7D8K1630Uploading artifacts...1631gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 1632Uploading artifacts as "junit" to coordinator... 201 Created id=4417509090 responseStatus=201 Created token=64_U7D8K1633Uploading artifacts...1634/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 1635Uploading artifacts as "dotenv" to coordinator... 201 Created id=4417509090 responseStatus=201 Created token=64_U7D8K1637ERROR: Job failed: exit code 1