large-setup
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:c542c7445bbcd8902b4aff9c0c23d65f9021b3d5ce9f8bef0c5978e178ee97cb 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:3c33cd32b8b2bb06c7a413f6ed11411c2b00d5fcbd116ed9342af59ead5ca236 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1689820167-cd28c422-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: 201372, done. 20remote: Counting objects: 100% (201372/201372), done. 21remote: Compressing objects: 100% (128468/128468), done. 22remote: Total 201372 (delta 103215), reused 135254 (delta 65446), pack-reused 0 23Receiving objects: 100% (201372/201372), 148.98 MiB | 42.55 MiB/s, done.24Resolving deltas: 100% (103215/103215), done.26 * [new ref] refs/pipelines/938013502 -> refs/pipelines/93801350227 * [new branch] master -> origin/master28Checking out 39137402 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-25fc54ff225c814107db3bf4a8c26e7a-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-25fc54ff225c814107db3bf4a8c26e7a-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 (4694998425)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4694998425 responseStatus=200 OK token=64_wasy539Using docker image sha256:c542c7445bbcd8902b4aff9c0c23d65f9021b3d5ce9f8bef0c5978e178ee97cb 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:3c33cd32b8b2bb06c7a413f6ed11411c2b00d5fcbd116ed9342af59ead5ca236 ...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::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:3913740266a59293daf9335e77aacbda3b1a42f1 -- --tag can_use_large_setup --format QA::Support::JsonFormatter --out tmp/rspec-4694998527.json --format RspecJunitFormatter --out tmp/rspec-4694998527.xml --format html --out tmp/rspec-$(echo large-setup | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jul 20 2023 03:13:52 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-b411fe2a$`50[Jul 20 2023 03:13:53 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-b411fe2a --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`51[Jul 20 2023 03:13:54 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.1.0/tls_certificates/authority/. alpine-b411fe2a:/etc/gitlab/trusted-certs`52[Jul 20 2023 03:13:54 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.1.0/tls_certificates/gitlab/. alpine-b411fe2a:/etc/gitlab/ssl`53[Jul 20 2023 03:13:54 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-b411fe2a`54[Jul 20 2023 03:13:55 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-b411fe2a`55[Jul 20 2023 03:13:55 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`56[Jul 20 2023 03:13:55 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:3913740266a59293daf9335e77aacbda3b1a42f1`57[Jul 20 2023 03:14:32 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ce-48c827c3$`58[Jul 20 2023 03:14:32 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`59[Jul 20 2023 03:14:32 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`60[Jul 20 2023 03:14:32 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ce-48c827c3 --net test --hostname gitlab-ce-48c827c3.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-20-03-13-52-b03fdfa1/gitlab-ce-48c827c3/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:3913740266a59293daf9335e77aacbda3b1a42f1`61[Jul 20 2023 03:14:41 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-48c827c3 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-20 03:13:5262# Gitlab::QA::Runtime::OmnibusConfigurations::Default63gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme64gitlab_rails['gitlab_disable_animations'] = true # Disable animations65gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry66gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password67gitlab_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;"`68[Jul 20 2023 03:14:41 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ce-48c827c3`69[Jul 20 2023 03:18:11 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...70[Jul 20 2023 03:18:11 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-48c827c3`71[Jul 20 2023 03:18:11 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ce-48c827c3 80/tcp`72[Jul 20 2023 03:18:11 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!73[Jul 20 2023 03:18:11 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-48c827c3 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`74[Jul 20 2023 03:18:11 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-48c827c3 bash -c "echo '#!/usr/bin/env bash75if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then76 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'77 exit 178fi79' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`80[Jul 20 2023 03:18:11 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-48c827c3 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`81[Jul 20 2023 03:18:11 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.1.0/support/data gitlab-ce-48c827c3:/tmp/data-seeds`82[Jul 20 2023 03:18:11 UTC (Gitlab QA)] INFO -- Running exec_commands...83[Jul 20 2023 03:18:11 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-48c827c3 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`84[Jul 20 2023 03:18:59 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q aerokube/selenoid:latest-release`85[Jul 20 2023 03:19:00 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^selenoid$`86[Jul 20 2023 03:19:01 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`87[Jul 20 2023 03:19:01 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q selenoid/chrome:111.0`88[Jul 20 2023 03:19:13 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q presidenten/selenoid-manual-video-recorder:latest`89[Jul 20 2023 03:19:14 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-20-03-13-52-b03fdfa1/selenoid/video --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.1.0/lib/gitlab/qa/component/../../../../fixtures/selenoid:/etc/selenoid:z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-20-03-13-52-b03fdfa1/selenoid/video:/opt/selenoid/video:z aerokube/selenoid:latest-release -video-recorder-image presidenten/selenoid-manual-video-recorder -container-network test -timeout 10m0s`90[Jul 20 2023 03:19:22 UTC (Gitlab QA)] INFO -- Waiting for Selenoid ...91[Jul 20 2023 03:19:22 UTC (Gitlab QA)] INFO -- Selenoid ready!92[Jul 20 2023 03:19:22 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`93[Jul 20 2023 03:19:23 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:3913740266a59293daf9335e77aacbda3b1a42f1`94[Jul 20 2023 03:20:21 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce95[Jul 20 2023 03:20:21 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.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_RSPEC_TAGS="$QA_RSPEC_TAGS" --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 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-07-20-03-13-52-b03fdfa1/selenoid" --env USE_SELENOID="$USE_SELENOID" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-20-03-13-52-b03fdfa1/gitlab-ce-qa-b921e8f7:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ce-qa-b921e8f7 registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:3913740266a59293daf9335e77aacbda3b1a42f1 Test::Instance::All http://gitlab-ce-48c827c3.test -- --tag can_use_large_setup --format QA::Support::JsonFormatter --out tmp/rspec-4694998527.json --format RspecJunitFormatter --out tmp/rspec-4694998527.xml --format html --out tmp/rspec-large-setup.htm --color --format documentation`962023-07-20 03:20:28 / CONF :: 97 ==> Base URL: http://gitlab-ce-48c827c3.test98 ==> Browser: #<Selenium::WebDriver::Remote::Driver:0x00007f793f8d0030>99 ==> Libraries: Chemlab::Vendor100[Jul 20 2023 03:20:28 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA101[Jul 20 2023 03:20:28 UTC (QA Tests)] INFO -- Browser: chrome102[Jul 20 2023 03:20:28 UTC (QA Tests)] INFO -- Browser version: 111.0103[Jul 20 2023 03:20:28 UTC (QA Tests)] INFO -- Performing sanity check for environment!104[Jul 20 2023 03:20:28 UTC (QA Tests)] INFO -- Executing: `docker ps -f ancestor='presidenten/selenoid-manual-video-recorder' --format '{{.Names}}'`105[Jul 20 2023 03:20:28 UTC (QA Tests)] INFO -- Executing: `docker ps -f ancestor='selenoid/chrome:111.0' --format '{{.Names}}'`106[Jul 20 2023 03:20:28 UTC (QA Tests)] INFO -- Executing: `docker inspect tender_agnesi --format '{{.Config.Hostname}}'`107[Jul 20 2023 03:20:29 UTC (QA Tests)] INFO -- Test failure video recording setup complete!108Run options:109 include {:can_use_large_setup=>true}110 exclude {:geo=>true, :requires_praefect=>true}111Randomized with seed 34447112Create113 Download merge request patch and diff114[Jul 20 2023 03:20:31 UTC (QA Tests)] INFO -- Starting test: Create Download merge request patch and diff views the merge request patches115[Jul 20 2023 03:20:32 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_villani sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i dd9509f5739a:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/create_download_merge_request_patch_and_diff_views_the_me-2023-07-20-03-20-32-114.mp4" '`116[Jul 20 2023 03:20:32 UTC (QA Tests)] INFO -- filling :login_field with "root"117[Jul 20 2023 03:20:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field118[Jul 20 2023 03:20:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"119[Jul 20 2023 03:20:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field120[Jul 20 2023 03:20:33 UTC (QA Tests)] INFO -- clicking :sign_in_button121[Jul 20 2023 03:20:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.717s122[Jul 20 2023 03:20:35 UTC (QA Tests)] INFO -- Enabling super sidebar!123[Jul 20 2023 03:20:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled124[Jul 20 2023 03:20:37 UTC (QA Tests)] INFO -- Setting application settings: {:import_sources=>["gitlab_project"]}125[Jul 20 2023 03:20:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.058s126[Jul 20 2023 03:20:38 UTC (QA Tests)] INFO -- clicking :user_avatar_content127[Jul 20 2023 03:20:38 UTC (QA Tests)] INFO -- clicking :sign_out_link128[Jul 20 2023 03:20:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.7s129[Jul 20 2023 03:20:39 UTC (QA Tests)] INFO -- filling :login_field with "root"130[Jul 20 2023 03:20:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field131[Jul 20 2023 03:20:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"132[Jul 20 2023 03:20:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field133[Jul 20 2023 03:20:40 UTC (QA Tests)] INFO -- clicking :sign_in_button134[Jul 20 2023 03:20:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.497s135[Jul 20 2023 03:20:42 UTC (QA Tests)] INFO -- Enabling super sidebar!136[Jul 20 2023 03:20:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled137[Jul 20 2023 03:20:43 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA138[Jul 20 2023 03:20:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-p1n9xi7c' via cache in 0.0 seconds139[Jul 20 2023 03:20:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.97 seconds140[Jul 20 2023 03:20:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec' via api in 1.81 seconds141[Jul 20 2023 03:20:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-48c827c3.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec142[Jul 20 2023 03:20:46 UTC (QA Tests)] INFO -- clicking :new_project_button143[Jul 20 2023 03:20:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.943s144[Jul 20 2023 03:20:47 UTC (QA Tests)] INFO -- clicking :gitlab_import_button145[Jul 20 2023 03:20:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element gitlab_import_button' took 0.751s146[Jul 20 2023 03:20:48 UTC (QA Tests)] INFO -- filling :project_name_field with "ImportedProject-0890e108c4b3fee5"147[Jul 20 2023 03:20:48 UTC (QA Tests)] INFO -- clicking the coordinates of :project_name_field148[Jul 20 2023 03:20:49 UTC (QA Tests)] INFO -- clicking :import_project_button149[Jul 20 2023 03:20:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element import_project_button' took 2.284s150[Jul 20 2023 03:20:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.012s151[Jul 20 2023 03:20:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.012s152[Jul 20 2023 03:20:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.001s153[Jul 20 2023 03:20:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.025s154[Jul 20 2023 03:20:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.151s155[Jul 20 2023 03:20:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 5.633s156[Jul 20 2023 03:21:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? The project was successfully imported.' took 10.043s157[Jul 20 2023 03:21:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_name_content' took 2.706s158[Jul 20 2023 03:21:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ImportProject with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec/ImportedProject-0890e108c4b3fee5' via browser_ui in 26.3 seconds159[Jul 20 2023 03:21:12 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!160[Jul 20 2023 03:21:12 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!161[Jul 20 2023 03:21:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via api in 35.86 seconds162[Jul 20 2023 03:21:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-48c827c3.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec/importedproject-0890e108c4b3fee5/-/merge_requests/1163[Jul 20 2023 03:21:33 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_villani sh -c 'pkill -INT -f ffmpeg'`164[Jul 20 2023 03:21:33 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_villani sh -c 'rm /data/create_download_merge_request_patch_and_diff_views_the_me-2023-07-20-03-20-32-114.mp4'`165 views the merge request patches166[Jul 20 2023 03:21:34 UTC (QA Tests)] INFO -- Starting test: Create Download merge request patch and diff views the merge request plain diff167[Jul 20 2023 03:21:34 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_villani sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i dd9509f5739a:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/create_download_merge_request_patch_and_diff_views_the_me-2023-07-20-03-21-34-125.mp4" '`168[Jul 20 2023 03:21:34 UTC (QA Tests)] INFO -- filling :login_field with "root"169[Jul 20 2023 03:21:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field170[Jul 20 2023 03:21:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"171[Jul 20 2023 03:21:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field172[Jul 20 2023 03:21:35 UTC (QA Tests)] INFO -- clicking :sign_in_button173[Jul 20 2023 03:21:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.911s174[Jul 20 2023 03:21:36 UTC (QA Tests)] INFO -- Enabling super sidebar!175[Jul 20 2023 03:21:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled176[Jul 20 2023 03:21:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.051s177[Jul 20 2023 03:21:39 UTC (QA Tests)] INFO -- clicking :user_avatar_content178[Jul 20 2023 03:21:39 UTC (QA Tests)] INFO -- clicking :sign_out_link179[Jul 20 2023 03:21:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.519s180[Jul 20 2023 03:21:40 UTC (QA Tests)] INFO -- filling :login_field with "root"181[Jul 20 2023 03:21:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field182[Jul 20 2023 03:21:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"183[Jul 20 2023 03:21:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field184[Jul 20 2023 03:21:41 UTC (QA Tests)] INFO -- clicking :sign_in_button185[Jul 20 2023 03:21:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.847s186[Jul 20 2023 03:21:42 UTC (QA Tests)] INFO -- Enabling super sidebar!187[Jul 20 2023 03:21:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled188[Jul 20 2023 03:21:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds189[Jul 20 2023 03:21:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec' via api in 0.16 seconds190[Jul 20 2023 03:21:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-48c827c3.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec191[Jul 20 2023 03:21:44 UTC (QA Tests)] INFO -- clicking :new_project_button192[Jul 20 2023 03:21:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.793s193[Jul 20 2023 03:21:45 UTC (QA Tests)] INFO -- clicking :gitlab_import_button194[Jul 20 2023 03:21:46 UTC (QA Tests)] INFO -- filling :project_name_field with "ImportedProject-c832130b8e4d3330"195[Jul 20 2023 03:21:46 UTC (QA Tests)] INFO -- clicking the coordinates of :project_name_field196[Jul 20 2023 03:21:46 UTC (QA Tests)] INFO -- clicking :import_project_button197[Jul 20 2023 03:21:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element import_project_button' took 1.372s198[Jul 20 2023 03:21:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.014s199[Jul 20 2023 03:21:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.026s200[Jul 20 2023 03:21:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.025s201[Jul 20 2023 03:21:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.019s202[Jul 20 2023 03:21:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.629s203[Jul 20 2023 03:21:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.02s204[Jul 20 2023 03:21:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.016s205[Jul 20 2023 03:21:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.015s206[Jul 20 2023 03:22:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.012s207[Jul 20 2023 03:22:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.016s208[Jul 20 2023 03:22:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.002s209[Jul 20 2023 03:22:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.006s210[Jul 20 2023 03:22:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 3.013s211[Jul 20 2023 03:22:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 18.763s212[Jul 20 2023 03:22:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ImportProject with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec/ImportedProject-c832130b8e4d3330' via browser_ui in 23.2 seconds213[Jul 20 2023 03:22:08 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!214[Jul 20 2023 03:22:08 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!215[Jul 20 2023 03:22:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via api in 30.07 seconds216[Jul 20 2023 03:22:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-48c827c3.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec/importedproject-c832130b8e4d3330/-/merge_requests/1217[Jul 20 2023 03:22:29 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_villani sh -c 'pkill -INT -f ffmpeg'`218[Jul 20 2023 03:22:29 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_villani sh -c 'rm /data/create_download_merge_request_patch_and_diff_views_the_me-2023-07-20-03-21-34-125.mp4'`219 views the merge request plain diff220Create221 Merged merge request222[Jul 20 2023 03:22:30 UTC (QA Tests)] INFO -- Starting test: Create Merged merge request can be reverted223[Jul 20 2023 03:22:30 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_villani sh -c 'ffmpeg -y -f x11grab -video_size 1920x1080 -r 15 -i dd9509f5739a:99 -vcodec 'libx264' -pix_fmt 'yuv420p' "/data/create_merged_merge_request_can_be_reverted-2023-07-20-03-22-30-222.mp4" '`224[Jul 20 2023 03:22:30 UTC (QA Tests)] INFO -- filling :login_field with "root"225[Jul 20 2023 03:22:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field226[Jul 20 2023 03:22:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"227[Jul 20 2023 03:22:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field228[Jul 20 2023 03:22:31 UTC (QA Tests)] INFO -- clicking :sign_in_button229[Jul 20 2023 03:22:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.88s230[Jul 20 2023 03:22:32 UTC (QA Tests)] INFO -- Enabling super sidebar!231[Jul 20 2023 03:22:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled232[Jul 20 2023 03:22:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds233[Jul 20 2023 03:22:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec' via api in 0.13 seconds234[Jul 20 2023 03:22:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec/revert-f14c8a3cd6c19840' via api in 1.24 seconds235[Jul 20 2023 03:22:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.029s236[Jul 20 2023 03:22:36 UTC (QA Tests)] INFO -- clicking :user_avatar_content237[Jul 20 2023 03:22:36 UTC (QA Tests)] INFO -- clicking :sign_out_link238[Jul 20 2023 03:22:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.735s239[Jul 20 2023 03:22:37 UTC (QA Tests)] INFO -- filling :login_field with "root"240[Jul 20 2023 03:22:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field241[Jul 20 2023 03:22:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"242[Jul 20 2023 03:22:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field243[Jul 20 2023 03:22:38 UTC (QA Tests)] INFO -- clicking :sign_in_button244[Jul 20 2023 03:22:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.78s245[Jul 20 2023 03:22:39 UTC (QA Tests)] INFO -- Enabling super sidebar!246[Jul 20 2023 03:22:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled247[Jul 20 2023 03:22:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds248[Jul 20 2023 03:22:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec' via api in 0.15 seconds249[Jul 20 2023 03:22:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-48c827c3.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec250[Jul 20 2023 03:22:42 UTC (QA Tests)] INFO -- clicking :new_project_button251[Jul 20 2023 03:22:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.789s252[Jul 20 2023 03:22:43 UTC (QA Tests)] INFO -- clicking :gitlab_import_button253[Jul 20 2023 03:22:43 UTC (QA Tests)] INFO -- filling :project_name_field with "ImportedProject-5882e1e933a2ced4"254[Jul 20 2023 03:22:43 UTC (QA Tests)] INFO -- clicking the coordinates of :project_name_field255[Jul 20 2023 03:22:44 UTC (QA Tests)] INFO -- clicking :import_project_button256[Jul 20 2023 03:22:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element import_project_button' took 1.317s257[Jul 20 2023 03:22:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.021s258[Jul 20 2023 03:22:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.021s259[Jul 20 2023 03:22:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.007s260[Jul 20 2023 03:22:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.022s261[Jul 20 2023 03:22:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.658s262[Jul 20 2023 03:22:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.006s263[Jul 20 2023 03:22:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.003s264[Jul 20 2023 03:22:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.01s265[Jul 20 2023 03:22:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.006s266[Jul 20 2023 03:22:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.017s267[Jul 20 2023 03:22:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.008s268[Jul 20 2023 03:23:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.002s269[Jul 20 2023 03:23:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.655s270[Jul 20 2023 03:23:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 17.307s271[Jul 20 2023 03:23:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ImportProject with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec/ImportedProject-5882e1e933a2ced4' via browser_ui in 21.68 seconds272[Jul 20 2023 03:23:05 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!273[Jul 20 2023 03:23:05 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!274[Jul 20 2023 03:23:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via api in 29.78 seconds275[Jul 20 2023 03:23:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-48c827c3.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec/importedproject-5882e1e933a2ced4/-/merge_requests/1276[Jul 20 2023 03:23:26 UTC (QA Tests)] INFO -- clicking :close_button277[Jul 20 2023 03:23:26 UTC (QA Tests)] INFO -- clicking :merge_button278[Jul 20 2023 03:23:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element merge_button' took 1.317s279[Jul 20 2023 03:23:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 3.738s280[Jul 20 2023 03:23:32 UTC (QA Tests)] INFO -- clicking :revert_button and ensuring QA::Page::Component::CommitModal is present281[Jul 20 2023 03:24:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element revert_button' took 33.718s282[Jul 20 2023 03:24:05 UTC (QA Tests)] INFO -- clicking :submit_commit_button283[Jul 20 2023 03:24:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_commit_button' took 2.398s284[Jul 20 2023 03:24:08 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present285[Jul 20 2023 03:24:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.186s286[Jul 20 2023 03:24:11 UTC (QA Tests)] INFO -- clicking :diffs_tab287[Jul 20 2023 03:24:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_tree_container' took 1.579s288[Jul 20 2023 03:24:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 10.315s289[Jul 20 2023 03:24:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_name_content' took 21.328s290[Jul 20 2023 03:24:34 UTC (QA Tests)] INFO -- filling :diff_tree_search with "added_file-00000000.txt"291[Jul 20 2023 03:24:34 UTC (QA Tests)] INFO -- clicking the coordinates of :diff_tree_search292[Jul 20 2023 03:24:35 UTC (QA Tests)] ERROR -- Interceptor Api Errors293[404] GET /gitlab-qa-sandbox-group-5/qa-test-2023-07-20-03-20-43-89fd0fab6c9056ec/importedproject-5882e1e933a2ced4/-/merge_requests/2/diffs_metadata.json -- Correlation Id: 01H5RN74JCRQJBSFFNHSD9VR9N294[Jul 20 2023 03:24:35 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_villani sh -c 'pkill -INT -f ffmpeg'`295[Jul 20 2023 03:24:35 UTC (QA Tests)] INFO -- Executing: `docker exec -d wizardly_villani sh -c 'rm /data/create_merged_merge_request_can_be_reverted-2023-07-20-03-22-30-222.mp4'`296 can be reverted297Finished in 4 minutes 6.6 seconds (files took 3.48 seconds to load)2983 examples, 0 failures299Randomized with seed 34447300[Jul 20 2023 03:24:36 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=selenoid`301[Jul 20 2023 03:24:36 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f selenoid`302[Jul 20 2023 03:24:36 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-48c827c3 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;'"`303[Jul 20 2023 03:24:36 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-48c827c3 bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`304[Jul 20 2023 03:24:36 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ce-48c827c3`305[Jul 20 2023 03:24:37 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ce-48c827c3`307Running after script...308$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command309$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")310$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"328Not uploading cache qa-e2e-ruby-3.0-25fc54ff225c814107db3bf4a8c26e7a-16 due to policy330Uploading artifacts...331gitlab-qa-run-*: found 110 matching artifact files and directories 332Uploading artifacts as "archive" to coordinator... 201 Created id=4694998527 responseStatus=201 Created token=64_wasy5333Uploading artifacts...334gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 335Uploading artifacts as "junit" to coordinator... 201 Created id=4694998527 responseStatus=201 Created token=64_wasy5336Uploading artifacts...337/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 338Uploading artifacts as "dotenv" to coordinator... 201 Created id=4694998527 responseStatus=201 Created token=64_wasy5340Job succeeded