update-ee-to-ce
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:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1690427025-b9e2083b-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: 181299, done. 20remote: Counting objects: 100% (181299/181299), done. 21remote: Compressing objects: 100% (108589/108589), done. 22remote: Total 181299 (delta 93457), reused 127944 (delta 66311), pack-reused 0 23Receiving objects: 100% (181299/181299), 134.06 MiB | 43.55 MiB/s, done.24Resolving deltas: 100% (93457/93457), done.26 * [new ref] refs/pipelines/946775544 -> refs/pipelines/94677554427 * [new branch] master -> origin/master28Checking out b54a92a0 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-9100e4570450d71e73e8399fe5d9940a-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-9100e4570450d71e73e8399fe5d9940a-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4749055159)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4749055159 responseStatus=200 OK token=64_rGUA139Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...40$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE41$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")42$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command43Bundle complete! 37 Gemfile dependencies, 135 gems now installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")46$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa Test::Omnibus::UpdateFromPrevious $RELEASE $GITLAB_SEMVER_VERSION $UPDATE_TYPE $UPDATE_FROM_EDITION -- $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"47$ echo "Running - '$QA_COMMAND'"48Running - 'bundle exec gitlab-qa Test::Omnibus::UpdateFromPrevious registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b54a92a0629281898db6aba9ad2d726601a8510c 16.3.0-pre minor ee -- --tag smoke --format QA::Support::JsonFormatter --out tmp/rspec-4749055210.json --format RspecJunitFormatter --out tmp/rspec-4749055210.xml --format html --out tmp/rspec-$(echo update-ee-to-ce | sed 's/[ /]/_/g').htm --color --format documentation'49$ eval "$QA_COMMAND"50[Jul 27 2023 03:08:57 UTC (Gitlab QA)] INFO -- Fetching docker tags from 'gitlab/gitlab-ee' registry51[Jul 27 2023 03:08:57 UTC (Gitlab QA)] INFO -- Performing gitlab update: gitlab/gitlab-ee:16.2.1-ee.0 => registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b54a92a0629281898db6aba9ad2d726601a8510c (16.3.0-pre)52[Jul 27 2023 03:08:57 UTC (Gitlab QA)] INFO -- Deploying release: gitlab/gitlab-ee:16.2.1-ee.053[Jul 27 2023 03:08:57 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-9e2847f1$`54[Jul 27 2023 03:08:57 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-9e2847f1 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`55[Jul 27 2023 03:08:58 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.0/tls_certificates/authority/. alpine-9e2847f1:/etc/gitlab/trusted-certs`56[Jul 27 2023 03:08:59 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.0/tls_certificates/gitlab/. alpine-9e2847f1:/etc/gitlab/ssl`57[Jul 27 2023 03:08:59 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-9e2847f1`58[Jul 27 2023 03:08:59 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-9e2847f1`59[Jul 27 2023 03:08:59 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q gitlab/gitlab-ee:16.2.1-ee.0`60[Jul 27 2023 03:09:41 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ee-0e4b4990$`61[Jul 27 2023 03:09:41 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`62[Jul 27 2023 03:09:41 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`63[Jul 27 2023 03:09:41 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ee-0e4b4990 --net test --hostname gitlab-ee-0e4b4990.test -p 80 --volume /tmp/gitlab-qa-20230727-22-sjmpc6/config:/etc/gitlab:Z --volume /tmp/gitlab-qa-20230727-22-sjmpc6/data:/var/opt/gitlab:Z --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-03-08-57-0d677dbc/gitlab-ee-0e4b4990/logs:/var/log/gitlab:Z gitlab/gitlab-ee:16.2.1-ee.0`64[Jul 27 2023 03:09:53 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-0e4b4990 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-27 03:08:5765# Gitlab::QA::Runtime::OmnibusConfigurations::Default66gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme67gitlab_rails['gitlab_disable_animations'] = true # Disable animations68gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry69gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password70gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com', 'GITLAB_QA_USER_AGENT'=>'*****', 'GITLAB_ALLOW_SEPARATE_CI_DATABASE'=>'true'}\" > /etc/gitlab/gitlab.rb;"`71[Jul 27 2023 03:09:53 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ee-0e4b4990`72[Jul 27 2023 03:13:31 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...73[Jul 27 2023 03:13:31 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`74[Jul 27 2023 03:13:32 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`75[Jul 27 2023 03:13:33 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`76[Jul 27 2023 03:13:34 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`77[Jul 27 2023 03:13:35 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`78[Jul 27 2023 03:13:36 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`79[Jul 27 2023 03:13:37 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`80[Jul 27 2023 03:13:38 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`81[Jul 27 2023 03:13:39 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`82[Jul 27 2023 03:13:40 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`83[Jul 27 2023 03:13:42 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`84[Jul 27 2023 03:13:43 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`85[Jul 27 2023 03:13:44 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`86[Jul 27 2023 03:13:45 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`87[Jul 27 2023 03:13:46 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`88[Jul 27 2023 03:13:47 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`89[Jul 27 2023 03:13:48 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`90[Jul 27 2023 03:13:49 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`91[Jul 27 2023 03:13:50 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`92[Jul 27 2023 03:13:51 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`93[Jul 27 2023 03:13:52 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`94[Jul 27 2023 03:13:53 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`95[Jul 27 2023 03:13:54 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0e4b4990`96[Jul 27 2023 03:13:55 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ee-0e4b4990 80/tcp`97[Jul 27 2023 03:13:55 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!98[Jul 27 2023 03:13:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-0e4b4990 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`99[Jul 27 2023 03:13:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-0e4b4990 bash -c "echo '#!/usr/bin/env bash100if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then101 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'102 exit 1103fi104' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`105[Jul 27 2023 03:13:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-0e4b4990 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`106[Jul 27 2023 03:13:55 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.0/support/data gitlab-ee-0e4b4990:/tmp/data-seeds`107[Jul 27 2023 03:13:55 UTC (Gitlab QA)] INFO -- Running exec_commands...108[Jul 27 2023 03:13:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-0e4b4990 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`109[Jul 27 2023 03:14:49 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q gitlab/gitlab-ee-qa:16.2.1-ee`110[Jul 27 2023 03:15:48 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee111[Jul 27 2023 03:15:48 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_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_RSPEC_TAGS="$QA_RSPEC_TAGS" --env QA_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_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="false" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_SELENOID_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_SELENOID_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_NAME_SLUG="$CI_JOB_NAME_SLUG" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_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 SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-03-08-57-0d677dbc/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-03-08-57-0d677dbc/gitlab-ee-qa-1fd412d8:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-1fd412d8 gitlab/gitlab-ee-qa:16.2.1-ee Test::Instance::All http://gitlab-ee-0e4b4990.test -- --tag smoke`1122023-07-27 03:16:02 / CONF :: 113 ==> Base URL: http://gitlab-ee-0e4b4990.test114 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f7d04258158>115 ==> Libraries: Chemlab::Vendor116[Jul 27 2023 03:16:02 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA117[Jul 27 2023 03:16:02 UTC (QA Tests)] INFO -- Browser: chrome118[Jul 27 2023 03:16:02 UTC (QA Tests)] INFO -- Performing sanity check for environment!119[Jul 27 2023 03:16:03 UTC (QA Tests)] INFO -- Performing initial license fabrication!120[Jul 27 2023 03:16:03 UTC (QA Tests)] INFO -- Successfully added license key. Details:121{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}122[Jul 27 2023 03:16:03 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.4 seconds123Run options:124 include {:smoke=>true}125 exclude {:geo=>true, :requires_praefect=>true}126Randomized with seed 14604127Framework sanity128 Version check129 is the specified version (PENDING: Test is not compatible with this environment or pipeline)130Monitor131 Alert settings132 when using Prometheus integration133 behaves like sends test alert using authorization key134[Jul 27 2023 03:16:04 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using Prometheus integration behaves like sends test alert using authorization key creates new alert135[Jul 27 2023 03:16:04 UTC (QA Tests)] INFO -- filling :login_field with "root"136[Jul 27 2023 03:16:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field137[Jul 27 2023 03:16:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"138[Jul 27 2023 03:16:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field139[Jul 27 2023 03:16:05 UTC (QA Tests)] INFO -- clicking :sign_in_button140[Jul 27 2023 03:16:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.58s141[Jul 27 2023 03:16:07 UTC (QA Tests)] INFO -- Enabling super sidebar!142[Jul 27 2023 03:16:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled143[Jul 27 2023 03:16:09 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA144[Jul 27 2023 03:16:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-9gv3ub1o' via cache in 0.0 seconds145[Jul 27 2023 03:16:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 1.1 seconds146[Jul 27 2023 03:16:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 2.1 seconds147[Jul 27 2023 03:16:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-for-alerts-5d1026a30356b11f' via api in 4.19 seconds148[Jul 27 2023 03:16:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-for-alerts-5d1026a30356b11f149[Jul 27 2023 03:16:16 UTC (QA Tests)] INFO -- clicking :menu_section_button150[Jul 27 2023 03:16:16 UTC (QA Tests)] INFO -- clicking :nav_item_link151[Jul 27 2023 03:16:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.381s152[Jul 27 2023 03:16:19 UTC (QA Tests)] INFO -- clicking :add_integration_button153[Jul 27 2023 03:16:19 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown154[Jul 27 2023 03:16:19 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button155[Jul 27 2023 03:16:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.686s156[Jul 27 2023 03:16:22 UTC (QA Tests)] INFO -- clicking :menu_section_button157[Jul 27 2023 03:16:22 UTC (QA Tests)] INFO -- clicking :nav_item_link158[Jul 27 2023 03:16:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.893s159[Jul 27 2023 03:16:23 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}' arguments160 creates new alert161 when using HTTP endpoint integration162 behaves like sends test alert using authorization key163[Jul 27 2023 03:16:23 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using HTTP endpoint integration behaves like sends test alert using authorization key creates new alert164[Jul 27 2023 03:16:24 UTC (QA Tests)] INFO -- filling :login_field with "root"165[Jul 27 2023 03:16:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field166[Jul 27 2023 03:16:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"167[Jul 27 2023 03:16:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field168[Jul 27 2023 03:16:25 UTC (QA Tests)] INFO -- clicking :sign_in_button169[Jul 27 2023 03:16:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.254s170[Jul 27 2023 03:16:27 UTC (QA Tests)] INFO -- Enabling super sidebar!171[Jul 27 2023 03:16:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled172[Jul 27 2023 03:16:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds173[Jul 27 2023 03:16:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.25 seconds174[Jul 27 2023 03:16:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-for-alerts-8183d81ca7582f08' via api in 1.84 seconds175[Jul 27 2023 03:16:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-for-alerts-8183d81ca7582f08176[Jul 27 2023 03:16:32 UTC (QA Tests)] INFO -- clicking :menu_section_button177[Jul 27 2023 03:16:32 UTC (QA Tests)] INFO -- clicking :nav_item_link178[Jul 27 2023 03:16:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.694s179[Jul 27 2023 03:16:35 UTC (QA Tests)] INFO -- clicking :add_integration_button180[Jul 27 2023 03:16:35 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown181[Jul 27 2023 03:16:35 UTC (QA Tests)] INFO -- clicking :integration_name_field182[Jul 27 2023 03:16:35 UTC (QA Tests)] INFO -- filling :integration_name_field with "ullam"183[Jul 27 2023 03:16:35 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field184[Jul 27 2023 03:16:36 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button185[Jul 27 2023 03:16:37 UTC (QA Tests)] INFO -- clicking :menu_section_button186[Jul 27 2023 03:16:37 UTC (QA Tests)] INFO -- clicking :nav_item_link187[Jul 27 2023 03:16:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.383s188[Jul 27 2023 03:16:39 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}' arguments189 creates new alert190Plan191 Issue creation192[Jul 27 2023 03:16:39 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation creates an issue193[Jul 27 2023 03:16:40 UTC (QA Tests)] INFO -- filling :login_field with "root"194[Jul 27 2023 03:16:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field195[Jul 27 2023 03:16:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"196[Jul 27 2023 03:16:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field197[Jul 27 2023 03:16:40 UTC (QA Tests)] INFO -- clicking :sign_in_button198[Jul 27 2023 03:16:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.666s199[Jul 27 2023 03:16:43 UTC (QA Tests)] INFO -- Enabling super sidebar!200[Jul 27 2023 03:16:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled201[Jul 27 2023 03:16:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.12 seconds202[Jul 27 2023 03:16:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.28 seconds203[Jul 27 2023 03:16:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/the_awesome_project-020dbc3fe1fc2592' via api in 1.72 seconds204[Jul 27 2023 03:16:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/the_awesome_project-020dbc3fe1fc2592205[Jul 27 2023 03:16:47 UTC (QA Tests)] INFO -- clicking :new_menu_toggle206[Jul 27 2023 03:16:47 UTC (QA Tests)] INFO -- clicking :create_menu_item207[Jul 27 2023 03:16:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.402s208[Jul 27 2023 03:16:48 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title af07a37e7458920e"209[Jul 27 2023 03:16:48 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field210[Jul 27 2023 03:16:49 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description 6d499d36d38d0233"211[Jul 27 2023 03:16:49 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field212[Jul 27 2023 03:16:50 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present213[Jul 27 2023 03:16:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.989s214[Jul 27 2023 03:16:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 7.86 seconds215[Jul 27 2023 03:16:54 UTC (QA Tests)] INFO -- clicking :menu_section_button216[Jul 27 2023 03:16:54 UTC (QA Tests)] INFO -- clicking :nav_item_link217[Jul 27 2023 03:16:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.128s218 creates an issue219[Jul 27 2023 03:16:55 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation closes an issue220[Jul 27 2023 03:16:56 UTC (QA Tests)] INFO -- filling :login_field with "root"221[Jul 27 2023 03:16:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field222[Jul 27 2023 03:16:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"223[Jul 27 2023 03:16:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field224[Jul 27 2023 03:16:57 UTC (QA Tests)] INFO -- clicking :sign_in_button225[Jul 27 2023 03:16:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.001s226[Jul 27 2023 03:16:59 UTC (QA Tests)] INFO -- Enabling super sidebar!227[Jul 27 2023 03:16:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled228[Jul 27 2023 03:17:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.24 seconds229[Jul 27 2023 03:17:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.45 seconds230[Jul 27 2023 03:17:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-for-issues-2e2842de767e4769' via api in 2.3 seconds231[Jul 27 2023 03:17:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 2.83 seconds232[Jul 27 2023 03:17:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-for-issues-2e2842de767e4769/-/issues/1233[Jul 27 2023 03:17:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? toggle_issue_state_button' took 0.51s234[Jul 27 2023 03:17:06 UTC (QA Tests)] INFO -- clicking :menu_section_button235[Jul 27 2023 03:17:06 UTC (QA Tests)] INFO -- clicking :nav_item_link236[Jul 27 2023 03:17:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.14s237[Jul 27 2023 03:17:07 UTC (QA Tests)] INFO -- clicking :closed_issuables_tab238 closes an issue239 when using attachments in comments240[Jul 27 2023 03:17:08 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation when using attachments in comments comments on an issue with an attachment241[Jul 27 2023 03:17:09 UTC (QA Tests)] INFO -- filling :login_field with "root"242[Jul 27 2023 03:17:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field243[Jul 27 2023 03:17:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"244[Jul 27 2023 03:17:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field245[Jul 27 2023 03:17:09 UTC (QA Tests)] INFO -- clicking :sign_in_button246[Jul 27 2023 03:17:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.884s247[Jul 27 2023 03:17:11 UTC (QA Tests)] INFO -- Enabling super sidebar!248[Jul 27 2023 03:17:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled249[Jul 27 2023 03:17:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.11 seconds250[Jul 27 2023 03:17:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.27 seconds251[Jul 27 2023 03:17:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-for-issues-551f2adad32e93fa' via api in 1.17 seconds252[Jul 27 2023 03:17:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 2.17 seconds253[Jul 27 2023 03:17:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-for-issues-551f2adad32e93fa/-/issues/1254[Jul 27 2023 03:17:17 UTC (QA Tests)] INFO -- clicking :close_button255[Jul 27 2023 03:17:18 UTC (QA Tests)] INFO -- clicking :issue_title256[Jul 27 2023 03:17:18 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown257[Jul 27 2023 03:17:18 UTC (QA Tests)] INFO -- filling :comment_field with "See attached image for scale258"259[Jul 27 2023 03:17:18 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field260[Jul 27 2023 03:17:20 UTC (QA Tests)] INFO -- clicking :comment_button261[Jul 27 2023 03:17:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.69s262[Jul 27 2023 03:17:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element noteable_note_container' took 0.721s263 comments on an issue with an attachment264Data Stores265 Project266 in group267 behaves like successful project creation268[Jul 27 2023 03:17:21 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in group behaves like successful project creation creates a new project269[Jul 27 2023 03:17:21 UTC (QA Tests)] INFO -- filling :login_field with "root"270[Jul 27 2023 03:17:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field271[Jul 27 2023 03:17:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"272[Jul 27 2023 03:17:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field273[Jul 27 2023 03:17:22 UTC (QA Tests)] INFO -- clicking :sign_in_button274[Jul 27 2023 03:17:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.034s275[Jul 27 2023 03:17:24 UTC (QA Tests)] INFO -- Enabling super sidebar!276[Jul 27 2023 03:17:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled277[Jul 27 2023 03:17:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds278[Jul 27 2023 03:17:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.25 seconds279[Jul 27 2023 03:17:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-0e4b4990.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7280[Jul 27 2023 03:17:27 UTC (QA Tests)] INFO -- clicking :new_project_button281[Jul 27 2023 03:17:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 1.003s282[Jul 27 2023 03:17:28 UTC (QA Tests)] INFO -- clicking :panel_link283[Jul 27 2023 03:17:28 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown284[Jul 27 2023 03:17:28 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7"285[Jul 27 2023 03:17:28 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field286[Jul 27 2023 03:17:30 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}287[Jul 27 2023 03:17:30 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}288[Jul 27 2023 03:17:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-in-group-e30ce7c30b8e6b78-7d8adafe1dab8e3a' via browser_ui in 7.22 seconds289 creates a new project290 in personal namespace291 behaves like successful project creation292[Jul 27 2023 03:17:33 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in personal namespace behaves like successful project creation creates a new project293[Jul 27 2023 03:17:34 UTC (QA Tests)] INFO -- filling :login_field with "root"294[Jul 27 2023 03:17:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field295[Jul 27 2023 03:17:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"296[Jul 27 2023 03:17:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field297[Jul 27 2023 03:17:35 UTC (QA Tests)] INFO -- clicking :sign_in_button298[Jul 27 2023 03:17:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.954s299[Jul 27 2023 03:17:36 UTC (QA Tests)] INFO -- Enabling super sidebar!300[Jul 27 2023 03:17:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled301[Jul 27 2023 03:17:38 UTC (QA Tests)] INFO -- clicking :new_project_button and ensuring QA::Page::Project::New is present302[Jul 27 2023 03:17:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.992s303[Jul 27 2023 03:17:39 UTC (QA Tests)] INFO -- clicking :panel_link304[Jul 27 2023 03:17:39 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown305[Jul 27 2023 03:17:39 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "root"306[Jul 27 2023 03:17:39 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field307[Jul 27 2023 03:17:41 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}308[Jul 27 2023 03:17:41 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}309[Jul 27 2023 03:17:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'root/project-in-personal-namespace-d0cbadf2b46cac41-b1bbac3f21dab653' via browser_ui in 4.87 seconds310 creates a new project311Plan312 mention313[Jul 27 2023 03:17:43 UTC (QA Tests)] INFO -- Starting test: Plan mention mentions another user in an issue314[Jul 27 2023 03:17:44 UTC (QA Tests)] INFO -- filling :login_field with "root"315[Jul 27 2023 03:17:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field316[Jul 27 2023 03:17:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"317[Jul 27 2023 03:17:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field318[Jul 27 2023 03:17:45 UTC (QA Tests)] INFO -- clicking :sign_in_button319[Jul 27 2023 03:17:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.136s320[Jul 27 2023 03:17:47 UTC (QA Tests)] INFO -- Enabling super sidebar!321[Jul 27 2023 03:17:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled322[Jul 27 2023 03:17:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds323[Jul 27 2023 03:17:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.24 seconds324[Jul 27 2023 03:17:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/the_awesome_project-2e761b350d8410a2' via api in 0.96 seconds325[Jul 27 2023 03:17:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/the_awesome_project-2e761b350d8410a2326[Jul 27 2023 03:17:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.41 seconds327[Jul 27 2023 03:17:51 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/the_awesome_project-2e761b350d8410a2 QA::Resource::Project328[Jul 27 2023 03:17:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.59 seconds329[Jul 27 2023 03:17:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/the_awesome_project-2e761b350d8410a2/-/issues/1330[Jul 27 2023 03:17:54 UTC (QA Tests)] INFO -- clicking :issue_title331[Jul 27 2023 03:17:54 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown332[Jul 27 2023 03:17:55 UTC (QA Tests)] INFO -- clicking :issue_title333[Jul 27 2023 03:17:55 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown334[Jul 27 2023 03:17:55 UTC (QA Tests)] INFO -- filling :comment_field with "@gitlab-qa-user1335"336[Jul 27 2023 03:17:55 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field337[Jul 27 2023 03:17:56 UTC (QA Tests)] INFO -- clicking :comment_button338 mentions another user in an issue339Monitor340 Alert settings341 when using HTTP endpoint integration342 behaves like sends test alert343[Jul 27 2023 03:17:57 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using HTTP endpoint integration behaves like sends test alert creates new alert344[Jul 27 2023 03:17:58 UTC (QA Tests)] INFO -- filling :login_field with "root"345[Jul 27 2023 03:17:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field346[Jul 27 2023 03:17:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"347[Jul 27 2023 03:17:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field348[Jul 27 2023 03:17:59 UTC (QA Tests)] INFO -- clicking :sign_in_button349[Jul 27 2023 03:18:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.14s350[Jul 27 2023 03:18:01 UTC (QA Tests)] INFO -- Enabling super sidebar!351[Jul 27 2023 03:18:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled352[Jul 27 2023 03:18:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds353[Jul 27 2023 03:18:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.25 seconds354[Jul 27 2023 03:18:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-for-alerts-e8d2587188402937' via api in 0.93 seconds355[Jul 27 2023 03:18:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-for-alerts-e8d2587188402937356[Jul 27 2023 03:18:04 UTC (QA Tests)] INFO -- clicking :menu_section_button357[Jul 27 2023 03:18:05 UTC (QA Tests)] INFO -- clicking :nav_item_link358[Jul 27 2023 03:18:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.156s359[Jul 27 2023 03:18:07 UTC (QA Tests)] INFO -- clicking :add_integration_button360[Jul 27 2023 03:18:07 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown361[Jul 27 2023 03:18:07 UTC (QA Tests)] INFO -- clicking :integration_name_field362[Jul 27 2023 03:18:08 UTC (QA Tests)] INFO -- filling :integration_name_field with "dolor"363[Jul 27 2023 03:18:08 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field364[Jul 27 2023 03:18:08 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button365[Jul 27 2023 03:18:08 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"illo","description":"illo"}"366[Jul 27 2023 03:18:08 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field367[Jul 27 2023 03:18:09 UTC (QA Tests)] INFO -- clicking :send_test_alert_button368[Jul 27 2023 03:18:10 UTC (QA Tests)] INFO -- clicking :menu_section_button369[Jul 27 2023 03:18:10 UTC (QA Tests)] INFO -- clicking :nav_item_link370[Jul 27 2023 03:18:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.995s371 creates new alert372 when using Prometheus integration373 behaves like sends test alert374[Jul 27 2023 03:18:11 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using Prometheus integration behaves like sends test alert creates new alert375[Jul 27 2023 03:18:12 UTC (QA Tests)] INFO -- filling :login_field with "root"376[Jul 27 2023 03:18:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field377[Jul 27 2023 03:18:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"378[Jul 27 2023 03:18:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field379[Jul 27 2023 03:18:13 UTC (QA Tests)] INFO -- clicking :sign_in_button380[Jul 27 2023 03:18:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.139s381[Jul 27 2023 03:18:15 UTC (QA Tests)] INFO -- Enabling super sidebar!382[Jul 27 2023 03:18:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled383[Jul 27 2023 03:18:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds384[Jul 27 2023 03:18:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.27 seconds385[Jul 27 2023 03:18:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-for-alerts-18f4fbcef96adbee' via api in 1.13 seconds386[Jul 27 2023 03:18:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-for-alerts-18f4fbcef96adbee387[Jul 27 2023 03:18:19 UTC (QA Tests)] INFO -- clicking :menu_section_button388[Jul 27 2023 03:18:19 UTC (QA Tests)] INFO -- clicking :nav_item_link389[Jul 27 2023 03:18:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.089s390[Jul 27 2023 03:18:21 UTC (QA Tests)] INFO -- clicking :add_integration_button391[Jul 27 2023 03:18:22 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown392[Jul 27 2023 03:18:22 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button393[Jul 27 2023 03:18:22 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-07-27T03:18:22.681+00:00","generatorURL":"http://harris.example/alphonso","endsAt":null,"status":"firing","labels":{"gitlab_environment_name":"qui"},"annotations":{"title":"error","gitlab_y_label":"status"}}]}"394[Jul 27 2023 03:18:22 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field395[Jul 27 2023 03:18:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element test_payload_field' took 0.523s396[Jul 27 2023 03:18:23 UTC (QA Tests)] INFO -- clicking :send_test_alert_button397[Jul 27 2023 03:18:24 UTC (QA Tests)] INFO -- clicking :menu_section_button398[Jul 27 2023 03:18:24 UTC (QA Tests)] INFO -- clicking :nav_item_link399[Jul 27 2023 03:18:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.963s400 creates new alert401Create402 Git push over HTTP403[Jul 27 2023 03:18:25 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user using a personal access token pushes code to the repository404[Jul 27 2023 03:18:26 UTC (QA Tests)] INFO -- filling :login_field with "root"405[Jul 27 2023 03:18:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field406[Jul 27 2023 03:18:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"407[Jul 27 2023 03:18:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field408[Jul 27 2023 03:18:27 UTC (QA Tests)] INFO -- clicking :sign_in_button409[Jul 27 2023 03:18:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.211s410[Jul 27 2023 03:18:28 UTC (QA Tests)] INFO -- Enabling super sidebar!411[Jul 27 2023 03:18:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled412[Jul 27 2023 03:18:30 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA413[Jul 27 2023 03:18:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-ipyakc50' via cache in 0.0 seconds414[Jul 27 2023 03:18:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds415[Jul 27 2023 03:18:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.24 seconds416[Jul 27 2023 03:18:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-with-code-b9e614f0376533cd' via api in 0.94 seconds417[Jul 27 2023 03:18:32 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"418[Jul 27 2023 03:18:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 4.41 seconds419[Jul 27 2023 03:18:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-with-code-b9e614f0376533cd420 user using a personal access token pushes code to the repository421Create422 Git push over HTTP423[Jul 27 2023 03:18:37 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user pushes code to the repository424[Jul 27 2023 03:18:37 UTC (QA Tests)] INFO -- filling :login_field with "root"425[Jul 27 2023 03:18:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field426[Jul 27 2023 03:18:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"427[Jul 27 2023 03:18:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field428[Jul 27 2023 03:18:38 UTC (QA Tests)] INFO -- clicking :sign_in_button429[Jul 27 2023 03:18:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.062s430[Jul 27 2023 03:18:41 UTC (QA Tests)] INFO -- Enabling super sidebar!431[Jul 27 2023 03:18:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled432[Jul 27 2023 03:18:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds433[Jul 27 2023 03:18:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.23 seconds434[Jul 27 2023 03:18:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-with-code-1537dcea491ee03e' via api in 1.08 seconds435[Jul 27 2023 03:18:45 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"436[Jul 27 2023 03:18:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.34 seconds437[Jul 27 2023 03:18:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-with-code-1537dcea491ee03e438 user pushes code to the repository439Create440 Create a new merge request441[Jul 27 2023 03:18:48 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request creates a basic merge request442[Jul 27 2023 03:18:49 UTC (QA Tests)] INFO -- filling :login_field with "root"443[Jul 27 2023 03:18:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field444[Jul 27 2023 03:18:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"445[Jul 27 2023 03:18:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field446[Jul 27 2023 03:18:49 UTC (QA Tests)] INFO -- clicking :sign_in_button447[Jul 27 2023 03:18:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.106s448[Jul 27 2023 03:18:51 UTC (QA Tests)] INFO -- Enabling super sidebar!449[Jul 27 2023 03:18:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled450[Jul 27 2023 03:18:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds451[Jul 27 2023 03:18:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.24 seconds452[Jul 27 2023 03:18:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-8d00dfd1d32a5902' via api in 0.91 seconds453[Jul 27 2023 03:18:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds454[Jul 27 2023 03:18:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds455[Jul 27 2023 03:18:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/project-8d00dfd1d32a5902456[Jul 27 2023 03:18:57 UTC (QA Tests)] INFO -- clicking :create_merge_request_button457[Jul 27 2023 03:18:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.61s458[Jul 27 2023 03:18:58 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"459[Jul 27 2023 03:18:58 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field460[Jul 27 2023 03:18:59 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "... to find them, to bring them all, and in the darkness bind them"461[Jul 27 2023 03:18:59 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field462[Jul 27 2023 03:19:00 UTC (QA Tests)] INFO -- clicking :assign_to_me_link463[Jul 27 2023 03:19:00 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present464[Jul 27 2023 03:19:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 5.169s465[Jul 27 2023 03:19:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 11.18 seconds466 creates a basic merge request467Create468 SSH keys support469[Jul 27 2023 03:19:05 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support user can add an SSH key470[Jul 27 2023 03:19:06 UTC (QA Tests)] INFO -- filling :login_field with "root"471[Jul 27 2023 03:19:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field472[Jul 27 2023 03:19:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"473[Jul 27 2023 03:19:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field474[Jul 27 2023 03:19:07 UTC (QA Tests)] INFO -- clicking :sign_in_button475[Jul 27 2023 03:19:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.181s476[Jul 27 2023 03:19:09 UTC (QA Tests)] INFO -- Enabling super sidebar!477[Jul 27 2023 03:19:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled478[Jul 27 2023 03:19:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.054s479[Jul 27 2023 03:19:11 UTC (QA Tests)] INFO -- clicking :user_avatar_content480[Jul 27 2023 03:19:12 UTC (QA Tests)] INFO -- clicking :edit_profile_link481[Jul 27 2023 03:19:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 1.956s482[Jul 27 2023 03:19:14 UTC (QA Tests)] INFO -- clicking :nav_item_link483[Jul 27 2023 03:19:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.545s484[Jul 27 2023 03:19:14 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230727-39-bz2xdw/id_rsa -N `485[Jul 27 2023 03:19:15 UTC (QA Tests)] INFO -- filling :key_public_key_field with "*****"486[Jul 27 2023 03:19:15 UTC (QA Tests)] INFO -- clicking the coordinates of :key_public_key_field487[Jul 27 2023 03:19:15 UTC (QA Tests)] INFO -- filling :key_title_field with "*****"488[Jul 27 2023 03:19:15 UTC (QA Tests)] INFO -- clicking the coordinates of :key_title_field489[Jul 27 2023 03:19:16 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-07-29"490[Jul 27 2023 03:19:16 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field491[Jul 27 2023 03:19:16 UTC (QA Tests)] INFO -- clicking :add_key_button492[Jul 27 2023 03:19:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_key_button' took 0.722s493[Jul 27 2023 03:19:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey via browser_ui in 6.54 seconds494 user can add an SSH key495 after adding an ssh key496[Jul 27 2023 03:19:17 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support after adding an ssh key can delete an ssh key497[Jul 27 2023 03:19:18 UTC (QA Tests)] INFO -- filling :login_field with "root"498[Jul 27 2023 03:19:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field499[Jul 27 2023 03:19:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"500[Jul 27 2023 03:19:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field501[Jul 27 2023 03:19:19 UTC (QA Tests)] INFO -- clicking :sign_in_button502[Jul 27 2023 03:19:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.145s503[Jul 27 2023 03:19:20 UTC (QA Tests)] INFO -- Enabling super sidebar!504[Jul 27 2023 03:19:20 UTC (QA Tests)] INFO -- Super sidebar is already enabled505[Jul 27 2023 03:19:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.087s506[Jul 27 2023 03:19:23 UTC (QA Tests)] INFO -- clicking :user_avatar_content507[Jul 27 2023 03:19:23 UTC (QA Tests)] INFO -- clicking :edit_profile_link508[Jul 27 2023 03:19:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.581s509[Jul 27 2023 03:19:24 UTC (QA Tests)] INFO -- clicking :nav_item_link510[Jul 27 2023 03:19:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.593s511[Jul 27 2023 03:19:25 UTC (QA Tests)] INFO -- clicking :delete_ssh_key_button512 can delete an ssh key513Create514 Personal snippet creation515[Jul 27 2023 03:19:27 UTC (QA Tests)] INFO -- Starting test: Create Personal snippet creation user creates a personal snippet516[Jul 27 2023 03:19:28 UTC (QA Tests)] INFO -- filling :login_field with "root"517[Jul 27 2023 03:19:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field518[Jul 27 2023 03:19:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"519[Jul 27 2023 03:19:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field520[Jul 27 2023 03:19:29 UTC (QA Tests)] INFO -- clicking :sign_in_button521[Jul 27 2023 03:19:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.396s522[Jul 27 2023 03:19:31 UTC (QA Tests)] INFO -- Enabling super sidebar!523[Jul 27 2023 03:19:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled524[Jul 27 2023 03:19:33 UTC (QA Tests)] INFO -- clicking :new_menu_toggle525[Jul 27 2023 03:19:33 UTC (QA Tests)] INFO -- clicking :create_menu_item526[Jul 27 2023 03:19:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.827s527[Jul 27 2023 03:19:34 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Snippet title"528[Jul 27 2023 03:19:34 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field529[Jul 27 2023 03:19:34 UTC (QA Tests)] INFO -- clicking :description_placeholder530[Jul 27 2023 03:19:34 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"531[Jul 27 2023 03:19:34 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field532[Jul 27 2023 03:19:35 UTC (QA Tests)] INFO -- clicking :visibility_content533[Jul 27 2023 03:19:35 UTC (QA Tests)] INFO -- filling :file_name_field with "ruby_file.rb"534[Jul 27 2023 03:19:35 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field535[Jul 27 2023 03:19:36 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button536[Jul 27 2023 03:19:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.548s537[Jul 27 2023 03:19:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.56s538[Jul 27 2023 03:19:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '1' via browser_ui in 5.05 seconds539[Jul 27 2023 03:19:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '1'540 user creates a personal snippet541Create542 Git push to canary Gitaly node over HTTP543 pushes to a project using a canary specific Gitaly repository storage (PENDING: Test is not compatible with this environment or pipeline)544Manage545 basic user login546[Jul 27 2023 03:19:38 UTC (QA Tests)] INFO -- Starting test: Manage basic user login user logs in using basic credentials and logs out547[Jul 27 2023 03:19:39 UTC (QA Tests)] INFO -- filling :login_field with "root"548[Jul 27 2023 03:19:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field549[Jul 27 2023 03:19:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"550[Jul 27 2023 03:19:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field551[Jul 27 2023 03:19:40 UTC (QA Tests)] INFO -- clicking :sign_in_button552[Jul 27 2023 03:19:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.121s553[Jul 27 2023 03:19:42 UTC (QA Tests)] INFO -- Enabling super sidebar!554[Jul 27 2023 03:19:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled555[Jul 27 2023 03:19:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.104s556[Jul 27 2023 03:19:45 UTC (QA Tests)] INFO -- clicking :user_avatar_content557[Jul 27 2023 03:19:45 UTC (QA Tests)] INFO -- clicking :sign_out_link558[Jul 27 2023 03:19:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.503s559 user logs in using basic credentials and logs out560Govern561 Policies List page562[Jul 27 2023 03:19:46 UTC (QA Tests)] INFO -- Starting test: Govern Policies List page can navigate to Policy Editor page563[Jul 27 2023 03:19:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds564[Jul 27 2023 03:19:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.24 seconds565[Jul 27 2023 03:19:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/the_awesome_project-2ec67fb3a977f072' via api in 0.91 seconds566[Jul 27 2023 03:19:47 UTC (QA Tests)] INFO -- filling :login_field with "root"567[Jul 27 2023 03:19:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field568[Jul 27 2023 03:19:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"569[Jul 27 2023 03:19:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field570[Jul 27 2023 03:19:48 UTC (QA Tests)] INFO -- clicking :sign_in_button571[Jul 27 2023 03:19:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.201s572[Jul 27 2023 03:19:50 UTC (QA Tests)] INFO -- Enabling super sidebar!573[Jul 27 2023 03:19:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled574[Jul 27 2023 03:19:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/the_awesome_project-2ec67fb3a977f072575[Jul 27 2023 03:19:53 UTC (QA Tests)] INFO -- clicking :menu_section_button576[Jul 27 2023 03:19:53 UTC (QA Tests)] INFO -- clicking :nav_item_link577[Jul 27 2023 03:19:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.934s578[Jul 27 2023 03:19:54 UTC (QA Tests)] INFO -- clicking :new_policy_button579[Jul 27 2023 03:19:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_policy_button' took 1.35s580[Jul 27 2023 03:19:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/the_awesome_project-2ec67fb3a977f072'581 can navigate to Policy Editor page582[Jul 27 2023 03:19:56 UTC (QA Tests)] INFO -- Starting test: Govern Policies List page can load Policies page and view the policies list583[Jul 27 2023 03:19:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds584[Jul 27 2023 03:19:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.25 seconds585[Jul 27 2023 03:19:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/the_awesome_project-7f38e1494e449d00' via api in 0.95 seconds586[Jul 27 2023 03:19:58 UTC (QA Tests)] INFO -- filling :login_field with "root"587[Jul 27 2023 03:19:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field588[Jul 27 2023 03:19:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"589[Jul 27 2023 03:19:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field590[Jul 27 2023 03:19:59 UTC (QA Tests)] INFO -- clicking :sign_in_button591[Jul 27 2023 03:20:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.699s592[Jul 27 2023 03:20:01 UTC (QA Tests)] INFO -- Enabling super sidebar!593[Jul 27 2023 03:20:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled594[Jul 27 2023 03:20:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/the_awesome_project-7f38e1494e449d00595[Jul 27 2023 03:20:04 UTC (QA Tests)] INFO -- clicking :menu_section_button596[Jul 27 2023 03:20:04 UTC (QA Tests)] INFO -- clicking :nav_item_link597[Jul 27 2023 03:20:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.932s598[Jul 27 2023 03:20:06 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/the_awesome_project-7f38e1494e449d00'599 can load Policies page and view the policies list600Create601 SSH key support602[Jul 27 2023 03:20:06 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230727-39-e2hs5a/id_rsa -N `603[Jul 27 2023 03:20:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '2' via api in 0.87 seconds604[Jul 27 2023 03:20:07 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes code to the repository via SSH605[Jul 27 2023 03:20:08 UTC (QA Tests)] INFO -- filling :login_field with "root"606[Jul 27 2023 03:20:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field607[Jul 27 2023 03:20:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"608[Jul 27 2023 03:20:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field609[Jul 27 2023 03:20:09 UTC (QA Tests)] INFO -- clicking :sign_in_button610[Jul 27 2023 03:20:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.084s611[Jul 27 2023 03:20:11 UTC (QA Tests)] INFO -- Enabling super sidebar!612[Jul 27 2023 03:20:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled613[Jul 27 2023 03:20:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds614[Jul 27 2023 03:20:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.24 seconds615[Jul 27 2023 03:20:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/ssh-tests-6581b950d0f7fad3' via api in 0.86 seconds616[Jul 27 2023 03:20:14 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"617[Jul 27 2023 03:20:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.97 seconds618[Jul 27 2023 03:20:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0e4b4990.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/ssh-tests-6581b950d0f7fad3619 pushes code to the repository via SSH620[Jul 27 2023 03:20:17 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes multiple branches and tags together621[Jul 27 2023 03:20:18 UTC (QA Tests)] INFO -- filling :login_field with "root"622[Jul 27 2023 03:20:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field623[Jul 27 2023 03:20:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"624[Jul 27 2023 03:20:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field625[Jul 27 2023 03:20:19 UTC (QA Tests)] INFO -- clicking :sign_in_button626[Jul 27 2023 03:20:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.093s627[Jul 27 2023 03:20:20 UTC (QA Tests)] INFO -- Enabling super sidebar!628[Jul 27 2023 03:20:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled629[Jul 27 2023 03:20:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds630[Jul 27 2023 03:20:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7' via api in 0.25 seconds631[Jul 27 2023 03:20:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-16-09-b1fc913b4da7d6f7/ssh-tests-6227794d07544e19' via api in 0.81 seconds632 pushes multiple branches and tags together633[Jul 27 2023 03:20:26 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '2'634Pending: (Failures listed here are expected and do not affect your suite's status)635 1) Framework sanity Version check is the specified version636 # Test is not compatible with this environment or pipeline637 # ./qa/specs/features/sanity/version_spec.rb:15638 2) Create Git push to canary Gitaly node over HTTP pushes to a project using a canary specific Gitaly repository storage639 # Test is not compatible with this environment or pipeline640 # ./qa/specs/features/browser_ui/3_create/repository/push_to_canary_gitaly_spec.rb:6641Top 10 slowest examples (147.98 seconds, 56.6% of total time):642 Monitor Alert settings when using Prometheus integration behaves like sends test alert using authorization key creates new alert643 19.33 seconds ./qa/specs/features/browser_ui/8_monitor/alert_management/create_alert_using_authorization_key_spec.rb:7644 Create Create a new merge request creates a basic merge request645 17.31 seconds ./qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb:23646 Plan Issue creation creates an issue647 16.53 seconds ./qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb:26648 Monitor Alert settings when using HTTP endpoint integration behaves like sends test alert using authorization key creates new alert649 15.39 seconds ./qa/specs/features/browser_ui/8_monitor/alert_management/create_alert_using_authorization_key_spec.rb:7650 Plan mention mentions another user in an issue651 14.05 seconds ./qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb:45652 Monitor Alert settings when using Prometheus integration behaves like sends test alert creates new alert653 13.89 seconds ./qa/specs/features/browser_ui/8_monitor/alert_management/alert_settings_create_new_alerts_spec.rb:7654 Monitor Alert settings when using HTTP endpoint integration behaves like sends test alert creates new alert655 13.81 seconds ./qa/specs/features/browser_ui/8_monitor/alert_management/alert_settings_create_new_alerts_spec.rb:7656 Plan Issue creation when using attachments in comments comments on an issue with an attachment657 12.81 seconds ./qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb:75658 Data Stores Project in group behaves like successful project creation creates a new project659 12.48 seconds ./qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb:7660 Plan Issue creation closes an issue661 12.37 seconds ./qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb:40662Top 10 slowest example groups:663 Monitor664 17.37 seconds average (34.73 seconds / 2 examples) ./qa/specs/features/browser_ui/8_monitor/alert_management/create_alert_using_authorization_key_spec.rb:4665 Create666 17.32 seconds average (17.32 seconds / 1 example) ./qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb:4667 Plan668 14.06 seconds average (14.06 seconds / 1 example) ./qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb:4669 Plan670 13.91 seconds average (41.73 seconds / 3 examples) ./qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb:4671 Monitor672 13.85 seconds average (27.7 seconds / 2 examples) ./qa/specs/features/browser_ui/8_monitor/alert_management/alert_settings_create_new_alerts_spec.rb:4673 Create674 11.75 seconds average (11.75 seconds / 1 example) ./qa/specs/features/browser_ui/3_create/repository/push_http_private_token_spec.rb:4675 Data Stores676 11.3 seconds average (22.6 seconds / 2 examples) ./qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb:4677 Create678 11.11 seconds average (11.11 seconds / 1 example) ./qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb:4679 Create680 11.09 seconds average (22.18 seconds / 2 examples) ./qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb:4681 Create682 11.06 seconds average (11.06 seconds / 1 example) ./qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb:4683Finished in 4 minutes 21.4 seconds (files took 3.84 seconds to load)68423 examples, 0 failures, 2 pending685Randomized with seed 14604686[Jul 27 2023 03:20:26 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-0e4b4990 bash -c "gitlab-psql -c 'select n_live_tup, n_dead_tup, relname from pg_stat_all_tables order by n_live_tup DESC, n_dead_tup DESC;'"`687[Jul 27 2023 03:20:26 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-0e4b4990 bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`688[Jul 27 2023 03:20:26 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ee-0e4b4990`689[Jul 27 2023 03:20:26 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ee-0e4b4990`690[Jul 27 2023 03:20:27 UTC (Gitlab QA)] INFO -- Deploying release: registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b54a92a0629281898db6aba9ad2d726601a8510c691[Jul 27 2023 03:20:27 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-1558b08a$`692[Jul 27 2023 03:20:27 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-1558b08a --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`693[Jul 27 2023 03:20:28 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.0/tls_certificates/authority/. alpine-1558b08a:/etc/gitlab/trusted-certs`694[Jul 27 2023 03:20:28 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.0/tls_certificates/gitlab/. alpine-1558b08a:/etc/gitlab/ssl`695[Jul 27 2023 03:20:28 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-1558b08a`696[Jul 27 2023 03:20:28 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-1558b08a`697[Jul 27 2023 03:20:29 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`698[Jul 27 2023 03:20:29 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b54a92a0629281898db6aba9ad2d726601a8510c`699[Jul 27 2023 03:21:07 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ce-ffa526da$`700[Jul 27 2023 03:21:07 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`701[Jul 27 2023 03:21:07 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ce-ffa526da --net test --hostname gitlab-ce-ffa526da.test -p 80 --volume /tmp/gitlab-qa-20230727-22-sjmpc6/config:/etc/gitlab:Z --volume /tmp/gitlab-qa-20230727-22-sjmpc6/data:/var/opt/gitlab:Z --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-03-08-57-0d677dbc/gitlab-ce-ffa526da/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b54a92a0629281898db6aba9ad2d726601a8510c`702[Jul 27 2023 03:21:17 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-ffa526da bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-27 03:20:27703# Gitlab::QA::Runtime::OmnibusConfigurations::Default704gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme705gitlab_rails['gitlab_disable_animations'] = true # Disable animations706gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry707gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password708gitlab_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;"`709[Jul 27 2023 03:21:17 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ce-ffa526da`710[Jul 27 2023 03:24:50 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...711[Jul 27 2023 03:24:50 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`712[Jul 27 2023 03:24:51 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`713[Jul 27 2023 03:24:53 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`714[Jul 27 2023 03:24:54 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`715[Jul 27 2023 03:24:55 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`716[Jul 27 2023 03:24:56 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`717[Jul 27 2023 03:24:57 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`718[Jul 27 2023 03:24:58 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`719[Jul 27 2023 03:24:59 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`720[Jul 27 2023 03:25:00 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`721[Jul 27 2023 03:25:01 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`722[Jul 27 2023 03:25:02 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`723[Jul 27 2023 03:25:03 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`724[Jul 27 2023 03:25:05 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`725[Jul 27 2023 03:25:06 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`726[Jul 27 2023 03:25:07 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`727[Jul 27 2023 03:25:08 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`728[Jul 27 2023 03:25:09 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`729[Jul 27 2023 03:25:10 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`730[Jul 27 2023 03:25:11 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`731[Jul 27 2023 03:25:12 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`732[Jul 27 2023 03:25:13 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`733[Jul 27 2023 03:25:14 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`734[Jul 27 2023 03:25:15 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`735[Jul 27 2023 03:25:17 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`736[Jul 27 2023 03:25:18 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`737[Jul 27 2023 03:25:19 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-ffa526da`738[Jul 27 2023 03:25:19 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ce-ffa526da 80/tcp`739[Jul 27 2023 03:25:19 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32769`!740[Jul 27 2023 03:25:19 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`741[Jul 27 2023 03:25:19 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:b54a92a0629281898db6aba9ad2d726601a8510c`742[Jul 27 2023 03:26:13 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce743[Jul 27 2023 03:26:13 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_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_RSPEC_TAGS="$QA_RSPEC_TAGS" --env QA_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_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_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_SELENOID_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_SELENOID_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_NAME_SLUG="$CI_JOB_NAME_SLUG" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-03-08-57-0d677dbc/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-03-08-57-0d677dbc/gitlab-ce-qa-71dc1ac9:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ce-qa-71dc1ac9 registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:b54a92a0629281898db6aba9ad2d726601a8510c Test::Instance::All http://gitlab-ce-ffa526da.test -- --tag smoke --format QA::Support::JsonFormatter --out tmp/rspec-4749055210.json --format RspecJunitFormatter --out tmp/rspec-4749055210.xml --format html --out tmp/rspec-update-ee-to-ce.htm --color --format documentation`7442023-07-27 03:26:32 / CONF :: 745 ==> Base URL: http://gitlab-ce-ffa526da.test746 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f59bde3a8a0>747 ==> Libraries: Chemlab::Vendor748[Jul 27 2023 03:26:32 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA749[Jul 27 2023 03:26:32 UTC (QA Tests)] INFO -- Browser: chrome750[Jul 27 2023 03:26:32 UTC (QA Tests)] INFO -- Performing sanity check for environment!751Run options:752 include {:smoke=>true}753 exclude {:geo=>true, :requires_praefect=>true}754Randomized with seed 5591755[Jul 27 2023 03:26:33 UTC (QA Tests)] ERROR -- [Allure]: Failed to fetch flaky spec data for report: panic: sync: negative WaitGroup counter756Manage757 basic user login758[Jul 27 2023 03:26:33 UTC (QA Tests)] INFO -- Starting test: Manage basic user login user logs in using basic credentials and logs out759[Jul 27 2023 03:26:33 UTC (QA Tests)] INFO -- filling :login_field with "root"760[Jul 27 2023 03:26:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field761[Jul 27 2023 03:26:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"762[Jul 27 2023 03:26:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field763[Jul 27 2023 03:26:34 UTC (QA Tests)] INFO -- clicking :sign_in_button764[Jul 27 2023 03:26:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.561s765[Jul 27 2023 03:26:37 UTC (QA Tests)] INFO -- Enabling super sidebar!766[Jul 27 2023 03:26:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled767[Jul 27 2023 03:26:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.086s768[Jul 27 2023 03:26:41 UTC (QA Tests)] INFO -- clicking :user_avatar_content769[Jul 27 2023 03:26:41 UTC (QA Tests)] INFO -- clicking :sign_out_link770[Jul 27 2023 03:26:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.677s771 user logs in using basic credentials and logs out772Monitor773 Alert settings774 when using HTTP endpoint integration775 behaves like sends test alert using authorization key776[Jul 27 2023 03:26:42 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using HTTP endpoint integration behaves like sends test alert using authorization key creates new alert777[Jul 27 2023 03:26:42 UTC (QA Tests)] INFO -- filling :login_field with "root"778[Jul 27 2023 03:26:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field779[Jul 27 2023 03:26:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"780[Jul 27 2023 03:26:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field781[Jul 27 2023 03:26:43 UTC (QA Tests)] INFO -- clicking :sign_in_button782[Jul 27 2023 03:26:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.409s783[Jul 27 2023 03:26:46 UTC (QA Tests)] INFO -- Enabling super sidebar!784[Jul 27 2023 03:26:46 UTC (QA Tests)] INFO -- Super sidebar is already enabled785[Jul 27 2023 03:26:48 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA786[Jul 27 2023 03:26:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-vfej6sch' via cache in 0.0 seconds787[Jul 27 2023 03:26:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.23 seconds788[Jul 27 2023 03:26:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 1.3 seconds789[Jul 27 2023 03:26:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-for-alerts-d951aed8a9a0bbbd' via api in 3.5 seconds790[Jul 27 2023 03:26:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-for-alerts-d951aed8a9a0bbbd791[Jul 27 2023 03:26:54 UTC (QA Tests)] INFO -- clicking :menu_section_button792[Jul 27 2023 03:26:54 UTC (QA Tests)] INFO -- clicking :nav_item_link793[Jul 27 2023 03:26:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.552s794[Jul 27 2023 03:26:58 UTC (QA Tests)] INFO -- clicking :add_integration_button795[Jul 27 2023 03:26:58 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown796[Jul 27 2023 03:26:59 UTC (QA Tests)] INFO -- clicking :integration_name_field797[Jul 27 2023 03:26:59 UTC (QA Tests)] INFO -- filling :integration_name_field with "aperiam"798[Jul 27 2023 03:26:59 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field799[Jul 27 2023 03:26:59 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button800[Jul 27 2023 03:27:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.624s801[Jul 27 2023 03:27:01 UTC (QA Tests)] INFO -- clicking :menu_section_button802[Jul 27 2023 03:27:01 UTC (QA Tests)] INFO -- clicking :nav_item_link803[Jul 27 2023 03:27:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.114s804[Jul 27 2023 03:27:02 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}' arguments805 creates new alert806 when using Prometheus integration807 behaves like sends test alert using authorization key808[Jul 27 2023 03:27:02 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using Prometheus integration behaves like sends test alert using authorization key creates new alert809[Jul 27 2023 03:27:03 UTC (QA Tests)] INFO -- filling :login_field with "root"810[Jul 27 2023 03:27:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field811[Jul 27 2023 03:27:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"812[Jul 27 2023 03:27:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field813[Jul 27 2023 03:27:04 UTC (QA Tests)] INFO -- clicking :sign_in_button814[Jul 27 2023 03:27:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.924s815[Jul 27 2023 03:27:06 UTC (QA Tests)] INFO -- Enabling super sidebar!816[Jul 27 2023 03:27:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled817[Jul 27 2023 03:27:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.18 seconds818[Jul 27 2023 03:27:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.32 seconds819[Jul 27 2023 03:27:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-for-alerts-484617a450a62f4c' via api in 1.06 seconds820[Jul 27 2023 03:27:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-for-alerts-484617a450a62f4c821[Jul 27 2023 03:27:11 UTC (QA Tests)] INFO -- clicking :menu_section_button822[Jul 27 2023 03:27:11 UTC (QA Tests)] INFO -- clicking :nav_item_link823[Jul 27 2023 03:27:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.567s824[Jul 27 2023 03:27:14 UTC (QA Tests)] INFO -- clicking :add_integration_button825[Jul 27 2023 03:27:14 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown826[Jul 27 2023 03:27:15 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button827[Jul 27 2023 03:27:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.807s828[Jul 27 2023 03:27:16 UTC (QA Tests)] INFO -- clicking :menu_section_button829[Jul 27 2023 03:27:16 UTC (QA Tests)] INFO -- clicking :nav_item_link830[Jul 27 2023 03:27:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.925s831[Jul 27 2023 03:27:17 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}' arguments832 creates new alert833Package834 SaaS Container Registry835 pulls an image from an existing repository (PENDING: Test is not compatible with this environment or pipeline)836Plan837 Issue creation838[Jul 27 2023 03:27:18 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation closes an issue839[Jul 27 2023 03:27:18 UTC (QA Tests)] INFO -- filling :login_field with "root"840[Jul 27 2023 03:27:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field841[Jul 27 2023 03:27:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"842[Jul 27 2023 03:27:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field843[Jul 27 2023 03:27:19 UTC (QA Tests)] INFO -- clicking :sign_in_button844[Jul 27 2023 03:27:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.073s845[Jul 27 2023 03:27:21 UTC (QA Tests)] INFO -- Enabling super sidebar!846[Jul 27 2023 03:27:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled847[Jul 27 2023 03:27:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.19 seconds848[Jul 27 2023 03:27:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.39 seconds849[Jul 27 2023 03:27:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-for-issues-7a9e87f4ad1791bd' via api in 1.41 seconds850[Jul 27 2023 03:27:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '34' via api in 2.62 seconds851[Jul 27 2023 03:27:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-for-issues-7a9e87f4ad1791bd/-/issues/1852[Jul 27 2023 03:27:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? toggle_issue_state_button' took 0.602s853[Jul 27 2023 03:27:29 UTC (QA Tests)] INFO -- clicking :menu_section_button854[Jul 27 2023 03:27:29 UTC (QA Tests)] INFO -- clicking :nav_item_link855[Jul 27 2023 03:27:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.05s856[Jul 27 2023 03:27:30 UTC (QA Tests)] INFO -- clicking :closed_issuables_tab857 closes an issue858[Jul 27 2023 03:27:31 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation creates an issue859[Jul 27 2023 03:27:31 UTC (QA Tests)] INFO -- filling :login_field with "root"860[Jul 27 2023 03:27:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field861[Jul 27 2023 03:27:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"862[Jul 27 2023 03:27:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field863[Jul 27 2023 03:27:32 UTC (QA Tests)] INFO -- clicking :sign_in_button864[Jul 27 2023 03:27:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.366s865[Jul 27 2023 03:27:34 UTC (QA Tests)] INFO -- Enabling super sidebar!866[Jul 27 2023 03:27:34 UTC (QA Tests)] INFO -- Super sidebar is already enabled867[Jul 27 2023 03:27:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.11 seconds868[Jul 27 2023 03:27:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.19 seconds869[Jul 27 2023 03:27:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/the_awesome_project-403baf7cd3cfc410' via api in 0.72 seconds870[Jul 27 2023 03:27:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/the_awesome_project-403baf7cd3cfc410871[Jul 27 2023 03:27:38 UTC (QA Tests)] INFO -- clicking :new_menu_toggle872[Jul 27 2023 03:27:38 UTC (QA Tests)] INFO -- clicking :create_menu_item873[Jul 27 2023 03:27:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.608s874[Jul 27 2023 03:27:40 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 4a6f4632ac502c94"875[Jul 27 2023 03:27:40 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field876[Jul 27 2023 03:27:40 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description b79ea1752950b156"877[Jul 27 2023 03:27:40 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field878[Jul 27 2023 03:27:41 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present879[Jul 27 2023 03:27:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.213s880[Jul 27 2023 03:27:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 7.44 seconds881[Jul 27 2023 03:27:44 UTC (QA Tests)] INFO -- clicking :menu_section_button882[Jul 27 2023 03:27:45 UTC (QA Tests)] INFO -- clicking :nav_item_link883[Jul 27 2023 03:27:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.142s884 creates an issue885 when using attachments in comments886[Jul 27 2023 03:27:46 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation when using attachments in comments comments on an issue with an attachment887[Jul 27 2023 03:27:47 UTC (QA Tests)] INFO -- filling :login_field with "root"888[Jul 27 2023 03:27:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field889[Jul 27 2023 03:27:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"890[Jul 27 2023 03:27:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field891[Jul 27 2023 03:27:48 UTC (QA Tests)] INFO -- clicking :sign_in_button892[Jul 27 2023 03:27:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.321s893[Jul 27 2023 03:27:50 UTC (QA Tests)] INFO -- Enabling super sidebar!894[Jul 27 2023 03:27:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled895[Jul 27 2023 03:27:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.13 seconds896[Jul 27 2023 03:27:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.22 seconds897[Jul 27 2023 03:27:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-for-issues-afc675093e40227e' via api in 1.04 seconds898[Jul 27 2023 03:27:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '36' via api in 1.48 seconds899[Jul 27 2023 03:27:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-for-issues-afc675093e40227e/-/issues/1900[Jul 27 2023 03:27:56 UTC (QA Tests)] INFO -- clicking :issue_title901[Jul 27 2023 03:27:56 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown902[Jul 27 2023 03:27:56 UTC (QA Tests)] INFO -- filling :comment_field with "See attached image for scale903"904[Jul 27 2023 03:27:56 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field905[Jul 27 2023 03:27:58 UTC (QA Tests)] INFO -- clicking :comment_button906[Jul 27 2023 03:27:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.694s907[Jul 27 2023 03:27:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element noteable_note_container' took 0.721s908 comments on an issue with an attachment909Monitor910 Alert settings911 when using HTTP endpoint integration912 behaves like sends test alert913[Jul 27 2023 03:27:59 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using HTTP endpoint integration behaves like sends test alert creates new alert914[Jul 27 2023 03:27:59 UTC (QA Tests)] INFO -- filling :login_field with "root"915[Jul 27 2023 03:27:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field916[Jul 27 2023 03:28:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"917[Jul 27 2023 03:28:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field918[Jul 27 2023 03:28:00 UTC (QA Tests)] INFO -- clicking :sign_in_button919[Jul 27 2023 03:28:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.574s920[Jul 27 2023 03:28:02 UTC (QA Tests)] INFO -- Enabling super sidebar!921[Jul 27 2023 03:28:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled922[Jul 27 2023 03:28:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds923[Jul 27 2023 03:28:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.14 seconds924[Jul 27 2023 03:28:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-for-alerts-b97ef8ecb52c8afd' via api in 0.61 seconds925[Jul 27 2023 03:28:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-for-alerts-b97ef8ecb52c8afd926[Jul 27 2023 03:28:07 UTC (QA Tests)] INFO -- clicking :menu_section_button927[Jul 27 2023 03:28:07 UTC (QA Tests)] INFO -- clicking :nav_item_link928[Jul 27 2023 03:28:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.945s929[Jul 27 2023 03:28:09 UTC (QA Tests)] INFO -- clicking :add_integration_button930[Jul 27 2023 03:28:09 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown931[Jul 27 2023 03:28:10 UTC (QA Tests)] INFO -- clicking :integration_name_field932[Jul 27 2023 03:28:10 UTC (QA Tests)] INFO -- filling :integration_name_field with "dolores"933[Jul 27 2023 03:28:10 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field934[Jul 27 2023 03:28:10 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button935[Jul 27 2023 03:28:10 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"nemo","description":"nemo"}"936[Jul 27 2023 03:28:10 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field937[Jul 27 2023 03:28:11 UTC (QA Tests)] INFO -- clicking :send_test_alert_button938[Jul 27 2023 03:28:11 UTC (QA Tests)] INFO -- clicking :menu_section_button939[Jul 27 2023 03:28:22 UTC (QA Tests)] INFO -- Saving screenshot..940[Jul 27 2023 03:28:22 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using HTTP endpoint integration behaves like sends test alert creates new alert941[Jul 27 2023 03:28:23 UTC (QA Tests)] INFO -- filling :login_field with "root"942[Jul 27 2023 03:28:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field943[Jul 27 2023 03:28:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"944[Jul 27 2023 03:28:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field945[Jul 27 2023 03:28:24 UTC (QA Tests)] INFO -- clicking :sign_in_button946[Jul 27 2023 03:28:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.24s947[Jul 27 2023 03:28:26 UTC (QA Tests)] INFO -- Enabling super sidebar!948[Jul 27 2023 03:28:26 UTC (QA Tests)] INFO -- Super sidebar is already enabled949[Jul 27 2023 03:28:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds950[Jul 27 2023 03:28:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.18 seconds951[Jul 27 2023 03:28:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-for-alerts-8ddad2df3ffa4dad' via api in 0.73 seconds952[Jul 27 2023 03:28:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-for-alerts-8ddad2df3ffa4dad953[Jul 27 2023 03:28:30 UTC (QA Tests)] INFO -- clicking :menu_section_button954[Jul 27 2023 03:28:30 UTC (QA Tests)] INFO -- clicking :nav_item_link955[Jul 27 2023 03:28:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.001s956[Jul 27 2023 03:28:32 UTC (QA Tests)] INFO -- clicking :add_integration_button957[Jul 27 2023 03:28:32 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown958[Jul 27 2023 03:28:33 UTC (QA Tests)] INFO -- clicking :integration_name_field959[Jul 27 2023 03:28:33 UTC (QA Tests)] INFO -- filling :integration_name_field with "consectetur"960[Jul 27 2023 03:28:33 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field961[Jul 27 2023 03:28:33 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button962[Jul 27 2023 03:28:34 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"ipsa","description":"ipsa"}"963[Jul 27 2023 03:28:34 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field964[Jul 27 2023 03:28:34 UTC (QA Tests)] INFO -- clicking :send_test_alert_button965[Jul 27 2023 03:28:35 UTC (QA Tests)] INFO -- clicking :menu_section_button966[Jul 27 2023 03:28:46 UTC (QA Tests)] INFO -- Saving screenshot..967 creates new alert (FAILED - 1)9691st Try error in ./qa/specs/features/browser_ui/8_monitor/alert_management/alert_settings_create_new_alerts_spec.rb:7:970element click intercepted: Element <button id="menu-section-button-monitor" data-qa-selector="menu_section_button" data-qa-section-name="Monitor" aria-controls="monitor" aria-expanded="false" data-qa-menu-item="Monitor" class="gl-rounded-base gl-relative gl-display-flex gl-align-items-center gl-min-h-7 gl-gap-3 gl-mb-2 gl-py-2 gl-px-3 gl-text-black-normal! gl-hover-bg-t-gray-a-08 gl-focus-bg-t-gray-a-08 gl-text-decoration-none! gl-appearance-none gl-border-0 gl-bg-transparent gl-text-left gl-w-full gl-focus--focus">...</button> is not clickable at point (127, 544). Other element would receive the click: <div id="confirmSendTestAlert" role="dialog" aria-label="The form has unsaved changes" aria-describedby="confirmSendTestAlert___BV_modal_body_" class="modal fade show gl-modal" aria-modal="true" style="display: block; padding-right: 15px;">...</div>971 (Session info: headless chrome=113.0.5672.126)973RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/8_monitor/alert_management/alert_settings_create_new_alerts_spec.rb:7974 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/monitor_alert_settings_when_using_http_endpoint_integration_behaves_like_sends_t_2023-07-27-03-28-46.348.html975 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/monitor_alert_settings_when_using_http_endpoint_integration_behaves_like_sends_t_2023-07-27-03-28-46.348.png976 when using Prometheus integration977 behaves like sends test alert978[Jul 27 2023 03:28:46 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using Prometheus integration behaves like sends test alert creates new alert979[Jul 27 2023 03:28:47 UTC (QA Tests)] INFO -- filling :login_field with "root"980[Jul 27 2023 03:28:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field981[Jul 27 2023 03:28:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"982[Jul 27 2023 03:28:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field983[Jul 27 2023 03:28:48 UTC (QA Tests)] INFO -- clicking :sign_in_button984[Jul 27 2023 03:28:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.246s985[Jul 27 2023 03:28:50 UTC (QA Tests)] INFO -- Enabling super sidebar!986[Jul 27 2023 03:28:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled987[Jul 27 2023 03:28:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds988[Jul 27 2023 03:28:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.17 seconds989[Jul 27 2023 03:28:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-for-alerts-288306fc060a0167' via api in 0.76 seconds990[Jul 27 2023 03:28:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-for-alerts-288306fc060a0167991[Jul 27 2023 03:28:54 UTC (QA Tests)] INFO -- clicking :menu_section_button992[Jul 27 2023 03:28:54 UTC (QA Tests)] INFO -- clicking :nav_item_link993[Jul 27 2023 03:28:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.895s994[Jul 27 2023 03:28:56 UTC (QA Tests)] INFO -- clicking :add_integration_button995[Jul 27 2023 03:28:56 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown996[Jul 27 2023 03:28:56 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button997[Jul 27 2023 03:28:56 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-07-27T03:28:56.975+00:00","generatorURL":"http://okeefe.test/dewitt","endsAt":null,"status":"firing","labels":{"gitlab_environment_name":"id"},"annotations":{"title":"dolor","gitlab_y_label":"status"}}]}"998[Jul 27 2023 03:28:56 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field999[Jul 27 2023 03:28:57 UTC (QA Tests)] INFO -- clicking :send_test_alert_button1000[Jul 27 2023 03:28:58 UTC (QA Tests)] INFO -- clicking :menu_section_button1001[Jul 27 2023 03:28:58 UTC (QA Tests)] INFO -- clicking :nav_item_link1002[Jul 27 2023 03:28:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.872s1003 creates new alert1004Create1005 Git push over HTTP1006[Jul 27 2023 03:28:59 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user using a personal access token pushes code to the repository1007[Jul 27 2023 03:29:00 UTC (QA Tests)] INFO -- filling :login_field with "root"1008[Jul 27 2023 03:29:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1009[Jul 27 2023 03:29:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1010[Jul 27 2023 03:29:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1011[Jul 27 2023 03:29:01 UTC (QA Tests)] INFO -- clicking :sign_in_button1012[Jul 27 2023 03:29:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.4s1013[Jul 27 2023 03:29:03 UTC (QA Tests)] INFO -- Enabling super sidebar!1014[Jul 27 2023 03:29:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled1015[Jul 27 2023 03:29:04 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA1016[Jul 27 2023 03:29:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-74xbk9iz' via cache in 0.0 seconds1017[Jul 27 2023 03:29:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1018[Jul 27 2023 03:29:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.14 seconds1019[Jul 27 2023 03:29:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-with-code-2b9f89ebcb573ba6' via api in 0.61 seconds1020[Jul 27 2023 03:29:06 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1021[Jul 27 2023 03:29:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.49 seconds1022[Jul 27 2023 03:29:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-with-code-2b9f89ebcb573ba61023 user using a personal access token pushes code to the repository1024Create1025 Git push over HTTP1026[Jul 27 2023 03:29:09 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user pushes code to the repository1027[Jul 27 2023 03:29:10 UTC (QA Tests)] INFO -- filling :login_field with "root"1028[Jul 27 2023 03:29:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1029[Jul 27 2023 03:29:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"1030[Jul 27 2023 03:29:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1031[Jul 27 2023 03:29:11 UTC (QA Tests)] INFO -- clicking :sign_in_button1032[Jul 27 2023 03:29:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.139s1033[Jul 27 2023 03:29:13 UTC (QA Tests)] INFO -- Enabling super sidebar!1034[Jul 27 2023 03:29:13 UTC (QA Tests)] INFO -- Super sidebar is already enabled1035[Jul 27 2023 03:29:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1036[Jul 27 2023 03:29:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.16 seconds1037[Jul 27 2023 03:29:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-with-code-b6aa6abf9e4d7d47' via api in 1.57 seconds1038[Jul 27 2023 03:29:17 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1039[Jul 27 2023 03:29:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.52 seconds1040[Jul 27 2023 03:29:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-with-code-b6aa6abf9e4d7d471041 user pushes code to the repository1042Create1043 SSH keys support1044[Jul 27 2023 03:29:20 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support user can add an SSH key1045[Jul 27 2023 03:29:21 UTC (QA Tests)] INFO -- filling :login_field with "root"1046[Jul 27 2023 03:29:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1047[Jul 27 2023 03:29:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"1048[Jul 27 2023 03:29:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1049[Jul 27 2023 03:29:22 UTC (QA Tests)] INFO -- clicking :sign_in_button1050[Jul 27 2023 03:29:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.383s1051[Jul 27 2023 03:29:24 UTC (QA Tests)] INFO -- Enabling super sidebar!1052[Jul 27 2023 03:29:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled1053[Jul 27 2023 03:29:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.092s1054[Jul 27 2023 03:29:26 UTC (QA Tests)] INFO -- clicking :user_avatar_content1055[Jul 27 2023 03:29:27 UTC (QA Tests)] INFO -- clicking :edit_profile_link1056[Jul 27 2023 03:29:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.969s1057[Jul 27 2023 03:29:28 UTC (QA Tests)] INFO -- clicking :nav_item_link1058[Jul 27 2023 03:29:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.518s1059[Jul 27 2023 03:29:28 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230727-39-5hs92d/id_rsa -N `1060[Jul 27 2023 03:29:29 UTC (QA Tests)] INFO -- filling :key_public_key_field with "*****"1061[Jul 27 2023 03:29:29 UTC (QA Tests)] INFO -- clicking the coordinates of :key_public_key_field1062[Jul 27 2023 03:29:29 UTC (QA Tests)] INFO -- filling :key_title_field with "*****"1063[Jul 27 2023 03:29:29 UTC (QA Tests)] INFO -- clicking the coordinates of :key_title_field1064[Jul 27 2023 03:29:30 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-07-29"1065[Jul 27 2023 03:29:30 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field1066[Jul 27 2023 03:29:30 UTC (QA Tests)] INFO -- clicking :add_key_button1067[Jul 27 2023 03:29:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_key_button' took 0.744s1068[Jul 27 2023 03:29:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey via browser_ui in 5.7 seconds1069 user can add an SSH key1070 after adding an ssh key1071[Jul 27 2023 03:29:31 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support after adding an ssh key can delete an ssh key1072[Jul 27 2023 03:29:32 UTC (QA Tests)] INFO -- filling :login_field with "root"1073[Jul 27 2023 03:29:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1074[Jul 27 2023 03:29:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"1075[Jul 27 2023 03:29:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1076[Jul 27 2023 03:29:33 UTC (QA Tests)] INFO -- clicking :sign_in_button1077[Jul 27 2023 03:29:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.207s1078[Jul 27 2023 03:29:35 UTC (QA Tests)] INFO -- Enabling super sidebar!1079[Jul 27 2023 03:29:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled1080[Jul 27 2023 03:29:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.023s1081[Jul 27 2023 03:29:38 UTC (QA Tests)] INFO -- clicking :user_avatar_content1082[Jul 27 2023 03:29:38 UTC (QA Tests)] INFO -- clicking :edit_profile_link1083[Jul 27 2023 03:29:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.582s1084[Jul 27 2023 03:29:38 UTC (QA Tests)] INFO -- clicking :nav_item_link1085[Jul 27 2023 03:29:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.524s1086[Jul 27 2023 03:29:39 UTC (QA Tests)] INFO -- clicking :delete_ssh_key_button1087 can delete an ssh key1088Data Stores1089 Project1090 in personal namespace1091 behaves like successful project creation1092[Jul 27 2023 03:29:41 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in personal namespace behaves like successful project creation creates a new project1093[Jul 27 2023 03:29:42 UTC (QA Tests)] INFO -- filling :login_field with "root"1094[Jul 27 2023 03:29:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1095[Jul 27 2023 03:29:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"1096[Jul 27 2023 03:29:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1097[Jul 27 2023 03:29:43 UTC (QA Tests)] INFO -- clicking :sign_in_button1098[Jul 27 2023 03:29:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.229s1099[Jul 27 2023 03:29:45 UTC (QA Tests)] INFO -- Enabling super sidebar!1100[Jul 27 2023 03:29:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled1101[Jul 27 2023 03:29:47 UTC (QA Tests)] INFO -- clicking :new_project_button and ensuring QA::Page::Project::New is present1102[Jul 27 2023 03:29:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 1.023s1103[Jul 27 2023 03:29:48 UTC (QA Tests)] INFO -- clicking :panel_link1104[Jul 27 2023 03:29:48 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown1105[Jul 27 2023 03:29:48 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "root"1106[Jul 27 2023 03:29:48 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field1107[Jul 27 2023 03:29:49 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}1108[Jul 27 2023 03:29:49 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}1109[Jul 27 2023 03:29:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'root/project-in-personal-namespace-85e53a413b5f28db-17bed3f759ae14d9' via browser_ui in 4.08 seconds1110 creates a new project1111 in group1112 behaves like successful project creation1113[Jul 27 2023 03:29:51 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in group behaves like successful project creation creates a new project1114[Jul 27 2023 03:29:52 UTC (QA Tests)] INFO -- filling :login_field with "root"1115[Jul 27 2023 03:29:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1116[Jul 27 2023 03:29:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1117[Jul 27 2023 03:29:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1118[Jul 27 2023 03:29:53 UTC (QA Tests)] INFO -- clicking :sign_in_button1119[Jul 27 2023 03:29:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.241s1120[Jul 27 2023 03:29:54 UTC (QA Tests)] INFO -- Enabling super sidebar!1121[Jul 27 2023 03:29:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled1122[Jul 27 2023 03:29:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds1123[Jul 27 2023 03:29:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.16 seconds1124[Jul 27 2023 03:29:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-ffa526da.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba1125[Jul 27 2023 03:29:58 UTC (QA Tests)] INFO -- clicking :new_project_button1126[Jul 27 2023 03:29:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 1.014s1127[Jul 27 2023 03:29:59 UTC (QA Tests)] INFO -- clicking :panel_link1128[Jul 27 2023 03:29:59 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown1129[Jul 27 2023 03:29:59 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba"1130[Jul 27 2023 03:29:59 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field1131[Jul 27 2023 03:30:00 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}1132[Jul 27 2023 03:30:01 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}1133[Jul 27 2023 03:30:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-in-group-29bfd506c5e0d811-c8ee71d9cce4e616' via browser_ui in 6.29 seconds1134 creates a new project1135Plan1136 mention1137[Jul 27 2023 03:30:03 UTC (QA Tests)] INFO -- Starting test: Plan mention mentions another user in an issue1138[Jul 27 2023 03:30:04 UTC (QA Tests)] INFO -- filling :login_field with "root"1139[Jul 27 2023 03:30:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1140[Jul 27 2023 03:30:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"1141[Jul 27 2023 03:30:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1142[Jul 27 2023 03:30:05 UTC (QA Tests)] INFO -- clicking :sign_in_button1143[Jul 27 2023 03:30:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.243s1144[Jul 27 2023 03:30:06 UTC (QA Tests)] INFO -- Enabling super sidebar!1145[Jul 27 2023 03:30:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled1146[Jul 27 2023 03:30:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1147[Jul 27 2023 03:30:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.16 seconds1148[Jul 27 2023 03:30:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/the_awesome_project-84775860bcd1edc1' via api in 0.95 seconds1149[Jul 27 2023 03:30:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/the_awesome_project-84775860bcd1edc11150[Jul 27 2023 03:30:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.23 seconds1151[Jul 27 2023 03:30:10 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/the_awesome_project-84775860bcd1edc1 QA::Resource::Project1152[Jul 27 2023 03:30:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '37' via api in 0.36 seconds1153[Jul 27 2023 03:30:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/the_awesome_project-84775860bcd1edc1/-/issues/11154[Jul 27 2023 03:30:13 UTC (QA Tests)] INFO -- clicking :issue_title1155[Jul 27 2023 03:30:13 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown1156[Jul 27 2023 03:30:14 UTC (QA Tests)] INFO -- clicking :issue_title1157[Jul 27 2023 03:30:14 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown1158[Jul 27 2023 03:30:14 UTC (QA Tests)] INFO -- filling :comment_field with "@gitlab-qa-user11159"1160[Jul 27 2023 03:30:14 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field1161[Jul 27 2023 03:30:15 UTC (QA Tests)] INFO -- clicking :comment_button1162[Jul 27 2023 03:30:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.788s1163[Jul 27 2023 03:30:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element comment_button' took 0.896s1164 mentions another user in an issue1165Create1166 Create a new merge request1167[Jul 27 2023 03:30:16 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request creates a basic merge request1168[Jul 27 2023 03:30:17 UTC (QA Tests)] INFO -- filling :login_field with "root"1169[Jul 27 2023 03:30:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1170[Jul 27 2023 03:30:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"1171[Jul 27 2023 03:30:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1172[Jul 27 2023 03:30:18 UTC (QA Tests)] INFO -- clicking :sign_in_button1173[Jul 27 2023 03:30:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.229s1174[Jul 27 2023 03:30:20 UTC (QA Tests)] INFO -- Enabling super sidebar!1175[Jul 27 2023 03:30:20 UTC (QA Tests)] INFO -- Super sidebar is already enabled1176[Jul 27 2023 03:30:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1177[Jul 27 2023 03:30:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.15 seconds1178[Jul 27 2023 03:30:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-52ebbad8eeb3f3a4' via api in 0.75 seconds1179[Jul 27 2023 03:30:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds1180[Jul 27 2023 03:30:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds1181[Jul 27 2023 03:30:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-52ebbad8eeb3f3a41182[Jul 27 2023 03:30:35 UTC (QA Tests)] INFO -- clicking :menu_section_button1183[Jul 27 2023 03:30:36 UTC (QA Tests)] INFO -- clicking :nav_item_link1184[Jul 27 2023 03:30:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.864s1185[Jul 27 2023 03:30:36 UTC (QA Tests)] INFO -- clicking :new_merge_request_button1186[Jul 27 2023 03:30:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_merge_request_button' took 1.039s1187[Jul 27 2023 03:30:37 UTC (QA Tests)] INFO -- clicking :source_branch_dropdown1188[Jul 27 2023 03:30:38 UTC (QA Tests)] INFO -- Searching in dropdown: "qa-test-feature-fe4d3ddb2fb9a604"1189[Jul 27 2023 03:30:39 UTC (QA Tests)] INFO -- clicking :compare_branches_button1190[Jul 27 2023 03:30:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element compare_branches_button' took 2.641s1191[Jul 27 2023 03:30:41 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"1192[Jul 27 2023 03:30:41 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1193[Jul 27 2023 03:30:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.065s1194[Jul 27 2023 03:30:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.032s1195[Jul 27 2023 03:30:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.068s1196[Jul 27 2023 03:30:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.036s1197[Jul 27 2023 03:30:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.084s1198[Jul 27 2023 03:30:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.056s1199[Jul 27 2023 03:30:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.057s1200[Jul 27 2023 03:30:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.058s1201[Jul 27 2023 03:30:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.062s1202[Jul 27 2023 03:30:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.064s1203[Jul 27 2023 03:30:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.032s1204[Jul 27 2023 03:30:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.054s1205[Jul 27 2023 03:30:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.072s1206[Jul 27 2023 03:30:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.044s1207[Jul 27 2023 03:30:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.056s1208[Jul 27 2023 03:31:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.1s1209[Jul 27 2023 03:31:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.114s1210[Jul 27 2023 03:31:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.03s1211[Jul 27 2023 03:31:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.003s1212[Jul 27 2023 03:31:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.004s1213[Jul 27 2023 03:31:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.128s1214[Jul 27 2023 03:31:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.024s1215[Jul 27 2023 03:31:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.097s1216[Jul 27 2023 03:31:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.039s1217[Jul 27 2023 03:31:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.008s1218[Jul 27 2023 03:31:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.055s1219[Jul 27 2023 03:31:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.06s1220[Jul 27 2023 03:31:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.049s1221[Jul 27 2023 03:31:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.062s1222[Jul 27 2023 03:31:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.042s1223[Jul 27 2023 03:31:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.056s1224[Jul 27 2023 03:31:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.068s1225[Jul 27 2023 03:31:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.083s1226[Jul 27 2023 03:31:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.064s1227[Jul 27 2023 03:31:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.064s1228[Jul 27 2023 03:31:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.023s1229[Jul 27 2023 03:31:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.026s1230[Jul 27 2023 03:31:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.042s1231[Jul 27 2023 03:31:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.074s1232[Jul 27 2023 03:31:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.035s1233[Jul 27 2023 03:31:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.041s1234[Jul 27 2023 03:31:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.095s1235[Jul 27 2023 03:31:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.036s1236[Jul 27 2023 03:31:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.05s1237[Jul 27 2023 03:31:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.076s1238[Jul 27 2023 03:31:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.036s1239[Jul 27 2023 03:31:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.079s1240[Jul 27 2023 03:31:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.077s1241[Jul 27 2023 03:31:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.041s1242[Jul 27 2023 03:31:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.068s1243[Jul 27 2023 03:31:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.065s1244[Jul 27 2023 03:31:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.047s1245[Jul 27 2023 03:31:42 UTC (QA Tests)] INFO -- Saving screenshot..1246[Jul 27 2023 03:31:43 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request creates a basic merge request1247[Jul 27 2023 03:31:43 UTC (QA Tests)] INFO -- filling :login_field with "root"1248[Jul 27 2023 03:31:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1249[Jul 27 2023 03:31:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"1250[Jul 27 2023 03:31:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1251[Jul 27 2023 03:31:44 UTC (QA Tests)] INFO -- clicking :sign_in_button1252[Jul 27 2023 03:31:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.201s1253[Jul 27 2023 03:31:46 UTC (QA Tests)] INFO -- Enabling super sidebar!1254[Jul 27 2023 03:31:46 UTC (QA Tests)] INFO -- Super sidebar is already enabled1255[Jul 27 2023 03:31:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds1256[Jul 27 2023 03:31:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.15 seconds1257[Jul 27 2023 03:31:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-7dd8da4a895d384c' via api in 0.68 seconds1258[Jul 27 2023 03:31:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds1259[Jul 27 2023 03:31:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds1260[Jul 27 2023 03:31:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/project-7dd8da4a895d384c1261[Jul 27 2023 03:32:02 UTC (QA Tests)] INFO -- clicking :menu_section_button1262[Jul 27 2023 03:32:02 UTC (QA Tests)] INFO -- clicking :nav_item_link1263[Jul 27 2023 03:32:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.933s1264[Jul 27 2023 03:32:03 UTC (QA Tests)] INFO -- clicking :new_merge_request_button1265[Jul 27 2023 03:32:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_merge_request_button' took 0.907s1266[Jul 27 2023 03:32:04 UTC (QA Tests)] INFO -- clicking :source_branch_dropdown1267[Jul 27 2023 03:32:04 UTC (QA Tests)] INFO -- Searching in dropdown: "qa-test-feature-cf896e8690b8f0d0"1268[Jul 27 2023 03:32:05 UTC (QA Tests)] INFO -- clicking :compare_branches_button1269[Jul 27 2023 03:32:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element compare_branches_button' took 1.637s1270[Jul 27 2023 03:32:07 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"1271[Jul 27 2023 03:32:07 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1272[Jul 27 2023 03:32:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.063s1273[Jul 27 2023 03:32:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.013s1274[Jul 27 2023 03:32:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.102s1275[Jul 27 2023 03:32:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.035s1276[Jul 27 2023 03:32:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.07s1277[Jul 27 2023 03:32:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.056s1278[Jul 27 2023 03:32:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.012s1279[Jul 27 2023 03:32:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.016s1280[Jul 27 2023 03:32:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.022s1281[Jul 27 2023 03:32:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.031s1282[Jul 27 2023 03:32:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.054s1283[Jul 27 2023 03:32:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.09s1284[Jul 27 2023 03:32:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.057s1285[Jul 27 2023 03:32:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.066s1286[Jul 27 2023 03:32:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.036s1287[Jul 27 2023 03:32:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.027s1288[Jul 27 2023 03:32:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.019s1289[Jul 27 2023 03:32:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.044s1290[Jul 27 2023 03:32:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.005s1291[Jul 27 2023 03:32:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.019s1292[Jul 27 2023 03:32:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.078s1293[Jul 27 2023 03:32:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.048s1294[Jul 27 2023 03:32:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.041s1295[Jul 27 2023 03:32:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.044s1296[Jul 27 2023 03:32:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.047s1297[Jul 27 2023 03:32:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.029s1298[Jul 27 2023 03:32:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.018s1299[Jul 27 2023 03:32:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.022s1300[Jul 27 2023 03:32:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.043s1301[Jul 27 2023 03:32:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.033s1302[Jul 27 2023 03:32:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.064s1303[Jul 27 2023 03:32:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.01s1304[Jul 27 2023 03:32:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.001s1305[Jul 27 2023 03:32:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.02s1306[Jul 27 2023 03:32:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.04s1307[Jul 27 2023 03:32:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.056s1308[Jul 27 2023 03:32:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.046s1309[Jul 27 2023 03:32:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.032s1310[Jul 27 2023 03:32:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.045s1311[Jul 27 2023 03:32:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.034s1312[Jul 27 2023 03:32:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.003s1313[Jul 27 2023 03:32:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.019s1314[Jul 27 2023 03:32:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.11s1315[Jul 27 2023 03:32:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.053s1316[Jul 27 2023 03:32:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.05s1317[Jul 27 2023 03:33:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.041s1318[Jul 27 2023 03:33:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.067s1319[Jul 27 2023 03:33:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.04s1320[Jul 27 2023 03:33:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.024s1321[Jul 27 2023 03:33:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.065s1322[Jul 27 2023 03:33:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.06s1323[Jul 27 2023 03:33:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.043s1324[Jul 27 2023 03:33:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.038s1325[Jul 27 2023 03:33:08 UTC (QA Tests)] INFO -- Saving screenshot..1326 creates a basic merge request (FAILED - 2)13281st Try error in ./qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb:23:1329Page did not fully load. This could be due to an unending async request or loading icon.1331RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb:231332 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/create_create_a_new_merge_request_creates_a_basic_merge_request_2023-07-27-03-33-08.424.html1333 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/create_create_a_new_merge_request_creates_a_basic_merge_request_2023-07-27-03-33-08.424.png1334Create1335 SSH key support1336[Jul 27 2023 03:33:08 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230727-39-ed22ho/id_rsa -N `1337[Jul 27 2023 03:33:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '35' via api in 0.56 seconds1338[Jul 27 2023 03:33:09 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes code to the repository via SSH1339[Jul 27 2023 03:33:10 UTC (QA Tests)] INFO -- filling :login_field with "root"1340[Jul 27 2023 03:33:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1341[Jul 27 2023 03:33:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"1342[Jul 27 2023 03:33:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1343[Jul 27 2023 03:33:10 UTC (QA Tests)] INFO -- clicking :sign_in_button1344[Jul 27 2023 03:33:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.321s1345[Jul 27 2023 03:33:12 UTC (QA Tests)] INFO -- Enabling super sidebar!1346[Jul 27 2023 03:33:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled1347[Jul 27 2023 03:33:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1348[Jul 27 2023 03:33:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.15 seconds1349[Jul 27 2023 03:33:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/ssh-tests-06d80a631f8d1578' via api in 0.83 seconds1350[Jul 27 2023 03:33:17 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1351[Jul 27 2023 03:33:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.82 seconds1352[Jul 27 2023 03:33:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-ffa526da.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/ssh-tests-06d80a631f8d15781353 pushes code to the repository via SSH1354[Jul 27 2023 03:33:19 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes multiple branches and tags together1355[Jul 27 2023 03:33:20 UTC (QA Tests)] INFO -- filling :login_field with "root"1356[Jul 27 2023 03:33:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1357[Jul 27 2023 03:33:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"1358[Jul 27 2023 03:33:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1359[Jul 27 2023 03:33:20 UTC (QA Tests)] INFO -- clicking :sign_in_button1360[Jul 27 2023 03:33:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.227s1361[Jul 27 2023 03:33:22 UTC (QA Tests)] INFO -- Enabling super sidebar!1362[Jul 27 2023 03:33:22 UTC (QA Tests)] INFO -- Super sidebar is already enabled1363[Jul 27 2023 03:33:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1364[Jul 27 2023 03:33:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba' via api in 0.14 seconds1365[Jul 27 2023 03:33:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-03-26-48-a27652d4eb0067ba/ssh-tests-32054840e518e693' via api in 0.66 seconds1366 pushes multiple branches and tags together1367[Jul 27 2023 03:33:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '35'1368Create1369 Personal snippet creation1370[Jul 27 2023 03:33:28 UTC (QA Tests)] INFO -- Starting test: Create Personal snippet creation user creates a personal snippet1371[Jul 27 2023 03:33:29 UTC (QA Tests)] INFO -- filling :login_field with "root"1372[Jul 27 2023 03:33:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1373[Jul 27 2023 03:33:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1374[Jul 27 2023 03:33:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1375[Jul 27 2023 03:33:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1376[Jul 27 2023 03:33:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.963s1377[Jul 27 2023 03:33:31 UTC (QA Tests)] INFO -- Enabling super sidebar!1378[Jul 27 2023 03:33:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled1379[Jul 27 2023 03:33:33 UTC (QA Tests)] INFO -- clicking :new_menu_toggle1380[Jul 27 2023 03:33:33 UTC (QA Tests)] INFO -- clicking :create_menu_item1381[Jul 27 2023 03:33:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.755s1382[Jul 27 2023 03:33:34 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Snippet title"1383[Jul 27 2023 03:33:34 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field1384[Jul 27 2023 03:33:34 UTC (QA Tests)] INFO -- clicking :description_placeholder1385[Jul 27 2023 03:33:34 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"1386[Jul 27 2023 03:33:34 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field1387[Jul 27 2023 03:33:35 UTC (QA Tests)] INFO -- clicking :visibility_content1388[Jul 27 2023 03:33:35 UTC (QA Tests)] INFO -- filling :file_name_field with "ruby_file.rb"1389[Jul 27 2023 03:33:35 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1390[Jul 27 2023 03:33:35 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1391[Jul 27 2023 03:33:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.947s1392[Jul 27 2023 03:33:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 0.956s1393[Jul 27 2023 03:33:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '34' via browser_ui in 3.93 seconds1394[Jul 27 2023 03:33:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '34'1395 user creates a personal snippet1396Framework sanity1397 Version check1398 is the specified version (PENDING: Test is not compatible with this environment or pipeline)1399Create1400 Git push to canary Gitaly node over HTTP1401 pushes to a project using a canary specific Gitaly repository storage (PENDING: Test is not compatible with this environment or pipeline)1402Pending: (Failures listed here are expected and do not affect your suite's status)1403 1) Package SaaS Container Registry pulls an image from an existing repository1404 # Test is not compatible with this environment or pipeline1405 # ./qa/specs/features/browser_ui/5_package/container_registry/saas/pull_container_registry_image_spec.rb:121406 2) Framework sanity Version check is the specified version1407 # Test is not compatible with this environment or pipeline1408 # ./qa/specs/features/sanity/version_spec.rb:151409 3) Create Git push to canary Gitaly node over HTTP pushes to a project using a canary specific Gitaly repository storage1410 # Test is not compatible with this environment or pipeline1411 # ./qa/specs/features/browser_ui/3_create/repository/push_to_canary_gitaly_spec.rb:61412Failures:1413 1) Monitor Alert settings when using HTTP endpoint integration behaves like sends test alert creates new alert1414 Failure/Error: Page::Project::Menu.perform(&:go_to_monitor_alerts)1416 Selenium::WebDriver::Error::ElementClickInterceptedError:1417 element click intercepted: Element <button id="menu-section-button-monitor" data-qa-selector="menu_section_button" data-qa-section-name="Monitor" aria-controls="monitor" aria-expanded="false" data-qa-menu-item="Monitor" class="gl-rounded-base gl-relative gl-display-flex gl-align-items-center gl-min-h-7 gl-gap-3 gl-mb-2 gl-py-2 gl-px-3 gl-text-black-normal! gl-hover-bg-t-gray-a-08 gl-focus-bg-t-gray-a-08 gl-text-decoration-none! gl-appearance-none gl-border-0 gl-bg-transparent gl-text-left gl-w-full gl-focus--focus">...</button> is not clickable at point (127, 544). Other element would receive the click: <div id="confirmSendTestAlert" role="dialog" aria-label="The form has unsaved changes" aria-describedby="confirmSendTestAlert___BV_modal_body_" class="modal fade show gl-modal" aria-modal="true" style="display: block; padding-right: 15px;">...</div>1418 (Session info: headless chrome=113.0.5672.126)1419 Shared Example Group: "sends test alert" called from ./qa/specs/features/browser_ui/8_monitor/alert_management/alert_settings_create_new_alerts_spec.rb:431420 # #0 0x55b286700133 <unknown>1421 # #1 0x55b286434966 <unknown>1422 # #2 0x55b2864773f2 <unknown>1423 # #3 0x55b2864755ac <unknown>1424 # #4 0x55b2864733be <unknown>1425 # #5 0x55b286472696 <unknown>1426 # #6 0x55b2864673ea <unknown>1427 # #7 0x55b286490bd2 <unknown>1428 # #8 0x55b286466d13 <unknown>1429 # #9 0x55b286490d9e <unknown>1430 # #10 0x55b2864a91c7 <unknown>1431 # #11 0x55b2864909a3 <unknown>1432 # #12 0x55b28646546a <unknown>1433 # #13 0x55b28646655e <unknown>1434 # #14 0x55b2866bfcae <unknown>1435 # #15 0x55b2866c38fe <unknown>1436 # #16 0x55b2866ccf20 <unknown>1437 # #17 0x55b2866c4923 <unknown>1438 # #18 0x55b286697c0e <unknown>1439 # #19 0x55b2866e7b08 <unknown>1440 # #20 0x55b2866e7c97 <unknown>1441 # #21 0x55b2866f8113 <unknown>1442 # #22 0x7ff43f0cdea7 start_thread1443 # ./qa/page/base.rb:246:in `click_element'1444 # ./qa/support/page/logging.rb:87:in `block in click_element'1445 # ./qa/support/page/logging.rb:206:in `log_slow_code'1446 # ./qa/support/page/logging.rb:87:in `click_element'1447 # ./qa/page/sub_menus/common.rb:50:in `open_submenu'1448 # ./qa/page/project/sub_menus/super_sidebar/monitor.rb:34:in `open_monitor_submenu'1449 # ./qa/page/project/sub_menus/super_sidebar/monitor.rb:16:in `go_to_monitor_alerts'1450 # ./qa/scenario/actable.rb:16:in `perform'1451 # ./qa/specs/features/browser_ui/8_monitor/alert_management/alert_settings_create_new_alerts_spec.rb:8:in `block (4 levels) in <module:QA>'1452 # ./qa/specs/spec_helper.rb:122:in `block (2 levels) in <top (required)>'1453 # ./qa/specs/runner.rb:67:in `perform'1454 # ./qa/scenario/template.rb:10:in `block in perform'1455 # ./qa/scenario/template.rb:8:in `perform'1456 # ./qa/scenario/template.rb:50:in `perform'1457 # ./qa/scenario/template.rb:10:in `block in perform'1458 # ./qa/scenario/template.rb:8:in `perform'1459 # ./qa/scenario/bootable.rb:52:in `launch!'1460 2) Create Create a new merge request creates a basic merge request1461 Failure/Error:1462 Resource::MergeRequest.fabricate_via_browser_ui! do |merge_request|1463 merge_request.project = project1464 merge_request.title = merge_request_title1465 merge_request.assignee = 'me'1466 merge_request.description = merge_request_description1467 end1469 QA::Support::Repeater::WaitExceededError:1470 Page did not fully load. This could be due to an unending async request or loading icon.1471 # ./qa/support/repeater.rb:74:in `repeat_until'1472 # ./qa/support/waiter.rb:20:in `wait_until'1473 # ./qa/support/wait_for_requests.rb:11:in `wait_for_requests'1474 # ./qa/support/page/logging.rb:144:in `block in wait_for_requests'1475 # ./qa/support/page/logging.rb:206:in `log_slow_code'1476 # ./qa/support/page/logging.rb:144:in `wait_for_requests'1477 # ./qa/page/base.rb:143:in `find_element'1478 # ./qa/support/page/logging.rb:39:in `block in find_element'1479 # ./qa/support/page/logging.rb:206:in `log_slow_code'1480 # ./qa/support/page/logging.rb:39:in `find_element'1481 # ./qa/page/base.rb:235:in `click_element_coordinates'1482 # ./qa/support/page/logging.rb:75:in `click_element_coordinates'1483 # ./qa/page/base.rb:264:in `fill_element'1484 # ./qa/support/page/logging.rb:101:in `fill_element'1485 # ./qa/page/issuable/new.rb:38:in `fill_title'1486 # ./qa/resource/merge_request.rb:92:in `block in fabricate!'1487 # ./qa/scenario/actable.rb:16:in `perform'1488 # ./qa/resource/merge_request.rb:91:in `fabricate!'1489 # ./qa/resource/base.rb:50:in `block (2 levels) in fabricate_via_browser_ui!'1490 # ./qa/resource/base.rb:97:in `log_and_record_fabrication'1491 # ./qa/resource/base.rb:50:in `block in fabricate_via_browser_ui!'1492 # ./qa/resource/base.rb:87:in `do_fabricate!'1493 # ./qa/resource/base.rb:49:in `fabricate_via_browser_ui!'1494 # ./qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb:24:in `block (3 levels) in <module:QA>'1495 # ./qa/specs/spec_helper.rb:122:in `block (2 levels) in <top (required)>'1496 # ./qa/specs/runner.rb:67:in `perform'1497 # ./qa/scenario/template.rb:10:in `block in perform'1498 # ./qa/scenario/template.rb:8:in `perform'1499 # ./qa/scenario/template.rb:50:in `perform'1500 # ./qa/scenario/template.rb:10:in `block in perform'1501 # ./qa/scenario/template.rb:8:in `perform'1502 # ./qa/scenario/bootable.rb:52:in `launch!'1503 # ------------------1504 # --- Caused by: ---1505 # QA::Support::Repeater::WaitExceededError:1506 # Wait failed after 60 seconds1507 # ./qa/support/repeater.rb:74:in `repeat_until'1508Finished in 7 minutes 4 seconds (files took 3.01 seconds to load)150922 examples, 2 failures, 3 pending1510Failed examples:1511rspec './qa/specs/features/browser_ui/8_monitor/alert_management/alert_settings_create_new_alerts_spec.rb[1:1:1:1:1]' # Monitor Alert settings when using HTTP endpoint integration behaves like sends test alert creates new alert1512rspec ./qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb:23 # Create Create a new merge request creates a basic merge request1513Randomized with seed 55911514[Jul 27 2023 03:33:38 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-ffa526da bash -c "gitlab-psql -c 'select n_live_tup, n_dead_tup, relname from pg_stat_all_tables order by n_live_tup DESC, n_dead_tup DESC;'"`1515[Jul 27 2023 03:33:38 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-ffa526da bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`1516[Jul 27 2023 03:33:38 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ce-ffa526da`1517[Jul 27 2023 03:33:38 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ce-ffa526da`1518bundler: failed to load command: gitlab-qa (/builds/gitlab-org/gitlab/.gems/bin/gitlab-qa)1519/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)1521Running after script...1522$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command1523$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")1524$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"1600Uploading artifacts...1601gitlab-qa-run-*: found 294 matching artifact files and directories 1602Uploading artifacts as "archive" to coordinator... 201 Created id=4749055210 responseStatus=201 Created token=64_rGUA11603Uploading artifacts...1604gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 1605Uploading artifacts as "junit" to coordinator... 201 Created id=4749055210 responseStatus=201 Created token=64_rGUA11606Uploading artifacts...1607/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 1608Uploading artifacts as "dotenv" to coordinator... 201 Created id=4749055210 responseStatus=201 Created token=64_rGUA11610ERROR: Job failed: exit code 1