ee:update-minor
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.3.0 (bbcb5aba)2 on gitlab-org-qa-runner ss7o3c7p3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-docker-20.10.14 ...7Starting service docker:20.10.14-dind ...8Pulling docker image docker:20.10.14-dind ...9Using docker image sha256:a072474332af3e4cf06e349685c4cea8f9e631f0c5cab5b582f3a3ab4cff9b6a for docker:20.10.14-dind with digest docker@sha256:210076c7772f47831afaf7ff200cf431c6cd191f0d0cb0805b1d9a996e99fb5e ...10Waiting for services to be up and running (timeout 30 seconds)...11Authenticating with credentials from job payload (GitLab Registry)12Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-docker-20.10.14 ...13Using docker image sha256:dd7451e2697f1a8dbcc87068ea553167f5dab7b1d3306ec5599a2c1993603d3e for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-docker-20.10.14 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7@sha256:066ef8c0160a47bdcab2e5b378c4778bb7db80357f1b46e20f99e1d8f1cc3bf9 ...15Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1670973768-f77ae694-gcp...17Fetching changes with git depth set to 20...18Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/19Created fresh repository.20remote: Enumerating objects: 179633, done. 21remote: Counting objects: 100% (179633/179633), done. 22remote: Compressing objects: 100% (103437/103437), done. 23remote: Total 179633 (delta 95983), reused 130998 (delta 69743), pack-reused 0 24Receiving objects: 100% (179633/179633), 134.85 MiB | 41.33 MiB/s, done.25Resolving deltas: 100% (95983/95983), done.27 * [new ref] refs/pipelines/721773412 -> refs/pipelines/72177341228 * [new branch] master -> origin/master29Checking out c458f253 as master...30Skipping Git submodules setup32Checking cache for qa-e2e-ruby-2.7-3f4246635db5970c3c8f1cbdd46454fd-16...33Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-2.7-3f4246635db5970c3c8f1cbdd46454fd-16 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (3470253089)...37Downloading artifacts from coordinator... ok id=3470253089 responseStatus=200 OK token=_ypXoyXJ39Using docker image sha256:dd7451e2697f1a8dbcc87068ea553167f5dab7b1d3306ec5599a2c1993603d3e for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-docker-20.10.14 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7@sha256:066ef8c0160a47bdcab2e5b378c4778bb7db80357f1b46e20f99e1d8f1cc3bf9 ...40$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")41$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command42Bundle complete! 36 Gemfile dependencies, 121 gems now installed.43Gems in the groups 'production' and 'development' were not installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export QA_COMMAND="bundle exec gitlab-qa Test::Omnibus::UpdateFromPrevious $RELEASE $GITLAB_VERSION $UPDATE_TYPE -- $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"46$ echo "Running - '$QA_COMMAND'"47Running - 'bundle exec gitlab-qa Test::Omnibus::UpdateFromPrevious registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:c458f253b88303f2deb1dd1e050e566878215031 15.7.0-pre minor -- --tag smoke --format QA::Support::JsonFormatter --out tmp/rspec-3470253128.json --format RspecJunitFormatter --out tmp/rspec-3470253128.xml --format html --out tmp/rspec-$(echo ee:update-minor | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Dec 14 2022 02:00:06 UTC (Gitlab QA)] INFO -- Fetching docker tags from 'gitlab/gitlab-ee' registry50[Dec 14 2022 02:00:07 UTC (Gitlab QA)] INFO -- Performing gitlab update: gitlab/gitlab-ee:15.6.2-ee.0 => registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:c458f253b88303f2deb1dd1e050e566878215031 (15.7.0-pre)51[Dec 14 2022 02:00:07 UTC (Gitlab QA)] INFO -- Deploying release: gitlab/gitlab-ee:15.6.2-ee.052[Dec 14 2022 02:00:07 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q gitlab/gitlab-ee:15.6.2-ee.0`53[Dec 14 2022 02:00:49 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ee-0229c8d9$`54[Dec 14 2022 02:00:49 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`55[Dec 14 2022 02:00:49 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`56[Dec 14 2022 02:00:49 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ee-0229c8d9 --net test --hostname gitlab-ee-0229c8d9.test -p 80 --volume /tmp/gitlab-qa-20221214-23-jy2x3d/config:/etc/gitlab:Z --volume /tmp/gitlab-qa-20221214-23-jy2x3d/data:/var/opt/gitlab:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2022-12-14-02-00-06-b02d7393/gitlab-ee-0229c8d9/logs:/var/log/gitlab:Z gitlab/gitlab-ee:15.6.2-ee.0`57[Dec 14 2022 02:01:02 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-0229c8d9 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2022-12-14 02:00:0758# Gitlab::QA::Runtime::OmnibusConfigurations::Default59gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme60gitlab_rails['gitlab_disable_animations'] = true # Disable animations61gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry62gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password63gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com'}\" > /etc/gitlab/gitlab.rb;"`64[Dec 14 2022 02:01:02 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ee-0229c8d9`65[Dec 14 2022 02:04:24 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...66[Dec 14 2022 02:04:24 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-0229c8d9`67[Dec 14 2022 02:04:24 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ee-0229c8d9 80/tcp`68[Dec 14 2022 02:04:24 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:49153`!69[Dec 14 2022 02:04:24 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-8.13.1/support/data gitlab-ee-0229c8d9:/tmp/data-seeds`70[Dec 14 2022 02:04:24 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-0229c8d9 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`71[Dec 14 2022 02:04:24 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-0229c8d9 bash -c "echo '#!/usr/bin/env bash72if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then73 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'74 exit 175fi76' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`77[Dec 14 2022 02:04:24 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-0229c8d9 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`78[Dec 14 2022 02:04:24 UTC (Gitlab QA)] INFO -- Running exec_commands...79[Dec 14 2022 02:04:24 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-0229c8d9 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`80[Dec 14 2022 02:05:08 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-0229c8d9 bash -c ""`81[Dec 14 2022 02:05:08 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q gitlab/gitlab-ee-qa:15.6.2-ee`82[Dec 14 2022 02:05:59 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee83[Dec 14 2022 02:05:59 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_CONFINER_TOKEN_UNUSED_TO_BE_REMOVED="$QA_CONFINER_TOKEN_UNUSED_TO_BE_REMOVED" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --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_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --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_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_GCLOUD_ACCOUNT_EMAIL_UNUSED_TO_BE_REMOVED="$QA_GCLOUD_ACCOUNT_EMAIL_UNUSED_TO_BE_REMOVED" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --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_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_ALLURE_REPORT_GCS_CREDENTIALS="$QA_ALLURE_REPORT_GCS_CREDENTIALS" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --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_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="false" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --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_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_GCLOUD_ACCOUNT_KEY_UNUSED_TO_BE_REMOVED="$QA_GCLOUD_ACCOUNT_KEY_UNUSED_TO_BE_REMOVED" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITHUB_ACCESS_TOKEN="$GITHUB_ACCESS_TOKEN" --env EE_LICENSE="$EE_LICENSE" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_COMMIT_REF_NAME="$CI_COMMIT_REF_NAME" --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_ID="$CI_PROJECT_ID" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_SLACK_WEBHOOK_URL="$CI_SLACK_WEBHOOK_URL" --env CI_PIPELINE_ID="$CI_PIPELINE_ID" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env CI_API_V4_URL="$CI_API_V4_URL" --env GITLAB_CI="$GITLAB_CI" --env ELASTIC_URL="$ELASTIC_URL" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2022-12-14-02-00-06-b02d7393/gitlab-ee-qa-d9b9880c:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-d9b9880c gitlab/gitlab-ee-qa:15.6.2-ee Test::Instance::All http://gitlab-ee-0229c8d9.test -- --tag smoke`84warning: parser/current is loading parser/ruby27, which recognizes2.7.6-compliant syntax, but you are running 2.7.7.862022-12-14 02:06:16 / CONF :: 87 ==> Base URL: http://gitlab-ee-0229c8d9.test88 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f0cf2916d28>89 ==> Libraries: Chemlab::Vendor90[Dec 14 2022 02:06:16 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA91[Dec 14 2022 02:06:16 UTC (QA Tests)] INFO -- Performing sanity check for environment!92[Dec 14 2022 02:06:17 UTC (QA Tests)] INFO -- Performing initial license fabrication!93[Dec 14 2022 02:06:19 UTC (QA Tests)] INFO -- filling :login_field with "root"94[Dec 14 2022 02:06:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field95[Dec 14 2022 02:06:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"96[Dec 14 2022 02:06:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field97[Dec 14 2022 02:06:19 UTC (QA Tests)] INFO -- clicking :sign_in_button98[Dec 14 2022 02:06:23 UTC (QA Tests)] INFO -- clicking :navbar_dropdown99[Dec 14 2022 02:06:23 UTC (QA Tests)] INFO -- clicking :admin_area_link100[Dec 14 2022 02:06:26 UTC (QA Tests)] INFO -- clicking :admin_subscription_menu_link101[Dec 14 2022 02:06:38 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_settings_menu_link"],.qa-admin-settings-menu-link102[Dec 14 2022 02:06:39 UTC (QA Tests)] INFO -- clicking :admin_settings_general_link103[Dec 14 2022 02:06:41 UTC (QA Tests)] INFO -- clicking :expand_add_license_button104[Dec 14 2022 02:06:41 UTC (QA Tests)] INFO -- filling :license_key_field with "*****"105[Dec 14 2022 02:06:41 UTC (QA Tests)] INFO -- clicking the coordinates of :license_key_field106[Dec 14 2022 02:06:41 UTC (QA Tests)] INFO -- checking :accept_eula_checkbox with args {}107[Dec 14 2022 02:06:41 UTC (QA Tests)] INFO -- clicking :license_upload_button108[Dec 14 2022 02:06:47 UTC (QA Tests)] INFO -- clicking :user_avatar_content109[Dec 14 2022 02:06:47 UTC (QA Tests)] INFO -- clicking :sign_out_link110[Dec 14 2022 02:06:48 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License via browser_ui in 31.48 seconds111Run options:112 include {:smoke=>true}113 exclude {:geo=>true, :requires_praefect=>true}114Randomized with seed 32797115Create116 SSH key support117[Dec 14 2022 02:06:49 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20221214-40-btao99/id_rsa -N `118[Dec 14 2022 02:06:49 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA119[Dec 14 2022 02:06:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-e33m87jb' via cache in 0.0 seconds120[Dec 14 2022 02:06:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '1' via api in 0.7 seconds121[Dec 14 2022 02:06:49 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes multiple branches and tags together122[Dec 14 2022 02:06:52 UTC (QA Tests)] INFO -- filling :login_field with "root"123[Dec 14 2022 02:06:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field124[Dec 14 2022 02:06:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"125[Dec 14 2022 02:06:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field126[Dec 14 2022 02:06:52 UTC (QA Tests)] INFO -- clicking :sign_in_button127[Dec 14 2022 02:06:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 1.11 seconds128[Dec 14 2022 02:06:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0' via api in 1.61 seconds129[Dec 14 2022 02:06:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/ssh-tests-1bdee4ef05debf2a' via api in 3.95 seconds130 pushes multiple branches and tags together131[Dec 14 2022 02:07:01 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes code to the repository via SSH132[Dec 14 2022 02:07:06 UTC (QA Tests)] INFO -- filling :login_field with "root"133[Dec 14 2022 02:07:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field134[Dec 14 2022 02:07:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"135[Dec 14 2022 02:07:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field136[Dec 14 2022 02:07:06 UTC (QA Tests)] INFO -- clicking :sign_in_button137[Dec 14 2022 02:07:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.08 seconds138[Dec 14 2022 02:07:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0' via api in 0.19 seconds139[Dec 14 2022 02:07:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/ssh-tests-29941e08584f8338' via api in 2.57 seconds140[Dec 14 2022 02:07:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.37 seconds141[Dec 14 2022 02:07:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/ssh-tests-29941e08584f8338142 pushes code to the repository via SSH143[Dec 14 2022 02:07:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '1'144Manage145 basic user login146[Dec 14 2022 02:07:16 UTC (QA Tests)] INFO -- Starting test: Manage basic user login user logs in using basic credentials and logs out147[Dec 14 2022 02:07:21 UTC (QA Tests)] INFO -- filling :login_field with "root"148[Dec 14 2022 02:07:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field149[Dec 14 2022 02:07:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"150[Dec 14 2022 02:07:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field151[Dec 14 2022 02:07:21 UTC (QA Tests)] INFO -- clicking :sign_in_button152[Dec 14 2022 02:07:26 UTC (QA Tests)] INFO -- clicking :user_avatar_content153[Dec 14 2022 02:07:26 UTC (QA Tests)] INFO -- clicking :sign_out_link154 user logs in using basic credentials and logs out155Create156 Git push to canary Gitaly node over HTTP157 pushes to a project using a canary specific Gitaly repository storage (PENDING: Test is not compatible with this environment or pipeline)158Manage159 Project160 in group161 behaves like successful project creation162[Dec 14 2022 02:07:27 UTC (QA Tests)] INFO -- Starting test: Manage Project in group behaves like successful project creation creates a new project163[Dec 14 2022 02:07:31 UTC (QA Tests)] INFO -- filling :login_field with "root"164[Dec 14 2022 02:07:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field165[Dec 14 2022 02:07:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"166[Dec 14 2022 02:07:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field167[Dec 14 2022 02:07:32 UTC (QA Tests)] INFO -- clicking :sign_in_button168[Dec 14 2022 02:07:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.07 seconds169[Dec 14 2022 02:07:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0' via api in 0.14 seconds170[Dec 14 2022 02:07:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-0229c8d9.test/groups/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0171[Dec 14 2022 02:07:34 UTC (QA Tests)] INFO -- clicking :new_project_button172[Dec 14 2022 02:07:35 UTC (QA Tests)] INFO -- clicking :panel_link173[Dec 14 2022 02:07:35 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown174[Dec 14 2022 02:07:35 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0"175[Dec 14 2022 02:07:35 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field176[Dec 14 2022 02:07:36 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}177[Dec 14 2022 02:07:36 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}178[Dec 14 2022 02:07:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/project-in-group-ced00965174f7b60-f6290203d6941de0' via browser_ui in 4.7 seconds179 creates a new project180 in personal namespace181 behaves like successful project creation182[Dec 14 2022 02:07:38 UTC (QA Tests)] INFO -- Starting test: Manage Project in personal namespace behaves like successful project creation creates a new project183[Dec 14 2022 02:07:42 UTC (QA Tests)] INFO -- filling :login_field with "root"184[Dec 14 2022 02:07:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field185[Dec 14 2022 02:07:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"186[Dec 14 2022 02:07:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field187[Dec 14 2022 02:07:43 UTC (QA Tests)] INFO -- clicking :sign_in_button188[Dec 14 2022 02:07:44 UTC (QA Tests)] INFO -- clicking :new_project_button , expecting to be at Class189[Dec 14 2022 02:07:45 UTC (QA Tests)] INFO -- clicking :panel_link190[Dec 14 2022 02:07:45 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown191[Dec 14 2022 02:07:45 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "root"192[Dec 14 2022 02:07:45 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field193[Dec 14 2022 02:07:47 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}194[Dec 14 2022 02:07:47 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}195[Dec 14 2022 02:07:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'root/project-in-personal-namespace-61545e145c44ed18-45098765113571c3' via browser_ui in 3.7 seconds196 creates a new project197Create198 SSH keys support199[Dec 14 2022 02:07:48 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support user can add an SSH key200[Dec 14 2022 02:07:53 UTC (QA Tests)] INFO -- filling :login_field with "root"201[Dec 14 2022 02:07:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field202[Dec 14 2022 02:07:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"203[Dec 14 2022 02:07:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field204[Dec 14 2022 02:07:53 UTC (QA Tests)] INFO -- clicking :sign_in_button205[Dec 14 2022 02:07:56 UTC (QA Tests)] INFO -- clicking :user_avatar_content206[Dec 14 2022 02:07:57 UTC (QA Tests)] INFO -- clicking :edit_profile_link207[Dec 14 2022 02:07:58 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20221214-40-ferjkg/id_rsa -N `208[Dec 14 2022 02:07:58 UTC (QA Tests)] INFO -- filling :key_public_key_field with "*****"209[Dec 14 2022 02:07:58 UTC (QA Tests)] INFO -- clicking the coordinates of :key_public_key_field210[Dec 14 2022 02:07:59 UTC (QA Tests)] INFO -- filling :key_title_field with "*****"211[Dec 14 2022 02:07:59 UTC (QA Tests)] INFO -- clicking the coordinates of :key_title_field212[Dec 14 2022 02:07:59 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2022-12-16"213[Dec 14 2022 02:07:59 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field214[Dec 14 2022 02:07:59 UTC (QA Tests)] INFO -- clicking :add_key_button215[Dec 14 2022 02:08:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey via browser_ui in 5.45 seconds216 user can add an SSH key217 after adding an ssh key218[Dec 14 2022 02:08:00 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support after adding an ssh key can delete an ssh key219[Dec 14 2022 02:08:05 UTC (QA Tests)] INFO -- filling :login_field with "root"220[Dec 14 2022 02:08:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field221[Dec 14 2022 02:08:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"222[Dec 14 2022 02:08:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field223[Dec 14 2022 02:08:05 UTC (QA Tests)] INFO -- clicking :sign_in_button224[Dec 14 2022 02:08:09 UTC (QA Tests)] INFO -- clicking :user_avatar_content225[Dec 14 2022 02:08:09 UTC (QA Tests)] INFO -- clicking :edit_profile_link226[Dec 14 2022 02:08:10 UTC (QA Tests)] INFO -- clicking :delete_ssh_key_button227 can delete an ssh key228Plan229 mention230[Dec 14 2022 02:08:12 UTC (QA Tests)] INFO -- Starting test: Plan mention mentions another user in an issue231[Dec 14 2022 02:08:16 UTC (QA Tests)] INFO -- filling :login_field with "root"232[Dec 14 2022 02:08:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field233[Dec 14 2022 02:08:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"234[Dec 14 2022 02:08:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field235[Dec 14 2022 02:08:17 UTC (QA Tests)] INFO -- clicking :sign_in_button236[Dec 14 2022 02:08:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.07 seconds237[Dec 14 2022 02:08:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0' via api in 0.12 seconds238[Dec 14 2022 02:08:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-f299b7bc0761fccd' via api in 0.56 seconds239[Dec 14 2022 02:08:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-f299b7bc0761fccd240[Dec 14 2022 02:08:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.28 seconds241[Dec 14 2022 02:08:20 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-f299b7bc0761fccd QA::Resource::Project242[Dec 14 2022 02:08:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 0.64 seconds243[Dec 14 2022 02:08:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-f299b7bc0761fccd/-/issues/1244[Dec 14 2022 02:08:23 UTC (QA Tests)] INFO -- clicking :title_content245[Dec 14 2022 02:08:23 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown246[Dec 14 2022 02:08:23 UTC (QA Tests)] INFO -- clicking :title_content247[Dec 14 2022 02:08:24 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown248[Dec 14 2022 02:08:24 UTC (QA Tests)] INFO -- filling :comment_field with "@gitlab-qa-user1249"250[Dec 14 2022 02:08:24 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field251[Dec 14 2022 02:08:24 UTC (QA Tests)] INFO -- clicking :comment_button252 mentions another user in an issue253Verify254 Add or Remove CI variable via UI255[Dec 14 2022 02:08:25 UTC (QA Tests)] INFO -- Starting test: Verify Add or Remove CI variable via UI user adds a CI variable256[Dec 14 2022 02:08:30 UTC (QA Tests)] INFO -- filling :login_field with "root"257[Dec 14 2022 02:08:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field258[Dec 14 2022 02:08:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"259[Dec 14 2022 02:08:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field260[Dec 14 2022 02:08:30 UTC (QA Tests)] INFO -- clicking :sign_in_button261[Dec 14 2022 02:08:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.07 seconds262[Dec 14 2022 02:08:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0' via api in 0.13 seconds263[Dec 14 2022 02:08:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-2d5be0642e6aac2f' via api in 1.19 seconds264[Dec 14 2022 02:08:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-2d5be0642e6aac2f265[Dec 14 2022 02:08:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-2d5be0642e6aac2f266[Dec 14 2022 02:08:35 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link267[Dec 14 2022 02:08:35 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link268[Dec 14 2022 02:08:37 UTC (QA Tests)] INFO -- clicking :add_ci_variable_button269[Dec 14 2022 02:08:38 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "some_CI_variable"270[Dec 14 2022 02:08:38 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field271[Dec 14 2022 02:08:38 UTC (QA Tests)] INFO -- clicking :ci_variable_save_button272[Dec 14 2022 02:08:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via browser_ui in 5.12 seconds273[Dec 14 2022 02:08:39 UTC (QA Tests)] INFO -- clicking :reveal_ci_variable_value_button274 user adds a CI variable275[Dec 14 2022 02:08:40 UTC (QA Tests)] INFO -- Starting test: Verify Add or Remove CI variable via UI user removes a CI variable276[Dec 14 2022 02:08:44 UTC (QA Tests)] INFO -- filling :login_field with "root"277[Dec 14 2022 02:08:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field278[Dec 14 2022 02:08:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"279[Dec 14 2022 02:08:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field280[Dec 14 2022 02:08:45 UTC (QA Tests)] INFO -- clicking :sign_in_button281[Dec 14 2022 02:08:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.05 seconds282[Dec 14 2022 02:08:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0' via api in 0.11 seconds283[Dec 14 2022 02:08:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-ea9e9412b15ada19' via api in 1.01 seconds284[Dec 14 2022 02:08:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-ea9e9412b15ada19285[Dec 14 2022 02:08:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-ea9e9412b15ada19286[Dec 14 2022 02:08:49 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link287[Dec 14 2022 02:08:49 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link288[Dec 14 2022 02:08:52 UTC (QA Tests)] INFO -- clicking :add_ci_variable_button289[Dec 14 2022 02:08:53 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "some_CI_variable"290[Dec 14 2022 02:08:53 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field291[Dec 14 2022 02:08:53 UTC (QA Tests)] INFO -- clicking :ci_variable_save_button292[Dec 14 2022 02:08:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via browser_ui in 5.43 seconds293[Dec 14 2022 02:08:53 UTC (QA Tests)] INFO -- clicking :edit_ci_variable_button294[Dec 14 2022 02:08:54 UTC (QA Tests)] INFO -- clicking :ci_variable_delete_button295 user removes a CI variable296Govern297 Policies List page298[Dec 14 2022 02:08:55 UTC (QA Tests)] INFO -- Starting test: Govern Policies List page can load Policies page and view the policies list299[Dec 14 2022 02:08:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.07 seconds300[Dec 14 2022 02:08:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0' via api in 0.14 seconds301[Dec 14 2022 02:08:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-9571998e74e76399' via api in 0.78 seconds302[Dec 14 2022 02:09:00 UTC (QA Tests)] INFO -- filling :login_field with "root"303[Dec 14 2022 02:09:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field304[Dec 14 2022 02:09:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"305[Dec 14 2022 02:09:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field306[Dec 14 2022 02:09:01 UTC (QA Tests)] INFO -- clicking :sign_in_button307[Dec 14 2022 02:09:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-9571998e74e76399308[Dec 14 2022 02:09:03 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link309[Dec 14 2022 02:09:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-9571998e74e76399'310 can load Policies page and view the policies list311[Dec 14 2022 02:09:04 UTC (QA Tests)] INFO -- Starting test: Govern Policies List page can navigate to Policy Editor page312[Dec 14 2022 02:09:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.06 seconds313[Dec 14 2022 02:09:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0' via api in 0.12 seconds314[Dec 14 2022 02:09:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-03e97d0379d2fc3f' via api in 0.65 seconds315[Dec 14 2022 02:09:09 UTC (QA Tests)] INFO -- filling :login_field with "root"316[Dec 14 2022 02:09:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field317[Dec 14 2022 02:09:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"318[Dec 14 2022 02:09:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field319[Dec 14 2022 02:09:10 UTC (QA Tests)] INFO -- clicking :sign_in_button320[Dec 14 2022 02:09:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-03e97d0379d2fc3f321[Dec 14 2022 02:09:12 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link322[Dec 14 2022 02:09:12 UTC (QA Tests)] INFO -- clicking :new_policy_button323[Dec 14 2022 02:09:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-03e97d0379d2fc3f'324 can navigate to Policy Editor page325Verify326 Pipeline creation and processing327 users creates a pipeline which gets processed (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/356295)328Plan329 Issue creation330[Dec 14 2022 02:09:13 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation closes an issue331[Dec 14 2022 02:09:18 UTC (QA Tests)] INFO -- filling :login_field with "root"332[Dec 14 2022 02:09:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field333[Dec 14 2022 02:09:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"334[Dec 14 2022 02:09:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field335[Dec 14 2022 02:09:18 UTC (QA Tests)] INFO -- clicking :sign_in_button336[Dec 14 2022 02:09:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.07 seconds337[Dec 14 2022 02:09:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0' via api in 0.13 seconds338[Dec 14 2022 02:09:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/project-for-issues-659f7fe9c21ceac1' via api in 0.74 seconds339[Dec 14 2022 02:09:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 1.06 seconds340[Dec 14 2022 02:09:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/project-for-issues-659f7fe9c21ceac1/-/issues/1341[Dec 14 2022 02:09:22 UTC (QA Tests)] INFO -- clicking :close_issue_button342[Dec 14 2022 02:09:23 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link343[Dec 14 2022 02:09:24 UTC (QA Tests)] INFO -- clicking :closed_issuables_tab344 closes an issue345[Dec 14 2022 02:09:24 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation creates an issue346[Dec 14 2022 02:09:29 UTC (QA Tests)] INFO -- filling :login_field with "root"347[Dec 14 2022 02:09:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field348[Dec 14 2022 02:09:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"349[Dec 14 2022 02:09:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field350[Dec 14 2022 02:09:29 UTC (QA Tests)] INFO -- clicking :sign_in_button351[Dec 14 2022 02:09:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.08 seconds352[Dec 14 2022 02:09:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0' via api in 0.14 seconds353[Dec 14 2022 02:09:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-8e979df9bcc08007' via api in 0.63 seconds354[Dec 14 2022 02:09:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/the_awesome_project-8e979df9bcc08007355[Dec 14 2022 02:09:32 UTC (QA Tests)] INFO -- clicking :new_menu_toggle356[Dec 14 2022 02:09:32 UTC (QA Tests)] INFO -- clicking :new_issue_link357[Dec 14 2022 02:09:33 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 04e590c9385d327b"358[Dec 14 2022 02:09:33 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field359[Dec 14 2022 02:09:33 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description 80443bd0ef6d1832"360[Dec 14 2022 02:09:33 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field361[Dec 14 2022 02:09:34 UTC (QA Tests)] INFO -- clicking :issuable_create_button , expecting to be at Class362[Dec 14 2022 02:09:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 4.94 seconds363[Dec 14 2022 02:09:36 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link364 creates an issue365 when using attachments in comments366[Dec 14 2022 02:09:37 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation when using attachments in comments comments on an issue with an attachment367[Dec 14 2022 02:09:42 UTC (QA Tests)] INFO -- filling :login_field with "root"368[Dec 14 2022 02:09:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field369[Dec 14 2022 02:09:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"370[Dec 14 2022 02:09:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field371[Dec 14 2022 02:09:42 UTC (QA Tests)] INFO -- clicking :sign_in_button372[Dec 14 2022 02:09:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.06 seconds373[Dec 14 2022 02:09:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0' via api in 0.12 seconds374[Dec 14 2022 02:09:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/project-for-issues-47acee0cdbb0ce16' via api in 0.73 seconds375[Dec 14 2022 02:09:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 1.05 seconds376[Dec 14 2022 02:09:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/project-for-issues-47acee0cdbb0ce16/-/issues/1377[Dec 14 2022 02:09:46 UTC (QA Tests)] INFO -- clicking :title_content378[Dec 14 2022 02:09:46 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown379[Dec 14 2022 02:09:46 UTC (QA Tests)] INFO -- filling :comment_field with "See attached image for scale380"381[Dec 14 2022 02:09:46 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field382[Dec 14 2022 02:09:47 UTC (QA Tests)] INFO -- clicking :comment_button383 comments on an issue with an attachment384Create385 Personal snippet creation386[Dec 14 2022 02:09:48 UTC (QA Tests)] INFO -- Starting test: Create Personal snippet creation user creates a personal snippet387[Dec 14 2022 02:09:53 UTC (QA Tests)] INFO -- filling :login_field with "root"388[Dec 14 2022 02:09:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field389[Dec 14 2022 02:09:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"390[Dec 14 2022 02:09:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field391[Dec 14 2022 02:09:53 UTC (QA Tests)] INFO -- clicking :sign_in_button392[Dec 14 2022 02:09:55 UTC (QA Tests)] INFO -- clicking :navbar_dropdown393[Dec 14 2022 02:09:55 UTC (QA Tests)] INFO -- clicking :snippets_link394[Dec 14 2022 02:09:55 UTC (QA Tests)] INFO -- clicking :new_menu_toggle395[Dec 14 2022 02:09:55 UTC (QA Tests)] INFO -- clicking :global_new_snippet_link396[Dec 14 2022 02:09:56 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Snippet title"397[Dec 14 2022 02:09:56 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field398[Dec 14 2022 02:09:56 UTC (QA Tests)] INFO -- clicking :description_placeholder399[Dec 14 2022 02:09:56 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"400[Dec 14 2022 02:09:56 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field401[Dec 14 2022 02:09:57 UTC (QA Tests)] INFO -- clicking :visibility_content402[Dec 14 2022 02:09:57 UTC (QA Tests)] INFO -- filling :file_name_field with "ruby_file.rb"403[Dec 14 2022 02:09:57 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field404[Dec 14 2022 02:09:58 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button405[Dec 14 2022 02:09:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '1' via browser_ui in 4.35 seconds406[Dec 14 2022 02:09:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '1'407 user creates a personal snippet408Create409 Git push over HTTP410[Dec 14 2022 02:09:59 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user pushes code to the repository411[Dec 14 2022 02:10:04 UTC (QA Tests)] INFO -- filling :login_field with "root"412[Dec 14 2022 02:10:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field413[Dec 14 2022 02:10:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"414[Dec 14 2022 02:10:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field415[Dec 14 2022 02:10:05 UTC (QA Tests)] INFO -- clicking :sign_in_button416[Dec 14 2022 02:10:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.05 seconds417[Dec 14 2022 02:10:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0' via api in 0.11 seconds418[Dec 14 2022 02:10:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/project-with-code-7651d0383bfe1287' via api in 0.68 seconds419[Dec 14 2022 02:10:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.46 seconds420[Dec 14 2022 02:10:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/project-with-code-7651d0383bfe1287421 user pushes code to the repository422Version sanity check423 is the specified version (PENDING: Test is not compatible with this environment or pipeline)424Create425 Create a new merge request426[Dec 14 2022 02:10:10 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request creates a basic merge request427[Dec 14 2022 02:10:14 UTC (QA Tests)] INFO -- filling :login_field with "root"428[Dec 14 2022 02:10:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field429[Dec 14 2022 02:10:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"430[Dec 14 2022 02:10:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field431[Dec 14 2022 02:10:15 UTC (QA Tests)] INFO -- clicking :sign_in_button432[Dec 14 2022 02:10:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.06 seconds433[Dec 14 2022 02:10:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0' via api in 0.12 seconds434[Dec 14 2022 02:10:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/project-90420536ba8ed524' via api in 0.59 seconds435[Dec 14 2022 02:10:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.33 seconds436[Dec 14 2022 02:10:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.36 seconds437[Dec 14 2022 02:10:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/project-90420536ba8ed524438[Dec 14 2022 02:10:19 UTC (QA Tests)] INFO -- clicking :create_merge_request_button439[Dec 14 2022 02:10:20 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"440[Dec 14 2022 02:10:20 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field441[Dec 14 2022 02:10:20 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "... to find them, to bring them all, and in the darkness bind them"442[Dec 14 2022 02:10:20 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field443[Dec 14 2022 02:10:21 UTC (QA Tests)] INFO -- clicking :assign_to_me_link444[Dec 14 2022 02:10:21 UTC (QA Tests)] INFO -- clicking :issuable_create_button , expecting to be at Class445[Dec 14 2022 02:10:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 7.13 seconds446 creates a basic merge request447Create448 Git push over HTTP449[Dec 14 2022 02:10:24 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user using a personal access token pushes code to the repository450[Dec 14 2022 02:10:28 UTC (QA Tests)] INFO -- filling :login_field with "root"451[Dec 14 2022 02:10:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field452[Dec 14 2022 02:10:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"453[Dec 14 2022 02:10:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field454[Dec 14 2022 02:10:29 UTC (QA Tests)] INFO -- clicking :sign_in_button455[Dec 14 2022 02:10:31 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA456[Dec 14 2022 02:10:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-287nb5ac' via cache in 0.0 seconds457[Dec 14 2022 02:10:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.07 seconds458[Dec 14 2022 02:10:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0' via api in 0.13 seconds459[Dec 14 2022 02:10:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/project-with-code-efc97cf1d5ff1647' via api in 0.62 seconds460[Dec 14 2022 02:10:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.88 seconds461[Dec 14 2022 02:10:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-0229c8d9.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-06-54-904f0565f000e3e0/project-with-code-efc97cf1d5ff1647462 user using a personal access token pushes code to the repository463Pending: (Failures listed here are expected and do not affect your suite's status)464 1) Create Git push to canary Gitaly node over HTTP pushes to a project using a canary specific Gitaly repository storage465 # Test is not compatible with this environment or pipeline466 # ./qa/specs/features/browser_ui/3_create/repository/push_to_canary_gitaly_spec.rb:6467 2) Verify Pipeline creation and processing users creates a pipeline which gets processed468 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/356295469 # ./qa/specs/features/browser_ui/4_verify/pipeline/create_and_process_pipeline_spec.rb:29470 3) Version sanity check is the specified version471 # Test is not compatible with this environment or pipeline472 # ./qa/specs/features/sanity/version_spec.rb:14473Top 10 slowest examples (131.84 seconds, 58.5% of total time):474 Create SSH key support pushes code to the repository via SSH475 15.02 seconds ./qa/specs/features/browser_ui/3_create/repository/push_over_ssh_spec.rb:29476 Verify Add or Remove CI variable via UI user adds a CI variable477 14.92 seconds ./qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb:19478 Verify Add or Remove CI variable via UI user removes a CI variable479 14.67 seconds ./qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb:30480 Create Create a new merge request creates a basic merge request481 14.28 seconds ./qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb:23482 Plan mention mentions another user in an issue483 13.05 seconds ./qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb:45484 Plan Issue creation creates an issue485 12.99 seconds ./qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb:26486 Create SSH keys support user can add an SSH key487 11.96 seconds ./qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb:14488 Create SSH keys support after adding an ssh key can delete an ssh key489 11.88 seconds ./qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb:25490 Create SSH key support pushes multiple branches and tags together491 11.8 seconds ./qa/specs/features/browser_ui/3_create/repository/push_over_ssh_spec.rb:45492 Create Personal snippet creation user creates a personal snippet493 11.26 seconds ./qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb:29494Top 10 slowest example groups:495 Verify496 14.8 seconds average (29.6 seconds / 2 examples) ./qa/specs/features/browser_ui/4_verify/ci_variable/add_remove_ci_variable_spec.rb:4497 Create498 14.28 seconds average (14.28 seconds / 1 example) ./qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb:4499 Create500 13.81 seconds average (27.63 seconds / 2 examples) ./qa/specs/features/browser_ui/3_create/repository/push_over_ssh_spec.rb:4501 Plan502 13.06 seconds average (13.06 seconds / 1 example) ./qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb:4503 Create504 11.92 seconds average (23.84 seconds / 2 examples) ./qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb:4505 Plan506 11.64 seconds average (34.93 seconds / 3 examples) ./qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb:4507 Create508 11.27 seconds average (11.27 seconds / 1 example) ./qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb:4509 Manage510 10.78 seconds average (21.57 seconds / 2 examples) ./qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb:4511 Manage512 10.3 seconds average (10.3 seconds / 1 example) ./qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb:4513 Create514 10.23 seconds average (10.23 seconds / 1 example) ./qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb:4515Finished in 3 minutes 45.3 seconds (files took 34.72 seconds to load)51622 examples, 0 failures, 3 pending517Randomized with seed 32797518[Dec 14 2022 02:10:34 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ee-0229c8d9`519[Dec 14 2022 02:10:34 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ee-0229c8d9`520[Dec 14 2022 02:10:35 UTC (Gitlab QA)] INFO -- Deploying release: registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:c458f253b88303f2deb1dd1e050e566878215031521[Dec 14 2022 02:10:35 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`522[Dec 14 2022 02:10:35 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:c458f253b88303f2deb1dd1e050e566878215031`523[Dec 14 2022 02:11:10 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ee-6e418de3$`524[Dec 14 2022 02:11:10 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`525[Dec 14 2022 02:11:10 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ee-6e418de3 --net test --hostname gitlab-ee-6e418de3.test -p 80 --volume /tmp/gitlab-qa-20221214-23-jy2x3d/config:/etc/gitlab:Z --volume /tmp/gitlab-qa-20221214-23-jy2x3d/data:/var/opt/gitlab:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2022-12-14-02-00-06-b02d7393/gitlab-ee-6e418de3/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:c458f253b88303f2deb1dd1e050e566878215031`526[Dec 14 2022 02:11:25 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-6e418de3 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2022-12-14 02:10:35527# Gitlab::QA::Runtime::OmnibusConfigurations::Default528gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme529gitlab_rails['gitlab_disable_animations'] = true # Disable animations530gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry531gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password532gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com'}\" > /etc/gitlab/gitlab.rb;"`533[Dec 14 2022 02:11:25 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ee-6e418de3`534[Dec 14 2022 02:14:36 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...535[Dec 14 2022 02:14:36 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-6e418de3`536[Dec 14 2022 02:14:36 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ee-6e418de3 80/tcp`537[Dec 14 2022 02:14:36 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:49154`!538[Dec 14 2022 02:14:36 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`539[Dec 14 2022 02:14:36 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:c458f253b88303f2deb1dd1e050e566878215031`540[Dec 14 2022 02:15:30 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee541[Dec 14 2022 02:15:30 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_CONFINER_TOKEN_UNUSED_TO_BE_REMOVED="$QA_CONFINER_TOKEN_UNUSED_TO_BE_REMOVED" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --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_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --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_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_GCLOUD_ACCOUNT_EMAIL_UNUSED_TO_BE_REMOVED="$QA_GCLOUD_ACCOUNT_EMAIL_UNUSED_TO_BE_REMOVED" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --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_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_ALLURE_REPORT_GCS_CREDENTIALS="$QA_ALLURE_REPORT_GCS_CREDENTIALS" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --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_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_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_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_GCLOUD_ACCOUNT_KEY_UNUSED_TO_BE_REMOVED="$QA_GCLOUD_ACCOUNT_KEY_UNUSED_TO_BE_REMOVED" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITHUB_ACCESS_TOKEN="$GITHUB_ACCESS_TOKEN" --env EE_LICENSE="$EE_LICENSE" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_COMMIT_REF_NAME="$CI_COMMIT_REF_NAME" --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_ID="$CI_PROJECT_ID" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_SLACK_WEBHOOK_URL="$CI_SLACK_WEBHOOK_URL" --env CI_PIPELINE_ID="$CI_PIPELINE_ID" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env CI_API_V4_URL="$CI_API_V4_URL" --env GITLAB_CI="$GITLAB_CI" --env ELASTIC_URL="$ELASTIC_URL" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2022-12-14-02-00-06-b02d7393/gitlab-ee-qa-4be53e00:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --name gitlab-ee-qa-4be53e00 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:c458f253b88303f2deb1dd1e050e566878215031 Test::Instance::All http://gitlab-ee-6e418de3.test -- --tag smoke --format QA::Support::JsonFormatter --out tmp/rspec-3470253128.json --format RspecJunitFormatter --out tmp/rspec-3470253128.xml --format html --out tmp/rspec-ee:update-minor.htm --color --format documentation`542warning: parser/current is loading parser/ruby27, which recognizes2.7.6-compliant syntax, but you are running 2.7.7.5442022-12-14 02:15:46 / CONF :: 545 ==> Base URL: http://gitlab-ee-6e418de3.test546 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007efdf208f628>547 ==> Libraries: Chemlab::Vendor548[Dec 14 2022 02:15:46 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA549[Dec 14 2022 02:15:46 UTC (QA Tests)] INFO -- Performing sanity check for environment!550[Dec 14 2022 02:15:47 UTC (QA Tests)] INFO -- Performing initial license fabrication!551[Dec 14 2022 02:15:49 UTC (QA Tests)] INFO -- filling :login_field with "root"552[Dec 14 2022 02:15:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field553[Dec 14 2022 02:15:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"554[Dec 14 2022 02:15:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field555[Dec 14 2022 02:15:49 UTC (QA Tests)] INFO -- clicking :sign_in_button556[Dec 14 2022 02:15:53 UTC (QA Tests)] INFO -- clicking :navbar_dropdown557[Dec 14 2022 02:15:53 UTC (QA Tests)] INFO -- clicking :admin_area_link558[Dec 14 2022 02:15:55 UTC (QA Tests)] INFO -- clicking :admin_subscription_menu_link559[Dec 14 2022 02:16:00 UTC (QA Tests)] INFO -- clicking :user_avatar_content560[Dec 14 2022 02:16:00 UTC (QA Tests)] INFO -- clicking :sign_out_link561[Dec 14 2022 02:16:01 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License via browser_ui in 14.31 seconds562Run options:563 include {:smoke=>true}564 exclude {:geo=>true, :requires_praefect=>true}565Randomized with seed 4240566Create567 Create a new merge request568[Dec 14 2022 02:16:02 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request creates a basic merge request569[Dec 14 2022 02:16:04 UTC (QA Tests)] INFO -- filling :login_field with "root"570[Dec 14 2022 02:16:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field571[Dec 14 2022 02:16:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"572[Dec 14 2022 02:16:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field573[Dec 14 2022 02:16:04 UTC (QA Tests)] INFO -- clicking :sign_in_button574[Dec 14 2022 02:16:06 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA575[Dec 14 2022 02:16:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-s2d8kjas' via cache in 0.0 seconds576[Dec 14 2022 02:16:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.2 seconds577[Dec 14 2022 02:16:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f' via api in 0.67 seconds578[Dec 14 2022 02:16:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/project-17b8209784de99e0' via api in 2.24 seconds579[Dec 14 2022 02:16:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds580[Dec 14 2022 02:16:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.66 seconds581[Dec 14 2022 02:16:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/project-17b8209784de99e0582[Dec 14 2022 02:16:12 UTC (QA Tests)] INFO -- clicking :create_merge_request_button583[Dec 14 2022 02:16:15 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"584[Dec 14 2022 02:16:15 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field585[Dec 14 2022 02:16:15 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "... to find them, to bring them all, and in the darkness bind them"586[Dec 14 2022 02:16:15 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field587[Dec 14 2022 02:16:16 UTC (QA Tests)] INFO -- clicking :assign_to_me_link588[Dec 14 2022 02:16:16 UTC (QA Tests)] INFO -- clicking :issuable_create_button , expecting to be at Class589[Dec 14 2022 02:16:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 10.9 seconds590 creates a basic merge request591Create592 SSH key support593[Dec 14 2022 02:16:20 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20221214-39-1exzbr7/id_rsa -N `594[Dec 14 2022 02:16:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '34' via api in 0.64 seconds595[Dec 14 2022 02:16:20 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes multiple branches and tags together596[Dec 14 2022 02:16:25 UTC (QA Tests)] INFO -- filling :login_field with "root"597[Dec 14 2022 02:16:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field598[Dec 14 2022 02:16:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"599[Dec 14 2022 02:16:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field600[Dec 14 2022 02:16:25 UTC (QA Tests)] INFO -- clicking :sign_in_button601[Dec 14 2022 02:16:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.08 seconds602[Dec 14 2022 02:16:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f' via api in 0.18 seconds603[Dec 14 2022 02:16:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/ssh-tests-9591316e42b13bf8' via api in 1.53 seconds604 pushes multiple branches and tags together605[Dec 14 2022 02:16:31 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes code to the repository via SSH606[Dec 14 2022 02:16:36 UTC (QA Tests)] INFO -- filling :login_field with "root"607[Dec 14 2022 02:16:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field608[Dec 14 2022 02:16:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"609[Dec 14 2022 02:16:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field610[Dec 14 2022 02:16:36 UTC (QA Tests)] INFO -- clicking :sign_in_button611[Dec 14 2022 02:16:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.08 seconds612[Dec 14 2022 02:16:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f' via api in 0.25 seconds613[Dec 14 2022 02:16:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/ssh-tests-5db428d19c5b70bd' via api in 0.97 seconds614[Dec 14 2022 02:16:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.12 seconds615[Dec 14 2022 02:16:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/ssh-tests-5db428d19c5b70bd616 pushes code to the repository via SSH617[Dec 14 2022 02:16:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '34'618Plan619 mention620[Dec 14 2022 02:16:44 UTC (QA Tests)] INFO -- Starting test: Plan mention mentions another user in an issue621[Dec 14 2022 02:16:48 UTC (QA Tests)] INFO -- filling :login_field with "root"622[Dec 14 2022 02:16:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field623[Dec 14 2022 02:16:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"624[Dec 14 2022 02:16:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field625[Dec 14 2022 02:16:49 UTC (QA Tests)] INFO -- clicking :sign_in_button626[Dec 14 2022 02:16:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.06 seconds627[Dec 14 2022 02:16:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f' via api in 0.13 seconds628[Dec 14 2022 02:16:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-b4070b9fe258630e' via api in 1.71 seconds629[Dec 14 2022 02:16:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-b4070b9fe258630e630[Dec 14 2022 02:16:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.17 seconds631[Dec 14 2022 02:16:53 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-b4070b9fe258630e QA::Resource::Project632[Dec 14 2022 02:16:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '34' via api in 1.1 seconds633[Dec 14 2022 02:16:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-b4070b9fe258630e/-/issues/1634[Dec 14 2022 02:16:57 UTC (QA Tests)] INFO -- clicking :title_content635[Dec 14 2022 02:16:57 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown636[Dec 14 2022 02:16:57 UTC (QA Tests)] INFO -- clicking :title_content637[Dec 14 2022 02:16:57 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown638[Dec 14 2022 02:16:57 UTC (QA Tests)] INFO -- filling :comment_field with "@gitlab-qa-user1639"640[Dec 14 2022 02:16:57 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field641[Dec 14 2022 02:16:58 UTC (QA Tests)] INFO -- clicking :comment_button642 mentions another user in an issue643Create644 Personal snippet creation645[Dec 14 2022 02:16:59 UTC (QA Tests)] INFO -- Starting test: Create Personal snippet creation user creates a personal snippet646[Dec 14 2022 02:17:04 UTC (QA Tests)] INFO -- filling :login_field with "root"647[Dec 14 2022 02:17:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field648[Dec 14 2022 02:17:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"649[Dec 14 2022 02:17:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field650[Dec 14 2022 02:17:04 UTC (QA Tests)] INFO -- clicking :sign_in_button651[Dec 14 2022 02:17:06 UTC (QA Tests)] INFO -- clicking :navbar_dropdown652[Dec 14 2022 02:17:06 UTC (QA Tests)] INFO -- clicking :snippets_link653[Dec 14 2022 02:17:07 UTC (QA Tests)] INFO -- clicking :new_menu_toggle654[Dec 14 2022 02:17:07 UTC (QA Tests)] INFO -- clicking :global_new_snippet_link655[Dec 14 2022 02:17:08 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Snippet title"656[Dec 14 2022 02:17:08 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field657[Dec 14 2022 02:17:08 UTC (QA Tests)] INFO -- clicking :description_placeholder658[Dec 14 2022 02:17:08 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"659[Dec 14 2022 02:17:08 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field660[Dec 14 2022 02:17:09 UTC (QA Tests)] INFO -- clicking :visibility_content661[Dec 14 2022 02:17:09 UTC (QA Tests)] INFO -- filling :file_name_field with "ruby_file.rb"662[Dec 14 2022 02:17:09 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field663[Dec 14 2022 02:17:09 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button664[Dec 14 2022 02:17:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '34' via browser_ui in 4.86 seconds665[Dec 14 2022 02:17:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '34'666 user creates a personal snippet667Verify668 Pipeline creation and processing669 users creates a pipeline which gets processed (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/356295)670Create671 Git push over HTTP672[Dec 14 2022 02:17:12 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user using a personal access token pushes code to the repository673[Dec 14 2022 02:17:16 UTC (QA Tests)] INFO -- filling :login_field with "root"674[Dec 14 2022 02:17:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field675[Dec 14 2022 02:17:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"676[Dec 14 2022 02:17:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field677[Dec 14 2022 02:17:17 UTC (QA Tests)] INFO -- clicking :sign_in_button678[Dec 14 2022 02:17:19 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA679[Dec 14 2022 02:17:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-38dj63c6' via cache in 0.0 seconds680[Dec 14 2022 02:17:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.07 seconds681[Dec 14 2022 02:17:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f' via api in 0.12 seconds682[Dec 14 2022 02:17:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/project-with-code-8c7d9075b69bbc2b' via api in 0.61 seconds683[Dec 14 2022 02:17:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.03 seconds684[Dec 14 2022 02:17:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/project-with-code-8c7d9075b69bbc2b685 user using a personal access token pushes code to the repository686Govern687 Policies List page688[Dec 14 2022 02:17:22 UTC (QA Tests)] INFO -- Starting test: Govern Policies List page can load Policies page and view the policies list689[Dec 14 2022 02:17:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.08 seconds690[Dec 14 2022 02:17:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f' via api in 0.14 seconds691[Dec 14 2022 02:17:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-439abda2b9b7d8ba' via api in 0.73 seconds692[Dec 14 2022 02:17:27 UTC (QA Tests)] INFO -- filling :login_field with "root"693[Dec 14 2022 02:17:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field694[Dec 14 2022 02:17:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"695[Dec 14 2022 02:17:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field696[Dec 14 2022 02:17:28 UTC (QA Tests)] INFO -- clicking :sign_in_button697[Dec 14 2022 02:17:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-439abda2b9b7d8ba698[Dec 14 2022 02:17:31 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link699[Dec 14 2022 02:17:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-439abda2b9b7d8ba'700 can load Policies page and view the policies list701[Dec 14 2022 02:17:32 UTC (QA Tests)] INFO -- Starting test: Govern Policies List page can navigate to Policy Editor page702[Dec 14 2022 02:17:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.05 seconds703[Dec 14 2022 02:17:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f' via api in 0.11 seconds704[Dec 14 2022 02:17:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-76b9e4039f226cb9' via api in 0.76 seconds705[Dec 14 2022 02:17:37 UTC (QA Tests)] INFO -- filling :login_field with "root"706[Dec 14 2022 02:17:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field707[Dec 14 2022 02:17:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"708[Dec 14 2022 02:17:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field709[Dec 14 2022 02:17:38 UTC (QA Tests)] INFO -- clicking :sign_in_button710[Dec 14 2022 02:17:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-76b9e4039f226cb9711[Dec 14 2022 02:17:43 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link712[Dec 14 2022 02:17:43 UTC (QA Tests)] INFO -- clicking :new_policy_button713[Dec 14 2022 02:17:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-76b9e4039f226cb9'714 can navigate to Policy Editor page715Create716 Git push to canary Gitaly node over HTTP717 pushes to a project using a canary specific Gitaly repository storage (PENDING: Test is not compatible with this environment or pipeline)718Version sanity check719 is the specified version (PENDING: Test is not compatible with this environment or pipeline)720Create721 Git push over HTTP722[Dec 14 2022 02:17:44 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user pushes code to the repository723[Dec 14 2022 02:17:49 UTC (QA Tests)] INFO -- filling :login_field with "root"724[Dec 14 2022 02:17:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field725[Dec 14 2022 02:17:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"726[Dec 14 2022 02:17:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field727[Dec 14 2022 02:17:49 UTC (QA Tests)] INFO -- clicking :sign_in_button728[Dec 14 2022 02:17:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.06 seconds729[Dec 14 2022 02:17:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f' via api in 0.11 seconds730[Dec 14 2022 02:17:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/project-with-code-09905edc46f87e4a' via api in 0.91 seconds731[Dec 14 2022 02:17:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.96 seconds732[Dec 14 2022 02:17:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/project-with-code-09905edc46f87e4a733 user pushes code to the repository734Manage735 Project736 in group737 behaves like successful project creation738[Dec 14 2022 02:17:55 UTC (QA Tests)] INFO -- Starting test: Manage Project in group behaves like successful project creation creates a new project739[Dec 14 2022 02:18:00 UTC (QA Tests)] INFO -- filling :login_field with "root"740[Dec 14 2022 02:18:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field741[Dec 14 2022 02:18:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"742[Dec 14 2022 02:18:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field743[Dec 14 2022 02:18:00 UTC (QA Tests)] INFO -- clicking :sign_in_button744[Dec 14 2022 02:18:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.06 seconds745[Dec 14 2022 02:18:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f' via api in 0.12 seconds746[Dec 14 2022 02:18:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-6e418de3.test/groups/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f747[Dec 14 2022 02:18:03 UTC (QA Tests)] INFO -- clicking :new_project_button748[Dec 14 2022 02:18:04 UTC (QA Tests)] INFO -- clicking :panel_link749[Dec 14 2022 02:18:04 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown750[Dec 14 2022 02:18:04 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f"751[Dec 14 2022 02:18:04 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field752[Dec 14 2022 02:18:05 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}753[Dec 14 2022 02:18:05 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}754[Dec 14 2022 02:18:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/project-in-group-4d5837e921b19e9d-b26bb8212803f33a' via browser_ui in 4.21 seconds755 creates a new project756 in personal namespace757 behaves like successful project creation758[Dec 14 2022 02:18:06 UTC (QA Tests)] INFO -- Starting test: Manage Project in personal namespace behaves like successful project creation creates a new project759[Dec 14 2022 02:18:11 UTC (QA Tests)] INFO -- filling :login_field with "root"760[Dec 14 2022 02:18:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field761[Dec 14 2022 02:18:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"762[Dec 14 2022 02:18:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field763[Dec 14 2022 02:18:12 UTC (QA Tests)] INFO -- clicking :sign_in_button764[Dec 14 2022 02:18:13 UTC (QA Tests)] INFO -- clicking :new_project_button , expecting to be at Class765[Dec 14 2022 02:18:15 UTC (QA Tests)] INFO -- clicking :panel_link766[Dec 14 2022 02:18:15 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown767[Dec 14 2022 02:18:15 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "root"768[Dec 14 2022 02:18:15 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field769[Dec 14 2022 02:18:16 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}770[Dec 14 2022 02:18:16 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}771[Dec 14 2022 02:18:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'root/project-in-personal-namespace-1be3f4800d217428-f6f4b620bc70df5e' via browser_ui in 4.18 seconds772 creates a new project773Create774 SSH keys support775[Dec 14 2022 02:18:18 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support user can add an SSH key776[Dec 14 2022 02:18:22 UTC (QA Tests)] INFO -- filling :login_field with "root"777[Dec 14 2022 02:18:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field778[Dec 14 2022 02:18:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"779[Dec 14 2022 02:18:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field780[Dec 14 2022 02:18:23 UTC (QA Tests)] INFO -- clicking :sign_in_button781[Dec 14 2022 02:18:27 UTC (QA Tests)] INFO -- clicking :user_avatar_content782[Dec 14 2022 02:18:27 UTC (QA Tests)] INFO -- clicking :edit_profile_link783[Dec 14 2022 02:18:28 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20221214-39-2h8rpk/id_rsa -N `784[Dec 14 2022 02:18:29 UTC (QA Tests)] INFO -- filling :key_public_key_field with "*****"785[Dec 14 2022 02:18:29 UTC (QA Tests)] INFO -- clicking the coordinates of :key_public_key_field786[Dec 14 2022 02:18:29 UTC (QA Tests)] INFO -- filling :key_title_field with "*****"787[Dec 14 2022 02:18:29 UTC (QA Tests)] INFO -- clicking the coordinates of :key_title_field788[Dec 14 2022 02:18:29 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2022-12-16"789[Dec 14 2022 02:18:29 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field790[Dec 14 2022 02:18:30 UTC (QA Tests)] INFO -- clicking :add_key_button791[Dec 14 2022 02:18:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey via browser_ui in 5.67 seconds792 user can add an SSH key793 after adding an ssh key794[Dec 14 2022 02:18:30 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support after adding an ssh key can delete an ssh key795[Dec 14 2022 02:18:35 UTC (QA Tests)] INFO -- filling :login_field with "root"796[Dec 14 2022 02:18:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field797[Dec 14 2022 02:18:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"798[Dec 14 2022 02:18:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field799[Dec 14 2022 02:18:36 UTC (QA Tests)] INFO -- clicking :sign_in_button800[Dec 14 2022 02:18:39 UTC (QA Tests)] INFO -- clicking :user_avatar_content801[Dec 14 2022 02:18:40 UTC (QA Tests)] INFO -- clicking :edit_profile_link802[Dec 14 2022 02:18:41 UTC (QA Tests)] INFO -- clicking :delete_ssh_key_button803 can delete an ssh key804Plan805 Issue creation806[Dec 14 2022 02:18:43 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation creates an issue807[Dec 14 2022 02:18:47 UTC (QA Tests)] INFO -- filling :login_field with "root"808[Dec 14 2022 02:18:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field809[Dec 14 2022 02:18:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"810[Dec 14 2022 02:18:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field811[Dec 14 2022 02:18:48 UTC (QA Tests)] INFO -- clicking :sign_in_button812[Dec 14 2022 02:18:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.06 seconds813[Dec 14 2022 02:18:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f' via api in 0.11 seconds814[Dec 14 2022 02:18:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-91ae9b027b29c771' via api in 0.6 seconds815[Dec 14 2022 02:18:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-91ae9b027b29c771816[Dec 14 2022 02:18:51 UTC (QA Tests)] INFO -- clicking :new_menu_toggle817[Dec 14 2022 02:18:51 UTC (QA Tests)] INFO -- clicking :new_issue_link818[Dec 14 2022 02:18:52 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 89edee80aef2275e"819[Dec 14 2022 02:18:52 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field820[Dec 14 2022 02:18:53 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description 5e9003bc96e40e0f"821[Dec 14 2022 02:18:53 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field822[Dec 14 2022 02:18:53 UTC (QA Tests)] INFO -- clicking :issuable_create_button , expecting to be at Class823[Dec 14 2022 02:18:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 5.33 seconds824[Dec 14 2022 02:18:56 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link825 creates an issue826[Dec 14 2022 02:18:57 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation closes an issue827[Dec 14 2022 02:19:01 UTC (QA Tests)] INFO -- filling :login_field with "root"828[Dec 14 2022 02:19:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field829[Dec 14 2022 02:19:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"830[Dec 14 2022 02:19:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field831[Dec 14 2022 02:19:02 UTC (QA Tests)] INFO -- clicking :sign_in_button832[Dec 14 2022 02:19:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.09 seconds833[Dec 14 2022 02:19:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f' via api in 0.16 seconds834[Dec 14 2022 02:19:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/project-for-issues-66f08f5912a382de' via api in 0.73 seconds835[Dec 14 2022 02:19:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '36' via api in 0.96 seconds836[Dec 14 2022 02:19:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/project-for-issues-66f08f5912a382de/-/issues/1837[Dec 14 2022 02:19:07 UTC (QA Tests)] INFO -- clicking :close_issue_button838[Dec 14 2022 02:19:08 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link839[Dec 14 2022 02:19:08 UTC (QA Tests)] INFO -- clicking :closed_issuables_tab840 closes an issue841 when using attachments in comments842[Dec 14 2022 02:19:09 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation when using attachments in comments comments on an issue with an attachment843[Dec 14 2022 02:19:14 UTC (QA Tests)] INFO -- filling :login_field with "root"844[Dec 14 2022 02:19:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field845[Dec 14 2022 02:19:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"846[Dec 14 2022 02:19:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field847[Dec 14 2022 02:19:15 UTC (QA Tests)] INFO -- clicking :sign_in_button848[Dec 14 2022 02:19:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.06 seconds849[Dec 14 2022 02:19:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f' via api in 0.12 seconds850[Dec 14 2022 02:19:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/project-for-issues-36c74bebf5240792' via api in 0.67 seconds851[Dec 14 2022 02:19:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '37' via api in 0.95 seconds852[Dec 14 2022 02:19:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/project-for-issues-36c74bebf5240792/-/issues/1853[Dec 14 2022 02:19:19 UTC (QA Tests)] INFO -- clicking :title_content854[Dec 14 2022 02:19:19 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown855[Dec 14 2022 02:19:19 UTC (QA Tests)] INFO -- filling :comment_field with "See attached image for scale856"857[Dec 14 2022 02:19:19 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field858[Dec 14 2022 02:19:20 UTC (QA Tests)] INFO -- clicking :comment_button859 comments on an issue with an attachment860Verify861 Add or Remove CI variable via UI862[Dec 14 2022 02:19:21 UTC (QA Tests)] INFO -- Starting test: Verify Add or Remove CI variable via UI user removes a CI variable863[Dec 14 2022 02:19:25 UTC (QA Tests)] INFO -- filling :login_field with "root"864[Dec 14 2022 02:19:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field865[Dec 14 2022 02:19:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"866[Dec 14 2022 02:19:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field867[Dec 14 2022 02:19:26 UTC (QA Tests)] INFO -- clicking :sign_in_button868[Dec 14 2022 02:19:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.06 seconds869[Dec 14 2022 02:19:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f' via api in 0.11 seconds870[Dec 14 2022 02:19:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-e54221c462bb2b69' via api in 0.71 seconds871[Dec 14 2022 02:19:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-e54221c462bb2b69872[Dec 14 2022 02:19:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-e54221c462bb2b69873[Dec 14 2022 02:19:30 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link874[Dec 14 2022 02:19:30 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link875[Dec 14 2022 02:19:33 UTC (QA Tests)] INFO -- clicking :add_ci_variable_button876[Dec 14 2022 02:19:33 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "some_CI_variable"877[Dec 14 2022 02:19:33 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field878[Dec 14 2022 02:19:34 UTC (QA Tests)] INFO -- clicking :ci_variable_save_button879[Dec 14 2022 02:19:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via browser_ui in 5.06 seconds880[Dec 14 2022 02:19:34 UTC (QA Tests)] INFO -- clicking :edit_ci_variable_button881[Dec 14 2022 02:19:34 UTC (QA Tests)] INFO -- clicking :ci_variable_delete_button882 user removes a CI variable883[Dec 14 2022 02:19:36 UTC (QA Tests)] INFO -- Starting test: Verify Add or Remove CI variable via UI user adds a CI variable884[Dec 14 2022 02:19:40 UTC (QA Tests)] INFO -- filling :login_field with "root"885[Dec 14 2022 02:19:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field886[Dec 14 2022 02:19:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"887[Dec 14 2022 02:19:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field888[Dec 14 2022 02:19:41 UTC (QA Tests)] INFO -- clicking :sign_in_button889[Dec 14 2022 02:19:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-4' via api in 0.06 seconds890[Dec 14 2022 02:19:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f' via api in 0.13 seconds891[Dec 14 2022 02:19:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-74321eba68489201' via api in 0.63 seconds892[Dec 14 2022 02:19:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-74321eba68489201893[Dec 14 2022 02:19:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-6e418de3.test/gitlab-qa-sandbox-group-4/qa-test-2022-12-14-02-16-06-cbf3259a2620ae8f/the_awesome_project-74321eba68489201894[Dec 14 2022 02:19:45 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link895[Dec 14 2022 02:19:45 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link896[Dec 14 2022 02:19:47 UTC (QA Tests)] INFO -- clicking :add_ci_variable_button897[Dec 14 2022 02:19:48 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "some_CI_variable"898[Dec 14 2022 02:19:48 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field899[Dec 14 2022 02:19:48 UTC (QA Tests)] INFO -- clicking :ci_variable_save_button900[Dec 14 2022 02:19:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via browser_ui in 4.84 seconds901[Dec 14 2022 02:19:50 UTC (QA Tests)] INFO -- clicking :reveal_ci_variable_value_button902 user adds a CI variable903Manage904 basic user login905[Dec 14 2022 02:19:50 UTC (QA Tests)] INFO -- Starting test: Manage basic user login user logs in using basic credentials and logs out906[Dec 14 2022 02:19:54 UTC (QA Tests)] INFO -- filling :login_field with "root"907[Dec 14 2022 02:19:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field908[Dec 14 2022 02:19:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"909[Dec 14 2022 02:19:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field910[Dec 14 2022 02:19:55 UTC (QA Tests)] INFO -- clicking :sign_in_button911[Dec 14 2022 02:20:00 UTC (QA Tests)] INFO -- clicking :user_avatar_content912[Dec 14 2022 02:20:00 UTC (QA Tests)] INFO -- clicking :sign_out_link913 user logs in using basic credentials and logs out914Pending: (Failures listed here are expected and do not affect your suite's status)915 1) Verify Pipeline creation and processing users creates a pipeline which gets processed916 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/356295917 # ./qa/specs/features/browser_ui/4_verify/pipeline/create_and_process_pipeline_spec.rb:29918 2) Create Git push to canary Gitaly node over HTTP pushes to a project using a canary specific Gitaly repository storage919 # Test is not compatible with this environment or pipeline920 # ./qa/specs/features/browser_ui/3_create/repository/push_to_canary_gitaly_spec.rb:6921 3) Version sanity check is the specified version922 # Test is not compatible with this environment or pipeline923 # ./qa/specs/features/sanity/version_spec.rb:14924Finished in 3 minutes 59.4 seconds (files took 17.59 seconds to load)92522 examples, 0 failures, 3 pending926Randomized with seed 4240927[Dec 14 2022 02:20:01 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ee-6e418de3`928[Dec 14 2022 02:20:01 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ee-6e418de3`930Running after script...931$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")932$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"981Not uploading cache qa-e2e-ruby-2.7-3f4246635db5970c3c8f1cbdd46454fd-16 due to policy983Uploading artifacts...984gitlab-qa-run-*: found 267 matching files and directories 985Uploading artifacts as "archive" to coordinator... 201 Created id=3470253128 responseStatus=201 Created token=_ypXoyXJ986Uploading artifacts...987gitlab-qa-run-*/**/rspec-*.xml: found 1 matching files and directories 988Uploading artifacts as "junit" to coordinator... 201 Created id=3470253128 responseStatus=201 Created token=_ypXoyXJ990Job succeeded