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:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1686009809-ca6e0bba-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: 168219, done. 20remote: Counting objects: 100% (168219/168219), done. 21remote: Compressing objects: 100% (107572/107572), done. 22remote: Total 168219 (delta 82947), reused 113481 (delta 54471), pack-reused 0 23Receiving objects: 100% (168219/168219), 134.96 MiB | 39.83 MiB/s, done.24Resolving deltas: 100% (82947/82947), done.26 * [new ref] refs/pipelines/890289253 -> refs/pipelines/89028925327 * [new branch] master -> origin/master28Checking out b716d7f7 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-f1d27392b7eb7debf223b7abd1c46416-16...32cache.zip is up to date 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 trigger-omnibus-env-ce (4417509084)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4417509084 responseStatus=200 OK token=64_Hn_hc38Downloading artifacts for download-knapsack-report (4417509086)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4417509086 responseStatus=200 OK token=64_Hn_hc41Using docker image sha256:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...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! 37 Gemfile dependencies, 129 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"48$ echo "Running - '$QA_COMMAND'"49Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41 --set-feature-flags super_sidebar_nav_enrolled=enabled -- --tag can_use_large_setup --format QA::Support::JsonFormatter --out tmp/rspec-4417509138.json --format RspecJunitFormatter --out tmp/rspec-4417509138.xml --format html --out tmp/rspec-$(echo large-setup | sed 's/[ /]/_/g').htm --color --format documentation'50$ eval "$QA_COMMAND"51[Jun 06 2023 03:13:19 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-b3e76a22$`52[Jun 06 2023 03:13:19 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-b3e76a22 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`53[Jun 06 2023 03:13:21 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/tls_certificates/authority/. alpine-b3e76a22:/etc/gitlab/trusted-certs`54[Jun 06 2023 03:13:21 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/tls_certificates/gitlab/. alpine-b3e76a22:/etc/gitlab/ssl`55[Jun 06 2023 03:13:21 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-b3e76a22`56[Jun 06 2023 03:13:21 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-b3e76a22`57[Jun 06 2023 03:13:21 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`58[Jun 06 2023 03:13:22 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41`59[Jun 06 2023 03:13:54 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ce-dab2d31d$`60[Jun 06 2023 03:13:54 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`61[Jun 06 2023 03:13:54 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`62[Jun 06 2023 03:13:54 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ce-dab2d31d --net test --hostname gitlab-ce-dab2d31d.test -p 80 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-06-03-13-19-1ccfb19e/gitlab-ce-dab2d31d/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b716d7f73c14326dbad5320dd21ca81423bacc41`63[Jun 06 2023 03:14:04 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-dab2d31d bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-06-06 03:13:1964# Gitlab::QA::Runtime::OmnibusConfigurations::Default65gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme66gitlab_rails['gitlab_disable_animations'] = true # Disable animations67gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry68gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password69gitlab_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;"`70[Jun 06 2023 03:14:04 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ce-dab2d31d`71[Jun 06 2023 03:17:27 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...72[Jun 06 2023 03:17:27 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-dab2d31d`73[Jun 06 2023 03:17:27 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ce-dab2d31d 80/tcp`74[Jun 06 2023 03:17:27 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!75[Jun 06 2023 03:17:27 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-dab2d31d bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`76[Jun 06 2023 03:17:27 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-dab2d31d bash -c "echo '#!/usr/bin/env bash77if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then78 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'79 exit 180fi81' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`82[Jun 06 2023 03:17:27 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-dab2d31d bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`83[Jun 06 2023 03:17:27 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.1.0/support/data gitlab-ce-dab2d31d:/tmp/data-seeds`84[Jun 06 2023 03:17:28 UTC (Gitlab QA)] INFO -- Running exec_commands...85[Jun 06 2023 03:17:28 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-dab2d31d bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`86[Jun 06 2023 03:18:16 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`87[Jun 06 2023 03:18:16 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:b716d7f73c14326dbad5320dd21ca81423bacc41`88[Jun 06 2023 03:19:00 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce89[Jun 06 2023 03:19:00 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled90[Jun 06 2023 03:19:00 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_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_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_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_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-06-03-13-19-1ccfb19e/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-06-03-13-19-1ccfb19e/gitlab-ce-qa-12a32196:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ce-qa-12a32196 registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:b716d7f73c14326dbad5320dd21ca81423bacc41 Test::Instance::All http://gitlab-ce-dab2d31d.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --tag can_use_large_setup --format QA::Support::JsonFormatter --out tmp/rspec-4417509138.json --format RspecJunitFormatter --out tmp/rspec-4417509138.xml --format html --out tmp/rspec-large-setup.htm --color --format documentation`91warning: parser/current is loading parser/ruby30, which recognizes3.0.5-compliant syntax, but you are running 3.0.6.932023-06-06 03:19:18 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:952023-06-06 03:19:18 WARN Selenium [DEPRECATION] [:caps_browsers] Remote::Capabilities.chrome is deprecated. Use Options.chrome instead.962023-06-06 03:19:18 WARN Selenium [DEPRECATION] [:capabilities] The :capabilities parameter for Selenium::WebDriver::Chrome::Driver is deprecated. Use :options argument with an instance of Selenium::WebDriver::Chrome::Driver instead.972023-06-06 03:19:19 / CONF :: 98 ==> Base URL: http://gitlab-ce-dab2d31d.test99 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f16419145e8>100 ==> Libraries: Chemlab::Vendor101[Jun 06 2023 03:19:19 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA102[Jun 06 2023 03:19:19 UTC (QA Tests)] INFO -- Browser: chrome103[Jun 06 2023 03:19:19 UTC (QA Tests)] INFO -- Browser version: 111.0104[Jun 06 2023 03:19:19 UTC (QA Tests)] INFO -- Performing sanity check for environment!105[Jun 06 2023 03:19:19 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled106[Jun 06 2023 03:19:20 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled107Run options:108 include {:can_use_large_setup=>true}109 exclude {:geo=>true, :requires_praefect=>true}110Randomized with seed 31292111Create112 Merged merge request113[Jun 06 2023 03:19:23 UTC (QA Tests)] INFO -- Starting test: Create Merged merge request can be reverted114[Jun 06 2023 03:19:24 UTC (QA Tests)] INFO -- Setting application settings: {:import_sources=>["gitlab_project"]}115[Jun 06 2023 03:19:24 UTC (QA Tests)] INFO -- filling :login_field with "root"116[Jun 06 2023 03:19:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field117[Jun 06 2023 03:19:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"118[Jun 06 2023 03:19:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field119[Jun 06 2023 03:19:25 UTC (QA Tests)] INFO -- clicking :sign_in_button120[Jun 06 2023 03:19:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.642s121[Jun 06 2023 03:19:27 UTC (QA Tests)] INFO -- Enabling super sidebar!122[Jun 06 2023 03:19:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled123[Jun 06 2023 03:19:28 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA124[Jun 06 2023 03:19:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-68g2xp55' via cache in 0.0 seconds125[Jun 06 2023 03:19:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.44 seconds126[Jun 06 2023 03:19:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-19-28-9cffb796597300cf' via api in 0.67 seconds127[Jun 06 2023 03:19:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-19-28-9cffb796597300cf/revert-9097e1783bed9ae3' via api in 1.81 seconds128[Jun 06 2023 03:19:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.27 seconds129[Jun 06 2023 03:19:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-19-28-9cffb796597300cf' via api in 0.35 seconds130[Jun 06 2023 03:19:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-dab2d31d.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-19-28-9cffb796597300cf131[Jun 06 2023 03:19:32 UTC (QA Tests)] INFO -- clicking :new_project_button132[Jun 06 2023 03:19:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 1.075s133[Jun 06 2023 03:19:33 UTC (QA Tests)] INFO -- clicking :gitlab_import_button134[Jun 06 2023 03:19:34 UTC (QA Tests)] INFO -- filling :project_name_field with "ImportedProject-310bde81f1c234b3"135[Jun 06 2023 03:19:34 UTC (QA Tests)] INFO -- clicking the coordinates of :project_name_field136[Jun 06 2023 03:19:34 UTC (QA Tests)] INFO -- clicking :import_project_button137[Jun 06 2023 03:19:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element import_project_button' took 1.958s138[Jun 06 2023 03:19:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.022s139[Jun 06 2023 03:19:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.001s140[Jun 06 2023 03:19:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.025s141[Jun 06 2023 03:19:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.017s142[Jun 06 2023 03:19:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.141s143[Jun 06 2023 03:19:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.016s144[Jun 06 2023 03:19:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.007s145[Jun 06 2023 03:19:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.005s146[Jun 06 2023 03:19:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.002s147[Jun 06 2023 03:19:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.611s148[Jun 06 2023 03:19:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.013s149[Jun 06 2023 03:19:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.017s150[Jun 06 2023 03:19:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.01s151[Jun 06 2023 03:19:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.017s152[Jun 06 2023 03:19:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.778s153[Jun 06 2023 03:19:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 19.177s154[Jun 06 2023 03:19:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ImportProject with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-19-28-9cffb796597300cf/ImportedProject-310bde81f1c234b3' via browser_ui in 25.28 seconds155[Jun 06 2023 03:19:58 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!156[Jun 06 2023 03:19:58 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!157[Jun 06 2023 03:19:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via api in 27.85 seconds158[Jun 06 2023 03:19:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-dab2d31d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-19-28-9cffb796597300cf/importedproject-310bde81f1c234b3/-/merge_requests/1159[Jun 06 2023 03:20:19 UTC (QA Tests)] INFO -- clicking :merge_button160[Jun 06 2023 03:20:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 4.999s161[Jun 06 2023 03:20:24 UTC (QA Tests)] INFO -- clicking :revert_button and ensuring QA::Page::Component::CommitModal is present162[Jun 06 2023 03:20:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element revert_button' took 17.291s163[Jun 06 2023 03:20:41 UTC (QA Tests)] INFO -- clicking :submit_commit_button164[Jun 06 2023 03:20:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_commit_button' took 1.931s165[Jun 06 2023 03:20:43 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present166[Jun 06 2023 03:20:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.122s167[Jun 06 2023 03:20:46 UTC (QA Tests)] INFO -- clicking :diffs_tab168[Jun 06 2023 03:20:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.638s169[Jun 06 2023 03:20:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element diffs_tab' took 0.711s170[Jun 06 2023 03:20:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_tree_container' took 0.985s171[Jun 06 2023 03:21:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 11.652s172[Jun 06 2023 03:21:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_name_content' took 22.679s173[Jun 06 2023 03:21:11 UTC (QA Tests)] INFO -- filling :diff_tree_search with "added_file-00000000.txt"174[Jun 06 2023 03:21:11 UTC (QA Tests)] INFO -- clicking the coordinates of :diff_tree_search175 can be reverted176Create177 Download merge request patch and diff178[Jun 06 2023 03:21:12 UTC (QA Tests)] INFO -- Starting test: Create Download merge request patch and diff views the merge request patches179[Jun 06 2023 03:21:13 UTC (QA Tests)] INFO -- filling :login_field with "root"180[Jun 06 2023 03:21:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field181[Jun 06 2023 03:21:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"182[Jun 06 2023 03:21:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field183[Jun 06 2023 03:21:14 UTC (QA Tests)] INFO -- clicking :sign_in_button184[Jun 06 2023 03:21:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.13s185[Jun 06 2023 03:21:15 UTC (QA Tests)] INFO -- Enabling super sidebar!186[Jun 06 2023 03:21:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled187[Jun 06 2023 03:21:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds188[Jun 06 2023 03:21:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-19-28-9cffb796597300cf' via api in 0.13 seconds189[Jun 06 2023 03:21:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-dab2d31d.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-19-28-9cffb796597300cf190[Jun 06 2023 03:21:17 UTC (QA Tests)] INFO -- clicking :new_project_button191[Jun 06 2023 03:21:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.763s192[Jun 06 2023 03:21:18 UTC (QA Tests)] INFO -- clicking :gitlab_import_button193[Jun 06 2023 03:21:19 UTC (QA Tests)] INFO -- filling :project_name_field with "ImportedProject-0683fbaf5ec11afb"194[Jun 06 2023 03:21:19 UTC (QA Tests)] INFO -- clicking the coordinates of :project_name_field195[Jun 06 2023 03:21:19 UTC (QA Tests)] INFO -- clicking :import_project_button196[Jun 06 2023 03:21:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element import_project_button' took 1.114s197[Jun 06 2023 03:21:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.01s198[Jun 06 2023 03:21:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.031s199[Jun 06 2023 03:21:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.029s200[Jun 06 2023 03:21:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.004s201[Jun 06 2023 03:21:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.082s202[Jun 06 2023 03:21:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 6.612s203[Jun 06 2023 03:21:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? The project was successfully imported.' took 10.05s204[Jun 06 2023 03:21:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.847s205[Jun 06 2023 03:21:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.852s206[Jun 06 2023 03:21:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_name_content' took 2.882s207[Jun 06 2023 03:21:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ImportProject with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-19-28-9cffb796597300cf/ImportedProject-0683fbaf5ec11afb' via browser_ui in 23.48 seconds208[Jun 06 2023 03:21:42 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!209[Jun 06 2023 03:21:42 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!210[Jun 06 2023 03:21:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via api in 25.85 seconds211[Jun 06 2023 03:21:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-dab2d31d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-19-28-9cffb796597300cf/importedproject-0683fbaf5ec11afb/-/merge_requests/1212 views the merge request patches213[Jun 06 2023 03:22:02 UTC (QA Tests)] INFO -- Starting test: Create Download merge request patch and diff views the merge request plain diff214[Jun 06 2023 03:22:03 UTC (QA Tests)] INFO -- filling :login_field with "root"215[Jun 06 2023 03:22:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field216[Jun 06 2023 03:22:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"217[Jun 06 2023 03:22:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field218[Jun 06 2023 03:22:04 UTC (QA Tests)] INFO -- clicking :sign_in_button219[Jun 06 2023 03:22:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.47s220[Jun 06 2023 03:22:06 UTC (QA Tests)] INFO -- Enabling super sidebar!221[Jun 06 2023 03:22:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled222[Jun 06 2023 03:22:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.11 seconds223[Jun 06 2023 03:22:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-19-28-9cffb796597300cf' via api in 0.17 seconds224[Jun 06 2023 03:22:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-dab2d31d.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-19-28-9cffb796597300cf225[Jun 06 2023 03:22:08 UTC (QA Tests)] INFO -- clicking :new_project_button226[Jun 06 2023 03:22:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.857s227[Jun 06 2023 03:22:09 UTC (QA Tests)] INFO -- clicking :gitlab_import_button228[Jun 06 2023 03:22:10 UTC (QA Tests)] INFO -- filling :project_name_field with "ImportedProject-f0e757e08cd64d1e"229[Jun 06 2023 03:22:10 UTC (QA Tests)] INFO -- clicking the coordinates of :project_name_field230[Jun 06 2023 03:22:10 UTC (QA Tests)] INFO -- clicking :import_project_button231[Jun 06 2023 03:22:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element import_project_button' took 1.214s232[Jun 06 2023 03:22:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.008s233[Jun 06 2023 03:22:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.004s234[Jun 06 2023 03:22:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.032s235[Jun 06 2023 03:22:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.017s236[Jun 06 2023 03:22:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.588s237[Jun 06 2023 03:22:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.006s238[Jun 06 2023 03:22:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.018s239[Jun 06 2023 03:22:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.001s240[Jun 06 2023 03:22:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.012s241[Jun 06 2023 03:22:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.013s242[Jun 06 2023 03:22:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.023s243[Jun 06 2023 03:22:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.029s244[Jun 06 2023 03:22:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.746s245[Jun 06 2023 03:22:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 17.379s246[Jun 06 2023 03:22:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ImportProject with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-19-28-9cffb796597300cf/ImportedProject-f0e757e08cd64d1e' via browser_ui in 21.89 seconds247[Jun 06 2023 03:22:30 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!248[Jun 06 2023 03:22:30 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!249[Jun 06 2023 03:22:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via api in 23.05 seconds250[Jun 06 2023 03:22:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-dab2d31d.test/gitlab-qa-sandbox-group-3/qa-test-2023-06-06-03-19-28-9cffb796597300cf/importedproject-f0e757e08cd64d1e/-/merge_requests/1251 views the merge request plain diff252Finished in 3 minutes 29.6 seconds (files took 3.75 seconds to load)2533 examples, 0 failures254Randomized with seed 31292255[Jun 06 2023 03:22:51 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ce-dab2d31d`256[Jun 06 2023 03:22:51 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ce-dab2d31d`258Running after script...259$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command260$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")261$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"279Not uploading cache qa-e2e-ruby-3.0-f1d27392b7eb7debf223b7abd1c46416-16 due to policy281Uploading artifacts...282gitlab-qa-run-*: found 108 matching artifact files and directories 283Uploading artifacts as "archive" to coordinator... 201 Created id=4417509138 responseStatus=201 Created token=64_Hn_hc284Uploading artifacts...285gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 286Uploading artifacts as "junit" to coordinator... 201 Created id=4417509138 responseStatus=201 Created token=64_Hn_hc287Uploading artifacts...288/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 289Uploading artifacts as "dotenv" to coordinator... 201 Created id=4417509138 responseStatus=201 Created token=64_Hn_hc291Job succeeded