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:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1690510076-b09a6951-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: 166113, done. 20remote: Counting objects: 100% (166113/166113), done. 21remote: Compressing objects: 100% (105949/105949), done. 22remote: Total 166113 (delta 80917), reused 112862 (delta 54033), pack-reused 0 23Receiving objects: 100% (166113/166113), 130.59 MiB | 44.03 MiB/s, done.24Resolving deltas: 100% (80917/80917), done.26 * [new ref] refs/pipelines/948042359 -> refs/pipelines/94804235927 * [new branch] master -> origin/master28Checking out 02432547 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4757155917)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4757155917 responseStatus=200 OK token=64_uMK9J39Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...40$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE41$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")42$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command43Bundle complete! 37 Gemfile dependencies, 135 gems now installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"46$ echo "Running - '$QA_COMMAND'"47Running - 'bundle exec gitlab-qa Test::Integration::SMTP registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:02432547837727b720f206748675bf26536e87cd -- --format QA::Support::JsonFormatter --out tmp/rspec-4757155966.json --format RspecJunitFormatter --out tmp/rspec-4757155966.xml --format html --out tmp/rspec-$(echo smtp | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jul 28 2023 02:10:30 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q mailhog/mailhog:v1.0.0`50[Jul 28 2023 02:10:31 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^mailhog$`51[Jul 28 2023 02:10:31 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`52[Jul 28 2023 02:10:31 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`53[Jul 28 2023 02:10:32 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[Jul 28 2023 02:10:32 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-bfaf865c$`55[Jul 28 2023 02:10:32 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-bfaf865c --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`56[Jul 28 2023 02:10:33 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/authority/. alpine-bfaf865c:/etc/gitlab/trusted-certs`57[Jul 28 2023 02:10:33 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/gitlab/. alpine-bfaf865c:/etc/gitlab/ssl`58[Jul 28 2023 02:10:34 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-bfaf865c`59[Jul 28 2023 02:10:34 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-bfaf865c`60[Jul 28 2023 02:10:34 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`61[Jul 28 2023 02:10:34 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:02432547837727b720f206748675bf26536e87cd`62[Jul 28 2023 02:11:08 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-smtp$`63[Jul 28 2023 02:11:08 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`64[Jul 28 2023 02:11:08 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-07-28-02-10-30-cdaabe04/gitlab-smtp/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:02432547837727b720f206748675bf26536e87cd`65[Jul 28 2023 02:11:19 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-smtp bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-28 02:10:3066# 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[Jul 28 2023 02:11:19 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-smtp`76[Jul 28 2023 02:14:51 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...77[Jul 28 2023 02:14:51 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-smtp`78[Jul 28 2023 02:14:51 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-smtp 80/tcp`79[Jul 28 2023 02:14:51 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!80[Jul 28 2023 02:14: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[Jul 28 2023 02:14: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[Jul 28 2023 02:14:51 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[Jul 28 2023 02:14:51 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/support/data gitlab-smtp:/tmp/data-seeds`89[Jul 28 2023 02:14:51 UTC (Gitlab QA)] INFO -- Running exec_commands...90[Jul 28 2023 02:14:51 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-smtp bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`91[Jul 28 2023 02:15:42 UTC (Gitlab QA)] INFO -- Running Test::Integration::SMTP specs!92[Jul 28 2023 02:15:42 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q aerokube/selenoid:latest-release`93[Jul 28 2023 02:15:43 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^selenoid$`94[Jul 28 2023 02:15:43 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`95[Jul 28 2023 02:15:43 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q selenoid/chrome:111.0`96[Jul 28 2023 02:15:55 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q presidenten/selenoid-manual-video-recorder:latest`97[Jul 28 2023 02:15:56 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name selenoid --net test --hostname selenoid.test --publish 4444:4444 -e OVERRIDE_VIDEO_OUTPUT_DIR=/builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-02-10-30-cdaabe04/selenoid/video --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/lib/gitlab/qa/component/../../../../fixtures/selenoid:/etc/selenoid:z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-02-10-30-cdaabe04/selenoid/video:/opt/selenoid/video:z aerokube/selenoid:latest-release -video-recorder-image presidenten/selenoid-manual-video-recorder -container-network test -timeout 10m0s`98[Jul 28 2023 02:16:05 UTC (Gitlab QA)] INFO -- Waiting for Selenoid ...99[Jul 28 2023 02:16:07 UTC (Gitlab QA)] INFO -- Selenoid ready!100[Jul 28 2023 02:16:07 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`101[Jul 28 2023 02:16:07 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:02432547837727b720f206748675bf26536e87cd`102[Jul 28 2023 02:17:06 UTC (Gitlab QA)] INFO -- Running test suite `Test::Integration::SMTP` for gitlab-ee103[Jul 28 2023 02:17:06 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_REMOTE_GRID="$QA_REMOTE_GRID" --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_TRIGGER_AUTO_QUARANTINE="$QA_TRIGGER_AUTO_QUARANTINE" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_RECORD_VIDEO="$QA_RECORD_VIDEO" --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_REMOTE_GRID_PROTOCOL="http" --env QA_SELENOID_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_SELENOID_BROWSER_IMAGE="selenoid/chrome" --env WEBDRIVER_HEADLESS="0" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_NAME_SLUG="$CI_JOB_NAME_SLUG" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_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 CHROME_DISABLE_DEV_SHM="true" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-02-10-30-cdaabe04/selenoid" --env USE_SELENOID="$USE_SELENOID" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-02-10-30-cdaabe04/gitlab-ee-qa-c5d8d626:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-c5d8d626 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:02432547837727b720f206748675bf26536e87cd Test::Integration::SMTP http://gitlab-smtp.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4757155966.json --format RspecJunitFormatter --out tmp/rspec-4757155966.xml --format html --out tmp/rspec-smtp.htm --color --format documentation`1042023-07-28 02:17:13 / CONF :: 105 ==> Base URL: http://gitlab-smtp.test106 ==> Browser: #<Selenium::WebDriver::Remote::Driver:0x00007f07df834328>107 ==> Libraries: Chemlab::Vendor108[Jul 28 2023 02:17:13 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA109[Jul 28 2023 02:17:13 UTC (QA Tests)] INFO -- Browser: chrome110[Jul 28 2023 02:17:13 UTC (QA Tests)] INFO -- Browser version: 111.0111[Jul 28 2023 02:17:13 UTC (QA Tests)] INFO -- Performing sanity check for environment!112[Jul 28 2023 02:17:14 UTC (QA Tests)] INFO -- Performing initial license fabrication!113[Jul 28 2023 02:17:14 UTC (QA Tests)] INFO -- Successfully added license key. Details:114{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}115[Jul 28 2023 02:17:14 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.3 seconds116[Jul 28 2023 02:17:14 UTC (QA Tests)] INFO -- Executing: `docker ps -f ancestor='presidenten/selenoid-manual-video-recorder' --format '{{.Names}}'`117[Jul 28 2023 02:17:14 UTC (QA Tests)] INFO -- Executing: `docker ps -f ancestor='selenoid/chrome:111.0' --format '{{.Names}}'`118[Jul 28 2023 02:17:14 UTC (QA Tests)] INFO -- Executing: `docker inspect relaxed_curie --format '{{.Config.Hostname}}'`119[Jul 28 2023 02:17:14 UTC (QA Tests)] INFO -- Test failure video recording setup complete!120Run options:121 include {:smtp=>true}122 exclude {:geo=>true, :requires_praefect=>true}123Randomized with seed 12293124[Jul 28 2023 02:17:15 UTC (QA Tests)] ERROR -- [Allure]: Failed to fetch flaky spec data for report: panic: sync: negative WaitGroup counter125Plan126 Email Notification127[Jul 28 2023 02:17:15 UTC (QA Tests)] INFO -- Starting test: Plan Email Notification is received by a user for project invitation128[Jul 28 2023 02:17:16 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 4ac1850781ee:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/plan_email_notification_is_received_by_a_user_for_project-2023-07-28-02-17-16-771.mp4" '`129[Jul 28 2023 02:17:16 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA130[Jul 28 2023 02:17:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-9zchef8k' via cache in 0.0 seconds131[Jul 28 2023 02:17:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.95 seconds132[Jul 28 2023 02:17:18 UTC (QA Tests)] INFO -- filling :login_field with "root"133[Jul 28 2023 02:17:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field134[Jul 28 2023 02:17:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"135[Jul 28 2023 02:17:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field136[Jul 28 2023 02:17:18 UTC (QA Tests)] INFO -- clicking :sign_in_button137[Jul 28 2023 02:17:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.36s138[Jul 28 2023 02:17:21 UTC (QA Tests)] INFO -- Enabling super sidebar!139[Jul 28 2023 02:17:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled140[Jul 28 2023 02:17:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.94 seconds141[Jul 28 2023 02:17:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56' via api in 1.76 seconds142[Jul 28 2023 02:17:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/email-notification-test-1ce6a40b8a03b599' via api in 3.71 seconds143[Jul 28 2023 02:17:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/email-notification-test-1ce6a40b8a03b599144[Jul 28 2023 02:17:28 UTC (QA Tests)] INFO -- clicking :menu_section_button145[Jul 28 2023 02:17:28 UTC (QA Tests)] INFO -- clicking :nav_item_link146[Jul 28 2023 02:17:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.168s147[Jul 28 2023 02:17:29 UTC (QA Tests)] INFO -- clicking :invite_members_button148[Jul 28 2023 02:17:30 UTC (QA Tests)] INFO -- filling :members_token_select_input with "*****"149[Jul 28 2023 02:17:30 UTC (QA Tests)] INFO -- clicking the coordinates of :members_token_select_input150[Jul 28 2023 02:17:31 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown151[Jul 28 2023 02:17:31 UTC (QA Tests)] INFO -- clicking :invite_button152[Jul 28 2023 02:17:33 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'pkill -INT -f ffmpeg'`153[Jul 28 2023 02:17:33 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'rm /data/plan_email_notification_is_received_by_a_user_for_project-2023-07-28-02-17-16-771.mp4'`154 is received by a user for project invitation155Manage156 Pipeline status emails157[Jul 28 2023 02:17:34 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>true}158 when pipeline fails159[Jul 28 2023 02:17:34 UTC (QA Tests)] INFO -- Starting test: Manage Pipeline status emails when pipeline fails sends an email160[Jul 28 2023 02:17:34 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 4ac1850781ee:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/manage_pipeline_status_emails_when_pipeline_fails_sends_a-2023-07-28-02-17-34-862.mp4" '`161[Jul 28 2023 02:17:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds162[Jul 28 2023 02:17:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56' via api in 0.26 seconds163[Jul 28 2023 02:17:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/pipeline-status-project-8e6d2220d80e0718' via api in 1.72 seconds164[Jul 28 2023 02:17:36 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.165[Jul 28 2023 02:17:36 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`166[Jul 28 2023 02:17:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`167[Jul 28 2023 02:17:40 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690510656 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690510656 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-1690510656 --url http://gitlab-smtp.test --registration-token **** --tag-list qa-runner-1690510656 --executor shell && gitlab-runner run" `168[Jul 28 2023 02:17:42 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690510656`169[Jul 28 2023 02:17:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`170[Jul 28 2023 02:17:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690510656' via api in 7.64 seconds171[Jul 28 2023 02:17:45 UTC (QA Tests)] INFO -- filling :login_field with "root"172[Jul 28 2023 02:17:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field173[Jul 28 2023 02:17:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"174[Jul 28 2023 02:17:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field175[Jul 28 2023 02:17:45 UTC (QA Tests)] INFO -- clicking :sign_in_button176[Jul 28 2023 02:17:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.887s177[Jul 28 2023 02:17:47 UTC (QA Tests)] INFO -- Enabling super sidebar!178[Jul 28 2023 02:17:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled179[Jul 28 2023 02:17:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/pipeline-status-project-8e6d2220d80e0718180[Jul 28 2023 02:17:49 UTC (QA Tests)] INFO -- clicking :menu_section_button181[Jul 28 2023 02:17:49 UTC (QA Tests)] INFO -- clicking :nav_item_link182[Jul 28 2023 02:17:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.323s183[Jul 28 2023 02:17:51 UTC (QA Tests)] INFO -- clicking :pipelines_email_link184[Jul 28 2023 02:17:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipelines_email_link' took 0.945s185[Jul 28 2023 02:17:52 UTC (QA Tests)] INFO -- clicking :save_changes_button186[Jul 28 2023 02:17:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.989s187[Jul 28 2023 02:17:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.79 seconds188[Jul 28 2023 02:17:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/pipeline-status-project-8e6d2220d80e0718189[Jul 28 2023 02:17:57 UTC (QA Tests)] INFO -- clicking :menu_section_button190[Jul 28 2023 02:17:57 UTC (QA Tests)] INFO -- clicking :nav_item_link191[Jul 28 2023 02:17:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.218s192[Jul 28 2023 02:17:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 0.871s193[Jul 28 2023 02:18:09 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'pkill -INT -f ffmpeg'`194[Jul 28 2023 02:18:09 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'rm /data/manage_pipeline_status_emails_when_pipeline_fails_sends_a-2023-07-28-02-17-34-862.mp4'`195 sends an email196 when pipeline passes197[Jul 28 2023 02:18:10 UTC (QA Tests)] INFO -- Starting test: Manage Pipeline status emails when pipeline passes sends an email198[Jul 28 2023 02:18:10 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 4ac1850781ee:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/manage_pipeline_status_emails_when_pipeline_passes_sends_-2023-07-28-02-18-10-191.mp4" '`199[Jul 28 2023 02:18:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds200[Jul 28 2023 02:18:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56' via api in 0.22 seconds201[Jul 28 2023 02:18:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/pipeline-status-project-561544364ccf8620' via api in 1.67 seconds202[Jul 28 2023 02:18:12 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.203[Jul 28 2023 02:18:12 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`204[Jul 28 2023 02:18:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`205[Jul 28 2023 02:18:12 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690510692 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690510692 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-1690510692 --url http://gitlab-smtp.test --registration-token **** --tag-list qa-runner-1690510692 --executor shell && gitlab-runner run" `206[Jul 28 2023 02:18:12 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690510692`207[Jul 28 2023 02:18:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`208[Jul 28 2023 02:18:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690510692' via api in 2.44 seconds209[Jul 28 2023 02:18:15 UTC (QA Tests)] INFO -- filling :login_field with "root"210[Jul 28 2023 02:18:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field211[Jul 28 2023 02:18:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"212[Jul 28 2023 02:18:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field213[Jul 28 2023 02:18:15 UTC (QA Tests)] INFO -- clicking :sign_in_button214[Jul 28 2023 02:18:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.054s215[Jul 28 2023 02:18:17 UTC (QA Tests)] INFO -- Enabling super sidebar!216[Jul 28 2023 02:18:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled217[Jul 28 2023 02:18:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/pipeline-status-project-561544364ccf8620218[Jul 28 2023 02:18:19 UTC (QA Tests)] INFO -- clicking :menu_section_button219[Jul 28 2023 02:18:19 UTC (QA Tests)] INFO -- clicking :nav_item_link220[Jul 28 2023 02:18:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.888s221[Jul 28 2023 02:18:20 UTC (QA Tests)] INFO -- clicking :pipelines_email_link222[Jul 28 2023 02:18:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipelines_email_link' took 0.806s223[Jul 28 2023 02:18:21 UTC (QA Tests)] INFO -- clicking :save_changes_button224[Jul 28 2023 02:18:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.336s225[Jul 28 2023 02:18:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.7 seconds226[Jul 28 2023 02:18:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/pipeline-status-project-561544364ccf8620227[Jul 28 2023 02:18:25 UTC (QA Tests)] INFO -- clicking :menu_section_button228[Jul 28 2023 02:18:25 UTC (QA Tests)] INFO -- clicking :nav_item_link229[Jul 28 2023 02:18:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.888s230[Jul 28 2023 02:18:37 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'pkill -INT -f ffmpeg'`231[Jul 28 2023 02:18:37 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'rm /data/manage_pipeline_status_emails_when_pipeline_passes_sends_-2023-07-28-02-18-10-191.mp4'`232 sends an email233Monitor234 Alert235 when user is an owner236 when using Prometheus integration237 behaves like notification on new alert238[Jul 28 2023 02:18:38 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 user239[Jul 28 2023 02:18:38 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 4ac1850781ee:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/monitor_alert_when_user_is_an_owner_when_using_prometheus-2023-07-28-02-18-38-075.mp4" '`240[Jul 28 2023 02:18:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-2a830318e69f968c' via api in 0.28 seconds241[Jul 28 2023 02:18:39 UTC (QA Tests)] INFO -- filling :login_field with "root"242[Jul 28 2023 02:18:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field243[Jul 28 2023 02:18:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"244[Jul 28 2023 02:18:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field245[Jul 28 2023 02:18:39 UTC (QA Tests)] INFO -- clicking :sign_in_button246[Jul 28 2023 02:18:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.94s247[Jul 28 2023 02:18:41 UTC (QA Tests)] INFO -- Enabling super sidebar!248[Jul 28 2023 02:18:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled249[Jul 28 2023 02:18:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds250[Jul 28 2023 02:18:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56' via api in 0.33 seconds251[Jul 28 2023 02:18:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/project-for-alerts-32500c26ce14d5f5' via api in 0.87 seconds252[Jul 28 2023 02:18:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/project-for-alerts-32500c26ce14d5f5253[Jul 28 2023 02:18:44 UTC (QA Tests)] INFO -- clicking :menu_section_button254[Jul 28 2023 02:18:44 UTC (QA Tests)] INFO -- clicking :nav_item_link255[Jul 28 2023 02:18:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.017s256[Jul 28 2023 02:18:46 UTC (QA Tests)] INFO -- checking via JS :enable_email_notification_checkbox with args {}257[Jul 28 2023 02:18:47 UTC (QA Tests)] INFO -- clicking :save_changes_button258[Jul 28 2023 02:18:47 UTC (QA Tests)] INFO -- Adding user qa-user-2a830318e69f968c to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/project-for-alerts-32500c26ce14d5f5 QA::Resource::Project259[Jul 28 2023 02:18:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.719s260[Jul 28 2023 02:18:49 UTC (QA Tests)] INFO -- clicking :add_integration_button261[Jul 28 2023 02:18:49 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown262[Jul 28 2023 02:18:49 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button263[Jul 28 2023 02:18:49 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-07-28T02:18:49.838+00:00","generatorURL":"http://davis.test/irvin","endsAt":null,"status":"firing","labels":{"gitlab_environment_name":"aliquid"},"annotations":{"title":"eius","gitlab_y_label":"status"}}]}"264[Jul 28 2023 02:18:49 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field265[Jul 28 2023 02:18:50 UTC (QA Tests)] INFO -- clicking :send_test_alert_button266[Jul 28 2023 02:18:50 UTC (QA Tests)] INFO -- Running eventually matcher with 'include' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments267[Jul 28 2023 02:18:51 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'pkill -INT -f ffmpeg'`268[Jul 28 2023 02:18:51 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'rm /data/monitor_alert_when_user_is_an_owner_when_using_prometheus-2023-07-28-02-18-38-075.mp4'`269 sends email to user270 when using HTTP endpoint integration271 behaves like notification on new alert272[Jul 28 2023 02:18:52 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 user273[Jul 28 2023 02:18:52 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 4ac1850781ee:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/monitor_alert_when_user_is_an_owner_when_using_http_endpo-2023-07-28-02-18-52-212.mp4" '`274[Jul 28 2023 02:18:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-a2d791ef95a4e7b9' via api in 0.32 seconds275[Jul 28 2023 02:18:53 UTC (QA Tests)] INFO -- filling :login_field with "root"276[Jul 28 2023 02:18:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field277[Jul 28 2023 02:18:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"278[Jul 28 2023 02:18:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field279[Jul 28 2023 02:18:54 UTC (QA Tests)] INFO -- clicking :sign_in_button280[Jul 28 2023 02:18:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.913s281[Jul 28 2023 02:18:55 UTC (QA Tests)] INFO -- Enabling super sidebar!282[Jul 28 2023 02:18:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled283[Jul 28 2023 02:18:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds284[Jul 28 2023 02:18:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56' via api in 0.22 seconds285[Jul 28 2023 02:18:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/project-for-alerts-33fdec8fd9a7b3f9' via api in 0.86 seconds286[Jul 28 2023 02:18:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/project-for-alerts-33fdec8fd9a7b3f9287[Jul 28 2023 02:18:58 UTC (QA Tests)] INFO -- clicking :menu_section_button288[Jul 28 2023 02:18:58 UTC (QA Tests)] INFO -- clicking :nav_item_link289[Jul 28 2023 02:18:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.026s290[Jul 28 2023 02:19:01 UTC (QA Tests)] INFO -- checking via JS :enable_email_notification_checkbox with args {}291[Jul 28 2023 02:19:01 UTC (QA Tests)] INFO -- clicking :save_changes_button292[Jul 28 2023 02:19:01 UTC (QA Tests)] INFO -- Adding user qa-user-a2d791ef95a4e7b9 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/project-for-alerts-33fdec8fd9a7b3f9 QA::Resource::Project293[Jul 28 2023 02:19:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.202s294[Jul 28 2023 02:19:03 UTC (QA Tests)] INFO -- clicking :add_integration_button295[Jul 28 2023 02:19:03 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown296[Jul 28 2023 02:19:04 UTC (QA Tests)] INFO -- clicking :integration_name_field297[Jul 28 2023 02:19:04 UTC (QA Tests)] INFO -- filling :integration_name_field with "voluptas"298[Jul 28 2023 02:19:04 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field299[Jul 28 2023 02:19:04 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button300[Jul 28 2023 02:19:04 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"illo","description":"illo"}"301[Jul 28 2023 02:19:04 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field302[Jul 28 2023 02:19:05 UTC (QA Tests)] INFO -- clicking :send_test_alert_button303[Jul 28 2023 02:19:05 UTC (QA Tests)] INFO -- Running eventually matcher with 'include' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments304[Jul 28 2023 02:19:06 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'pkill -INT -f ffmpeg'`305[Jul 28 2023 02:19:06 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'rm /data/monitor_alert_when_user_is_an_owner_when_using_http_endpo-2023-07-28-02-18-52-212.mp4'`306 sends email to user307 when user is a maintainer308 when using HTTP endpoint integration309 behaves like notification on new alert310[Jul 28 2023 02:19:07 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 user311[Jul 28 2023 02:19:07 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 4ac1850781ee:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/monitor_alert_when_user_is_a_maintainer_when_using_http_e-2023-07-28-02-19-07-246.mp4" '`312[Jul 28 2023 02:19:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-02ead0aa112a89f5' via api in 0.27 seconds313[Jul 28 2023 02:19:08 UTC (QA Tests)] INFO -- filling :login_field with "root"314[Jul 28 2023 02:19:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field315[Jul 28 2023 02:19:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"316[Jul 28 2023 02:19:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field317[Jul 28 2023 02:19:09 UTC (QA Tests)] INFO -- clicking :sign_in_button318[Jul 28 2023 02:19:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.861s319[Jul 28 2023 02:19:10 UTC (QA Tests)] INFO -- Enabling super sidebar!320[Jul 28 2023 02:19:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled321[Jul 28 2023 02:19:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds322[Jul 28 2023 02:19:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56' via api in 0.18 seconds323[Jul 28 2023 02:19:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/project-for-alerts-ddf35169de2d414a' via api in 0.88 seconds324[Jul 28 2023 02:19:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/project-for-alerts-ddf35169de2d414a325[Jul 28 2023 02:19:13 UTC (QA Tests)] INFO -- clicking :menu_section_button326[Jul 28 2023 02:19:13 UTC (QA Tests)] INFO -- clicking :nav_item_link327[Jul 28 2023 02:19:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.898s328[Jul 28 2023 02:19:16 UTC (QA Tests)] INFO -- checking via JS :enable_email_notification_checkbox with args {}329[Jul 28 2023 02:19:16 UTC (QA Tests)] INFO -- clicking :save_changes_button330[Jul 28 2023 02:19:16 UTC (QA Tests)] INFO -- Adding user qa-user-02ead0aa112a89f5 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/project-for-alerts-ddf35169de2d414a QA::Resource::Project331[Jul 28 2023 02:19:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.122s332[Jul 28 2023 02:19:18 UTC (QA Tests)] INFO -- clicking :add_integration_button333[Jul 28 2023 02:19:19 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown334[Jul 28 2023 02:19:19 UTC (QA Tests)] INFO -- clicking :integration_name_field335[Jul 28 2023 02:19:19 UTC (QA Tests)] INFO -- filling :integration_name_field with "autem"336[Jul 28 2023 02:19:19 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field337[Jul 28 2023 02:19:19 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button338[Jul 28 2023 02:19:19 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"minima","description":"minima"}"339[Jul 28 2023 02:19:19 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field340[Jul 28 2023 02:19:20 UTC (QA Tests)] INFO -- clicking :send_test_alert_button341[Jul 28 2023 02:19:20 UTC (QA Tests)] INFO -- Running eventually matcher with 'include' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments342[Jul 28 2023 02:19:21 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'pkill -INT -f ffmpeg'`343[Jul 28 2023 02:19:21 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'rm /data/monitor_alert_when_user_is_a_maintainer_when_using_http_e-2023-07-28-02-19-07-246.mp4'`344 sends email to user345 when using Prometheus integration346 behaves like notification on new alert347[Jul 28 2023 02:19:21 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 user348[Jul 28 2023 02:19:21 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 4ac1850781ee:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/monitor_alert_when_user_is_a_maintainer_when_using_promet-2023-07-28-02-19-21-766.mp4" '`349[Jul 28 2023 02:19:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-bf32d7f914bee143' via api in 0.28 seconds350[Jul 28 2023 02:19:22 UTC (QA Tests)] INFO -- filling :login_field with "root"351[Jul 28 2023 02:19:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field352[Jul 28 2023 02:19:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"353[Jul 28 2023 02:19:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field354[Jul 28 2023 02:19:23 UTC (QA Tests)] INFO -- clicking :sign_in_button355[Jul 28 2023 02:19:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.904s356[Jul 28 2023 02:19:24 UTC (QA Tests)] INFO -- Enabling super sidebar!357[Jul 28 2023 02:19:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled358[Jul 28 2023 02:19:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds359[Jul 28 2023 02:19:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56' via api in 0.18 seconds360[Jul 28 2023 02:19:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/project-for-alerts-e8a61a44da89dbbd' via api in 0.88 seconds361[Jul 28 2023 02:19:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-smtp.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/project-for-alerts-e8a61a44da89dbbd362[Jul 28 2023 02:19:28 UTC (QA Tests)] INFO -- clicking :menu_section_button363[Jul 28 2023 02:19:28 UTC (QA Tests)] INFO -- clicking :nav_item_link364[Jul 28 2023 02:19:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.917s365[Jul 28 2023 02:19:30 UTC (QA Tests)] INFO -- checking via JS :enable_email_notification_checkbox with args {}366[Jul 28 2023 02:19:30 UTC (QA Tests)] INFO -- clicking :save_changes_button367[Jul 28 2023 02:19:30 UTC (QA Tests)] INFO -- Adding user qa-user-bf32d7f914bee143 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-17-22-38071dfc7ca33b56/project-for-alerts-e8a61a44da89dbbd QA::Resource::Project368[Jul 28 2023 02:19:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.826s369[Jul 28 2023 02:19:33 UTC (QA Tests)] INFO -- clicking :add_integration_button370[Jul 28 2023 02:19:33 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown371[Jul 28 2023 02:19:33 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button372[Jul 28 2023 02:19:33 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-07-28T02:19:33.525+00:00","generatorURL":"http://bernhard.test/tyra","endsAt":null,"status":"firing","labels":{"gitlab_environment_name":"maiores"},"annotations":{"title":"repudiandae","gitlab_y_label":"status"}}]}"373[Jul 28 2023 02:19:33 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field374[Jul 28 2023 02:19:34 UTC (QA Tests)] INFO -- clicking :send_test_alert_button375[Jul 28 2023 02:19:34 UTC (QA Tests)] INFO -- Running eventually matcher with 'include' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments376[Jul 28 2023 02:19:34 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'pkill -INT -f ffmpeg'`377[Jul 28 2023 02:19:35 UTC (QA Tests)] INFO -- Executing: `docker exec -d laughing_kare sh -c 'rm /data/monitor_alert_when_user_is_a_maintainer_when_using_promet-2023-07-28-02-19-21-766.mp4'`378 sends email to user379Monitor380 Alert with escalation policy381 notifies on-call user via system note and email on new alert (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/397133)382Pending: (Failures listed here are expected and do not affect your suite's status)383 1) Monitor Alert with escalation policy notifies on-call user via system note and email on new alert384 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/397133385 # ./qa/specs/features/ee/browser_ui/8_monitor/alert_management/alert_with_escalation_policy_spec.rb:39386Finished in 2 minutes 19.8 seconds (files took 4.29 seconds to load)3878 examples, 0 failures, 1 pending388Randomized with seed 12293389[Jul 28 2023 02:19:35 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=selenoid`390[Jul 28 2023 02:19:35 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f selenoid`391[Jul 28 2023 02:19:36 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-smtp bash -c "gitlab-psql -c 'select n_live_tup, n_dead_tup, relname from pg_stat_all_tables order by n_live_tup DESC, n_dead_tup DESC;'"`392[Jul 28 2023 02:19:36 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-smtp bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`393[Jul 28 2023 02:19:36 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-smtp`394[Jul 28 2023 02:19:36 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-smtp`395[Jul 28 2023 02:19:37 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=mailhog`396[Jul 28 2023 02:19:37 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f mailhog`398Running after script...399$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command400$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")401$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"427Not uploading cache qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 due to policy429Uploading artifacts...430gitlab-qa-run-*: found 135 matching artifact files and directories 431Uploading artifacts as "archive" to coordinator... 201 Created id=4757155966 responseStatus=201 Created token=64_uMK9J432Uploading artifacts...433gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 434Uploading artifacts as "junit" to coordinator... 201 Created id=4757155966 responseStatus=201 Created token=64_uMK9J435Uploading artifacts...436/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 437Uploading artifacts as "dotenv" to coordinator... 201 Created id=4757155966 responseStatus=201 Created token=64_uMK9J439Job succeeded