smtp
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:5a7c4217b9356aeaa6ac75a2c357d6340db62f2cec6c7eaa5abb0a0dd6790f75 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:8ef72d41bf089694a13bb148e12368e5fc1cfe1322d56e98f151b703153efe57 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1685469143-7b3d43e1-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: 195870, done. 20remote: Counting objects: 100% (195870/195870), done. 21remote: Compressing objects: 100% (110696/110696), done. 22remote: Total 195870 (delta 105047), reused 143500 (delta 78394), pack-reused 0 23Receiving objects: 100% (195870/195870), 143.62 MiB | 41.29 MiB/s, done.24Resolving deltas: 100% (105047/105047), done.26 * [new ref] refs/pipelines/883502161 -> refs/pipelines/88350216127 * [new branch] master -> origin/master28Checking out 862e43ab as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-6a056e500f83db53eb3d88c766f9864d-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-6a056e500f83db53eb3d88c766f9864d-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 trigger-omnibus-env (4376891857)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4376891857 responseStatus=200 OK token=64_kxsRZ38Downloading artifacts for download-knapsack-report (4376891863)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4376891863 responseStatus=200 OK token=64_kxsRZ41Using docker image sha256:5a7c4217b9356aeaa6ac75a2c357d6340db62f2cec6c7eaa5abb0a0dd6790f75 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:8ef72d41bf089694a13bb148e12368e5fc1cfe1322d56e98f151b703153efe57 ...42$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE43$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")44$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command45Bundle complete! 37 Gemfile dependencies, 129 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"48$ echo "Running - '$QA_COMMAND'"49Running - 'bundle exec gitlab-qa Test::Integration::SMTP registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86 --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4376892008.json --format RspecJunitFormatter --out tmp/rspec-4376892008.xml --format html --out tmp/rspec-$(echo smtp | sed 's/[ /]/_/g').htm --color --format documentation'50$ eval "$QA_COMMAND"51[May 30 2023 17:55:18 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q mailhog/mailhog:v1.0.0`52[May 30 2023 17:55:19 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^mailhog$`53[May 30 2023 17:55:19 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`54[May 30 2023 17:55:19 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`55[May 30 2023 17:55:19 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name mailhog --net test --hostname mailhog.test --publish 1025:1025 --publish 8025:8025 mailhog/mailhog:v1.0.0`56[May 30 2023 17:55:20 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-392b8327$`57[May 30 2023 17:55:20 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-392b8327 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`58[May 30 2023 17:55:21 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/tls_certificates/authority/. alpine-392b8327:/etc/gitlab/trusted-certs`59[May 30 2023 17:55:21 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/tls_certificates/gitlab/. alpine-392b8327:/etc/gitlab/ssl`60[May 30 2023 17:55:22 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-392b8327`61[May 30 2023 17:55:22 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-392b8327`62[May 30 2023 17:55:22 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`63[May 30 2023 17:55:22 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`64[May 30 2023 17:56:01 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-smtp$`65[May 30 2023 17:56:01 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`66[May 30 2023 17:56:01 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-smtp --net test --hostname gitlab-smtp.test -p 80 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-17-55-18-e05b63d0/gitlab-smtp/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`67[May 30 2023 17:56:12 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-smtp bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-05-30 17:55:1868# Gitlab::QA::Runtime::OmnibusConfigurations::Default69gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme70gitlab_rails['gitlab_disable_animations'] = true # Disable animations71gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry72gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password73gitlab_rails['smtp_enable'] = true;74gitlab_rails['smtp_address'] = 'mailhog.test';75gitlab_rails['smtp_port'] = 1025;76gitlab_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;"`77[May 30 2023 17:56:12 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-smtp`78[May 30 2023 18:00:05 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...79[May 30 2023 18:00:05 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-smtp`80[May 30 2023 18:00:06 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-smtp`81[May 30 2023 18:00:07 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-smtp`82[May 30 2023 18:00:08 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-smtp`83[May 30 2023 18:00:09 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-smtp`84[May 30 2023 18:00:10 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-smtp`85[May 30 2023 18:00:12 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-smtp`86[May 30 2023 18:00:13 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-smtp`87[May 30 2023 18:00:13 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-smtp 80/tcp`88[May 30 2023 18:00:13 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!89[May 30 2023 18:00:13 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-smtp bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`90[May 30 2023 18:00:13 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-smtp bash -c "echo '#!/usr/bin/env bash91if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then92 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'93 exit 194fi95' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`96[May 30 2023 18:00:13 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-smtp bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`97[May 30 2023 18:00:13 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/support/data gitlab-smtp:/tmp/data-seeds`98[May 30 2023 18:00:13 UTC (Gitlab QA)] INFO -- Running exec_commands...99[May 30 2023 18:00:13 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-smtp bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`100[May 30 2023 18:01:12 UTC (Gitlab QA)] INFO -- Running Test::Integration::SMTP specs!101[May 30 2023 18:01:12 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`102[May 30 2023 18:01:13 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:862e43ab58dd2c1440d62e568cd21cc19d97fb86`103[May 30 2023 18:02:04 UTC (Gitlab QA)] INFO -- Running test suite `Test::Integration::SMTP` for gitlab-ee104[May 30 2023 18:02:04 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled105[May 30 2023 18:02:04 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITHUB_ACCESS_TOKEN="$GITHUB_ACCESS_TOKEN" --env EE_LICENSE="$EE_LICENSE" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_COMMIT_REF_NAME="$CI_COMMIT_REF_NAME" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_ID="$CI_PROJECT_ID" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_SLACK_WEBHOOK_URL="$CI_SLACK_WEBHOOK_URL" --env CI_PIPELINE_ID="$CI_PIPELINE_ID" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env CI_API_V4_URL="$CI_API_V4_URL" --env GITLAB_CI="$GITLAB_CI" --env MAILHOG_HOSTNAME="mailhog.test" --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-05-30-17-55-18-e05b63d0/selenoid" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-17-55-18-e05b63d0/gitlab-ee-qa-27176b17:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-27176b17 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:862e43ab58dd2c1440d62e568cd21cc19d97fb86 Test::Integration::SMTP http://gitlab-smtp.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4376892008.json --format RspecJunitFormatter --out tmp/rspec-4376892008.xml --format html --out tmp/rspec-smtp.htm --color --format documentation`106warning: parser/current is loading parser/ruby30, which recognizes3.0.5-compliant syntax, but you are running 3.0.6.1082023-05-30 18:02:22 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:1102023-05-30 18:02:22 WARN Selenium [DEPRECATION] [:caps_browsers] Remote::Capabilities.chrome is deprecated. Use Options.chrome instead.1112023-05-30 18:02:22 WARN Selenium [DEPRECATION] [:capabilities] The :capabilities parameter for Selenium::WebDriver::Chrome::Driver is deprecated. Use :options argument with an instance of Selenium::WebDriver::Chrome::Driver instead.1122023-05-30 18:02:22 / CONF :: 113 ==> Base URL: http://gitlab-smtp.test114 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f395dcf0830>115 ==> Libraries: Chemlab::Vendor116[May 30 2023 18:02:22 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA117[May 30 2023 18:02:22 UTC (QA Tests)] INFO -- Browser: chrome118[May 30 2023 18:02:22 UTC (QA Tests)] INFO -- Browser version: latest119[May 30 2023 18:02:22 UTC (QA Tests)] INFO -- Performing sanity check for environment!120[May 30 2023 18:02:23 UTC (QA Tests)] INFO -- Performing initial license fabrication!121[May 30 2023 18:02:24 UTC (QA Tests)] INFO -- Successfully added license key. Details:122{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}123[May 30 2023 18:02:24 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.39 seconds124[May 30 2023 18:02:24 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled125[May 30 2023 18:02:27 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled126Run options:127 include {:smtp=>true}128 exclude {:geo=>true, :requires_praefect=>true}129Randomized with seed 39784130Plan131 Email Notification132[May 30 2023 18:04:21 UTC (QA Tests)] INFO -- Starting test: Plan Email Notification is received by a user for project invitation133[May 30 2023 18:04:21 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA134[May 30 2023 18:04:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-00yu3ie2' via cache in 0.0 seconds135[May 30 2023 18:04:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.58 seconds136[May 30 2023 18:04:22 UTC (QA Tests)] INFO -- filling :login_field with "root"137[May 30 2023 18:04:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field138[May 30 2023 18:04:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"139[May 30 2023 18:04:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field140[May 30 2023 18:04:22 UTC (QA Tests)] INFO -- clicking :sign_in_button141[May 30 2023 18:04:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.452s142[May 30 2023 18:04:24 UTC (QA Tests)] INFO -- Enabling super sidebar!143[May 30 2023 18:04:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled144[May 30 2023 18:04:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.66 seconds145[May 30 2023 18:04:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed' via api in 1.18 seconds146[May 30 2023 18:04:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/email-notification-test-fc381d148c1a9b9e' via api in 3.33 seconds147[May 30 2023 18:04:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/email-notification-test-fc381d148c1a9b9e148[May 30 2023 18:04:31 UTC (QA Tests)] INFO -- clicking :menu_section_button149[May 30 2023 18:04:31 UTC (QA Tests)] INFO -- clicking :nav_item_link150[May 30 2023 18:04:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.199s151[May 30 2023 18:04:32 UTC (QA Tests)] INFO -- clicking :invite_members_button152[May 30 2023 18:04:32 UTC (QA Tests)] INFO -- filling :members_token_select_input with "*****"153[May 30 2023 18:04:32 UTC (QA Tests)] INFO -- clicking the coordinates of :members_token_select_input154[May 30 2023 18:04:33 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown155[May 30 2023 18:04:33 UTC (QA Tests)] INFO -- clicking :invite_button156 is received by a user for project invitation157Monitor158 Alert with escalation policy159 notifies on-call user via system note and email on new alert (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/397133)160Manage161 Pipeline status emails162[May 30 2023 18:04:37 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>true}163 when pipeline passes164[May 30 2023 18:04:37 UTC (QA Tests)] INFO -- Starting test: Manage Pipeline status emails when pipeline passes sends an email165[May 30 2023 18:04:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds166[May 30 2023 18:04:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed' via api in 0.29 seconds167[May 30 2023 18:04:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/pipeline-status-project-3a193f1dda126d88' via api in 2.5 seconds168[May 30 2023 18:04:39 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.169[May 30 2023 18:04:39 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`170[May 30 2023 18:04:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`171[May 30 2023 18:04:43 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685469879 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685469879 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-1685469879 --url http://gitlab-smtp.test --registration-token **** --tag-list qa-runner-1685469879 --executor shell && gitlab-runner run" `172[May 30 2023 18:04:46 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685469879`173[May 30 2023 18:04:46 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`174[May 30 2023 18:04:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685469879' via api in 7.84 seconds175[May 30 2023 18:04:48 UTC (QA Tests)] INFO -- filling :login_field with "root"176[May 30 2023 18:04:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field177[May 30 2023 18:04:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"178[May 30 2023 18:04:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field179[May 30 2023 18:04:49 UTC (QA Tests)] INFO -- clicking :sign_in_button180[May 30 2023 18:04:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.996s181[May 30 2023 18:04:50 UTC (QA Tests)] INFO -- Enabling super sidebar!182[May 30 2023 18:04:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled183[May 30 2023 18:04:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/pipeline-status-project-3a193f1dda126d88184[May 30 2023 18:04:53 UTC (QA Tests)] INFO -- clicking :menu_section_button185[May 30 2023 18:04:53 UTC (QA Tests)] INFO -- clicking :nav_item_link186[May 30 2023 18:04:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.592s187[May 30 2023 18:04:55 UTC (QA Tests)] INFO -- clicking :pipelines_email_link188[May 30 2023 18:04:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipelines_email_link' took 0.808s189[May 30 2023 18:04:56 UTC (QA Tests)] INFO -- clicking :save_changes_button190[May 30 2023 18:04:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.883s191[May 30 2023 18:04:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.62 seconds192[May 30 2023 18:04:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/pipeline-status-project-3a193f1dda126d88193[May 30 2023 18:04:59 UTC (QA Tests)] INFO -- clicking :menu_section_button194[May 30 2023 18:04:59 UTC (QA Tests)] INFO -- clicking :nav_item_link195[May 30 2023 18:05:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.953s196 sends an email197 when pipeline fails198[May 30 2023 18:05:11 UTC (QA Tests)] INFO -- Starting test: Manage Pipeline status emails when pipeline fails sends an email199[May 30 2023 18:05:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds200[May 30 2023 18:05:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed' via api in 0.24 seconds201[May 30 2023 18:05:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/pipeline-status-project-c0ac378210b726e3' via api in 1.89 seconds202[May 30 2023 18:05:13 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.203[May 30 2023 18:05:13 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`204[May 30 2023 18:05:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`205[May 30 2023 18:05:13 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685469913 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685469913 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-1685469913 --url http://gitlab-smtp.test --registration-token **** --tag-list qa-runner-1685469913 --executor shell && gitlab-runner run" `206[May 30 2023 18:05:14 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685469913`207[May 30 2023 18:05:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`208[May 30 2023 18:05:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685469913' via api in 1.84 seconds209[May 30 2023 18:05:15 UTC (QA Tests)] INFO -- filling :login_field with "root"210[May 30 2023 18:05:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field211[May 30 2023 18:05:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"212[May 30 2023 18:05:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field213[May 30 2023 18:05:16 UTC (QA Tests)] INFO -- clicking :sign_in_button214[May 30 2023 18:05:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.067s215[May 30 2023 18:05:17 UTC (QA Tests)] INFO -- Enabling super sidebar!216[May 30 2023 18:05:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled217[May 30 2023 18:05:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/pipeline-status-project-c0ac378210b726e3218[May 30 2023 18:05:21 UTC (QA Tests)] INFO -- clicking :menu_section_button219[May 30 2023 18:05:21 UTC (QA Tests)] INFO -- clicking :nav_item_link220[May 30 2023 18:05:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.899s221[May 30 2023 18:05:22 UTC (QA Tests)] INFO -- clicking :pipelines_email_link222[May 30 2023 18:05:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipelines_email_link' took 0.799s223[May 30 2023 18:05:23 UTC (QA Tests)] INFO -- clicking :save_changes_button224[May 30 2023 18:05:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.943s225[May 30 2023 18:05:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.29 seconds226[May 30 2023 18:05:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/pipeline-status-project-c0ac378210b726e3227[May 30 2023 18:05:28 UTC (QA Tests)] INFO -- clicking :menu_section_button228[May 30 2023 18:05:28 UTC (QA Tests)] INFO -- clicking :nav_item_link229[May 30 2023 18:05:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.856s230 sends an email231Monitor232 Alert233 when user is an owner234 when using Prometheus integration235 behaves like notification on new alert236[May 30 2023 18:05:40 UTC (QA Tests)] INFO -- Starting test: Monitor Alert when user is an owner when using Prometheus integration behaves like notification on new alert sends email to user237[May 30 2023 18:05:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-a2c7c292343fdf0c' via api in 0.35 seconds238[May 30 2023 18:05:41 UTC (QA Tests)] INFO -- filling :login_field with "root"239[May 30 2023 18:05:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field240[May 30 2023 18:05:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"241[May 30 2023 18:05:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field242[May 30 2023 18:05:41 UTC (QA Tests)] INFO -- clicking :sign_in_button243[May 30 2023 18:05:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.129s244[May 30 2023 18:05:43 UTC (QA Tests)] INFO -- Enabling super sidebar!245[May 30 2023 18:05:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled246[May 30 2023 18:05:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds247[May 30 2023 18:05:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed' via api in 0.23 seconds248[May 30 2023 18:05:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/project-for-alerts-8b28d7268fc4223e' via api in 1.46 seconds249[May 30 2023 18:05:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/project-for-alerts-8b28d7268fc4223e250[May 30 2023 18:05:47 UTC (QA Tests)] INFO -- clicking :menu_section_button251[May 30 2023 18:05:47 UTC (QA Tests)] INFO -- clicking :nav_item_link252[May 30 2023 18:05:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.633s253[May 30 2023 18:05:50 UTC (QA Tests)] INFO -- checking via JS :enable_email_notification_checkbox with args {}254[May 30 2023 18:05:50 UTC (QA Tests)] INFO -- clicking :save_changes_button255[May 30 2023 18:05:50 UTC (QA Tests)] INFO -- Adding user qa-user-a2c7c292343fdf0c to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/project-for-alerts-8b28d7268fc4223e QA::Resource::Project256[May 30 2023 18:05:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.813s257[May 30 2023 18:05:52 UTC (QA Tests)] INFO -- clicking :add_integration_button258[May 30 2023 18:05:52 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown259[May 30 2023 18:05:53 UTC (QA Tests)] INFO -- clicking :prometheus_url_field260[May 30 2023 18:05:53 UTC (QA Tests)] INFO -- filling :prometheus_url_field with "http://gitlab-smtp.test"261[May 30 2023 18:05:53 UTC (QA Tests)] INFO -- clicking the coordinates of :prometheus_url_field262[May 30 2023 18:05:53 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button263[May 30 2023 18:05:54 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-05-30 18:05:53 +0000","generatorURL":"http://collier.example/marcelene.wehner","endsAt":null,"status":"firing","labels":{"gitlab_environment_name":"error"},"annotations":{"title":"magnam","gitlab_y_label":"status"}}]}"264[May 30 2023 18:05:54 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field265[May 30 2023 18:05:55 UTC (QA Tests)] INFO -- clicking :send_test_alert_button266[May 30 2023 18:05:55 UTC (QA Tests)] INFO -- Running eventually matcher with 'include' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments267 sends email to user268 when using HTTP endpoint integration269 behaves like notification on new alert270[May 30 2023 18:05:56 UTC (QA Tests)] INFO -- Starting test: Monitor Alert when user is an owner when using HTTP endpoint integration behaves like notification on new alert sends email to user271[May 30 2023 18:05:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-ee10fe22d5ad6987' via api in 0.3 seconds272[May 30 2023 18:05:57 UTC (QA Tests)] INFO -- filling :login_field with "root"273[May 30 2023 18:05:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field274[May 30 2023 18:05:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"275[May 30 2023 18:05:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field276[May 30 2023 18:05:58 UTC (QA Tests)] INFO -- clicking :sign_in_button277[May 30 2023 18:05:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.343s278[May 30 2023 18:06:00 UTC (QA Tests)] INFO -- Enabling super sidebar!279[May 30 2023 18:06:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled280[May 30 2023 18:06:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.11 seconds281[May 30 2023 18:06:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed' via api in 0.28 seconds282[May 30 2023 18:06:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/project-for-alerts-2ffae35a486fb3dc' via api in 0.95 seconds283[May 30 2023 18:06:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/project-for-alerts-2ffae35a486fb3dc284[May 30 2023 18:06:03 UTC (QA Tests)] INFO -- clicking :menu_section_button285[May 30 2023 18:06:03 UTC (QA Tests)] INFO -- clicking :nav_item_link286[May 30 2023 18:06:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.262s287[May 30 2023 18:06:06 UTC (QA Tests)] INFO -- checking via JS :enable_email_notification_checkbox with args {}288[May 30 2023 18:06:06 UTC (QA Tests)] INFO -- clicking :save_changes_button289[May 30 2023 18:06:06 UTC (QA Tests)] INFO -- Adding user qa-user-ee10fe22d5ad6987 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/project-for-alerts-2ffae35a486fb3dc QA::Resource::Project290[May 30 2023 18:06:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.924s291[May 30 2023 18:06:08 UTC (QA Tests)] INFO -- clicking :add_integration_button292[May 30 2023 18:06:08 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown293[May 30 2023 18:06:09 UTC (QA Tests)] INFO -- clicking :integration_name_field294[May 30 2023 18:06:09 UTC (QA Tests)] INFO -- filling :integration_name_field with "unde"295[May 30 2023 18:06:09 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field296[May 30 2023 18:06:09 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button297[May 30 2023 18:06:09 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"non","description":"non"}"298[May 30 2023 18:06:09 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field299[May 30 2023 18:06:10 UTC (QA Tests)] INFO -- clicking :send_test_alert_button300[May 30 2023 18:06:10 UTC (QA Tests)] INFO -- Running eventually matcher with 'include' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments301 sends email to user302 when user is a maintainer303 when using Prometheus integration304 behaves like notification on new alert305[May 30 2023 18:06:11 UTC (QA Tests)] INFO -- Starting test: Monitor Alert when user is a maintainer when using Prometheus integration behaves like notification on new alert sends email to user306[May 30 2023 18:06:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-97d3443628f88a4b' via api in 0.27 seconds307[May 30 2023 18:06:12 UTC (QA Tests)] INFO -- filling :login_field with "root"308[May 30 2023 18:06:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field309[May 30 2023 18:06:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"310[May 30 2023 18:06:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field311[May 30 2023 18:06:13 UTC (QA Tests)] INFO -- clicking :sign_in_button312[May 30 2023 18:06:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.15s313[May 30 2023 18:06:14 UTC (QA Tests)] INFO -- Enabling super sidebar!314[May 30 2023 18:06:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled315[May 30 2023 18:06:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds316[May 30 2023 18:06:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed' via api in 0.22 seconds317[May 30 2023 18:06:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/project-for-alerts-6702c21f65ec0225' via api in 0.99 seconds318[May 30 2023 18:06:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/project-for-alerts-6702c21f65ec0225319[May 30 2023 18:06:18 UTC (QA Tests)] INFO -- clicking :menu_section_button320[May 30 2023 18:06:18 UTC (QA Tests)] INFO -- clicking :nav_item_link321[May 30 2023 18:06:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.061s322[May 30 2023 18:06:20 UTC (QA Tests)] INFO -- checking via JS :enable_email_notification_checkbox with args {}323[May 30 2023 18:06:21 UTC (QA Tests)] INFO -- clicking :save_changes_button324[May 30 2023 18:06:21 UTC (QA Tests)] INFO -- Adding user qa-user-97d3443628f88a4b to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/project-for-alerts-6702c21f65ec0225 QA::Resource::Project325[May 30 2023 18:06:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.669s326[May 30 2023 18:06:23 UTC (QA Tests)] INFO -- clicking :add_integration_button327[May 30 2023 18:06:23 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown328[May 30 2023 18:06:23 UTC (QA Tests)] INFO -- clicking :prometheus_url_field329[May 30 2023 18:06:23 UTC (QA Tests)] INFO -- filling :prometheus_url_field with "http://gitlab-smtp.test"330[May 30 2023 18:06:23 UTC (QA Tests)] INFO -- clicking the coordinates of :prometheus_url_field331[May 30 2023 18:06:24 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button332[May 30 2023 18:06:24 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-05-30 18:06:24 +0000","generatorURL":"http://schuppe-lebsack.example/viva","endsAt":null,"status":"firing","labels":{"gitlab_environment_name":"consequatur"},"annotations":{"title":"dicta","gitlab_y_label":"status"}}]}"333[May 30 2023 18:06:24 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field334[May 30 2023 18:06:25 UTC (QA Tests)] INFO -- clicking :send_test_alert_button335[May 30 2023 18:06:25 UTC (QA Tests)] INFO -- Running eventually matcher with 'include' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments336 sends email to user337 when using HTTP endpoint integration338 behaves like notification on new alert339[May 30 2023 18:06:27 UTC (QA Tests)] INFO -- Starting test: Monitor Alert when user is a maintainer when using HTTP endpoint integration behaves like notification on new alert sends email to user340[May 30 2023 18:06:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-dabf6d44f162743b' via api in 0.37 seconds341[May 30 2023 18:06:28 UTC (QA Tests)] INFO -- filling :login_field with "root"342[May 30 2023 18:06:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field343[May 30 2023 18:06:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"344[May 30 2023 18:06:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field345[May 30 2023 18:06:29 UTC (QA Tests)] INFO -- clicking :sign_in_button346[May 30 2023 18:06:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.858s347[May 30 2023 18:06:30 UTC (QA Tests)] INFO -- Enabling super sidebar!348[May 30 2023 18:06:30 UTC (QA Tests)] INFO -- Super sidebar is already enabled349[May 30 2023 18:06:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds350[May 30 2023 18:06:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed' via api in 0.22 seconds351[May 30 2023 18:06:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/project-for-alerts-d1223581af00f60a' via api in 0.97 seconds352[May 30 2023 18:06:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/project-for-alerts-d1223581af00f60a353[May 30 2023 18:06:33 UTC (QA Tests)] INFO -- clicking :menu_section_button354[May 30 2023 18:06:34 UTC (QA Tests)] INFO -- clicking :nav_item_link355[May 30 2023 18:06:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.14s356[May 30 2023 18:06:36 UTC (QA Tests)] INFO -- checking via JS :enable_email_notification_checkbox with args {}357[May 30 2023 18:06:36 UTC (QA Tests)] INFO -- clicking :save_changes_button358[May 30 2023 18:06:36 UTC (QA Tests)] INFO -- Adding user qa-user-dabf6d44f162743b to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-18-04-25-b6b7216f44c9d3ed/project-for-alerts-d1223581af00f60a QA::Resource::Project359[May 30 2023 18:06:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.784s360[May 30 2023 18:06:39 UTC (QA Tests)] INFO -- clicking :add_integration_button361[May 30 2023 18:06:39 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown362[May 30 2023 18:06:39 UTC (QA Tests)] INFO -- clicking :integration_name_field363[May 30 2023 18:06:39 UTC (QA Tests)] INFO -- filling :integration_name_field with "est"364[May 30 2023 18:06:39 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field365[May 30 2023 18:06:40 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button366[May 30 2023 18:06:40 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"repellendus","description":"repellendus"}"367[May 30 2023 18:06:40 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field368[May 30 2023 18:06:40 UTC (QA Tests)] INFO -- clicking :send_test_alert_button369[May 30 2023 18:06:40 UTC (QA Tests)] INFO -- Running eventually matcher with 'include' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments370 sends email to user371Pending: (Failures listed here are expected and do not affect your suite's status)372 1) Monitor Alert with escalation policy notifies on-call user via system note and email on new alert373 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/397133374 # ./qa/specs/features/ee/browser_ui/8_monitor/alert_management/alert_with_escalation_policy_spec.rb:39375Finished in 4 minutes 13.6 seconds (files took 7.19 seconds to load)3768 examples, 0 failures, 1 pending377Randomized with seed 39784378[May 30 2023 18:06:42 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-smtp`379[May 30 2023 18:06:42 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-smtp`380[May 30 2023 18:06:43 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=mailhog`381[May 30 2023 18:06:43 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f mailhog`383Running after script...384$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command385$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")386$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"412Not uploading cache qa-e2e-ruby-3.0-6a056e500f83db53eb3d88c766f9864d-16 due to policy414Uploading artifacts...415gitlab-qa-run-*: found 132 matching artifact files and directories 416Uploading artifacts as "archive" to coordinator... 201 Created id=4376892008 responseStatus=201 Created token=64_kxsRZ417Uploading artifacts...418gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 419Uploading artifacts as "junit" to coordinator... 201 Created id=4376892008 responseStatus=201 Created token=64_kxsRZ420Uploading artifacts...421/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 422Uploading artifacts as "dotenv" to coordinator... 201 Created id=4376892008 responseStatus=201 Created token=64_kxsRZ424Job succeeded