integration-elasticsearch-compatibility-version-8
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-1690422275-8f193d1a-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: 180858, done. 20remote: Counting objects: 100% (180858/180858), done. 21remote: Compressing objects: 100% (108481/108481), done. 22remote: Total 180858 (delta 93107), reused 127522 (delta 65982), pack-reused 0 23Receiving objects: 100% (180858/180858), 133.99 MiB | 43.79 MiB/s, done.24Resolving deltas: 100% (93107/93107), done.26 * [new ref] refs/pipelines/946748845 -> refs/pipelines/94674884527 * [new branch] master -> origin/master28Checking out b54a92a0 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-9100e4570450d71e73e8399fe5d9940a-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-9100e4570450d71e73e8399fe5d9940a-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4748911698)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4748911698 responseStatus=200 OK token=64_X9aWa39Using 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::Elasticsearch registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b54a92a0629281898db6aba9ad2d726601a8510c -- --format QA::Support::JsonFormatter --out tmp/rspec-4748911715.json --format RspecJunitFormatter --out tmp/rspec-4748911715.xml --format html --out tmp/rspec-$(echo integration-elasticsearch-compatibility-version-8 | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jul 27 2023 02:09:48 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q docker.elastic.co/elasticsearch/elasticsearch:8.6.2`50[Jul 27 2023 02:10:08 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^elastic68$`51[Jul 27 2023 02:10:08 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`52[Jul 27 2023 02:10:08 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`53[Jul 27 2023 02:10:08 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name elastic68 --net test --publish 9200:9200 --publish 9300:9300 --env discovery.type="single-node" --env ES_JAVA_OPTS="-Xms512m -Xmx512m" --env xpack.security.enabled="false" docker.elastic.co/elasticsearch/elasticsearch:8.6.2`54[Jul 27 2023 02:10:16 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-7415354e$`55[Jul 27 2023 02:10:16 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-7415354e --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`56[Jul 27 2023 02:10:18 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.0/tls_certificates/authority/. alpine-7415354e:/etc/gitlab/trusted-certs`57[Jul 27 2023 02:10:18 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.0/tls_certificates/gitlab/. alpine-7415354e:/etc/gitlab/ssl`58[Jul 27 2023 02:10:18 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-7415354e`59[Jul 27 2023 02:10:18 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-7415354e`60[Jul 27 2023 02:10:19 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`61[Jul 27 2023 02:10:19 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b54a92a0629281898db6aba9ad2d726601a8510c`62[Jul 27 2023 02:10:58 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-elastic$`63[Jul 27 2023 02:10:58 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`64[Jul 27 2023 02:10:58 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-elastic --net test --hostname gitlab-elastic.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-27-02-09-48-f9152783/gitlab-elastic/logs:/var/log/gitlab:Z --env ELASTIC_URL="http://elastic68:9200" registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b54a92a0629281898db6aba9ad2d726601a8510c`65[Jul 27 2023 02:11:11 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-27 02:09:4866# 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['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;"`72[Jul 27 2023 02:11:11 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-elastic`73[Jul 27 2023 02:14:36 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...74[Jul 27 2023 02:14:36 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-elastic`75[Jul 27 2023 02:14:36 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-elastic 80/tcp`76[Jul 27 2023 02:14:36 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!77[Jul 27 2023 02:14:36 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`78[Jul 27 2023 02:14:37 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "echo '#!/usr/bin/env bash79if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then80 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'81 exit 182fi83' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`84[Jul 27 2023 02:14:37 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`85[Jul 27 2023 02:14:37 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.0/support/data gitlab-elastic:/tmp/data-seeds`86[Jul 27 2023 02:14:37 UTC (Gitlab QA)] INFO -- Running exec_commands...87[Jul 27 2023 02:14:37 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "gitlab-rake gitlab:elastic:create_empty_index"`88[Jul 27 2023 02:15:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`89[Jul 27 2023 02:16:43 UTC (Gitlab QA)] INFO -- Running QA::EE::Scenario::Test::Integration::Elasticsearch specs!90[Jul 27 2023 02:16:43 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`91[Jul 27 2023 02:16:43 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:b54a92a0629281898db6aba9ad2d726601a8510c`92[Jul 27 2023 02:17:42 UTC (Gitlab QA)] INFO -- Running test suite `QA::EE::Scenario::Test::Integration::Elasticsearch` for gitlab-ee93[Jul 27 2023 02:17: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_TRIGGER_AUTO_QUARANTINE="$QA_TRIGGER_AUTO_QUARANTINE" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_SELENOID_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_SELENOID_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env 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 GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-02-09-48-f9152783/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-02-09-48-f9152783/gitlab-ee-qa-fbceac5c:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-fbceac5c registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:b54a92a0629281898db6aba9ad2d726601a8510c QA::EE::Scenario::Test::Integration::Elasticsearch http://gitlab-elastic.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4748911715.json --format RspecJunitFormatter --out tmp/rspec-4748911715.xml --format html --out tmp/rspec-integration-elasticsearch-compatibility-version-8.htm --color --format documentation`942023-07-27 02:17:47 / CONF :: 95 ==> Base URL: http://gitlab-elastic.test96 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f06649c0bf0>97 ==> Libraries: Chemlab::Vendor98[Jul 27 2023 02:17:47 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA99[Jul 27 2023 02:17:47 UTC (QA Tests)] INFO -- Browser: chrome100[Jul 27 2023 02:17:47 UTC (QA Tests)] INFO -- Performing sanity check for environment!101[Jul 27 2023 02:17:48 UTC (QA Tests)] INFO -- Performing initial license fabrication!102[Jul 27 2023 02:17:48 UTC (QA Tests)] INFO -- Successfully added license key. Details:103{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}104[Jul 27 2023 02:17:48 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.28 seconds105Run options:106 include {:elasticsearch=>true}107 exclude {:geo=>true, :requires_praefect=>true}108Randomized with seed 19230109[Jul 27 2023 02:17:49 UTC (QA Tests)] ERROR -- [Allure]: Failed to fetch flaky spec data for report: panic: sync: negative WaitGroup counter110Data Stores111 When using elasticsearch API to search for a public issue112[Jul 27 2023 02:17:49 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a public issue finds issue that matches description113[Jul 27 2023 02:17:49 UTC (QA Tests)] INFO -- filling :login_field with "root"114[Jul 27 2023 02:17:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field115[Jul 27 2023 02:17:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"116[Jul 27 2023 02:17:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field117[Jul 27 2023 02:17:50 UTC (QA Tests)] INFO -- clicking :sign_in_button118[Jul 27 2023 02:17:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.715s119[Jul 27 2023 02:17:52 UTC (QA Tests)] INFO -- Enabling super sidebar!120[Jul 27 2023 02:17:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled121[Jul 27 2023 02:17:53 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button122[Jul 27 2023 02:17:53 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum123"124[Jul 27 2023 02:17:53 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input125[Jul 27 2023 02:18:05 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA126[Jul 27 2023 02:18:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-u3nldi02' via cache in 0.0 seconds127[Jul 27 2023 02:19:35 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Settings::Elasticsearch via api in 90.63 seconds128[Jul 27 2023 02:19:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.54 seconds129[Jul 27 2023 02:19:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5' via api in 1.28 seconds130[Jul 27 2023 02:19:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5/project-for-issues-aae6b2ea7ec83342' via api in 2.44 seconds131[Jul 27 2023 02:19:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 2.91 seconds132 finds issue that matches description133Data Stores134 Search using Elasticsearch135 tests reindexing after push (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/385927)136 tests reindexing after webIDE (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/385927)137Data Stores138 When using Advanced Search API to search for a public commit139[Jul 27 2023 02:20:03 UTC (QA Tests)] INFO -- Starting test: Data Stores When using Advanced Search API to search for a public commit finds commit that matches commit message140[Jul 27 2023 02:20:04 UTC (QA Tests)] INFO -- filling :login_field with "root"141[Jul 27 2023 02:20:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field142[Jul 27 2023 02:20:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"143[Jul 27 2023 02:20:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field144[Jul 27 2023 02:20:04 UTC (QA Tests)] INFO -- clicking :sign_in_button145[Jul 27 2023 02:20:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.766s146[Jul 27 2023 02:20:05 UTC (QA Tests)] INFO -- Enabling super sidebar!147[Jul 27 2023 02:20:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled148[Jul 27 2023 02:20:07 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button149[Jul 27 2023 02:20:07 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum150"151[Jul 27 2023 02:20:07 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input152[Jul 27 2023 02:20:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds153[Jul 27 2023 02:20:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5' via api in 0.17 seconds154[Jul 27 2023 02:20:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5/test-project-for-commit-index-ae3acfa002f19f5e' via api in 0.69 seconds155[Jul 27 2023 02:20:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds156 finds commit that matches commit message157Data Stores158 When using elasticsearch API to search for a public note159[Jul 27 2023 02:20:22 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a public note finds note that matches note body160[Jul 27 2023 02:20:22 UTC (QA Tests)] INFO -- filling :login_field with "root"161[Jul 27 2023 02:20:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field162[Jul 27 2023 02:20:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"163[Jul 27 2023 02:20:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field164[Jul 27 2023 02:20:23 UTC (QA Tests)] INFO -- clicking :sign_in_button165[Jul 27 2023 02:20:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.702s166[Jul 27 2023 02:20:24 UTC (QA Tests)] INFO -- Enabling super sidebar!167[Jul 27 2023 02:20:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled168[Jul 27 2023 02:20:26 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button169[Jul 27 2023 02:20:26 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum170"171[Jul 27 2023 02:20:26 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input172[Jul 27 2023 02:20:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds173[Jul 27 2023 02:20:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5' via api in 0.19 seconds174[Jul 27 2023 02:20:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5/project-for-issues-54f3e0828b4de2f6' via api in 1.35 seconds175[Jul 27 2023 02:20:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 1.69 seconds176[Jul 27 2023 02:20:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectIssueNote with id '1' via api in 0.25 seconds177 finds note that matches note body178Data Stores179 When using elasticsearch API to search for a public blob180[Jul 27 2023 02:21:17 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a public blob finds blob that matches file content181[Jul 27 2023 02:21:18 UTC (QA Tests)] INFO -- filling :login_field with "root"182[Jul 27 2023 02:21:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field183[Jul 27 2023 02:21:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"184[Jul 27 2023 02:21:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field185[Jul 27 2023 02:21:19 UTC (QA Tests)] INFO -- clicking :sign_in_button186[Jul 27 2023 02:21:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.979s187[Jul 27 2023 02:21:20 UTC (QA Tests)] INFO -- Enabling super sidebar!188[Jul 27 2023 02:21:20 UTC (QA Tests)] INFO -- Super sidebar is already enabled189[Jul 27 2023 02:21:22 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button190[Jul 27 2023 02:21:22 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum191"192[Jul 27 2023 02:21:22 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input193[Jul 27 2023 02:21:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds194[Jul 27 2023 02:21:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5' via api in 0.18 seconds195[Jul 27 2023 02:21:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5/test-project-for-blob-index-d45d1e01a4833de3' via api in 1.49 seconds196[Jul 27 2023 02:21:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.6 seconds197 finds blob that matches file content198Data Stores199 When using elasticsearch API to search for a known blob200[Jul 27 2023 02:21:38 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a known blob searches public project and finds a blob as an non-member user201[Jul 27 2023 02:21:38 UTC (QA Tests)] INFO -- filling :login_field with "root"202[Jul 27 2023 02:21:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field203[Jul 27 2023 02:21:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"204[Jul 27 2023 02:21:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field205[Jul 27 2023 02:21:39 UTC (QA Tests)] INFO -- clicking :sign_in_button206[Jul 27 2023 02:21:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.831s207[Jul 27 2023 02:21:40 UTC (QA Tests)] INFO -- Enabling super sidebar!208[Jul 27 2023 02:21:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled209[Jul 27 2023 02:21:42 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button210[Jul 27 2023 02:21:42 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum211"212[Jul 27 2023 02:21:42 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input213[Jul 27 2023 02:21:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds214[Jul 27 2023 02:21:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5' via api in 0.22 seconds215[Jul 27 2023 02:21:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5/api-es-db56790ff536db27-e5829a79ffda85a5' via api in 0.77 seconds216[Jul 27 2023 02:21:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds217 searches public project and finds a blob as an non-member user218Data Stores219 When using advanced search API to search for a user220[Jul 27 2023 02:21:54 UTC (QA Tests)] INFO -- Starting test: Data Stores When using advanced search API to search for a user finds the user that matches username221[Jul 27 2023 02:21:55 UTC (QA Tests)] INFO -- filling :login_field with "root"222[Jul 27 2023 02:21:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field223[Jul 27 2023 02:21:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"224[Jul 27 2023 02:21:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field225[Jul 27 2023 02:21:56 UTC (QA Tests)] INFO -- clicking :sign_in_button226[Jul 27 2023 02:21:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.517s227[Jul 27 2023 02:21:57 UTC (QA Tests)] INFO -- Enabling super sidebar!228[Jul 27 2023 02:21:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled229[Jul 27 2023 02:21:58 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button230[Jul 27 2023 02:21:58 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum231"232[Jul 27 2023 02:21:58 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input233[Jul 27 2023 02:22:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-name-cc3c17e304d584c7' via api in 0.28 seconds234 finds the user that matches username235Data Stores236 When using elasticsearch API to search for a public merge request237[Jul 27 2023 02:22:12 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a public merge request finds merge request that matches description238[Jul 27 2023 02:22:12 UTC (QA Tests)] INFO -- filling :login_field with "root"239[Jul 27 2023 02:22:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field240[Jul 27 2023 02:22:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"241[Jul 27 2023 02:22:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field242[Jul 27 2023 02:22:13 UTC (QA Tests)] INFO -- clicking :sign_in_button243[Jul 27 2023 02:22:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.763s244[Jul 27 2023 02:22:14 UTC (QA Tests)] INFO -- Enabling super sidebar!245[Jul 27 2023 02:22:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled246[Jul 27 2023 02:22:16 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button247[Jul 27 2023 02:22:16 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum248"249[Jul 27 2023 02:22:16 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input250[Jul 27 2023 02:22:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.11 seconds251[Jul 27 2023 02:22:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5' via api in 0.24 seconds252[Jul 27 2023 02:22:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5/project-with-merge-request-9e8d7eb9a66c6e56' via api in 1.17 seconds253[Jul 27 2023 02:22:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.36 seconds254[Jul 27 2023 02:22:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.16 seconds255 finds merge request that matches description256Data Stores257 Elasticsearch advanced global search with advanced syntax258 when searching for projects using advanced syntax259[Jul 27 2023 02:23:07 UTC (QA Tests)] INFO -- Starting test: Data Stores Elasticsearch advanced global search with advanced syntax when searching for projects using advanced syntax searches in the project name260[Jul 27 2023 02:23:08 UTC (QA Tests)] INFO -- filling :login_field with "root"261[Jul 27 2023 02:23:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field262[Jul 27 2023 02:23:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"263[Jul 27 2023 02:23:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field264[Jul 27 2023 02:23:09 UTC (QA Tests)] INFO -- clicking :sign_in_button265[Jul 27 2023 02:23:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.749s266[Jul 27 2023 02:23:10 UTC (QA Tests)] INFO -- Enabling super sidebar!267[Jul 27 2023 02:23:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled268[Jul 27 2023 02:23:11 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button269[Jul 27 2023 02:23:12 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum270"271[Jul 27 2023 02:23:12 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input272[Jul 27 2023 02:23:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds273[Jul 27 2023 02:23:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5' via api in 0.17 seconds274[Jul 27 2023 02:23:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5/es-adv-global-search-b048b42a4a896b5a-df75c3bfdc30df99' via api in 0.66 seconds275[Jul 27 2023 02:23:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds276 searches in the project name277[Jul 27 2023 02:24:15 UTC (QA Tests)] INFO -- Starting test: Data Stores Elasticsearch advanced global search with advanced syntax when searching for projects using advanced syntax searches in the project description278[Jul 27 2023 02:24:16 UTC (QA Tests)] INFO -- filling :login_field with "root"279[Jul 27 2023 02:24:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field280[Jul 27 2023 02:24:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"281[Jul 27 2023 02:24:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field282[Jul 27 2023 02:24:16 UTC (QA Tests)] INFO -- clicking :sign_in_button283[Jul 27 2023 02:24:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.038s284[Jul 27 2023 02:24:18 UTC (QA Tests)] INFO -- Enabling super sidebar!285[Jul 27 2023 02:24:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled286[Jul 27 2023 02:24:19 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button287[Jul 27 2023 02:24:19 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum288"289[Jul 27 2023 02:24:19 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input290[Jul 27 2023 02:24:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds291[Jul 27 2023 02:24:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5' via api in 0.15 seconds292[Jul 27 2023 02:24:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5/es-adv-global-search-0d1508b81976eaf7-a89f7d008ebfcb08' via api in 0.6 seconds293[Jul 27 2023 02:24:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds294 searches in the project description295Data Stores296 When using elasticsearch API to search for a known blob297[Jul 27 2023 02:25:10 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a known blob searches public project and finds a blob as an non-member user298[Jul 27 2023 02:25:11 UTC (QA Tests)] INFO -- filling :login_field with "root"299[Jul 27 2023 02:25:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field300[Jul 27 2023 02:25:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"301[Jul 27 2023 02:25:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field302[Jul 27 2023 02:25:11 UTC (QA Tests)] INFO -- clicking :sign_in_button303[Jul 27 2023 02:25:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.801s304[Jul 27 2023 02:25:13 UTC (QA Tests)] INFO -- Enabling super sidebar!305[Jul 27 2023 02:25:13 UTC (QA Tests)] INFO -- Super sidebar is already enabled306[Jul 27 2023 02:25:14 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button307[Jul 27 2023 02:25:14 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum308"309[Jul 27 2023 02:25:14 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input310[Jul 27 2023 02:25:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds311[Jul 27 2023 02:25:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5' via api in 0.17 seconds312[Jul 27 2023 02:25:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5/api-es-0bba884e176eaaca-a321089955618c0e' via api in 1.35 seconds313[Jul 27 2023 02:25:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds314[Jul 27 2023 02:25:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.38 seconds315[Jul 27 2023 02:25:17 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user1316[Jul 27 2023 02:25:17 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:BhXDWX317[Jul 27 2023 02:25:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-aajqeek1' via api in 0.09 seconds318 searches public project and finds a blob as an non-member user319 When searching a private repository320[Jul 27 2023 02:25:30 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a known blob When searching a private repository finds a blob as an authorized user321[Jul 27 2023 02:25:30 UTC (QA Tests)] INFO -- filling :login_field with "root"322[Jul 27 2023 02:25:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field323[Jul 27 2023 02:25:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"324[Jul 27 2023 02:25:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field325[Jul 27 2023 02:25:31 UTC (QA Tests)] INFO -- clicking :sign_in_button326[Jul 27 2023 02:25:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.839s327[Jul 27 2023 02:25:32 UTC (QA Tests)] INFO -- Enabling super sidebar!328[Jul 27 2023 02:25:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled329[Jul 27 2023 02:25:34 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button330[Jul 27 2023 02:25:34 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum331"332[Jul 27 2023 02:25:34 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input333[Jul 27 2023 02:25:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds334[Jul 27 2023 02:25:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5' via api in 0.15 seconds335[Jul 27 2023 02:25:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5/api-es-5316e45bd4f2bb2f-eab3e15dc93bb26e' via api in 1.39 seconds336[Jul 27 2023 02:25:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.99 seconds337 finds a blob as an authorized user338[Jul 27 2023 02:25:50 UTC (QA Tests)] INFO -- Starting test: Data Stores When using elasticsearch API to search for a known blob When searching a private repository does not find a blob as an non-member user339[Jul 27 2023 02:25:50 UTC (QA Tests)] INFO -- filling :login_field with "root"340[Jul 27 2023 02:25:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field341[Jul 27 2023 02:25:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"342[Jul 27 2023 02:25:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field343[Jul 27 2023 02:25:51 UTC (QA Tests)] INFO -- clicking :sign_in_button344[Jul 27 2023 02:25:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.987s345[Jul 27 2023 02:25:52 UTC (QA Tests)] INFO -- Enabling super sidebar!346[Jul 27 2023 02:25:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled347[Jul 27 2023 02:25:54 UTC (QA Tests)] INFO -- clicking :super_sidebar_search_button348[Jul 27 2023 02:25:54 UTC (QA Tests)] INFO -- filling :global_search_input with "lorem ipsum349"350[Jul 27 2023 02:25:54 UTC (QA Tests)] INFO -- clicking the coordinates of :global_search_input351[Jul 27 2023 02:25:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds352[Jul 27 2023 02:25:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5' via api in 0.23 seconds353[Jul 27 2023 02:25:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-02-19-35-45af48d9b9ae08a5/api-es-b5a76f0f648c25ef-881a5d3318994f2e' via api in 1.56 seconds354[Jul 27 2023 02:25:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds355[Jul 27 2023 02:25:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.17 seconds356[Jul 27 2023 02:25:58 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:BhXDWX357[Jul 27 2023 02:25:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-bssonwat' via cache in 0.0 seconds358 does not find a blob as an non-member user359Pending: (Failures listed here are expected and do not affect your suite's status)360 1) Data Stores Search using Elasticsearch tests reindexing after push361 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/385927362 # ./qa/specs/features/ee/browser_ui/9_data_stores/elasticsearch/elasticsearch_reindexing_spec.rb:45363 2) Data Stores Search using Elasticsearch tests reindexing after webIDE364 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/385927365 # ./qa/specs/features/ee/browser_ui/9_data_stores/elasticsearch/elasticsearch_reindexing_spec.rb:63366Finished in 8 minutes 9 seconds (files took 3.28 seconds to load)36714 examples, 0 failures, 2 pending368Randomized with seed 19230369[Jul 27 2023 02:25:58 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic 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;'"`370[Jul 27 2023 02:25:58 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-elastic bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`371[Jul 27 2023 02:25:58 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-elastic`372[Jul 27 2023 02:25:58 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-elastic`373[Jul 27 2023 02:25:59 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=elastic68`374[Jul 27 2023 02:25:59 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f elastic68`376Running after script...377$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command378$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")379$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"415Not uploading cache qa-e2e-ruby-3.0-9100e4570450d71e73e8399fe5d9940a-16 due to policy417Uploading artifacts...418gitlab-qa-run-*: found 146 matching artifact files and directories 419Uploading artifacts as "archive" to coordinator... 201 Created id=4748911715 responseStatus=201 Created token=64_X9aWa420Uploading artifacts...421gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 422Uploading artifacts as "junit" to coordinator... 201 Created id=4748911715 responseStatus=201 Created token=64_X9aWa423Uploading artifacts...424/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 425Uploading artifacts as "dotenv" to coordinator... 201 Created id=4748911715 responseStatus=201 Created token=64_X9aWa427Job succeeded