repository-storage
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 16.3.1 (f5dfa4d1)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-24.0.5 ...6Starting service docker:24.0.5-dind ...7Pulling docker image docker:24.0.5-dind ...8Using docker image sha256:7015f2c475d511a251955877c2862016a4042512ba625ed905e69202f87e1a21 for docker:24.0.5-dind with digest docker@sha256:3c6e4dca7a63c9a32a4e00da40461ce067f255987ccc9721cf18ffa087bcd1ef ...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-24.0.5 ...12Using docker image sha256:695aa71402b900e1277aeef019edb9a65abee5f9d559c090ad6b043f4cfb4c10 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-24.0.5 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:52c03840f70a6b84bcbe155342629f93821ef2c9660f0e29a6bd302bb85821bf ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1697939140-2e270cdf-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: 135146, done. 20remote: Counting objects: 100% (135146/135146), done. 21remote: Compressing objects: 100% (98135/98135), done. 22remote: Total 135146 (delta 54773), reused 84675 (delta 31862), pack-reused 0 23Receiving objects: 100% (135146/135146), 130.35 MiB | 41.04 MiB/s, done.24Resolving deltas: 100% (54773/54773), done.26 * [new ref] refs/pipelines/1044994257 -> refs/pipelines/104499425727 * [new branch] master -> origin/master28Checking out 9f1ab465 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-2bbb441946f1fc9a77d23097301c9d4d-16...32Downloading cache from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-2bbb441946f1fc9a77d23097301c9d4d-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 (5345256066)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5345256066 responseStatus=200 OK token=64_g1qzG38Downloading artifacts for download-fast-quarantine-report (5345256067)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5345256067 responseStatus=200 OK token=64_g1qzG41Using docker image sha256:695aa71402b900e1277aeef019edb9a65abee5f9d559c090ad6b043f4cfb4c10 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-24.0.5 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:52c03840f70a6b84bcbe155342629f93821ef2c9660f0e29a6bd302bb85821bf ...42$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE43$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")44$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command45Bundle complete! 38 Gemfile dependencies, 136 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export RSPEC_FAST_QUARANTINE_PATH="/home/gitlab/qa/${RSPEC_FAST_QUARANTINE_PATH}"48$ export RSPEC_SKIPPED_TESTS_REPORT_PATH="/home/gitlab/qa/rspec/skipped_tests-${CI_JOB_ID}.txt"49$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"50$ echo "Running - '$QA_COMMAND'"51Running - 'bundle exec gitlab-qa Test::Instance::RepositoryStorage registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:9f1ab4651dddffcfd7c021b61e06f00cc09fe2da -- --format QA::Support::JsonFormatter --out tmp/rspec-5345256113.json --format RspecJunitFormatter --out tmp/rspec-5345256113.xml --format html --out tmp/rspec-$(echo repository-storage | sed 's/[ /]/_/g').htm --color --format documentation'52$ eval "$QA_COMMAND"53[Oct 22 2023 02:54:38 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-82c40c0e$`54[Oct 22 2023 02:54:38 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-82c40c0e --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine/curl:latest tail -f /dev/null`55[Oct 22 2023 02:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/tls_certificates/authority/. alpine-82c40c0e:/etc/gitlab/trusted-certs`56[Oct 22 2023 02:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/tls_certificates/gitlab/. alpine-82c40c0e:/etc/gitlab/ssl`57[Oct 22 2023 02:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-82c40c0e`58[Oct 22 2023 02:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-82c40c0e`59[Oct 22 2023 02:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`60[Oct 22 2023 02:54:40 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:9f1ab4651dddffcfd7c021b61e06f00cc09fe2da`61[Oct 22 2023 02:55:30 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab$`62[Oct 22 2023 02:55:30 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`63[Oct 22 2023 02:55:30 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`64[Oct 22 2023 02:55:30 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab --net test --hostname gitlab.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-10-22-02-54-38-c003a4bd/gitlab/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:9f1ab4651dddffcfd7c021b61e06f00cc09fe2da`65[Oct 22 2023 02:55:42 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-10-22 02:54:3866gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme67gitlab_rails['gitlab_disable_animations'] = true # Disable animations68gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry69gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password70git_data_dirs({71 'default' => {72 'path' => '/var/opt/gitlab/git-data/repositories/default'73 },74 'secondary' => {75 'path' => '/var/opt/gitlab/git-data/repositories/secondary'76 }77});78gitlab_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;"`79[Oct 22 2023 02:55:42 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab`80[Oct 22 2023 02:59:20 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...81[Oct 22 2023 02:59:20 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`82[Oct 22 2023 02:59:21 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`83[Oct 22 2023 02:59:22 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`84[Oct 22 2023 02:59:23 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`85[Oct 22 2023 02:59:24 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`86[Oct 22 2023 02:59:25 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`87[Oct 22 2023 02:59:26 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`88[Oct 22 2023 02:59:27 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`89[Oct 22 2023 02:59:29 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`90[Oct 22 2023 02:59:30 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`91[Oct 22 2023 02:59:31 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`92[Oct 22 2023 02:59:32 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`93[Oct 22 2023 02:59:33 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`94[Oct 22 2023 02:59:34 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`95[Oct 22 2023 02:59:35 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`96[Oct 22 2023 02:59:36 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`97[Oct 22 2023 02:59:37 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`98[Oct 22 2023 02:59:38 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`99[Oct 22 2023 02:59:39 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`100[Oct 22 2023 02:59:40 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`101[Oct 22 2023 02:59:41 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`102[Oct 22 2023 02:59:42 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`103[Oct 22 2023 02:59:43 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab`104[Oct 22 2023 02:59:43 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab 80/tcp`105[Oct 22 2023 02:59:43 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!106[Oct 22 2023 02:59:43 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`107[Oct 22 2023 02:59:43 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "echo '#!/usr/bin/env bash108if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then109 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'110 exit 1111fi112' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`113[Oct 22 2023 02:59:43 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`114[Oct 22 2023 02:59:43 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/support/data gitlab:/tmp/data-seeds`115[Oct 22 2023 02:59:43 UTC (Gitlab QA)] INFO -- Running exec_commands...116[Oct 22 2023 02:59:43 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`117[Oct 22 2023 03:00:40 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q aerokube/selenoid:latest-release`118[Oct 22 2023 03:00:41 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^selenoid$`119[Oct 22 2023 03:00:41 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`120[Oct 22 2023 03:00:41 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q selenoid/chrome:111.0`121[Oct 22 2023 03:00:58 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q presidenten/selenoid-manual-video-recorder:latest`122[Oct 22 2023 03:00:59 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-10-22-02-54-38-c003a4bd/selenoid/video --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/lib/gitlab/qa/component/../../../../fixtures/selenoid:/etc/selenoid:z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-10-22-02-54-38-c003a4bd/selenoid/video:/opt/selenoid/video:z aerokube/selenoid:latest-release -video-recorder-image presidenten/selenoid-manual-video-recorder -container-network test -timeout 10m0s`123[Oct 22 2023 03:01:08 UTC (Gitlab QA)] INFO -- Waiting for Selenoid ...124[Oct 22 2023 03:01:08 UTC (Gitlab QA)] INFO -- Selenoid ready!125[Oct 22 2023 03:01:08 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`126[Oct 22 2023 03:01:08 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:9f1ab4651dddffcfd7c021b61e06f00cc09fe2da`127[Oct 22 2023 03:02:17 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce128[Oct 22 2023 03:02:17 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_RSPEC_REPORT_PATH="$QA_RSPEC_REPORT_PATH" --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_OMNIBUS_MR_TESTS="$QA_OMNIBUS_MR_TESTS" --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 RSPEC_FAST_QUARANTINE_PATH="$RSPEC_FAST_QUARANTINE_PATH" --env RSPEC_SKIPPED_TESTS_REPORT_PATH="$RSPEC_SKIPPED_TESTS_REPORT_PATH" --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 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-10-22-02-54-38-c003a4bd/selenoid" --env USE_SELENOID="$USE_SELENOID" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --env QA_ADDITIONAL_REPOSITORY_STORAGE="secondary" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-10-22-02-54-38-c003a4bd/gitlab-ce-qa-51ad847b:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/qa/rspec:/home/gitlab/qa/rspec:z --name gitlab-ce-qa-51ad847b registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:9f1ab4651dddffcfd7c021b61e06f00cc09fe2da Test::Instance::All http://gitlab.test -- --format QA::Support::JsonFormatter --out tmp/rspec-5345256113.json --format RspecJunitFormatter --out tmp/rspec-5345256113.xml --format html --out tmp/rspec-repository-storage.htm --color --format documentation --tag repository_storage`1292023-10-22 03:02:31 / CONF :: 130 ==> Base URL: http://gitlab.test131 ==> Browser: #<Selenium::WebDriver::Remote::Driver:0x00007f2053bf1e70>132 ==> Libraries: Chemlab::Vendor133[Oct 22 2023 03:02:31 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA134[Oct 22 2023 03:02:31 UTC (QA Tests)] INFO -- Browser: chrome135[Oct 22 2023 03:02:31 UTC (QA Tests)] INFO -- Browser version: 111.0136[Oct 22 2023 03:02:31 UTC (QA Tests)] INFO -- Performing sanity check for environment!137[Oct 22 2023 03:02:32 UTC (QA Tests)] INFO -- Executing: `docker ps -f ancestor='presidenten/selenoid-manual-video-recorder' --format '{{.Names}}'`138[Oct 22 2023 03:02:32 UTC (QA Tests)] INFO -- Executing: `docker ps -f ancestor='selenoid/chrome:111.0' --format '{{.Names}}'`139[Oct 22 2023 03:02:32 UTC (QA Tests)] INFO -- Executing: `docker inspect angry_bhaskara --format '{{.Config.Hostname}}'`140[Oct 22 2023 03:02:32 UTC (QA Tests)] INFO -- Test failure video recording setup complete!141Run options:142 include {:repository_storage=>true}143 exclude {:geo=>true, :requires_praefect=>true}144Randomized with seed 53676145Systems146 Changing Gitaly repository storage147 when moving from one Gitaly storage to another148 behaves like repository storage move149[Oct 22 2023 03:02:37 UTC (QA Tests)] INFO -- Starting test: Systems Changing Gitaly repository storage when moving from one Gitaly storage to another behaves like repository storage move confirms a `finished` status after moving project repository storage150[Oct 22 2023 03:02:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 1.98 seconds151[Oct 22 2023 03:02:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-10-22-03-02-37-83a230827b15a9f9' via api in 3.62 seconds152[Oct 22 2023 03:02:46 UTC (QA Tests)] INFO -- Executing: `docker exec gitlab bash -c 'tail -n 50 /var/log/gitlab/gitaly/current'`153[Oct 22 2023 03:02:46 UTC (QA Tests)] INFO -- Executing: `docker exec gitlab bash -c 'tail -n 50 /var/log/gitlab/gitaly/current'`154[Oct 22 2023 03:02:46 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA155[Oct 22 2023 03:02:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-a84z41bh' via cache in 0.0 seconds156 confirms a `finished` status after moving project repository storage157Create158 Gitaly repository storage159[Oct 22 2023 03:02:49 UTC (QA Tests)] INFO -- Starting test: Create Gitaly repository storage creates a 2nd fork after moving the parent project160[Oct 22 2023 03:02:50 UTC (QA Tests)] INFO -- Executing: `docker exec -d optimistic_dirac sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i 1ce7115fda96:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/create_gitaly_repository_storage_creates_a_2nd_fork_after-2023-10-22-03-02-50-240.mp4" '`161[Oct 22 2023 03:02:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.16 seconds162[Oct 22 2023 03:02:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-10-22-03-02-37-83a230827b15a9f9' via api in 0.27 seconds163[Oct 22 2023 03:02:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 1.55 seconds164[Oct 22 2023 03:02:54 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-1/qa-test-2023-10-22-03-02-37-83a230827b15a9f9/parent-project-1980e7c7891d8612 QA::Resource::Project165[Oct 22 2023 03:02:56 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"166[Oct 22 2023 03:02:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field167[Oct 22 2023 03:02:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"168[Oct 22 2023 03:02:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field169[Oct 22 2023 03:02:56 UTC (QA Tests)] INFO -- clicking :sign_in_button170[Oct 22 2023 03:02:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.625s171[Oct 22 2023 03:03:00 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user1172[Oct 22 2023 03:03:00 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:8fRcnZ173[Oct 22 2023 03:03:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-is8wyp1g' via api in 0.2 seconds174[Oct 22 2023 03:03:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-user1/parent-project-1980e7c7891d8612' via api in 0.15 seconds175[Oct 22 2023 03:03:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Fork with name 'parent-project-1980e7c7891d8612' via api in 5.07 seconds176[Oct 22 2023 03:03:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-user1/parent-project-1980e7c7891d8612177[Oct 22 2023 03:03:08 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:8fRcnZ178[Oct 22 2023 03:03:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-hsx2ylw4' via cache in 0.0 seconds179[Oct 22 2023 03:03:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-user1/second-fork-of-parent-project-1980e7c7891d8612' via api in 0.25 seconds180[Oct 22 2023 03:03:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Fork with name 'second-fork-of-parent-project-1980e7c7891d8612' via api in 3.49 seconds181[Oct 22 2023 03:03:13 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add new file"182[Oct 22 2023 03:03:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.34 seconds183[Oct 22 2023 03:03:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab.test/gitlab-qa-user1/second-fork-of-parent-project-1980e7c7891d8612184[Oct 22 2023 03:03:17 UTC (QA Tests)] INFO -- Executing: `docker exec -d optimistic_dirac sh -c 'pkill -INT -f ffmpeg'`185[Oct 22 2023 03:03:17 UTC (QA Tests)] INFO -- Executing: `docker exec -d optimistic_dirac sh -c 'rm /data/create_gitaly_repository_storage_creates_a_2nd_fork_after-2023-10-22-03-02-50-240.mp4'`186 creates a 2nd fork after moving the parent project187Create188 Snippet repository storage189[Oct 22 2023 03:03:18 UTC (QA Tests)] INFO -- Starting test: Create Snippet repository storage moves snippet repository from one Gitaly storage to another190[Oct 22 2023 03:03:19 UTC (QA Tests)] INFO -- Executing: `docker exec gitlab bash -c 'tail -n 50 /var/log/gitlab/gitaly/current'`191[Oct 22 2023 03:03:19 UTC (QA Tests)] INFO -- Executing: `docker exec gitlab bash -c 'tail -n 50 /var/log/gitlab/gitaly/current'`192[Oct 22 2023 03:03:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.02 seconds193 moves snippet repository from one Gitaly storage to another194Finished in 47.51 seconds (files took 3.72 seconds to load)1953 examples, 0 failures196Randomized with seed 53676197[Oct 22 2023 03:03:20 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=selenoid`198[Oct 22 2023 03:03:20 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f selenoid`199[Oct 22 2023 03:03:21 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab 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;'"`200[Oct 22 2023 03:03:21 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`201[Oct 22 2023 03:03:21 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab`202[Oct 22 2023 03:03:21 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab`204Running after script...205$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command206$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")207$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"225Not uploading cache qa-e2e-ruby-3.0-2bbb441946f1fc9a77d23097301c9d4d-16 due to policy227Uploading artifacts...228gitlab-qa-run-*: found 115 matching artifact files and directories 229Uploading artifacts as "archive" to coordinator... 201 Created id=5345256113 responseStatus=201 Created token=64_g1qzG230Uploading artifacts...231gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 232Uploading artifacts as "junit" to coordinator... 201 Created id=5345256113 responseStatus=201 Created token=64_g1qzG233Uploading artifacts...234/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 235Uploading artifacts as "dotenv" to coordinator... 201 Created id=5345256113 responseStatus=201 Created token=64_g1qzG237Job succeeded