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:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1687096354-b295f4d6-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: 129829, done. 20remote: Counting objects: 100% (129829/129829), done. 21remote: Compressing objects: 100% (89767/89767), done. 22remote: Total 129829 (delta 52785), reused 85423 (delta 35058), pack-reused 0 23Receiving objects: 100% (129829/129829), 119.23 MiB | 41.50 MiB/s, done.24Resolving deltas: 100% (52785/52785), done.26 * [new ref] refs/pipelines/903605918 -> refs/pipelines/90360591827 * [new branch] master -> origin/master28Checking out 963bdc0e as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-f397e9c6e37138479b58004abf3f9032-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-f397e9c6e37138479b58004abf3f9032-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 (4494243624)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4494243624 responseStatus=200 OK token=64_oVg4339Using docker image sha256:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...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! 36 Gemfile dependencies, 128 gems now installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"46$ echo "Running - '$QA_COMMAND'"47Running - 'bundle exec gitlab-qa Test::Integration::SMTP registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:963bdc0e11c104423537696fdc2fd054aa8886d8 --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4494243693.json --format RspecJunitFormatter --out tmp/rspec-4494243693.xml --format html --out tmp/rspec-$(echo smtp | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jun 18 2023 13:54:39 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q mailhog/mailhog:v1.0.0`50[Jun 18 2023 13:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^mailhog$`51[Jun 18 2023 13:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`52[Jun 18 2023 13:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`53[Jun 18 2023 13:54:40 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`54[Jun 18 2023 13:54:41 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-37a40df7$`55[Jun 18 2023 13:54:41 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-37a40df7 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`56[Jun 18 2023 13:54:42 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/tls_certificates/authority/. alpine-37a40df7:/etc/gitlab/trusted-certs`57[Jun 18 2023 13:54:42 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/tls_certificates/gitlab/. alpine-37a40df7:/etc/gitlab/ssl`58[Jun 18 2023 13:54:42 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-37a40df7`59[Jun 18 2023 13:54:42 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-37a40df7`60[Jun 18 2023 13:54:43 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`61[Jun 18 2023 13:54:43 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:963bdc0e11c104423537696fdc2fd054aa8886d8`62[Jun 18 2023 13:55:16 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-smtp$`63[Jun 18 2023 13:55:16 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`64[Jun 18 2023 13:55:16 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-06-18-13-54-39-1528beb6/gitlab-smtp/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:963bdc0e11c104423537696fdc2fd054aa8886d8`65[Jun 18 2023 13:55:27 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-smtp bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-06-18 13:54:3966# Gitlab::QA::Runtime::OmnibusConfigurations::Default67gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme68gitlab_rails['gitlab_disable_animations'] = true # Disable animations69gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry70gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password71gitlab_rails['smtp_enable'] = true;72gitlab_rails['smtp_address'] = 'mailhog.test';73gitlab_rails['smtp_port'] = 1025;74gitlab_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;"`75[Jun 18 2023 13:55:27 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-smtp`76[Jun 18 2023 13:58:51 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...77[Jun 18 2023 13:58:51 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-smtp`78[Jun 18 2023 13:58:51 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-smtp 80/tcp`79[Jun 18 2023 13:58:51 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!80[Jun 18 2023 13:58:51 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-smtp bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`81[Jun 18 2023 13:58:51 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-smtp bash -c "echo '#!/usr/bin/env bash82if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then83 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'84 exit 185fi86' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`87[Jun 18 2023 13:58:52 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-smtp bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`88[Jun 18 2023 13:58:52 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/support/data gitlab-smtp:/tmp/data-seeds`89[Jun 18 2023 13:58:52 UTC (Gitlab QA)] INFO -- Running exec_commands...90[Jun 18 2023 13:58:52 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-smtp bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`91[Jun 18 2023 13:59:40 UTC (Gitlab QA)] INFO -- Running Test::Integration::SMTP specs!92[Jun 18 2023 13:59:40 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`93[Jun 18 2023 13:59:40 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:963bdc0e11c104423537696fdc2fd054aa8886d8`94[Jun 18 2023 14:00:42 UTC (Gitlab QA)] INFO -- Running test suite `Test::Integration::SMTP` for gitlab-ee95[Jun 18 2023 14:00:42 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled96[Jun 18 2023 14:00:42 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=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_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_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 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-06-18-13-54-39-1528beb6/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-18-13-54-39-1528beb6/gitlab-ee-qa-4a7646f5:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-4a7646f5 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:963bdc0e11c104423537696fdc2fd054aa8886d8 Test::Integration::SMTP http://gitlab-smtp.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4494243693.json --format RspecJunitFormatter --out tmp/rspec-4494243693.xml --format html --out tmp/rspec-smtp.htm --color --format documentation`972023-06-18 14:00:44 / CONF :: 98 ==> Base URL: http://gitlab-smtp.test99 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f83e613e090>100 ==> Libraries: Chemlab::Vendor101[Jun 18 2023 14:00:45 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA102[Jun 18 2023 14:00:45 UTC (QA Tests)] INFO -- Browser: chrome103[Jun 18 2023 14:00:45 UTC (QA Tests)] INFO -- Performing sanity check for environment!104[Jun 18 2023 14:00:45 UTC (QA Tests)] INFO -- Performing initial license fabrication!105[Jun 18 2023 14:00:46 UTC (QA Tests)] INFO -- Successfully added license key. Details:106{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}107[Jun 18 2023 14:00:46 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.38 seconds108[Jun 18 2023 14:00:46 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled109[Jun 18 2023 14:00:46 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled110Run options:111 include {:smtp=>true}112 exclude {:geo=>true, :requires_praefect=>true}113Randomized with seed 23683114Manage115 Pipeline status emails116[Jun 18 2023 14:02:43 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>true}117 when pipeline passes118[Jun 18 2023 14:02:43 UTC (QA Tests)] INFO -- Starting test: Manage Pipeline status emails when pipeline passes sends an email119[Jun 18 2023 14:02:43 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA120[Jun 18 2023 14:02:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-5uk4yhya' via cache in 0.0 seconds121[Jun 18 2023 14:02:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.98 seconds122[Jun 18 2023 14:02:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1' via api in 1.59 seconds123[Jun 18 2023 14:02:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/pipeline-status-project-fff145277b916912' via api in 2.86 seconds124[Jun 18 2023 14:02:46 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.125[Jun 18 2023 14:02:46 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`126[Jun 18 2023 14:02:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`127[Jun 18 2023 14:02:49 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096966 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096966 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-1687096966 --url http://gitlab-smtp.test --registration-token **** --tag-list qa-runner-1687096966 --executor shell && gitlab-runner run" `128[Jun 18 2023 14:02:52 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096966`129[Jun 18 2023 14:02:52 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`130[Jun 18 2023 14:02:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687096966' via api in 6.5 seconds131[Jun 18 2023 14:02:53 UTC (QA Tests)] INFO -- filling :login_field with "root"132[Jun 18 2023 14:02:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field133[Jun 18 2023 14:02:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"134[Jun 18 2023 14:02:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field135[Jun 18 2023 14:02:54 UTC (QA Tests)] INFO -- clicking :sign_in_button136[Jun 18 2023 14:02:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.88s137[Jun 18 2023 14:02:56 UTC (QA Tests)] INFO -- Enabling super sidebar!138[Jun 18 2023 14:02:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled139[Jun 18 2023 14:02:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/pipeline-status-project-fff145277b916912140[Jun 18 2023 14:02:59 UTC (QA Tests)] INFO -- clicking :menu_section_button141[Jun 18 2023 14:02:59 UTC (QA Tests)] INFO -- clicking :nav_item_link142[Jun 18 2023 14:03:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.011s143[Jun 18 2023 14:03:00 UTC (QA Tests)] INFO -- clicking :pipelines_email_link144[Jun 18 2023 14:03:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipelines_email_link' took 1.086s145[Jun 18 2023 14:03:02 UTC (QA Tests)] INFO -- clicking :save_changes_button146[Jun 18 2023 14:03:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.793s147[Jun 18 2023 14:03:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.15 seconds148[Jun 18 2023 14:03:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/pipeline-status-project-fff145277b916912149[Jun 18 2023 14:03:07 UTC (QA Tests)] INFO -- clicking :menu_section_button150[Jun 18 2023 14:03:07 UTC (QA Tests)] INFO -- clicking :nav_item_link151[Jun 18 2023 14:03:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.333s152 sends an email153 when pipeline fails154[Jun 18 2023 14:03:19 UTC (QA Tests)] INFO -- Starting test: Manage Pipeline status emails when pipeline fails sends an email155[Jun 18 2023 14:03:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.05 seconds156[Jun 18 2023 14:03:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1' via api in 0.19 seconds157[Jun 18 2023 14:03:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/pipeline-status-project-ec02a7c0fae808e8' via api in 0.71 seconds158[Jun 18 2023 14:03:20 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.159[Jun 18 2023 14:03:20 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`160[Jun 18 2023 14:03:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`161[Jun 18 2023 14:03:21 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687097000 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687097000 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-1687097000 --url http://gitlab-smtp.test --registration-token **** --tag-list qa-runner-1687097000 --executor shell && gitlab-runner run" `162[Jun 18 2023 14:03:21 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687097000`163[Jun 18 2023 14:03:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`164[Jun 18 2023 14:03:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687097000' via api in 1.47 seconds165[Jun 18 2023 14:03:22 UTC (QA Tests)] INFO -- filling :login_field with "root"166[Jun 18 2023 14:03:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field167[Jun 18 2023 14:03:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"168[Jun 18 2023 14:03:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field169[Jun 18 2023 14:03:23 UTC (QA Tests)] INFO -- clicking :sign_in_button170[Jun 18 2023 14:03:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.086s171[Jun 18 2023 14:03:24 UTC (QA Tests)] INFO -- Enabling super sidebar!172[Jun 18 2023 14:03:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled173[Jun 18 2023 14:03:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/pipeline-status-project-ec02a7c0fae808e8174[Jun 18 2023 14:03:27 UTC (QA Tests)] INFO -- clicking :menu_section_button175[Jun 18 2023 14:03:27 UTC (QA Tests)] INFO -- clicking :nav_item_link176[Jun 18 2023 14:03:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.957s177[Jun 18 2023 14:03:28 UTC (QA Tests)] INFO -- clicking :pipelines_email_link178[Jun 18 2023 14:03:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipelines_email_link' took 0.779s179[Jun 18 2023 14:03:29 UTC (QA Tests)] INFO -- clicking :save_changes_button180[Jun 18 2023 14:03:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.819s181[Jun 18 2023 14:03:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds182[Jun 18 2023 14:03:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/pipeline-status-project-ec02a7c0fae808e8183[Jun 18 2023 14:03:33 UTC (QA Tests)] INFO -- clicking :menu_section_button184[Jun 18 2023 14:03:33 UTC (QA Tests)] INFO -- clicking :nav_item_link185[Jun 18 2023 14:03:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.75s186 sends an email187Monitor188 Alert with escalation policy189 notifies on-call user via system note and email on new alert (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/397133)190Plan191 Email Notification192[Jun 18 2023 14:03:45 UTC (QA Tests)] INFO -- Starting test: Plan Email Notification is received by a user for project invitation193[Jun 18 2023 14:03:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.34 seconds194[Jun 18 2023 14:03:45 UTC (QA Tests)] INFO -- filling :login_field with "root"195[Jun 18 2023 14:03:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field196[Jun 18 2023 14:03:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"197[Jun 18 2023 14:03:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field198[Jun 18 2023 14:03:46 UTC (QA Tests)] INFO -- clicking :sign_in_button199[Jun 18 2023 14:03:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.136s200[Jun 18 2023 14:03:48 UTC (QA Tests)] INFO -- Enabling super sidebar!201[Jun 18 2023 14:03:48 UTC (QA Tests)] INFO -- Super sidebar is already enabled202[Jun 18 2023 14:03:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds203[Jun 18 2023 14:03:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1' via api in 0.17 seconds204[Jun 18 2023 14:03:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/email-notification-test-2ad8f3d68953f45f' via api in 0.61 seconds205[Jun 18 2023 14:03:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/email-notification-test-2ad8f3d68953f45f206[Jun 18 2023 14:03:51 UTC (QA Tests)] INFO -- clicking :menu_section_button207[Jun 18 2023 14:03:51 UTC (QA Tests)] INFO -- clicking :nav_item_link208[Jun 18 2023 14:03:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.937s209[Jun 18 2023 14:03:52 UTC (QA Tests)] INFO -- clicking :invite_members_button210[Jun 18 2023 14:03:52 UTC (QA Tests)] INFO -- filling :members_token_select_input with "*****"211[Jun 18 2023 14:03:52 UTC (QA Tests)] INFO -- clicking the coordinates of :members_token_select_input212[Jun 18 2023 14:03:53 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown213[Jun 18 2023 14:03:53 UTC (QA Tests)] INFO -- clicking :invite_button214 is received by a user for project invitation215Monitor216 Alert217 when user is a maintainer218 when using HTTP endpoint integration219 behaves like notification on new alert220[Jun 18 2023 14:03:55 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 user221[Jun 18 2023 14:03:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-b8a3c31548f58280' via api in 0.37 seconds222[Jun 18 2023 14:03:56 UTC (QA Tests)] INFO -- filling :login_field with "root"223[Jun 18 2023 14:03:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field224[Jun 18 2023 14:03:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"225[Jun 18 2023 14:03:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field226[Jun 18 2023 14:03:57 UTC (QA Tests)] INFO -- clicking :sign_in_button227[Jun 18 2023 14:03:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.726s228[Jun 18 2023 14:03:58 UTC (QA Tests)] INFO -- Enabling super sidebar!229[Jun 18 2023 14:03:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled230[Jun 18 2023 14:03:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.05 seconds231[Jun 18 2023 14:03:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1' via api in 0.18 seconds232[Jun 18 2023 14:04:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/project-for-alerts-ffa14c283175e79d' via api in 0.77 seconds233[Jun 18 2023 14:04:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/project-for-alerts-ffa14c283175e79d234[Jun 18 2023 14:04:01 UTC (QA Tests)] INFO -- clicking :menu_section_button235[Jun 18 2023 14:04:01 UTC (QA Tests)] INFO -- clicking :nav_item_link236[Jun 18 2023 14:04:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.933s237[Jun 18 2023 14:04:03 UTC (QA Tests)] INFO -- checking via JS :enable_email_notification_checkbox with args {}238[Jun 18 2023 14:04:03 UTC (QA Tests)] INFO -- clicking :save_changes_button239[Jun 18 2023 14:04:03 UTC (QA Tests)] INFO -- Adding user qa-user-b8a3c31548f58280 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/project-for-alerts-ffa14c283175e79d QA::Resource::Project240[Jun 18 2023 14:04:06 UTC (QA Tests)] INFO -- clicking :add_integration_button241[Jun 18 2023 14:04:06 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown242[Jun 18 2023 14:04:06 UTC (QA Tests)] INFO -- clicking :integration_name_field243[Jun 18 2023 14:04:06 UTC (QA Tests)] INFO -- filling :integration_name_field with "ducimus"244[Jun 18 2023 14:04:06 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field245[Jun 18 2023 14:04:07 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button246[Jun 18 2023 14:04:07 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"velit","description":"velit"}"247[Jun 18 2023 14:04:07 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field248[Jun 18 2023 14:04:08 UTC (QA Tests)] INFO -- clicking :send_test_alert_button249[Jun 18 2023 14:04:08 UTC (QA Tests)] INFO -- Running eventually matcher with 'include' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments250 sends email to user251 when using Prometheus integration252 behaves like notification on new alert253[Jun 18 2023 14:04:09 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 user254[Jun 18 2023 14:04:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-4e21a535b665083d' via api in 0.65 seconds255[Jun 18 2023 14:04:10 UTC (QA Tests)] INFO -- filling :login_field with "root"256[Jun 18 2023 14:04:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field257[Jun 18 2023 14:04:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"258[Jun 18 2023 14:04:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field259[Jun 18 2023 14:04:11 UTC (QA Tests)] INFO -- clicking :sign_in_button260[Jun 18 2023 14:04:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.896s261[Jun 18 2023 14:04:12 UTC (QA Tests)] INFO -- Enabling super sidebar!262[Jun 18 2023 14:04:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled263[Jun 18 2023 14:04:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds264[Jun 18 2023 14:04:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1' via api in 0.2 seconds265[Jun 18 2023 14:04:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/project-for-alerts-435faa8218469038' via api in 0.67 seconds266[Jun 18 2023 14:04:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/project-for-alerts-435faa8218469038267[Jun 18 2023 14:04:15 UTC (QA Tests)] INFO -- clicking :menu_section_button268[Jun 18 2023 14:04:15 UTC (QA Tests)] INFO -- clicking :nav_item_link269[Jun 18 2023 14:04:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.053s270[Jun 18 2023 14:04:18 UTC (QA Tests)] INFO -- checking via JS :enable_email_notification_checkbox with args {}271[Jun 18 2023 14:04:18 UTC (QA Tests)] INFO -- clicking :save_changes_button272[Jun 18 2023 14:04:18 UTC (QA Tests)] INFO -- Adding user qa-user-4e21a535b665083d to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/project-for-alerts-435faa8218469038 QA::Resource::Project273[Jun 18 2023 14:04:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.606s274[Jun 18 2023 14:04:20 UTC (QA Tests)] INFO -- clicking :add_integration_button275[Jun 18 2023 14:04:20 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown276[Jun 18 2023 14:04:20 UTC (QA Tests)] INFO -- clicking :prometheus_url_field277[Jun 18 2023 14:04:20 UTC (QA Tests)] INFO -- filling :prometheus_url_field with "http://gitlab-smtp.test"278[Jun 18 2023 14:04:20 UTC (QA Tests)] INFO -- clicking the coordinates of :prometheus_url_field279[Jun 18 2023 14:04:21 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button280[Jun 18 2023 14:04:21 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-06-18 14:04:21 +0000","generatorURL":"http://hauck.test/greg","endsAt":null,"status":"firing","labels":{"gitlab_environment_name":"pariatur"},"annotations":{"title":"aut","gitlab_y_label":"status"}}]}"281[Jun 18 2023 14:04:21 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field282[Jun 18 2023 14:04:22 UTC (QA Tests)] INFO -- clicking :send_test_alert_button283[Jun 18 2023 14:04:22 UTC (QA Tests)] INFO -- Running eventually matcher with 'include' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments284 sends email to user285 when user is an owner286 when using Prometheus integration287 behaves like notification on new alert288[Jun 18 2023 14:04:22 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 user289[Jun 18 2023 14:04:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-2e696597dc54ec2b' via api in 0.22 seconds290[Jun 18 2023 14:04:23 UTC (QA Tests)] INFO -- filling :login_field with "root"291[Jun 18 2023 14:04:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field292[Jun 18 2023 14:04:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"293[Jun 18 2023 14:04:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field294[Jun 18 2023 14:04:24 UTC (QA Tests)] INFO -- clicking :sign_in_button295[Jun 18 2023 14:04:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.737s296[Jun 18 2023 14:04:25 UTC (QA Tests)] INFO -- Enabling super sidebar!297[Jun 18 2023 14:04:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled298[Jun 18 2023 14:04:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.08 seconds299[Jun 18 2023 14:04:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1' via api in 0.19 seconds300[Jun 18 2023 14:04:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/project-for-alerts-67495555ca036bfa' via api in 0.77 seconds301[Jun 18 2023 14:04:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/project-for-alerts-67495555ca036bfa302[Jun 18 2023 14:04:29 UTC (QA Tests)] INFO -- clicking :menu_section_button303[Jun 18 2023 14:04:29 UTC (QA Tests)] INFO -- clicking :nav_item_link304[Jun 18 2023 14:04:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.864s305[Jun 18 2023 14:04:31 UTC (QA Tests)] INFO -- checking via JS :enable_email_notification_checkbox with args {}306[Jun 18 2023 14:04:31 UTC (QA Tests)] INFO -- clicking :save_changes_button307[Jun 18 2023 14:04:31 UTC (QA Tests)] INFO -- Adding user qa-user-2e696597dc54ec2b to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/project-for-alerts-67495555ca036bfa QA::Resource::Project308[Jun 18 2023 14:04:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.758s309[Jun 18 2023 14:04:33 UTC (QA Tests)] INFO -- clicking :add_integration_button310[Jun 18 2023 14:04:33 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown311[Jun 18 2023 14:04:34 UTC (QA Tests)] INFO -- clicking :prometheus_url_field312[Jun 18 2023 14:04:34 UTC (QA Tests)] INFO -- filling :prometheus_url_field with "http://gitlab-smtp.test"313[Jun 18 2023 14:04:34 UTC (QA Tests)] INFO -- clicking the coordinates of :prometheus_url_field314[Jun 18 2023 14:04:34 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button315[Jun 18 2023 14:04:34 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-06-18 14:04:34 +0000","generatorURL":"http://hoeger.test/tula_nolan","endsAt":null,"status":"firing","labels":{"gitlab_environment_name":"quaerat"},"annotations":{"title":"omnis","gitlab_y_label":"status"}}]}"316[Jun 18 2023 14:04:34 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field317[Jun 18 2023 14:04:35 UTC (QA Tests)] INFO -- clicking :send_test_alert_button318[Jun 18 2023 14:04:35 UTC (QA Tests)] INFO -- Running eventually matcher with 'include' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments319 sends email to user320 when using HTTP endpoint integration321 behaves like notification on new alert322[Jun 18 2023 14:04:36 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 user323[Jun 18 2023 14:04:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-97db109d7f6a6636' via api in 0.27 seconds324[Jun 18 2023 14:04:37 UTC (QA Tests)] INFO -- filling :login_field with "root"325[Jun 18 2023 14:04:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field326[Jun 18 2023 14:04:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"327[Jun 18 2023 14:04:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field328[Jun 18 2023 14:04:37 UTC (QA Tests)] INFO -- clicking :sign_in_button329[Jun 18 2023 14:04:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.261s330[Jun 18 2023 14:04:39 UTC (QA Tests)] INFO -- Enabling super sidebar!331[Jun 18 2023 14:04:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled332[Jun 18 2023 14:04:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds333[Jun 18 2023 14:04:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1' via api in 0.17 seconds334[Jun 18 2023 14:04:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/project-for-alerts-44b943e2868c9bbf' via api in 0.83 seconds335[Jun 18 2023 14:04:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/project-for-alerts-44b943e2868c9bbf336[Jun 18 2023 14:04:42 UTC (QA Tests)] INFO -- clicking :menu_section_button337[Jun 18 2023 14:04:42 UTC (QA Tests)] INFO -- clicking :nav_item_link338[Jun 18 2023 14:04:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.872s339[Jun 18 2023 14:04:44 UTC (QA Tests)] INFO -- checking via JS :enable_email_notification_checkbox with args {}340[Jun 18 2023 14:04:45 UTC (QA Tests)] INFO -- clicking :save_changes_button341[Jun 18 2023 14:04:45 UTC (QA Tests)] INFO -- Adding user qa-user-97db109d7f6a6636 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-14-02-43-6bf40c0bf637bef1/project-for-alerts-44b943e2868c9bbf QA::Resource::Project342[Jun 18 2023 14:04:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.754s343[Jun 18 2023 14:04:47 UTC (QA Tests)] INFO -- clicking :add_integration_button344[Jun 18 2023 14:04:47 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown345[Jun 18 2023 14:04:47 UTC (QA Tests)] INFO -- clicking :integration_name_field346[Jun 18 2023 14:04:47 UTC (QA Tests)] INFO -- filling :integration_name_field with "velit"347[Jun 18 2023 14:04:47 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field348[Jun 18 2023 14:04:48 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button349[Jun 18 2023 14:04:48 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"enim","description":"enim"}"350[Jun 18 2023 14:04:48 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field351[Jun 18 2023 14:04:49 UTC (QA Tests)] INFO -- clicking :send_test_alert_button352[Jun 18 2023 14:04:49 UTC (QA Tests)] INFO -- Running eventually matcher with 'include' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments353 sends email to user354Pending: (Failures listed here are expected and do not affect your suite's status)355 1) Monitor Alert with escalation policy notifies on-call user via system note and email on new alert356 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/397133357 # ./qa/specs/features/ee/browser_ui/8_monitor/alert_management/alert_with_escalation_policy_spec.rb:39358Finished in 4 minutes 2.4 seconds (files took 4.06 seconds to load)3598 examples, 0 failures, 1 pending360Randomized with seed 23683361[Jun 18 2023 14:04:50 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-smtp`362[Jun 18 2023 14:04:50 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-smtp`363[Jun 18 2023 14:04:51 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=mailhog`364[Jun 18 2023 14:04:51 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f mailhog`366Running after script...367$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command368$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")369$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"395Not uploading cache qa-e2e-ruby-3.0-f397e9c6e37138479b58004abf3f9032-16 due to policy397Uploading artifacts...398gitlab-qa-run-*: found 132 matching artifact files and directories 399Uploading artifacts as "archive" to coordinator... 201 Created id=4494243693 responseStatus=201 Created token=64_oVg43400Uploading artifacts...401gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 402Uploading artifacts as "junit" to coordinator... 201 Created id=4494243693 responseStatus=201 Created token=64_oVg43403Uploading artifacts...404/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 405Uploading artifacts as "dotenv" to coordinator... 201 Created id=4494243693 responseStatus=201 Created token=64_oVg43407Job succeeded