instance 4/5
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:5a7c4217b9356aeaa6ac75a2c357d6340db62f2cec6c7eaa5abb0a0dd6790f75 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:8ef72d41bf089694a13bb148e12368e5fc1cfe1322d56e98f151b703153efe57 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1685464463-9cf5fb4c-gcp...16Fetching changes with git depth set to 20...17Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/18Created fresh repository.19remote: Enumerating objects: 195870, done. 20remote: Counting objects: 100% (195870/195870), done. 21remote: Compressing objects: 100% (110696/110696), done. 22remote: Total 195870 (delta 105048), reused 143500 (delta 78394), pack-reused 0 23Receiving objects: 100% (195870/195870), 143.62 MiB | 28.68 MiB/s, done.24Resolving deltas: 100% (105048/105048), done.26 * [new ref] refs/pipelines/883502161 -> refs/pipelines/88350216127 * [new branch] master -> origin/master28Checking out 862e43ab as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-6a056e500f83db53eb3d88c766f9864d-16...32cache.zip is up to date 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for trigger-omnibus-env (4376891857)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4376891857 responseStatus=200 OK token=64_zY16M38Downloading artifacts for download-knapsack-report (4376891863)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4376891863 responseStatus=200 OK token=64_zY16M41Using docker image sha256:5a7c4217b9356aeaa6ac75a2c357d6340db62f2cec6c7eaa5abb0a0dd6790f75 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:8ef72d41bf089694a13bb148e12368e5fc1cfe1322d56e98f151b703153efe57 ...42$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE43$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")44$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command45Bundle complete! 37 Gemfile dependencies, 129 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"48$ echo "Running - '$QA_COMMAND'"49Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86 --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4376891883.json --format RspecJunitFormatter --out tmp/rspec-4376891883.xml --format html --out tmp/rspec-$(echo instance 4/5 | sed 's/[ /]/_/g').htm --color --format documentation'50$ eval "$QA_COMMAND"51[May 30 2023 17:48:42 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-75c70827$`52[May 30 2023 17:48:42 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-75c70827 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`53[May 30 2023 17:48:43 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/tls_certificates/authority/. alpine-75c70827:/etc/gitlab/trusted-certs`54[May 30 2023 17:48:43 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/tls_certificates/gitlab/. alpine-75c70827:/etc/gitlab/ssl`55[May 30 2023 17:48:44 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-75c70827`56[May 30 2023 17:48:44 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-75c70827`57[May 30 2023 17:48:44 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`58[May 30 2023 17:48:44 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`59[May 30 2023 17:49:20 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ee-9307e081$`60[May 30 2023 17:49:20 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`61[May 30 2023 17:49:20 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`62[May 30 2023 17:49:20 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ee-9307e081 --net test --hostname gitlab-ee-9307e081.test -p 80 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-17-48-42-48f480c5/gitlab-ee-9307e081/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`63[May 30 2023 17:49:31 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-9307e081 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-05-30 17:48:4264# Gitlab::QA::Runtime::OmnibusConfigurations::Default65gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme66gitlab_rails['gitlab_disable_animations'] = true # Disable animations67gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry68gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password69gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com', 'GITLAB_QA_USER_AGENT'=>'*****', 'GITLAB_ALLOW_SEPARATE_CI_DATABASE'=>'true'}\" > /etc/gitlab/gitlab.rb;"`70[May 30 2023 17:49:31 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ee-9307e081`71[May 30 2023 17:52:58 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...72[May 30 2023 17:52:58 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-9307e081`73[May 30 2023 17:52:58 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ee-9307e081 80/tcp`74[May 30 2023 17:52:58 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!75[May 30 2023 17:52:58 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-9307e081 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`76[May 30 2023 17:52:58 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-9307e081 bash -c "echo '#!/usr/bin/env bash77if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then78 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'79 exit 180fi81' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`82[May 30 2023 17:52:59 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-9307e081 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`83[May 30 2023 17:52:59 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/support/data gitlab-ee-9307e081:/tmp/data-seeds`84[May 30 2023 17:52:59 UTC (Gitlab QA)] INFO -- Running exec_commands...85[May 30 2023 17:52:59 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-9307e081 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`86[May 30 2023 17:53:50 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`87[May 30 2023 17:53:51 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:862e43ab58dd2c1440d62e568cd21cc19d97fb86`88[May 30 2023 17:54:38 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee89[May 30 2023 17:54:38 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled90[May 30 2023 17:54:38 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_KNAPSACK_REPORT_PATH="$QA_KNAPSACK_REPORT_PATH" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env 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_INDEX="$CI_NODE_INDEX" --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 GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-17-48-42-48f480c5/selenoid" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-17-48-42-48f480c5/gitlab-ee-qa-79f823aa:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/qa/knapsack:/home/gitlab/qa/knapsack:z --name gitlab-ee-qa-79f823aa registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:862e43ab58dd2c1440d62e568cd21cc19d97fb86 Test::Instance::All http://gitlab-ee-9307e081.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4376891883.json --format RspecJunitFormatter --out tmp/rspec-4376891883.xml --format html --out tmp/rspec-instance_4_5.htm --color --format documentation`91warning: parser/current is loading parser/ruby30, which recognizes3.0.5-compliant syntax, but you are running 3.0.6.932023-05-30 17:54:57 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:952023-05-30 17:54:57 WARN Selenium [DEPRECATION] [:caps_browsers] Remote::Capabilities.chrome is deprecated. Use Options.chrome instead.962023-05-30 17:54:57 WARN Selenium [DEPRECATION] [:capabilities] The :capabilities parameter for Selenium::WebDriver::Chrome::Driver is deprecated. Use :options argument with an instance of Selenium::WebDriver::Chrome::Driver instead.972023-05-30 17:54:57 / CONF :: 98 ==> Base URL: http://gitlab-ee-9307e081.test99 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007fafc0e61618>100 ==> Libraries: Chemlab::Vendor101[May 30 2023 17:54:57 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA102[May 30 2023 17:54:57 UTC (QA Tests)] INFO -- Browser: chrome103[May 30 2023 17:54:57 UTC (QA Tests)] INFO -- Browser version: latest104[May 30 2023 17:54:57 UTC (QA Tests)] INFO -- Performing sanity check for environment!105[May 30 2023 17:54:58 UTC (QA Tests)] INFO -- Performing initial license fabrication!106[May 30 2023 17:54:59 UTC (QA Tests)] INFO -- Successfully added license key. Details:107{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}108[May 30 2023 17:54:59 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.34 seconds109[May 30 2023 17:54:59 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled110[May 30 2023 17:54:59 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled111[May 30 2023 17:54:59 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'112[May 30 2023 17:54:59 UTC (QA Tests)] INFO -- Report already exists, skipping!113[May 30 2023 17:54:59 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====114[May 30 2023 17:54:59 UTC (QA Tests)] INFO -- Report specs:115[May 30 2023 17:54:59 UTC (QA Tests)] INFO -- ["qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb", "qa/specs/features/browser_ui/1_manage/login/register_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/squash_merge_request_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/project_templates_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/project/project_audit_logs_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/vulnerability_security_training_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/user_cancel_merge_request_in_merge_train_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/project_owner_permissions_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/scan_result_policy_vulnerabilities_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/assign_milestone_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_inheritable_when_forward_pipeline_variables_true_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_project_snippet_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/prefill_variables_spec.rb", "qa/specs/features/ee/browser_ui/9_data_stores/group/prevent_forking_outside_group_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/automatically_creates_incident_for_alert_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/project_issue_boards_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_list_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_a_project_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/multi-project_pipelines_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_ssh_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_directory_management_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/share_snippet_spec.rb", "qa/specs/features/browser_ui/9_data_stores/user/follow_user_activity_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/raw_variables_defined_in_yaml_spec.rb", "qa/specs/features/ee/api/2_plan/epics_milestone_dates_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configure_issue_board_by_label_spec.rb", "qa/specs/features/api/3_create/repository/storage_size_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/transfer_group_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/create_file_via_web_spec.rb", "qa/specs/features/browser_ui/3_create/source_editor/source_editor_toolbar_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/add_design_content_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/group_issue_boards_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_title_description_spec.rb", "qa/specs/features/api/1_manage/user_access_termination_spec.rb", "qa/specs/features/browser_ui/3_create/repository/clone_spec.rb", "qa/specs/features/api/1_manage/project_access_token_spec.rb", "qa/specs/features/api/3_create/repository/files_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb"]116[May 30 2023 17:54:59 UTC (QA Tests)] INFO -- Leftover specs:117[May 30 2023 17:54:59 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/distributed_reads_spec.rb", "qa/specs/features/api/12_systems/gitaly/praefect_repo_sync_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_issue_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_release_spec.rb", "qa/specs/features/browser_ui/1_manage/group/create_group_with_mattermost_team_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_in_with_2fa_spec.rb", "qa/specs/features/browser_ui/1_manage/migration/gitlab_migration_group_spec.rb", "qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/self_managed/container_registry_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/generic_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_instance_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/rubygems_registry_spec.rb", "qa/specs/features/ee/api/12_systems/geo/geo_nodes_spec.rb", "qa/specs/features/ee/api/7_configure/kubernetes/kubernetes_agent_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/main_index/blob_index_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/vulnerabilities_jira_integration_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/upgrade_group_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/utilization/usage_quotas_seats_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/geo_replication_npm_registry_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/ssh_push_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/wiki_ssh_push_to_secondary_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/group/group_ldap_sync_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/integrations/slash_commands_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/system_cancel_merge_request_in_merge_train_spec.rb", "qa/specs/features/sanity/feature_flags_spec.rb"]118[May 30 2023 17:54:59 UTC (QA Tests)] INFO -- Knapsack report generator started!119[May 30 2023 17:54:59 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'120[May 30 2023 17:54:59 UTC (QA Tests)] INFO -- Report already exists, skipping!121Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}122Randomized with seed 64026123Create124 Project templates125 when group level126[May 30 2023 17:56:49 UTC (QA Tests)] INFO -- Starting test: Create Project templates when group level successfully imports the project using template127[May 30 2023 17:56:49 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA128[May 30 2023 17:56:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-mjdaf8zq' via cache in 0.0 seconds129[May 30 2023 17:56:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.85 seconds130[May 30 2023 17:56:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/instance-template-container-group-269b062fa929ba64' via api in 1.9 seconds131[May 30 2023 17:56:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/instance-template-container-group-269b062fa929ba64/template-project-1-ba98a97636567f7c' via api in 1.8 seconds132[May 30 2023 17:56:56 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add test files"133[May 30 2023 17:56:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.57 seconds134[May 30 2023 17:56:57 UTC (QA Tests)] INFO -- filling :login_field with "root"135[May 30 2023 17:56:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field136[May 30 2023 17:56:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"137[May 30 2023 17:56:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field138[May 30 2023 17:56:58 UTC (QA Tests)] INFO -- clicking :sign_in_button139[May 30 2023 17:56:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.338s140[May 30 2023 17:56:59 UTC (QA Tests)] INFO -- Enabling super sidebar!141[May 30 2023 17:56:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled142[May 30 2023 17:57:01 UTC (QA Tests)] INFO -- clicking :nav_item_link143[May 30 2023 17:57:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.802s144[May 30 2023 17:57:02 UTC (QA Tests)] INFO -- filling :groups_filter_field with "gitlab-qa-sandbox-group-3"145[May 30 2023 17:57:02 UTC (QA Tests)] INFO -- clicking the coordinates of :groups_filter_field146[May 30 2023 17:57:05 UTC (QA Tests)] INFO -- clicking :menu_section_button147[May 30 2023 17:57:05 UTC (QA Tests)] INFO -- clicking :nav_item_link148[May 30 2023 17:57:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.466s149[May 30 2023 17:57:19 UTC (QA Tests)] INFO -- Searching in dropdown: "instance-template-container-group-269b062fa929ba64"150[May 30 2023 17:57:20 UTC (QA Tests)] INFO -- clicking :save_changes_button151[May 30 2023 17:57:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.327s152[May 30 2023 17:57:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds153[May 30 2023 17:57:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.6 seconds154[May 30 2023 17:57:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-9307e081.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0155[May 30 2023 17:57:25 UTC (QA Tests)] INFO -- clicking :new_project_button156[May 30 2023 17:57:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.778s157[May 30 2023 17:57:26 UTC (QA Tests)] INFO -- clicking :panel_link158[May 30 2023 17:57:26 UTC (QA Tests)] INFO -- clicking :group_templates_tab159[May 30 2023 17:57:26 UTC (QA Tests)] INFO -- clicking :use_template_button160[May 30 2023 17:57:27 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown161[May 30 2023 17:57:27 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-3"162[May 30 2023 17:57:27 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field163[May 30 2023 17:57:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.003s164[May 30 2023 17:57:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.023s165[May 30 2023 17:57:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.006s166[May 30 2023 17:57:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.955s167[May 30 2023 17:57:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 6.553s168[May 30 2023 17:57:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_name_content' took 7.573s169 successfully imports the project using template170 when built-in171[May 30 2023 17:57:37 UTC (QA Tests)] INFO -- Starting test: Create Project templates when built-in successfully imports the project using template172[May 30 2023 17:57:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.11 seconds173[May 30 2023 17:57:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/instance-template-container-group-aa8c97a0735d7fac' via api in 0.87 seconds174[May 30 2023 17:57:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/instance-template-container-group-aa8c97a0735d7fac/template-project-1-13fd5255cbf9d072' via api in 1.11 seconds175[May 30 2023 17:57:41 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add test files"176[May 30 2023 17:57:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.25 seconds177[May 30 2023 17:57:42 UTC (QA Tests)] INFO -- filling :login_field with "root"178[May 30 2023 17:57:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field179[May 30 2023 17:57:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"180[May 30 2023 17:57:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field181[May 30 2023 17:57:43 UTC (QA Tests)] INFO -- clicking :sign_in_button182[May 30 2023 17:57:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.784s183[May 30 2023 17:57:44 UTC (QA Tests)] INFO -- Enabling super sidebar!184[May 30 2023 17:57:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled185[May 30 2023 17:57:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.1 seconds186[May 30 2023 17:57:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.24 seconds187[May 30 2023 17:57:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-9307e081.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0188[May 30 2023 17:57:46 UTC (QA Tests)] INFO -- clicking :new_project_button189[May 30 2023 17:57:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.815s190[May 30 2023 17:57:47 UTC (QA Tests)] INFO -- clicking :panel_link191[May 30 2023 17:57:48 UTC (QA Tests)] INFO -- clicking :use_template_button192[May 30 2023 17:57:48 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown193[May 30 2023 17:57:48 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "qa-test-2023-05-30-17-56-49-41b95b289d5acfc0"194[May 30 2023 17:57:48 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field195[May 30 2023 17:57:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.016s196[May 30 2023 17:57:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.028s197[May 30 2023 17:57:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.03s198[May 30 2023 17:57:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.276s199[May 30 2023 17:57:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 5.67s200[May 30 2023 17:57:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_name_content' took 6.692s201 successfully imports the project using template202 when instance level203[May 30 2023 17:57:57 UTC (QA Tests)] INFO -- Starting test: Create Project templates when instance level successfully imports the project using template204[May 30 2023 17:57:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds205[May 30 2023 17:57:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/instance-template-container-group-0f42473918d05eac' via api in 0.82 seconds206[May 30 2023 17:57:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/instance-template-container-group-0f42473918d05eac/template-project-1-17efbcc268741a38' via api in 0.48 seconds207[May 30 2023 17:58:01 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add test files"208[May 30 2023 17:58:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.75 seconds209[May 30 2023 17:58:02 UTC (QA Tests)] INFO -- filling :login_field with "root"210[May 30 2023 17:58:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field211[May 30 2023 17:58:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"212[May 30 2023 17:58:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field213[May 30 2023 17:58:03 UTC (QA Tests)] INFO -- clicking :sign_in_button214[May 30 2023 17:58:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.055s215[May 30 2023 17:58:04 UTC (QA Tests)] INFO -- Enabling super sidebar!216[May 30 2023 17:58:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled217[May 30 2023 17:58:06 UTC (QA Tests)] INFO -- clicking :context_switcher218[May 30 2023 17:58:06 UTC (QA Tests)] INFO -- clicking :nav_item_link219[May 30 2023 17:58:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.934s220[May 30 2023 17:58:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.161s221[May 30 2023 17:58:08 UTC (QA Tests)] INFO -- clicking :menu_section_button222[May 30 2023 17:58:08 UTC (QA Tests)] INFO -- clicking :nav_item_link223[May 30 2023 17:58:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.629s224[May 30 2023 17:58:21 UTC (QA Tests)] INFO -- Searching in dropdown: "instance-template-container-group-0f42473918d05eac"225[May 30 2023 17:58:22 UTC (QA Tests)] INFO -- clicking :save_changes_button226[May 30 2023 17:58:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.885s227[May 30 2023 17:58:23 UTC (QA Tests)] INFO -- clicking :nav_item_link228[May 30 2023 17:58:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.539s229[May 30 2023 17:58:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.78s230[May 30 2023 17:58:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds231[May 30 2023 17:58:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds232[May 30 2023 17:58:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-9307e081.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0233[May 30 2023 17:58:28 UTC (QA Tests)] INFO -- clicking :new_project_button234[May 30 2023 17:58:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.75s235[May 30 2023 17:58:29 UTC (QA Tests)] INFO -- clicking :panel_link236[May 30 2023 17:58:29 UTC (QA Tests)] INFO -- clicking :instance_templates_tab237[May 30 2023 17:58:29 UTC (QA Tests)] INFO -- clicking :use_template_button238[May 30 2023 17:58:30 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown239[May 30 2023 17:58:30 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0"240[May 30 2023 17:58:30 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field241[May 30 2023 17:58:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.026s242[May 30 2023 17:58:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.017s243[May 30 2023 17:58:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.002s244[May 30 2023 17:58:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.474s245[May 30 2023 17:58:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 5.996s246[May 30 2023 17:58:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_name_content' took 7.028s247 successfully imports the project using template248Data Stores249 Project owner permissions250 for group projects251 behaves like when user is added as owner252[May 30 2023 17:58:40 UTC (QA Tests)] INFO -- Starting test: Data Stores Project owner permissions for group projects behaves like when user is added as owner has owner role with owner permissions253[May 30 2023 17:58:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.35 seconds254[May 30 2023 17:58:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.37 seconds255[May 30 2023 17:58:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.1 seconds256[May 30 2023 17:58:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.33 seconds257[May 30 2023 17:58:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/qa-owner-group-project-7e122348760df91e' via api in 1.01 seconds258[May 30 2023 17:58:42 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user1259[May 30 2023 17:58:42 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:KdqLzP260[May 30 2023 17:58:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-wbdace78' via api in 0.15 seconds261[May 30 2023 17:58:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 1.65 seconds262[May 30 2023 17:58:43 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/qa-owner-group-project-7e122348760df91e QA::Resource::Project263[May 30 2023 17:58:45 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"264[May 30 2023 17:58:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field265[May 30 2023 17:58:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"266[May 30 2023 17:58:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field267[May 30 2023 17:58:46 UTC (QA Tests)] INFO -- clicking :sign_in_button268[May 30 2023 17:58:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.322s269[May 30 2023 17:58:48 UTC (QA Tests)] INFO -- Enabling super sidebar!270[May 30 2023 17:58:48 UTC (QA Tests)] INFO -- Super sidebar is already enabled271[May 30 2023 17:58:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/qa-owner-group-project-7e122348760df91e/-/issues/1272[May 30 2023 17:58:53 UTC (QA Tests)] INFO -- clicking :delete_issue_button and ensuring QA::Page::Modal::DeleteIssue is present273[May 30 2023 17:58:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element delete_issue_button' took 0.629s274[May 30 2023 17:58:53 UTC (QA Tests)] INFO -- clicking :confirm_delete_issue_button275[May 30 2023 17:58:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_delete_issue_button' took 1.403s276 has owner role with owner permissions277 behaves like when user is added as maintainer278[May 30 2023 17:58:55 UTC (QA Tests)] INFO -- Starting test: Data Stores Project owner permissions for group projects behaves like when user is added as maintainer has maintainer role without owner permissions279[May 30 2023 17:58:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.17 seconds280[May 30 2023 17:58:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.17 seconds281[May 30 2023 17:58:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds282[May 30 2023 17:58:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.25 seconds283[May 30 2023 17:58:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/qa-owner-group-project-150059fe49156499' via api in 1.11 seconds284[May 30 2023 17:58:57 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:KdqLzP285[May 30 2023 17:58:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-n3qtt1a2' via cache in 0.0 seconds286[May 30 2023 17:58:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 0.49 seconds287[May 30 2023 17:58:57 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/qa-owner-group-project-150059fe49156499 QA::Resource::Project288[May 30 2023 17:58:58 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"289[May 30 2023 17:58:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field290[May 30 2023 17:58:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"291[May 30 2023 17:58:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field292[May 30 2023 17:58:59 UTC (QA Tests)] INFO -- clicking :sign_in_button293[May 30 2023 17:59:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.889s294[May 30 2023 17:59:00 UTC (QA Tests)] INFO -- Enabling super sidebar!295[May 30 2023 17:59:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled296[May 30 2023 17:59:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/qa-owner-group-project-150059fe49156499/-/issues/1297[May 30 2023 17:59:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? delete_issue_button' took 11.034s298 has maintainer role without owner permissions299 for personal projects300 behaves like when user is added as maintainer301[May 30 2023 17:59:15 UTC (QA Tests)] INFO -- Starting test: Data Stores Project owner permissions for personal projects behaves like when user is added as maintainer has maintainer role without owner permissions302[May 30 2023 17:59:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds303[May 30 2023 17:59:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.16 seconds304[May 30 2023 17:59:15 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:KdqLzP305[May 30 2023 17:59:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-tx28rqn0' via cache in 0.0 seconds306[May 30 2023 17:59:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-user1/qa-owner-personal-project-f2da884bcb306808' via api in 0.49 seconds307[May 30 2023 17:59:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 0.4 seconds308[May 30 2023 17:59:16 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-user1/qa-owner-personal-project-f2da884bcb306808 QA::Resource::Project309[May 30 2023 17:59:17 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"310[May 30 2023 17:59:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field311[May 30 2023 17:59:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"312[May 30 2023 17:59:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field313[May 30 2023 17:59:18 UTC (QA Tests)] INFO -- clicking :sign_in_button314[May 30 2023 17:59:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.807s315[May 30 2023 17:59:19 UTC (QA Tests)] INFO -- Enabling super sidebar!316[May 30 2023 17:59:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled317[May 30 2023 17:59:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-9307e081.test/gitlab-qa-user1/qa-owner-personal-project-f2da884bcb306808/-/issues/1318[May 30 2023 17:59:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? delete_issue_button' took 11.03s319 has maintainer role without owner permissions320 behaves like when user is added as owner321[May 30 2023 17:59:34 UTC (QA Tests)] INFO -- Starting test: Data Stores Project owner permissions for personal projects behaves like when user is added as owner has owner role with owner permissions322[May 30 2023 17:59:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds323[May 30 2023 17:59:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds324[May 30 2023 17:59:34 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:KdqLzP325[May 30 2023 17:59:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-ju4wz9b2' via cache in 0.0 seconds326[May 30 2023 17:59:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-user1/qa-owner-personal-project-b98c52c9d74c4d66' via api in 0.52 seconds327[May 30 2023 17:59:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.41 seconds328[May 30 2023 17:59:36 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"329[May 30 2023 17:59:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field330[May 30 2023 17:59:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"331[May 30 2023 17:59:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field332[May 30 2023 17:59:36 UTC (QA Tests)] INFO -- clicking :sign_in_button333[May 30 2023 17:59:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.927s334[May 30 2023 17:59:38 UTC (QA Tests)] INFO -- Enabling super sidebar!335[May 30 2023 17:59:38 UTC (QA Tests)] INFO -- Super sidebar is already enabled336[May 30 2023 17:59:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-9307e081.test/gitlab-qa-user1/qa-owner-personal-project-b98c52c9d74c4d66/-/issues/1337[May 30 2023 17:59:41 UTC (QA Tests)] INFO -- clicking :delete_issue_button and ensuring QA::Page::Modal::DeleteIssue is present338[May 30 2023 17:59:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element delete_issue_button' took 0.534s339[May 30 2023 17:59:42 UTC (QA Tests)] INFO -- clicking :confirm_delete_issue_button340[May 30 2023 17:59:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_delete_issue_button' took 1.09s341[May 30 2023 17:59:43 UTC (QA Tests)] ERROR -- Interceptor Api Errors342[404] GET /gitlab-qa-user1/qa-owner-personal-project-b98c52c9d74c4d66/-/issues/1/realtime_changes -- Correlation Id: 01H1PX1N3NHC9SVQN5R139V06E343 has owner role with owner permissions344Create345 push after setting the file size limit via admin/application_settings346[May 30 2023 17:59:43 UTC (QA Tests)] INFO -- Starting test: Create push after setting the file size limit via admin/application_settings push fails when the file size is above the limit347[May 30 2023 17:59:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds348[May 30 2023 17:59:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.25 seconds349[May 30 2023 17:59:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-test-push-limit-c74593199e274305' via api in 1.51 seconds350 push fails when the file size is above the limit351[May 30 2023 17:59:48 UTC (QA Tests)] INFO -- Starting test: Create push after setting the file size limit via admin/application_settings push successful when the file size is under the limit352[May 30 2023 17:59:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds353[May 30 2023 17:59:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds354[May 30 2023 17:59:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-test-push-limit-309366d5b9401e7e' via api in 1.28 seconds355[May 30 2023 17:59:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 2.52 seconds356[May 30 2023 17:59:53 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Adding a new file"357 push successful when the file size is under the limit358Verify359 Pipeline with prefill variables360[May 30 2023 17:59:53 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with prefill variables shows dropdown for variables with description, value, and options defined361[May 30 2023 17:59:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds362[May 30 2023 17:59:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.23 seconds363[May 30 2023 17:59:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-prefill-variables-c38f59c05e13e406' via api in 0.96 seconds364[May 30 2023 17:59:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.74 seconds365[May 30 2023 17:59:57 UTC (QA Tests)] INFO -- filling :login_field with "root"366[May 30 2023 17:59:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field367[May 30 2023 17:59:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"368[May 30 2023 17:59:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field369[May 30 2023 17:59:58 UTC (QA Tests)] INFO -- clicking :sign_in_button370[May 30 2023 17:59:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.245s371[May 30 2023 17:59:59 UTC (QA Tests)] INFO -- Enabling super sidebar!372[May 30 2023 17:59:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled373[May 30 2023 18:00:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-prefill-variables-c38f59c05e13e406374[May 30 2023 18:00:03 UTC (QA Tests)] INFO -- clicking :menu_section_button375[May 30 2023 18:00:03 UTC (QA Tests)] INFO -- clicking :nav_item_link376[May 30 2023 18:00:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.976s377[May 30 2023 18:00:04 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present378[May 30 2023 18:00:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.482s379[May 30 2023 18:00:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.688s380[May 30 2023 18:00:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.693s381[May 30 2023 18:00:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? ci_variable_value_dropdown' took 1.727s382[May 30 2023 18:00:07 UTC (QA Tests)] INFO -- clicking :ci_variable_value_dropdown383 shows dropdown for variables with description, value, and options defined384[May 30 2023 18:00:07 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with prefill variables shows only variables with description as prefill variables on the run pipeline page385[May 30 2023 18:00:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds386[May 30 2023 18:00:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds387[May 30 2023 18:00:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-prefill-variables-d841378fac5723fe' via api in 0.97 seconds388[May 30 2023 18:00:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.65 seconds389[May 30 2023 18:00:10 UTC (QA Tests)] INFO -- filling :login_field with "root"390[May 30 2023 18:00:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field391[May 30 2023 18:00:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"392[May 30 2023 18:00:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field393[May 30 2023 18:00:10 UTC (QA Tests)] INFO -- clicking :sign_in_button394[May 30 2023 18:00:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.08s395[May 30 2023 18:00:12 UTC (QA Tests)] INFO -- Enabling super sidebar!396[May 30 2023 18:00:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled397[May 30 2023 18:00:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-prefill-variables-d841378fac5723fe398[May 30 2023 18:00:15 UTC (QA Tests)] INFO -- clicking :menu_section_button399[May 30 2023 18:00:15 UTC (QA Tests)] INFO -- clicking :nav_item_link400[May 30 2023 18:00:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.887s401[May 30 2023 18:00:16 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present402[May 30 2023 18:00:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.351s403 shows only variables with description as prefill variables on the run pipeline page404Plan405 Design Management406[May 30 2023 18:00:20 UTC (QA Tests)] INFO -- Starting test: Plan Design Management user adds a design and annotates it407[May 30 2023 18:00:21 UTC (QA Tests)] INFO -- filling :login_field with "root"408[May 30 2023 18:00:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field409[May 30 2023 18:00:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"410[May 30 2023 18:00:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field411[May 30 2023 18:00:21 UTC (QA Tests)] INFO -- clicking :sign_in_button412[May 30 2023 18:00:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.137s413[May 30 2023 18:00:23 UTC (QA Tests)] INFO -- Enabling super sidebar!414[May 30 2023 18:00:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled415[May 30 2023 18:00:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds416[May 30 2023 18:00:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds417[May 30 2023 18:00:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-for-issues-99efb20637a6bd3d' via api in 1.12 seconds418[May 30 2023 18:00:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '5' via api in 1.54 seconds419[May 30 2023 18:00:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-for-issues-99efb20637a6bd3d/-/issues/1420[May 30 2023 18:00:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.972s421[May 30 2023 18:00:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element design_image' took 0.995s422[May 30 2023 18:00:29 UTC (QA Tests)] INFO -- clicking :design_file_name423[May 30 2023 18:00:30 UTC (QA Tests)] INFO -- clicking :design_image_button424[May 30 2023 18:00:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element design_image_button' took 0.58s425[May 30 2023 18:00:30 UTC (QA Tests)] INFO -- filling :note_textarea with "This design is great!"426[May 30 2023 18:00:30 UTC (QA Tests)] INFO -- clicking the coordinates of :note_textarea427[May 30 2023 18:00:31 UTC (QA Tests)] INFO -- clicking :save_comment_button428[May 30 2023 18:00:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.87s429[May 30 2023 18:00:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? save_comment_button' took 0.879s430 user adds a design and annotates it431Data Stores432 prevent forking outside group433 when enabled434[May 30 2023 18:00:32 UTC (QA Tests)] INFO -- Starting test: Data Stores prevent forking outside group when enabled does not allow forking outside of group435[May 30 2023 18:00:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'group_for_fork_f5e998b38ecf84e1' via api in 0.34 seconds436[May 30 2023 18:00:34 UTC (QA Tests)] INFO -- filling :login_field with "root"437[May 30 2023 18:00:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field438[May 30 2023 18:00:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"439[May 30 2023 18:00:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field440[May 30 2023 18:00:34 UTC (QA Tests)] INFO -- clicking :sign_in_button441[May 30 2023 18:00:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.123s442[May 30 2023 18:00:36 UTC (QA Tests)] INFO -- Enabling super sidebar!443[May 30 2023 18:00:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled444[May 30 2023 18:00:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds445[May 30 2023 18:00:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds446[May 30 2023 18:00:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project_to_fork-4e91033ce3b0059a' via api in 1.2 seconds447[May 30 2023 18:00:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-9307e081.test/groups/gitlab-qa-sandbox-group-3448[May 30 2023 18:00:40 UTC (QA Tests)] INFO -- clicking :menu_section_button449[May 30 2023 18:00:40 UTC (QA Tests)] INFO -- clicking :nav_item_link450[May 30 2023 18:00:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.945s451[May 30 2023 18:00:43 UTC (QA Tests)] INFO -- checking via JS :prevent_forking_outside_group_checkbox with args {}452[May 30 2023 18:00:43 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button453[May 30 2023 18:00:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 1.592s454[May 30 2023 18:00:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project_to_fork-4e91033ce3b0059a455[May 30 2023 18:00:47 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown456[May 30 2023 18:00:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project_to_fork-4e91033ce3b0059a'457[May 30 2023 18:00:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'group_for_fork_f5e998b38ecf84e1'458 does not allow forking outside of group459 when disabled460[May 30 2023 18:00:49 UTC (QA Tests)] INFO -- Starting test: Data Stores prevent forking outside group when disabled allows forking outside of group461[May 30 2023 18:00:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'group_for_fork_efb33f8730d16ede' via api in 0.29 seconds462[May 30 2023 18:00:50 UTC (QA Tests)] INFO -- filling :login_field with "root"463[May 30 2023 18:00:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field464[May 30 2023 18:00:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"465[May 30 2023 18:00:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field466[May 30 2023 18:00:51 UTC (QA Tests)] INFO -- clicking :sign_in_button467[May 30 2023 18:00:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.144s468[May 30 2023 18:00:52 UTC (QA Tests)] INFO -- Enabling super sidebar!469[May 30 2023 18:00:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled470[May 30 2023 18:00:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds471[May 30 2023 18:00:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.21 seconds472[May 30 2023 18:00:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project_to_fork-fb2c371944c56bcb' via api in 1.26 seconds473[May 30 2023 18:00:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-9307e081.test/groups/gitlab-qa-sandbox-group-3474[May 30 2023 18:00:57 UTC (QA Tests)] INFO -- clicking :menu_section_button475[May 30 2023 18:00:57 UTC (QA Tests)] INFO -- clicking :nav_item_link476[May 30 2023 18:00:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.238s477[May 30 2023 18:01:00 UTC (QA Tests)] INFO -- unchecking via JS :prevent_forking_outside_group_checkbox with args {}478[May 30 2023 18:01:00 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button479[May 30 2023 18:01:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project_to_fork-fb2c371944c56bcb480[May 30 2023 18:01:03 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown481[May 30 2023 18:01:03 UTC (QA Tests)] INFO -- Searching in dropdown: "group_for_fork_efb33f8730d16ede"482[May 30 2023 18:01:04 UTC (QA Tests)] INFO -- clicking :fork_privacy_button483[May 30 2023 18:01:04 UTC (QA Tests)] INFO -- clicking :fork_project_button484[May 30 2023 18:01:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project_to_fork-fb2c371944c56bcb'485[May 30 2023 18:01:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'group_for_fork_efb33f8730d16ede'486 allows forking outside of group487Create488 Multiple file snippet489 behaves like deleting file from snippet490[May 30 2023 18:01:06 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like deleting file from snippet deletes second file from an existing project_snippet to make it single-file491[May 30 2023 18:01:06 UTC (QA Tests)] INFO -- filling :login_field with "root"492[May 30 2023 18:01:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field493[May 30 2023 18:01:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"494[May 30 2023 18:01:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field495[May 30 2023 18:01:07 UTC (QA Tests)] INFO -- clicking :sign_in_button496[May 30 2023 18:01:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.256s497[May 30 2023 18:01:09 UTC (QA Tests)] INFO -- Enabling super sidebar!498[May 30 2023 18:01:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled499[May 30 2023 18:01:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds500[May 30 2023 18:01:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.23 seconds501[May 30 2023 18:01:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-snippets-ce88ccd077460826' via api in 0.95 seconds502[May 30 2023 18:01:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '1' via api in 1.81 seconds503[May 30 2023 18:01:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-snippets-ce88ccd077460826/-/snippets/1504[May 30 2023 18:01:13 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present505[May 30 2023 18:01:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.423s506[May 30 2023 18:01:15 UTC (QA Tests)] INFO -- clicking :delete_file_button507[May 30 2023 18:01:15 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button508[May 30 2023 18:01:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.972s509[May 30 2023 18:01:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.986s510[May 30 2023 18:01:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Second file name' took 10.029s511 deletes second file from an existing project_snippet to make it single-file512 behaves like deleting file from snippet513[May 30 2023 18:01:28 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like deleting file from snippet deletes second file from an existing personal_snippet to make it single-file514[May 30 2023 18:01:29 UTC (QA Tests)] INFO -- filling :login_field with "root"515[May 30 2023 18:01:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field516[May 30 2023 18:01:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"517[May 30 2023 18:01:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field518[May 30 2023 18:01:30 UTC (QA Tests)] INFO -- clicking :sign_in_button519[May 30 2023 18:01:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.404s520[May 30 2023 18:01:31 UTC (QA Tests)] INFO -- Enabling super sidebar!521[May 30 2023 18:01:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled522[May 30 2023 18:01:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '2' via api in 0.54 seconds523[May 30 2023 18:01:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-9307e081.test/-/snippets/2524[May 30 2023 18:01:35 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present525[May 30 2023 18:01:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.051s526[May 30 2023 18:01:36 UTC (QA Tests)] INFO -- clicking :delete_file_button527[May 30 2023 18:01:36 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button528[May 30 2023 18:01:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.162s529[May 30 2023 18:01:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.175s530[May 30 2023 18:01:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Second file name' took 10.03s531 deletes second file from an existing personal_snippet to make it single-file532Create533 Merge request push options534[May 30 2023 18:01:48 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets title and description535[May 30 2023 18:01:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds536[May 30 2023 18:01:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.3 seconds537[May 30 2023 18:01:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/merge-request-push-options-c4c7a0d8fa194602' via api in 1.48 seconds538[May 30 2023 18:01:52 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"539[May 30 2023 18:01:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.68 seconds540[May 30 2023 18:01:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.35 seconds541[May 30 2023 18:01:53 UTC (QA Tests)] INFO -- Merging via PUT /projects/20/merge_requests/1/merge542[May 30 2023 18:01:56 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_merge with title "MR push options test 96dda5dfeee6e06f"543 sets title and description544Create545 Web IDE file templates546[May 30 2023 18:01:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds547[May 30 2023 18:01:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.25 seconds548[May 30 2023 18:01:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/file-template-project-910689b99406797e' via api in 1.88 seconds549[May 30 2023 18:01:58 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds LICENSE via file template Mozilla Public License 2.0550 user adds LICENSE via file template Mozilla Public License 2.0 (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)551[May 30 2023 18:01:58 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds .gitlab-ci.yml via file template Julia552 user adds .gitlab-ci.yml via file template Julia (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)553[May 30 2023 18:01:58 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds Dockerfile via file template Python554 user adds Dockerfile via file template Python (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)555[May 30 2023 18:01:58 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds .gitignore via file template Android556 user adds .gitignore via file template Android (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)557Plan558 A project wiki559[May 30 2023 18:01:58 UTC (QA Tests)] INFO -- Starting test: Plan A project wiki can change the directory path of a page560[May 30 2023 18:01:59 UTC (QA Tests)] INFO -- filling :login_field with "root"561[May 30 2023 18:01:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field562[May 30 2023 18:01:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"563[May 30 2023 18:01:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field564[May 30 2023 18:01:59 UTC (QA Tests)] INFO -- clicking :sign_in_button565[May 30 2023 18:02:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.459s566[May 30 2023 18:02:01 UTC (QA Tests)] INFO -- Enabling super sidebar!567[May 30 2023 18:02:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled568[May 30 2023 18:02:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.15 seconds569[May 30 2023 18:02:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.41 seconds570[May 30 2023 18:02:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/wiki_testing-c513c1b0834d7e18' via api in 1.1 seconds571[May 30 2023 18:02:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.68 seconds572[May 30 2023 18:02:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/wiki_testing-c513c1b0834d7e18/-/wikis/Home573[May 30 2023 18:02:06 UTC (QA Tests)] INFO -- clicking :edit_page_button574[May 30 2023 18:02:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_page_button' took 1.836s575[May 30 2023 18:02:08 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "a/new/path-with-spaces/home"576[May 30 2023 18:02:08 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox577[May 30 2023 18:02:08 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "changing the path of the home page"578[May 30 2023 18:02:08 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox579[May 30 2023 18:02:09 UTC (QA Tests)] INFO -- clicking :wiki_submit_button580[May 30 2023 18:02:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.571s581 can change the directory path of a page582Create583 Slack app integration584 when using Slash commands585 creates an issue (PENDING: Test is not compatible with this environment or pipeline)586 with gitlab issue587 comments on an issue (PENDING: Test is not compatible with this environment or pipeline)588 closes an issue (PENDING: Test is not compatible with this environment or pipeline)589 displays an issue (PENDING: Test is not compatible with this environment or pipeline)590 with target project591 moves an issue (PENDING: Test is not compatible with this environment or pipeline)592Create593 Version control for project snippets594[May 30 2023 18:02:11 UTC (QA Tests)] INFO -- Starting test: Create Version control for project snippets clones, pushes, and pulls a project snippet over HTTP, edits via UI595[May 30 2023 18:02:12 UTC (QA Tests)] INFO -- filling :login_field with "root"596[May 30 2023 18:02:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field597[May 30 2023 18:02:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"598[May 30 2023 18:02:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field599[May 30 2023 18:02:12 UTC (QA Tests)] INFO -- clicking :sign_in_button600[May 30 2023 18:02:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.198s601[May 30 2023 18:02:14 UTC (QA Tests)] INFO -- Enabling super sidebar!602[May 30 2023 18:02:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled603[May 30 2023 18:02:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds604[May 30 2023 18:02:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.23 seconds605[May 30 2023 18:02:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-snippets-339383c5c3d1ca08' via api in 0.88 seconds606[May 30 2023 18:02:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '3' via api in 1.4 seconds607[May 30 2023 18:02:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-snippets-339383c5c3d1ca08/-/snippets/3608[May 30 2023 18:02:18 UTC (QA Tests)] INFO -- clicking :clone_button609[May 30 2023 18:02:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.49 seconds610[May 30 2023 18:02:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.214s611[May 30 2023 18:02:21 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present612[May 30 2023 18:02:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.381s613[May 30 2023 18:02:33 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button614[May 30 2023 18:02:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.612s615[May 30 2023 18:02:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.626s616[May 30 2023 18:02:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectSnippet with id '3'617[May 30 2023 18:02:36 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230530-39-jp15xh/id_rsa -N `618[May 30 2023 18:02:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '1' via api in 0.6 seconds619[May 30 2023 18:02:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '1'620 clones, pushes, and pulls a project snippet over HTTP, edits via UI621[May 30 2023 18:02:37 UTC (QA Tests)] INFO -- Starting test: Create Version control for project snippets clones, pushes, and pulls a project snippet over SSH, deletes via UI622[May 30 2023 18:02:37 UTC (QA Tests)] INFO -- filling :login_field with "root"623[May 30 2023 18:02:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field624[May 30 2023 18:02:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"625[May 30 2023 18:02:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field626[May 30 2023 18:02:38 UTC (QA Tests)] INFO -- clicking :sign_in_button627[May 30 2023 18:02:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.276s628[May 30 2023 18:02:40 UTC (QA Tests)] INFO -- Enabling super sidebar!629[May 30 2023 18:02:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled630[May 30 2023 18:02:42 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230530-39-xcuc27/id_rsa -N `631[May 30 2023 18:02:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '2' via api in 0.78 seconds632[May 30 2023 18:02:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds633[May 30 2023 18:02:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds634[May 30 2023 18:02:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-snippets-e1ef7176f9351cab' via api in 0.83 seconds635[May 30 2023 18:02:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '4' via api in 1.38 seconds636[May 30 2023 18:02:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-snippets-e1ef7176f9351cab/-/snippets/4637[May 30 2023 18:02:45 UTC (QA Tests)] INFO -- clicking :clone_button638[May 30 2023 18:02:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.5 seconds639[May 30 2023 18:02:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.347s640[May 30 2023 18:02:48 UTC (QA Tests)] INFO -- clicking :snippet_action_button641[May 30 2023 18:02:48 UTC (QA Tests)] INFO -- clicking :delete_snippet_button642[May 30 2023 18:02:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.867s643[May 30 2023 18:02:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? delete_snippet_button' took 0.876s644[May 30 2023 18:02:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '2'645 clones, pushes, and pulls a project snippet over SSH, deletes via UI646Manage647 User648[May 30 2023 18:02:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-8d0fcd4f97452f6c' via api in 0.27 seconds649[May 30 2023 18:02:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'sandbox-for-access-termination-17f29b0c' via api in 0.25 seconds650[May 30 2023 18:02:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'sandbox-for-access-termination-17f29b0c/group-to-test-access-termination-9b516ff7a481c309' via api in 0.29 seconds651[May 30 2023 18:02:51 UTC (QA Tests)] INFO -- Adding user qa-user-8d0fcd4f97452f6c to sandbox-for-access-termination-17f29b0c QA::Resource::Sandbox652[May 30 2023 18:02:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'sandbox-for-access-termination-17f29b0c/group-to-test-access-termination-9b516ff7a481c309/project-for-user-group-access-termination-6249805bec59e63b' via api in 0.87 seconds653 after parent group membership termination654[May 30 2023 18:02:52 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to create a file via the API655[May 30 2023 18:02:52 UTC (QA Tests)] INFO -- Removing user qa-user-8d0fcd4f97452f6c from sandbox-for-access-termination-17f29b0c QA::Resource::Sandbox656[May 30 2023 18:02:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds657[May 30 2023 18:02:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.23 seconds658[May 30 2023 18:02:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-new-file-79b58f912297f637' via api in 1.18 seconds659[May 30 2023 18:02:54 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-8d0fcd4f97452f6c660[May 30 2023 18:02:54 UTC (QA Tests)] INFO -- Caching token for username: qa-user-8d0fcd4f97452f6c, last six chars of token:BVgLGx661[May 30 2023 18:02:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-8d0fcd4f97452f6c-9x3mvv29' via api in 0.1 seconds662 is not allowed to create a file via the API663[May 30 2023 18:02:54 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to commit via the API664[May 30 2023 18:02:54 UTC (QA Tests)] INFO -- Removing user qa-user-8d0fcd4f97452f6c from sandbox-for-access-termination-17f29b0c QA::Resource::Sandbox665 is not allowed to commit via the API666[May 30 2023 18:02:54 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to push code via the CLI667[May 30 2023 18:02:54 UTC (QA Tests)] INFO -- Removing user qa-user-8d0fcd4f97452f6c from sandbox-for-access-termination-17f29b0c QA::Resource::Sandbox668 is not allowed to push code via the CLI669[May 30 2023 18:02:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'sandbox-for-access-termination-17f29b0c'670Plan671 Project Wiki672 with Wiki Sidebar673[May 30 2023 18:02:56 UTC (QA Tests)] INFO -- Starting test: Plan Project Wiki with Wiki Sidebar has all expected links that work674[May 30 2023 18:02:56 UTC (QA Tests)] INFO -- filling :login_field with "root"675[May 30 2023 18:02:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field676[May 30 2023 18:02:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"677[May 30 2023 18:02:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field678[May 30 2023 18:02:57 UTC (QA Tests)] INFO -- clicking :sign_in_button679[May 30 2023 18:02:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.38s680[May 30 2023 18:02:59 UTC (QA Tests)] INFO -- Enabling super sidebar!681[May 30 2023 18:02:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled682[May 30 2023 18:03:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds683[May 30 2023 18:03:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.23 seconds684[May 30 2023 18:03:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/wiki_testing-a932ccc7fd416050' via api in 0.93 seconds685[May 30 2023 18:03:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.48 seconds686[May 30 2023 18:03:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.07 seconds687[May 30 2023 18:03:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.47 seconds688[May 30 2023 18:03:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.43 seconds689[May 30 2023 18:03:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.43 seconds690[May 30 2023 18:03:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.44 seconds691[May 30 2023 18:03:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/wiki_testing-a932ccc7fd416050/-/wikis/Home692[May 30 2023 18:03:06 UTC (QA Tests)] INFO -- clicking :wiki_page_link693[May 30 2023 18:03:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_page_link' took 0.925s694 has all expected links that work695 with Wiki Page List696[May 30 2023 18:03:07 UTC (QA Tests)] INFO -- Starting test: Plan Project Wiki with Wiki Page List has all expected links that work697[May 30 2023 18:03:08 UTC (QA Tests)] INFO -- filling :login_field with "root"698[May 30 2023 18:03:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field699[May 30 2023 18:03:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"700[May 30 2023 18:03:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field701[May 30 2023 18:03:09 UTC (QA Tests)] INFO -- clicking :sign_in_button702[May 30 2023 18:03:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.332s703[May 30 2023 18:03:10 UTC (QA Tests)] INFO -- Enabling super sidebar!704[May 30 2023 18:03:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled705[May 30 2023 18:03:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds706[May 30 2023 18:03:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.24 seconds707[May 30 2023 18:03:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/wiki_testing-22d9af13c9246dd9' via api in 0.83 seconds708[May 30 2023 18:03:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.4 seconds709[May 30 2023 18:03:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.47 seconds710[May 30 2023 18:03:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.42 seconds711[May 30 2023 18:03:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.51 seconds712[May 30 2023 18:03:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.44 seconds713[May 30 2023 18:03:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.44 seconds714[May 30 2023 18:03:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.45 seconds715[May 30 2023 18:03:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.43 seconds716[May 30 2023 18:03:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.63 seconds717[May 30 2023 18:03:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.41 seconds718[May 30 2023 18:03:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.47 seconds719[May 30 2023 18:03:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.49 seconds720[May 30 2023 18:03:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.51 seconds721[May 30 2023 18:03:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.45 seconds722[May 30 2023 18:03:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.46 seconds723[May 30 2023 18:03:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.45 seconds724[May 30 2023 18:03:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/wiki_testing-22d9af13c9246dd9/-/wikis/Home725[May 30 2023 18:03:21 UTC (QA Tests)] INFO -- clicking :view_all_pages_button726[May 30 2023 18:03:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element view_all_pages_button' took 0.921s727[May 30 2023 18:03:23 UTC (QA Tests)] INFO -- clicking :wiki_page_link728[May 30 2023 18:03:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_page_link' took 0.807s729 has all expected links that work730Create731 File management732[May 30 2023 18:03:24 UTC (QA Tests)] INFO -- Starting test: Create File management user creates a file via the Web733[May 30 2023 18:03:24 UTC (QA Tests)] INFO -- filling :login_field with "root"734[May 30 2023 18:03:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field735[May 30 2023 18:03:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"736[May 30 2023 18:03:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field737[May 30 2023 18:03:25 UTC (QA Tests)] INFO -- clicking :sign_in_button738[May 30 2023 18:03:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.263s739[May 30 2023 18:03:27 UTC (QA Tests)] INFO -- Enabling super sidebar!740[May 30 2023 18:03:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled741[May 30 2023 18:03:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds742[May 30 2023 18:03:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.23 seconds743[May 30 2023 18:03:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-new-file-559727fc91ab7c14' via api in 1.28 seconds744[May 30 2023 18:03:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-new-file-559727fc91ab7c14745[May 30 2023 18:03:32 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown746[May 30 2023 18:03:32 UTC (QA Tests)] INFO -- clicking :new_file_menu_item747[May 30 2023 18:03:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.331s748[May 30 2023 18:03:33 UTC (QA Tests)] INFO -- filling :file_name_field with "QA Test - File name"749[May 30 2023 18:03:33 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field750[May 30 2023 18:03:34 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Create new file"751[May 30 2023 18:03:34 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field752[May 30 2023 18:03:34 UTC (QA Tests)] INFO -- clicking :commit_button753[May 30 2023 18:03:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.618s754[May 30 2023 18:03:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via browser_ui in 6.04 seconds755 user creates a file via the Web756Manage757 standard758 when admin approval is not required759[May 30 2023 18:03:37 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>false}760 behaves like registration and login761[May 30 2023 18:03:37 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is not required behaves like registration and login allows the user to register and login762[May 30 2023 18:03:38 UTC (QA Tests)] INFO -- filling :login_field with "root"763[May 30 2023 18:03:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field764[May 30 2023 18:03:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"765[May 30 2023 18:03:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field766[May 30 2023 18:03:39 UTC (QA Tests)] INFO -- clicking :sign_in_button767[May 30 2023 18:03:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.339s768[May 30 2023 18:03:40 UTC (QA Tests)] INFO -- Enabling super sidebar!769[May 30 2023 18:03:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled770[May 30 2023 18:03:42 UTC (QA Tests)] INFO -- clicking :context_switcher771[May 30 2023 18:03:42 UTC (QA Tests)] INFO -- clicking :nav_item_link772[May 30 2023 18:03:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.742s773[May 30 2023 18:03:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.264s774[May 30 2023 18:03:44 UTC (QA Tests)] INFO -- clicking :nav_item_link775[May 30 2023 18:03:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.822s776[May 30 2023 18:03:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.049s777[May 30 2023 18:03:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.033s778[May 30 2023 18:03:48 UTC (QA Tests)] INFO -- clicking :user_avatar_content779[May 30 2023 18:03:48 UTC (QA Tests)] INFO -- clicking :sign_out_link780[May 30 2023 18:03:59 UTC (QA Tests)] INFO -- clicking :register_link781[May 30 2023 18:03:59 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"782[May 30 2023 18:03:59 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field783[May 30 2023 18:03:59 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User 3e397e3bd7f1a685"784[May 30 2023 18:03:59 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field785[May 30 2023 18:04:00 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-3e397e3bd7f1a685"786[May 30 2023 18:04:00 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field787[May 30 2023 18:04:00 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-3e397e3bd7f1a685@gitlab.com"788[May 30 2023 18:04:00 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field789[May 30 2023 18:04:01 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"790[May 30 2023 18:04:01 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field791[May 30 2023 18:04:01 UTC (QA Tests)] INFO -- clicking :new_user_register_button792[May 30 2023 18:04:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_user_register_button' took 0.624s793[May 30 2023 18:04:02 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown794[May 30 2023 18:04:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? setup_for_just_me_content' took 1.02s795[May 30 2023 18:04:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? create_a_new_project_radio' took 1.027s796[May 30 2023 18:04:04 UTC (QA Tests)] INFO -- clicking :get_started_button797[May 30 2023 18:04:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 0.652s798[May 30 2023 18:04:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-3e397e3bd7f1a685' via browser_ui in 27.8 seconds799 allows the user to register and login800 when user account is deleted801[May 30 2023 18:04:05 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is not required when user account is deleted allows recreating with same credentials802[May 30 2023 18:04:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-acb083ca0b109fbf' via api in 0.29 seconds803[May 30 2023 18:04:06 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-acb083ca0b109fbf"804[May 30 2023 18:04:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field805[May 30 2023 18:04:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"806[May 30 2023 18:04:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field807[May 30 2023 18:04:07 UTC (QA Tests)] INFO -- clicking :sign_in_button808[May 30 2023 18:04:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.768s809[May 30 2023 18:04:08 UTC (QA Tests)] INFO -- Enabling super sidebar!810[May 30 2023 18:04:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled811[May 30 2023 18:04:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.023s812[May 30 2023 18:04:10 UTC (QA Tests)] INFO -- clicking :user_avatar_content813[May 30 2023 18:04:11 UTC (QA Tests)] INFO -- clicking :edit_profile_link814[May 30 2023 18:04:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.862s815[May 30 2023 18:04:12 UTC (QA Tests)] INFO -- clicking :nav_item_link816[May 30 2023 18:04:12 UTC (QA Tests)] INFO -- clicking :delete_account_button817[May 30 2023 18:04:12 UTC (QA Tests)] INFO -- clicking :confirm_delete_account_button818[May 30 2023 18:06:09 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-acb083ca0b109fbf"819[May 30 2023 18:06:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field820[May 30 2023 18:06:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"821[May 30 2023 18:06:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field822[May 30 2023 18:06:10 UTC (QA Tests)] INFO -- clicking :sign_in_button823[May 30 2023 18:06:11 UTC (QA Tests)] INFO -- Enabling super sidebar!824[May 30 2023 18:06:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.025s825[May 30 2023 18:06:14 UTC (QA Tests)] INFO -- User is not signed in, skipping826[May 30 2023 18:06:15 UTC (QA Tests)] INFO -- filling :login_field with "root"827[May 30 2023 18:06:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field828[May 30 2023 18:06:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"829[May 30 2023 18:06:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field830[May 30 2023 18:06:16 UTC (QA Tests)] INFO -- clicking :sign_in_button831[May 30 2023 18:06:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.23s832[May 30 2023 18:06:17 UTC (QA Tests)] INFO -- Enabling super sidebar!833[May 30 2023 18:06:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled834[May 30 2023 18:06:19 UTC (QA Tests)] INFO -- clicking :context_switcher835[May 30 2023 18:06:19 UTC (QA Tests)] INFO -- clicking :nav_item_link836[May 30 2023 18:06:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.821s837[May 30 2023 18:06:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.286s838[May 30 2023 18:06:21 UTC (QA Tests)] INFO -- clicking :nav_item_link839[May 30 2023 18:06:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.86s840[May 30 2023 18:06:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.035s841[May 30 2023 18:06:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.046s842[May 30 2023 18:06:25 UTC (QA Tests)] INFO -- clicking :user_avatar_content843[May 30 2023 18:06:25 UTC (QA Tests)] INFO -- clicking :sign_out_link844[May 30 2023 18:06:36 UTC (QA Tests)] INFO -- clicking :register_link845[May 30 2023 18:06:36 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"846[May 30 2023 18:06:36 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field847[May 30 2023 18:06:37 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User acb083ca0b109fbf"848[May 30 2023 18:06:37 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field849[May 30 2023 18:06:37 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-acb083ca0b109fbf"850[May 30 2023 18:06:37 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field851[May 30 2023 18:06:37 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-acb083ca0b109fbf@example.com"852[May 30 2023 18:06:37 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field853[May 30 2023 18:06:38 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"854[May 30 2023 18:06:38 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field855[May 30 2023 18:06:39 UTC (QA Tests)] INFO -- clicking :new_user_register_button856[May 30 2023 18:06:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_user_register_button' took 1.252s857[May 30 2023 18:06:40 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown858[May 30 2023 18:06:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? setup_for_just_me_content' took 1.024s859[May 30 2023 18:06:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? create_a_new_project_radio' took 1.028s860[May 30 2023 18:06:42 UTC (QA Tests)] INFO -- clicking :get_started_button861[May 30 2023 18:06:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 0.551s862[May 30 2023 18:06:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-acb083ca0b109fbf' via browser_ui in 28.37 seconds863[May 30 2023 18:06:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-acb083ca0b109fbf'864 allows recreating with same credentials865 when admin approval is required866[May 30 2023 18:06:44 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is required allows user login after approval867[May 30 2023 18:06:44 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>true}868[May 30 2023 18:06:45 UTC (QA Tests)] INFO -- filling :login_field with "root"869[May 30 2023 18:06:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field870[May 30 2023 18:06:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"871[May 30 2023 18:06:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field872[May 30 2023 18:06:46 UTC (QA Tests)] INFO -- clicking :sign_in_button873[May 30 2023 18:06:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.245s874[May 30 2023 18:06:48 UTC (QA Tests)] INFO -- Enabling super sidebar!875[May 30 2023 18:06:48 UTC (QA Tests)] INFO -- Super sidebar is already enabled876[May 30 2023 18:06:49 UTC (QA Tests)] INFO -- clicking :context_switcher877[May 30 2023 18:06:49 UTC (QA Tests)] INFO -- clicking :nav_item_link878[May 30 2023 18:06:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.804s879[May 30 2023 18:06:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.278s880[May 30 2023 18:06:52 UTC (QA Tests)] INFO -- clicking :nav_item_link881[May 30 2023 18:06:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.228s882[May 30 2023 18:06:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.066s883[May 30 2023 18:06:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.058s884[May 30 2023 18:06:56 UTC (QA Tests)] INFO -- clicking :user_avatar_content885[May 30 2023 18:06:56 UTC (QA Tests)] INFO -- clicking :sign_out_link886[May 30 2023 18:06:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.502s887[May 30 2023 18:07:07 UTC (QA Tests)] INFO -- clicking :register_link888[May 30 2023 18:07:07 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"889[May 30 2023 18:07:07 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field890[May 30 2023 18:07:07 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User 3c55e1210270a400"891[May 30 2023 18:07:07 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field892[May 30 2023 18:07:08 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-3c55e1210270a400"893[May 30 2023 18:07:08 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field894[May 30 2023 18:07:08 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-3c55e1210270a400@gitlab.com"895[May 30 2023 18:07:08 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field896[May 30 2023 18:07:09 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"897[May 30 2023 18:07:09 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field898[May 30 2023 18:07:09 UTC (QA Tests)] INFO -- clicking :new_user_register_button899[May 30 2023 18:07:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_user_register_button' took 0.601s900[May 30 2023 18:07:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? get_started_button' took 11.038s901[May 30 2023 18:07:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-3c55e1210270a400' via browser_ui in 36.38 seconds902[May 30 2023 18:07:21 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-3c55e1210270a400"903[May 30 2023 18:07:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field904[May 30 2023 18:07:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"905[May 30 2023 18:07:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field906[May 30 2023 18:07:22 UTC (QA Tests)] INFO -- clicking :sign_in_button907[May 30 2023 18:07:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.533s908[May 30 2023 18:07:23 UTC (QA Tests)] INFO -- Enabling super sidebar!909[May 30 2023 18:07:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.038s910[May 30 2023 18:07:26 UTC (QA Tests)] INFO -- User is not signed in, skipping911[May 30 2023 18:07:27 UTC (QA Tests)] INFO -- filling :login_field with "root"912[May 30 2023 18:07:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field913[May 30 2023 18:07:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"914[May 30 2023 18:07:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field915[May 30 2023 18:07:28 UTC (QA Tests)] INFO -- clicking :sign_in_button916[May 30 2023 18:07:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.238s917[May 30 2023 18:07:29 UTC (QA Tests)] INFO -- Enabling super sidebar!918[May 30 2023 18:07:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled919[May 30 2023 18:07:31 UTC (QA Tests)] INFO -- clicking :context_switcher920[May 30 2023 18:07:31 UTC (QA Tests)] INFO -- clicking :nav_item_link921[May 30 2023 18:07:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.775s922[May 30 2023 18:07:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.357s923[May 30 2023 18:07:34 UTC (QA Tests)] INFO -- clicking :nav_item_link924[May 30 2023 18:07:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.483s925[May 30 2023 18:07:35 UTC (QA Tests)] INFO -- clicking :pending_approval_tab926[May 30 2023 18:07:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pending_approval_tab' took 1.451s927[May 30 2023 18:07:38 UTC (QA Tests)] INFO -- clicking :user_actions_dropdown_toggle928[May 30 2023 18:07:38 UTC (QA Tests)] INFO -- clicking :approve_user_button929[May 30 2023 18:07:38 UTC (QA Tests)] INFO -- clicking :approve_user_confirm_button930[May 30 2023 18:07:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element approve_user_confirm_button' took 1.248s931[May 30 2023 18:07:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.03s932[May 30 2023 18:07:41 UTC (QA Tests)] INFO -- clicking :user_avatar_content933[May 30 2023 18:07:41 UTC (QA Tests)] INFO -- clicking :sign_out_link934[May 30 2023 18:07:42 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-3c55e1210270a400"935[May 30 2023 18:07:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field936[May 30 2023 18:07:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"937[May 30 2023 18:07:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field938[May 30 2023 18:07:43 UTC (QA Tests)] INFO -- clicking :sign_in_button939[May 30 2023 18:07:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.638s940[May 30 2023 18:07:44 UTC (QA Tests)] INFO -- Enabling super sidebar!941[May 30 2023 18:07:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.03s942[May 30 2023 18:07:47 UTC (QA Tests)] INFO -- User is not signed in, skipping943[May 30 2023 18:07:48 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown944[May 30 2023 18:07:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? setup_for_just_me_content' took 1.016s945[May 30 2023 18:07:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? create_a_new_project_radio' took 1.026s946[May 30 2023 18:07:50 UTC (QA Tests)] INFO -- clicking :get_started_button947[May 30 2023 18:07:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 0.67s948[May 30 2023 18:07:51 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>false}949 allows user login after approval950Configure951 Kubernetes Agent952 deploys a K8s manifest file (PENDING: Test is not compatible with this environment or pipeline)953Plan954 check xss occurence in @mentions in issues955[May 30 2023 18:07:52 UTC (QA Tests)] INFO -- Starting test: Plan check xss occurence in @mentions in issues mentions a user in a comment956[May 30 2023 18:07:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-1f5bb6183aa8cdf7' via api in 0.38 seconds957[May 30 2023 18:07:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.1 seconds958[May 30 2023 18:07:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.25 seconds959[May 30 2023 18:07:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/xss-test-for-mentions-project-1142b9e4800da76d' via api in 1.86 seconds960[May 30 2023 18:07:54 UTC (QA Tests)] INFO -- filling :login_field with "root"961[May 30 2023 18:07:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field962[May 30 2023 18:07:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"963[May 30 2023 18:07:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field964[May 30 2023 18:07:55 UTC (QA Tests)] INFO -- clicking :sign_in_button965[May 30 2023 18:07:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.278s966[May 30 2023 18:07:57 UTC (QA Tests)] INFO -- Enabling super sidebar!967[May 30 2023 18:07:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled968[May 30 2023 18:07:59 UTC (QA Tests)] INFO -- Adding user qa-user-1f5bb6183aa8cdf7 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/xss-test-for-mentions-project-1142b9e4800da76d QA::Resource::Project969[May 30 2023 18:08:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '6' via api in 0.31 seconds970[May 30 2023 18:08:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/xss-test-for-mentions-project-1142b9e4800da76d/-/issues/1971[May 30 2023 18:08:02 UTC (QA Tests)] INFO -- clicking :title_content972[May 30 2023 18:08:02 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown973[May 30 2023 18:08:02 UTC (QA Tests)] INFO -- clicking :title_content974[May 30 2023 18:08:02 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown975[May 30 2023 18:08:03 UTC (QA Tests)] INFO -- filling :comment_field with "cc-ing you here @qa-user-1f5bb6183aa8cdf7976"977[May 30 2023 18:08:03 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field978[May 30 2023 18:08:03 UTC (QA Tests)] INFO -- clicking :comment_button979[May 30 2023 18:08:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-1f5bb6183aa8cdf7'980 mentions a user in a comment981Verify982 Include multiple files from a project983[May 30 2023 18:08:04 UTC (QA Tests)] INFO -- Starting test: Verify Include multiple files from a project runs the pipeline with composed config984[May 30 2023 18:08:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.13 seconds985[May 30 2023 18:08:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.26 seconds986[May 30 2023 18:08:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-pipeline-1-6eb2bc70263289f6' via api in 2.31 seconds987[May 30 2023 18:08:06 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.988[May 30 2023 18:08:06 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`989[May 30 2023 18:08:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`990[May 30 2023 18:08:10 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-7x89c33d --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-7x89c33d sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-7x89c33d --url http://gitlab-ee-9307e081.test --registration-token **** --tag-list qa-runner-7x89c33d --executor shell && gitlab-runner run" `991[May 30 2023 18:08:12 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-7x89c33d`992[May 30 2023 18:08:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`993[May 30 2023 18:08:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-7x89c33d' via api in 7.66 seconds994[May 30 2023 18:08:15 UTC (QA Tests)] INFO -- filling :login_field with "root"995[May 30 2023 18:08:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field996[May 30 2023 18:08:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"997[May 30 2023 18:08:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field998[May 30 2023 18:08:15 UTC (QA Tests)] INFO -- clicking :sign_in_button999[May 30 2023 18:08:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.519s1000[May 30 2023 18:08:17 UTC (QA Tests)] INFO -- Enabling super sidebar!1001[May 30 2023 18:08:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled1002[May 30 2023 18:08:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.1 seconds1003[May 30 2023 18:08:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.26 seconds1004[May 30 2023 18:08:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-pipeline-2-4c30275a4bccfdfe' via api in 0.85 seconds1005[May 30 2023 18:08:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.6 seconds1006[May 30 2023 18:08:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.64 seconds1007[May 30 2023 18:08:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-pipeline-1-6eb2bc70263289f61008[May 30 2023 18:08:24 UTC (QA Tests)] INFO -- clicking :menu_section_button1009[May 30 2023 18:08:24 UTC (QA Tests)] INFO -- clicking :nav_item_link1010[May 30 2023 18:08:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.122s1011[May 30 2023 18:08:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 1.101s1012[May 30 2023 18:08:39 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1013[May 30 2023 18:08:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.247s1014[May 30 2023 18:08:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.542s1015[May 30 2023 18:08:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element job_log_content' took 0.561s1016[May 30 2023 18:08:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-7x89c33d'1017[May 30 2023 18:08:41 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-7x89c33d`1018 runs the pipeline with composed config1019Fulfillment1020 Purchase1021 group plan1022 upgrades from free to ultimate (PENDING: Test is not compatible with this environment or pipeline)1023 with existing CI minutes pack1024 upgrades from free to premium with correct CI minutes (PENDING: Test is not compatible with this environment or pipeline)1025Verify1026 Cancelling merge request in merge train1027 when user cancels the merge request1028[May 30 2023 18:08:41 UTC (QA Tests)] INFO -- Starting test: Verify Cancelling merge request in merge train when user cancels the merge request does not create a TODO task1029[May 30 2023 18:08:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1030[May 30 2023 18:08:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.42 seconds1031[May 30 2023 18:08:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/pipeline-for-merge-trains-050f7819fd839dbc' via api in 1.7 seconds1032[May 30 2023 18:08:43 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1033[May 30 2023 18:08:43 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1034[May 30 2023 18:08:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1035[May 30 2023 18:08:43 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-ltyvroi0 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-ltyvroi0 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-ltyvroi0 --url http://gitlab-ee-9307e081.test --registration-token **** --tag-list qa-runner-ltyvroi0 --executor shell && gitlab-runner run" `1036[May 30 2023 18:08:44 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-ltyvroi0`1037[May 30 2023 18:08:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1038[May 30 2023 18:08:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-ltyvroi0' via api in 2.46 seconds1039[May 30 2023 18:08:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.77 seconds1040[May 30 2023 18:08:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-7111b3a8e55a8da2' via api in 0.3 seconds1041[May 30 2023 18:08:47 UTC (QA Tests)] INFO -- Adding user qa-user-7111b3a8e55a8da2 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/pipeline-for-merge-trains-050f7819fd839dbc QA::Resource::Project1042[May 30 2023 18:08:48 UTC (QA Tests)] INFO -- filling :login_field with "root"1043[May 30 2023 18:08:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1044[May 30 2023 18:08:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"1045[May 30 2023 18:08:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1046[May 30 2023 18:08:48 UTC (QA Tests)] INFO -- clicking :sign_in_button1047[May 30 2023 18:08:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.019s1048[May 30 2023 18:08:51 UTC (QA Tests)] INFO -- Enabling super sidebar!1049[May 30 2023 18:08:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled1050[May 30 2023 18:08:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/pipeline-for-merge-trains-050f7819fd839dbc1051[May 30 2023 18:08:54 UTC (QA Tests)] INFO -- clicking :menu_section_button1052[May 30 2023 18:08:54 UTC (QA Tests)] INFO -- clicking :nav_item_link1053[May 30 2023 18:08:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.128s1054[May 30 2023 18:08:56 UTC (QA Tests)] INFO -- checking via JS :merged_results_pipeline_checkbox with args {}1055[May 30 2023 18:08:56 UTC (QA Tests)] INFO -- checking via JS :merge_trains_checkbox with args {}1056[May 30 2023 18:08:56 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button1057[May 30 2023 18:08:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_merge_request_changes_button' took 2.534s1058[May 30 2023 18:09:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.019s1059[May 30 2023 18:09:00 UTC (QA Tests)] INFO -- clicking :user_avatar_content1060[May 30 2023 18:09:00 UTC (QA Tests)] INFO -- clicking :sign_out_link1061[May 30 2023 18:09:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.501s1062[May 30 2023 18:09:01 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-7111b3a8e55a8da2"1063[May 30 2023 18:09:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1064[May 30 2023 18:09:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"1065[May 30 2023 18:09:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1066[May 30 2023 18:09:02 UTC (QA Tests)] INFO -- clicking :sign_in_button1067[May 30 2023 18:09:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.143s1068[May 30 2023 18:09:03 UTC (QA Tests)] INFO -- Enabling super sidebar!1069[May 30 2023 18:09:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled1070[May 30 2023 18:09:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds1071[May 30 2023 18:09:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.0 seconds1072[May 30 2023 18:09:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/pipeline-for-merge-trains-050f7819fd839dbc/-/merge_requests/11073[May 30 2023 18:09:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merge_request_pipeline_info_content' took 16.062s1074[May 30 2023 18:09:24 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/pipeline-for-merge-trains-050f7819fd839dbc/-/merge_requests/11075[May 30 2023 18:09:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.348s1076[May 30 2023 18:09:32 UTC (QA Tests)] INFO -- clicking :merge_button1077[May 30 2023 18:09:35 UTC (QA Tests)] INFO -- clicking :cancel_auto_merge_button1078[May 30 2023 18:09:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? system_note_content' took 5.943s1079[May 30 2023 18:09:41 UTC (QA Tests)] INFO -- clicking :todos_shortcut_button1080[May 30 2023 18:09:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-ltyvroi0'1081[May 30 2023 18:09:42 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-ltyvroi0`1082[May 30 2023 18:09:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-7111b3a8e55a8da2'1083 does not create a TODO task1084Create1085 Merge request rebasing1086[May 30 2023 18:09:42 UTC (QA Tests)] INFO -- Starting test: Create Merge request rebasing user rebases source branch of merge request1087[May 30 2023 18:09:43 UTC (QA Tests)] INFO -- filling :login_field with "root"1088[May 30 2023 18:09:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1089[May 30 2023 18:09:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"1090[May 30 2023 18:09:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1091[May 30 2023 18:09:44 UTC (QA Tests)] INFO -- clicking :sign_in_button1092[May 30 2023 18:09:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.123s1093[May 30 2023 18:09:45 UTC (QA Tests)] INFO -- Enabling super sidebar!1094[May 30 2023 18:09:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled1095[May 30 2023 18:09:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1096[May 30 2023 18:09:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.21 seconds1097[May 30 2023 18:09:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-merge-request-7375f39db96d3c82' via api in 1.19 seconds1098[May 30 2023 18:09:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds1099[May 30 2023 18:09:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.38 seconds1100[May 30 2023 18:09:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-merge-request-7375f39db96d3c821101[May 30 2023 18:09:51 UTC (QA Tests)] INFO -- clicking :menu_section_button1102[May 30 2023 18:09:51 UTC (QA Tests)] INFO -- clicking :nav_item_link1103[May 30 2023 18:09:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.114s1104[May 30 2023 18:09:52 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button1105[May 30 2023 18:09:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_merge_request_changes_button' took 1.263s1106[May 30 2023 18:09:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.59 seconds1107[May 30 2023 18:09:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-merge-request-7375f39db96d3c82/-/merge_requests/11108[May 30 2023 18:09:57 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-merge-request-7375f39db96d3c82/-/merge_requests/11109[May 30 2023 18:09:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.651s1110[May 30 2023 18:10:00 UTC (QA Tests)] INFO -- clicking :mr_rebase_button1111[May 30 2023 18:10:00 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>QA::Page::MergeRequest::Show, :sleep_interval=>0.5}' arguments1112[May 30 2023 18:10:00 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-merge-request-7375f39db96d3c82/-/merge_requests/11113[May 30 2023 18:10:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.852s1114[May 30 2023 18:10:03 UTC (QA Tests)] INFO -- clicking :merge_button1115[May 30 2023 18:10:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.567s1116 user rebases source branch of merge request1117Verify1118 Cancelling merge request in merge train1119 when system cancels the merge request1120 creates a TODO task (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/324122)1121Create1122 Git clone over HTTP1123[May 30 2023 18:10:05 UTC (QA Tests)] INFO -- Starting test: Create Git clone over HTTP user performs a shallow clone1124[May 30 2023 18:10:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1125[May 30 2023 18:10:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.24 seconds1126[May 30 2023 18:10:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-code-7ad66c91ef9b4666' via api in 0.85 seconds1127[May 30 2023 18:10:08 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"1128 user performs a shallow clone1129[May 30 2023 18:10:10 UTC (QA Tests)] INFO -- Starting test: Create Git clone over HTTP user performs a deep clone1130[May 30 2023 18:10:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1131[May 30 2023 18:10:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.23 seconds1132[May 30 2023 18:10:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-code-8ee65b601aa02f57' via api in 1.23 seconds1133[May 30 2023 18:10:13 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"1134 user performs a deep clone1135Create1136 Merge request squashing1137[May 30 2023 18:10:14 UTC (QA Tests)] INFO -- Starting test: Create Merge request squashing user squashes commits while merging1138[May 30 2023 18:10:14 UTC (QA Tests)] INFO -- filling :login_field with "root"1139[May 30 2023 18:10:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1140[May 30 2023 18:10:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"1141[May 30 2023 18:10:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1142[May 30 2023 18:10:15 UTC (QA Tests)] INFO -- clicking :sign_in_button1143[May 30 2023 18:10:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.354s1144[May 30 2023 18:10:18 UTC (QA Tests)] INFO -- Enabling super sidebar!1145[May 30 2023 18:10:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled1146[May 30 2023 18:10:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1147[May 30 2023 18:10:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.21 seconds1148[May 30 2023 18:10:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/squash-before-merge-a7432d7a841cef32' via api in 0.81 seconds1149[May 30 2023 18:10:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds1150[May 30 2023 18:10:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds1151[May 30 2023 18:10:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.4 seconds1152[May 30 2023 18:10:23 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "to be squashed"1153[May 30 2023 18:10:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.64 seconds1154[May 30 2023 18:10:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/squash-before-merge-a7432d7a841cef32/-/merge_requests/11155[May 30 2023 18:10:35 UTC (QA Tests)] INFO -- checking via JS :squash_checkbox with args {}1156[May 30 2023 18:10:35 UTC (QA Tests)] INFO -- clicking :merge_button1157[May 30 2023 18:10:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 4.771s1158 user squashes commits while merging1159Plan1160 Milestones1161 Group milestone1162 behaves like milestone assigned to existing issue1163[May 30 2023 18:10:40 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Group milestone behaves like milestone assigned to existing issue is assigned to an existing issue1164[May 30 2023 18:10:41 UTC (QA Tests)] INFO -- filling :login_field with "root"1165[May 30 2023 18:10:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1166[May 30 2023 18:10:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"1167[May 30 2023 18:10:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1168[May 30 2023 18:10:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1169[May 30 2023 18:10:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.248s1170[May 30 2023 18:10:43 UTC (QA Tests)] INFO -- Enabling super sidebar!1171[May 30 2023 18:10:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled1172[May 30 2023 18:10:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1173[May 30 2023 18:10:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-79cf504f' via api in 0.46 seconds1174[May 30 2023 18:10:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-79cf504f/project-to-test-milestones-0f15a5c1-16ae89f8e5e1b26c' via api in 0.51 seconds1175[May 30 2023 18:10:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '7' via api in 0.42 seconds1176[May 30 2023 18:10:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/group-to-test-milestones-79cf504f/project-to-test-milestones-0f15a5c1-16ae89f8e5e1b26c/-/issues/11177[May 30 2023 18:10:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone with id '1' via api in 0.17 seconds1178[May 30 2023 18:10:50 UTC (QA Tests)] INFO -- clicking :edit_link1179[May 30 2023 18:10:51 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/group-to-test-milestones-79cf504f/project-to-test-milestones-0f15a5c1-16ae89f8e5e1b26c/-/issues/11180[May 30 2023 18:10:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.939s1181 is assigned to an existing issue1182 behaves like milestone assigned to new issue1183[May 30 2023 18:10:54 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Group milestone behaves like milestone assigned to new issue is assigned to a new issue1184[May 30 2023 18:10:55 UTC (QA Tests)] INFO -- filling :login_field with "root"1185[May 30 2023 18:10:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1186[May 30 2023 18:10:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"1187[May 30 2023 18:10:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1188[May 30 2023 18:10:56 UTC (QA Tests)] INFO -- clicking :sign_in_button1189[May 30 2023 18:10:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.253s1190[May 30 2023 18:10:57 UTC (QA Tests)] INFO -- Enabling super sidebar!1191[May 30 2023 18:10:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled1192[May 30 2023 18:10:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1193[May 30 2023 18:11:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-9381d191' via api in 0.44 seconds1194[May 30 2023 18:11:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-9381d191/project-to-test-milestones-191b441a-675c01b7c46415c7' via api in 0.58 seconds1195[May 30 2023 18:11:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone with id '2' via api in 0.14 seconds1196[May 30 2023 18:11:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/group-to-test-milestones-9381d191/project-to-test-milestones-191b441a-675c01b7c46415c71197[May 30 2023 18:11:02 UTC (QA Tests)] INFO -- clicking :new_menu_toggle1198[May 30 2023 18:11:02 UTC (QA Tests)] INFO -- clicking :create_menu_item1199[May 30 2023 18:11:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.387s1200[May 30 2023 18:11:03 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title f09337ca46b3afd2"1201[May 30 2023 18:11:03 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1202[May 30 2023 18:11:04 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description a96baa41509f4cb4"1203[May 30 2023 18:11:04 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field1204[May 30 2023 18:11:05 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present1205[May 30 2023 18:11:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.909s1206[May 30 2023 18:11:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 7.29 seconds1207 is assigned to a new issue1208 Project milestone1209 behaves like milestone assigned to existing issue1210[May 30 2023 18:11:08 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Project milestone behaves like milestone assigned to existing issue is assigned to an existing issue1211[May 30 2023 18:11:09 UTC (QA Tests)] INFO -- filling :login_field with "root"1212[May 30 2023 18:11:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1213[May 30 2023 18:11:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"1214[May 30 2023 18:11:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1215[May 30 2023 18:11:10 UTC (QA Tests)] INFO -- clicking :sign_in_button1216[May 30 2023 18:11:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.512s1217[May 30 2023 18:11:11 UTC (QA Tests)] INFO -- Enabling super sidebar!1218[May 30 2023 18:11:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled1219[May 30 2023 18:11:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds1220[May 30 2023 18:11:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-20ed2e28' via api in 0.58 seconds1221[May 30 2023 18:11:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-20ed2e28/project-to-test-milestones-bfafa5e8-b34c77b086a48082' via api in 0.51 seconds1222[May 30 2023 18:11:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '9' via api in 0.37 seconds1223[May 30 2023 18:11:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/group-to-test-milestones-20ed2e28/project-to-test-milestones-bfafa5e8-b34c77b086a48082/-/issues/11224[May 30 2023 18:11:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '3' via api in 0.14 seconds1225[May 30 2023 18:11:17 UTC (QA Tests)] INFO -- clicking :edit_link1226[May 30 2023 18:11:18 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/group-to-test-milestones-20ed2e28/project-to-test-milestones-bfafa5e8-b34c77b086a48082/-/issues/11227[May 30 2023 18:11:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.144s1228 is assigned to an existing issue1229 behaves like milestone assigned to new issue1230[May 30 2023 18:11:20 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Project milestone behaves like milestone assigned to new issue is assigned to a new issue1231[May 30 2023 18:11:21 UTC (QA Tests)] INFO -- filling :login_field with "root"1232[May 30 2023 18:11:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1233[May 30 2023 18:11:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"1234[May 30 2023 18:11:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1235[May 30 2023 18:11:22 UTC (QA Tests)] INFO -- clicking :sign_in_button1236[May 30 2023 18:11:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.196s1237[May 30 2023 18:11:23 UTC (QA Tests)] INFO -- Enabling super sidebar!1238[May 30 2023 18:11:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled1239[May 30 2023 18:11:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1240[May 30 2023 18:11:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-3254cfd3' via api in 0.47 seconds1241[May 30 2023 18:11:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-to-test-milestones-3254cfd3/project-to-test-milestones-0f54ef21-47a97583dea7327c' via api in 0.47 seconds1242[May 30 2023 18:11:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '4' via api in 0.13 seconds1243[May 30 2023 18:11:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/group-to-test-milestones-3254cfd3/project-to-test-milestones-0f54ef21-47a97583dea7327c1244[May 30 2023 18:11:27 UTC (QA Tests)] INFO -- clicking :new_menu_toggle1245[May 30 2023 18:11:27 UTC (QA Tests)] INFO -- clicking :create_menu_item1246[May 30 2023 18:11:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.275s1247[May 30 2023 18:11:29 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 1e90413d8f0032f2"1248[May 30 2023 18:11:29 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1249[May 30 2023 18:11:29 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description 957cec20761a7ee6"1250[May 30 2023 18:11:29 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field1251[May 30 2023 18:11:30 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present1252[May 30 2023 18:11:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.801s1253[May 30 2023 18:11:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 6.68 seconds1254 is assigned to a new issue1255Fulfillment1256 Utilization1257 in usage quotas1258 max seats used count does not change after members are removed (PENDING: Test is not compatible with this environment or pipeline)1259 user seat data is displayed correctly (PENDING: Test is not compatible with this environment or pipeline)1260Plan1261 Configure issue board by label1262[May 30 2023 18:11:33 UTC (QA Tests)] INFO -- Starting test: Plan Configure issue board by label shows only issues that match the configured label1263[May 30 2023 18:11:34 UTC (QA Tests)] INFO -- filling :login_field with "root"1264[May 30 2023 18:11:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1265[May 30 2023 18:11:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"1266[May 30 2023 18:11:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1267[May 30 2023 18:11:35 UTC (QA Tests)] INFO -- clicking :sign_in_button1268[May 30 2023 18:11:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.389s1269[May 30 2023 18:11:37 UTC (QA Tests)] INFO -- Enabling super sidebar!1270[May 30 2023 18:11:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled1271[May 30 2023 18:11:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1272[May 30 2023 18:11:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.39 seconds1273[May 30 2023 18:11:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-board-list-9fc232b0253d5c07' via api in 1.0 seconds1274[May 30 2023 18:11:39 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.2 seconds1275[May 30 2023 18:11:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '1' via api in 0.16 seconds1276[May 30 2023 18:11:40 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::LabelBoardList with id '3' via api in 1.51 seconds1277[May 30 2023 18:11:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '11' via api in 0.91 seconds1278[May 30 2023 18:11:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '12' via api in 0.36 seconds1279[May 30 2023 18:11:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-board-list-9fc232b0253d5c071280[May 30 2023 18:11:42 UTC (QA Tests)] INFO -- clicking :menu_section_button1281[May 30 2023 18:11:42 UTC (QA Tests)] INFO -- clicking :nav_item_link1282[May 30 2023 18:11:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.998s1283[May 30 2023 18:11:43 UTC (QA Tests)] INFO -- clicking :boards_config_button1284[May 30 2023 18:11:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.978s1285[May 30 2023 18:11:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element boards_config_button' took 1.085s1286[May 30 2023 18:11:45 UTC (QA Tests)] INFO -- clicking :labels_edit_button1287[May 30 2023 18:11:46 UTC (QA Tests)] INFO -- clicking :labels_edit_button1288[May 30 2023 18:11:47 UTC (QA Tests)] INFO -- clicking :close_labels_dropdown_button1289[May 30 2023 18:11:47 UTC (QA Tests)] INFO -- clicking :save_changes_button1290[May 30 2023 18:11:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.121s1291 shows only issues that match the configured label1292Verify1293 Multi-project pipelines1294[May 30 2023 18:11:49 UTC (QA Tests)] INFO -- Starting test: Verify Multi-project pipelines creates a multi-project pipeline with artifact download1295[May 30 2023 18:11:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.5 seconds1296[May 30 2023 18:11:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.64 seconds1297[May 30 2023 18:11:49 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1298[May 30 2023 18:11:49 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1299[May 30 2023 18:11:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1300[May 30 2023 18:11:55 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-e87e1188 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-e87e1188 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-e87e1188 --url http://gitlab-ee-9307e081.test --registration-token **** --tag-list qa-runner-e87e1188 --executor shell && gitlab-runner run" `1301[May 30 2023 18:11:55 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-e87e1188`1302[May 30 2023 18:11:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1303[May 30 2023 18:11:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-e87e1188' via api in 6.4 seconds1304[May 30 2023 18:11:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/downstream-project-e11a0f996b94bb38' via api in 0.58 seconds1305[May 30 2023 18:11:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/upstream-project-d3b6cbd612427c69' via api in 0.81 seconds1306[May 30 2023 18:11:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.7 seconds1307[May 30 2023 18:11:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.8 seconds1308[May 30 2023 18:11:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1309[May 30 2023 18:11:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1310[May 30 2023 18:12:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1311[May 30 2023 18:12:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1312[May 30 2023 18:12:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1313[May 30 2023 18:12:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.25s1314[May 30 2023 18:12:02 UTC (QA Tests)] INFO -- Enabling super sidebar!1315[May 30 2023 18:12:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled1316[May 30 2023 18:12:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/upstream-project-d3b6cbd612427c691317[May 30 2023 18:12:06 UTC (QA Tests)] INFO -- clicking :menu_section_button1318[May 30 2023 18:12:06 UTC (QA Tests)] INFO -- clicking :nav_item_link1319[May 30 2023 18:12:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.975s1320[May 30 2023 18:12:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.182s1321[May 30 2023 18:12:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element status_badge_link' took 1.198s1322[May 30 2023 18:12:21 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1323[May 30 2023 18:12:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-e87e1188'1324[May 30 2023 18:12:22 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-e87e1188`1325[May 30 2023 18:12:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/upstream-project-d3b6cbd612427c69'1326[May 30 2023 18:12:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/downstream-project-e11a0f996b94bb38'1327 creates a multi-project pipeline with artifact download1328Create1329 API basics1330[May 30 2023 18:12:23 UTC (QA Tests)] INFO -- Starting test: Create API basics user creates a project with a file and deletes them afterwards1331 user creates a project with a file and deletes them afterwards1332 raw file access1333[May 30 2023 18:12:24 UTC (QA Tests)] INFO -- Starting test: Create API basics raw file access sets no-cache headers as expected1334 sets no-cache headers as expected1335Create1336 Source editor toolbar preview1337[May 30 2023 18:12:26 UTC (QA Tests)] INFO -- Starting test: Create Source editor toolbar preview can preview markdown side-by-side while editing1338[May 30 2023 18:12:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1339[May 30 2023 18:12:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1340[May 30 2023 18:12:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1341[May 30 2023 18:12:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1342[May 30 2023 18:12:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1343[May 30 2023 18:12:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.348s1344[May 30 2023 18:12:29 UTC (QA Tests)] INFO -- Enabling super sidebar!1345[May 30 2023 18:12:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled1346[May 30 2023 18:12:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1347[May 30 2023 18:12:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds1348[May 30 2023 18:12:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/empty-project-with-md-7bd6ea024a6cd2fa' via api in 1.36 seconds1349[May 30 2023 18:12:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/empty-project-with-md-7bd6ea024a6cd2fa1350[May 30 2023 18:12:34 UTC (QA Tests)] INFO -- clicking :file_name_link1351[May 30 2023 18:12:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.574s1352[May 30 2023 18:12:34 UTC (QA Tests)] INFO -- clicking :edit_menu_item1353[May 30 2023 18:12:34 UTC (QA Tests)] INFO -- clicking :edit_button1354[May 30 2023 18:12:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_button' took 1.401s13552023-05-30 18:12:36 WARN Selenium [DEPRECATION] [:jwp_caps] `Capabilities#platform` is deprecated. Use `Capabilities#platform_name` instead.1356[May 30 2023 18:12:37 UTC (QA Tests)] INFO -- clicking :commit_button1357[May 30 2023 18:12:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.626s1358 can preview markdown side-by-side while editing1359Create1360 Project snippet creation1361[May 30 2023 18:12:39 UTC (QA Tests)] INFO -- Starting test: Create Project snippet creation user creates a project snippet1362[May 30 2023 18:12:39 UTC (QA Tests)] INFO -- filling :login_field with "root"1363[May 30 2023 18:12:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1364[May 30 2023 18:12:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1365[May 30 2023 18:12:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1366[May 30 2023 18:12:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1367[May 30 2023 18:12:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.463s1368[May 30 2023 18:12:42 UTC (QA Tests)] INFO -- Enabling super sidebar!1369[May 30 2023 18:12:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled1370[May 30 2023 18:12:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1371[May 30 2023 18:12:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds1372[May 30 2023 18:12:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-snippets-5884182f24134296' via api in 0.84 seconds1373[May 30 2023 18:12:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-snippets-5884182f241342961374[May 30 2023 18:12:45 UTC (QA Tests)] INFO -- clicking :menu_section_button1375[May 30 2023 18:12:46 UTC (QA Tests)] INFO -- clicking :nav_item_link1376[May 30 2023 18:12:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.809s1377[May 30 2023 18:12:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? js_lazy_loaded' took 11.049s1378[May 30 2023 18:12:58 UTC (QA Tests)] INFO -- clicking :create_first_snippet_link1379[May 30 2023 18:12:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_snippet_link' took 1.116s1380[May 30 2023 18:12:59 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Project snippet"1381[May 30 2023 18:12:59 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field1382[May 30 2023 18:12:59 UTC (QA Tests)] INFO -- clicking :description_placeholder1383[May 30 2023 18:12:59 UTC (QA Tests)] INFO -- filling :snippet_description_field with " "1384[May 30 2023 18:12:59 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field1385[May 30 2023 18:13:00 UTC (QA Tests)] INFO -- clicking :visibility_content1386[May 30 2023 18:13:00 UTC (QA Tests)] INFO -- filling :file_name_field with "markdown_file.md"1387[May 30 2023 18:13:00 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1388[May 30 2023 18:13:00 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1389[May 30 2023 18:13:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.13s1390[May 30 2023 18:13:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 2.137s1391[May 30 2023 18:13:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '5' via browser_ui in 19.39 seconds1392 user creates a project snippet1393Plan1394 Project issue boards1395 Milestone issue board1396[May 30 2023 18:13:03 UTC (QA Tests)] INFO -- Starting test: Plan Project issue boards Milestone issue board shows the just created board with a "1.0" (milestone) list, and an issue on it1397[May 30 2023 18:13:04 UTC (QA Tests)] INFO -- filling :login_field with "root"1398[May 30 2023 18:13:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1399[May 30 2023 18:13:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"1400[May 30 2023 18:13:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1401[May 30 2023 18:13:05 UTC (QA Tests)] INFO -- clicking :sign_in_button1402[May 30 2023 18:13:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.222s1403[May 30 2023 18:13:07 UTC (QA Tests)] INFO -- Enabling super sidebar!1404[May 30 2023 18:13:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled1405[May 30 2023 18:13:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1406[May 30 2023 18:13:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.21 seconds1407[May 30 2023 18:13:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-board-list-a16461103f129f4b' via api in 0.86 seconds1408[May 30 2023 18:13:09 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.14 seconds1409[May 30 2023 18:13:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '5' via api in 0.14 seconds1410[May 30 2023 18:13:10 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::MilestoneBoardList with id '6' via api in 1.4 seconds1411[May 30 2023 18:13:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '13' via api in 0.34 seconds1412[May 30 2023 18:13:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-board-list-a16461103f129f4b1413[May 30 2023 18:13:11 UTC (QA Tests)] INFO -- clicking :menu_section_button1414[May 30 2023 18:13:11 UTC (QA Tests)] INFO -- clicking :nav_item_link1415[May 30 2023 18:13:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.968s1416[May 30 2023 18:13:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.659s1417[May 30 2023 18:13:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.676s1418 shows the just created board with a "1.0" (milestone) list, and an issue on it1419 Assignee issue board1420[May 30 2023 18:13:13 UTC (QA Tests)] INFO -- Starting test: Plan Project issue boards Assignee issue board shows the just created board with an assignee list, and an issue on it1421[May 30 2023 18:13:14 UTC (QA Tests)] INFO -- filling :login_field with "root"1422[May 30 2023 18:13:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1423[May 30 2023 18:13:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"1424[May 30 2023 18:13:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1425[May 30 2023 18:13:15 UTC (QA Tests)] INFO -- clicking :sign_in_button1426[May 30 2023 18:13:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.744s1427[May 30 2023 18:13:17 UTC (QA Tests)] INFO -- Enabling super sidebar!1428[May 30 2023 18:13:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled1429[May 30 2023 18:13:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.17 seconds1430[May 30 2023 18:13:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1431[May 30 2023 18:13:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.2 seconds1432[May 30 2023 18:13:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-to-test-assignee-issue-board-list-49d3afce90decc1c' via api in 0.81 seconds1433[May 30 2023 18:13:19 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-to-test-assignee-issue-board-list-49d3afce90decc1c QA::Resource::Project1434[May 30 2023 18:13:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '14' via api in 0.5 seconds1435[May 30 2023 18:13:20 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.16 seconds1436[May 30 2023 18:13:20 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::AssigneeBoardList with id '9' via api in 0.27 seconds1437[May 30 2023 18:13:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-to-test-assignee-issue-board-list-49d3afce90decc1c1438[May 30 2023 18:13:21 UTC (QA Tests)] INFO -- clicking :menu_section_button1439[May 30 2023 18:13:21 UTC (QA Tests)] INFO -- clicking :nav_item_link1440[May 30 2023 18:13:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.967s1441 shows the just created board with an assignee list, and an issue on it1442 Label issue board1443[May 30 2023 18:13:23 UTC (QA Tests)] INFO -- Starting test: Plan Project issue boards Label issue board shows the just created board with a "Testing" (label) list, and an issue on it1444[May 30 2023 18:13:24 UTC (QA Tests)] INFO -- filling :login_field with "root"1445[May 30 2023 18:13:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1446[May 30 2023 18:13:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"1447[May 30 2023 18:13:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1448[May 30 2023 18:13:25 UTC (QA Tests)] INFO -- clicking :sign_in_button1449[May 30 2023 18:13:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.177s1450[May 30 2023 18:13:26 UTC (QA Tests)] INFO -- Enabling super sidebar!1451[May 30 2023 18:13:26 UTC (QA Tests)] INFO -- Super sidebar is already enabled1452[May 30 2023 18:13:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1453[May 30 2023 18:13:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds1454[May 30 2023 18:13:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-board-list-aa9316da4250b90d' via api in 0.87 seconds1455[May 30 2023 18:13:29 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.16 seconds1456[May 30 2023 18:13:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '3' via api in 0.16 seconds1457[May 30 2023 18:13:29 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::LabelBoardList with id '12' via api in 1.33 seconds1458[May 30 2023 18:13:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '15' via api in 1.91 seconds1459[May 30 2023 18:13:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-board-list-aa9316da4250b90d1460[May 30 2023 18:13:32 UTC (QA Tests)] INFO -- clicking :menu_section_button1461[May 30 2023 18:13:32 UTC (QA Tests)] INFO -- clicking :nav_item_link1462[May 30 2023 18:13:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.982s1463[May 30 2023 18:13:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.693s1464[May 30 2023 18:13:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.71s1465 shows the just created board with a "Testing" (label) list, and an issue on it1466Create1467 Repository Usage Quota1468[May 30 2023 18:13:34 UTC (QA Tests)] INFO -- Starting test: Create Repository Usage Quota matches cloned repo usage to reported usage1469[May 30 2023 18:13:34 UTC (QA Tests)] INFO -- Enabling feature: gitaly_revlist_for_repo_size1470[May 30 2023 18:13:35 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: gitaly_revlist_for_repo_size1471[May 30 2023 18:13:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1472[May 30 2023 18:13:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds1473[May 30 2023 18:13:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/repository-usage-0b6e3d64832df2af-75bce105df4a7ee9' via api in 1.4 seconds1474[May 30 2023 18:13:38 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add file"1475[May 30 2023 18:13:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.18 seconds1476[May 30 2023 18:13:46 UTC (QA Tests)] INFO -- Disabling feature: gitaly_revlist_for_repo_size1477[May 30 2023 18:13:46 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: gitaly_revlist_for_repo_size1478 matches cloned repo usage to reported usage1479Verify1480 UI defined variable1481[May 30 2023 18:13:46 UTC (QA Tests)] INFO -- Starting test: Verify UI defined variable is inheritable when forward:pipeline_variables is true1482[May 30 2023 18:13:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1483[May 30 2023 18:13:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-mrvv8vk0' via api in 0.45 seconds1484[May 30 2023 18:13:47 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1485[May 30 2023 18:13:47 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1486[May 30 2023 18:13:47 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1487[May 30 2023 18:13:47 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name mrvv8vk0 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach mrvv8vk0 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name mrvv8vk0 --url http://gitlab-ee-9307e081.test --registration-token **** --tag-list mrvv8vk0 --executor shell && gitlab-runner run" `1488[May 30 2023 18:13:48 UTC (QA Tests)] INFO -- Executing: `docker logs mrvv8vk0`1489[May 30 2023 18:13:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1490[May 30 2023 18:13:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'mrvv8vk0' via api in 1.41 seconds1491[May 30 2023 18:13:49 UTC (QA Tests)] INFO -- filling :login_field with "root"1492[May 30 2023 18:13:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1493[May 30 2023 18:13:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1494[May 30 2023 18:13:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1495[May 30 2023 18:13:50 UTC (QA Tests)] INFO -- clicking :sign_in_button1496[May 30 2023 18:13:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.763s1497[May 30 2023 18:13:52 UTC (QA Tests)] INFO -- Enabling super sidebar!1498[May 30 2023 18:13:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled1499[May 30 2023 18:13:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-mrvv8vk0/downstream1-variable-inheritance-2e2f0a84c1e478f2' via api in 0.53 seconds1500[May 30 2023 18:13:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.59 seconds1501[May 30 2023 18:13:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-variable-inheritance-mrvv8vk0/upstream-variable-inheritance-360aa6458e7ada0f' via api in 0.54 seconds1502[May 30 2023 18:13:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.65 seconds1503[May 30 2023 18:13:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/group-for-variable-inheritance-mrvv8vk0/upstream-variable-inheritance-360aa6458e7ada0f1504[May 30 2023 18:13:58 UTC (QA Tests)] INFO -- clicking :menu_section_button1505[May 30 2023 18:13:58 UTC (QA Tests)] INFO -- clicking :nav_item_link1506[May 30 2023 18:13:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.024s1507[May 30 2023 18:14:10 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present1508[May 30 2023 18:14:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.064s1509[May 30 2023 18:14:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.017s1510[May 30 2023 18:14:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.708s1511[May 30 2023 18:14:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.835s1512[May 30 2023 18:14:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements ci_variable_row_container' took 1.851s1513[May 30 2023 18:14:13 UTC (QA Tests)] INFO -- filling :ci_variable_key_field with "*****"1514[May 30 2023 18:14:13 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_key_field1515[May 30 2023 18:14:13 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "This is great!"1516[May 30 2023 18:14:13 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field1517[May 30 2023 18:14:14 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::Show is present1518[May 30 2023 18:14:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_header' took 1.65s1519[May 30 2023 18:14:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.963s1520[May 30 2023 18:14:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.09 seconds1521[May 30 2023 18:14:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.1 seconds1522[May 30 2023 18:14:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '13' via api in 0.14 seconds1523[May 30 2023 18:14:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '15' via api in 0.09 seconds1524[May 30 2023 18:14:27 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1525[May 30 2023 18:14:27 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1526[May 30 2023 18:14:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.46s1527[May 30 2023 18:14:30 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1528[May 30 2023 18:14:30 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1529[May 30 2023 18:14:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.532s1530[May 30 2023 18:14:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'mrvv8vk0'1531[May 30 2023 18:14:32 UTC (QA Tests)] INFO -- Executing: `docker rm -f mrvv8vk0`1532 is inheritable when forward:pipeline_variables is true1533Create1534 SSH key support1535[May 30 2023 18:14:33 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230530-39-wcc5rj/id_rsa -N `1536[May 30 2023 18:14:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '3' via api in 0.43 seconds1537[May 30 2023 18:14:33 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes multiple branches and tags together1538[May 30 2023 18:14:34 UTC (QA Tests)] INFO -- filling :login_field with "root"1539[May 30 2023 18:14:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1540[May 30 2023 18:14:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"1541[May 30 2023 18:14:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1542[May 30 2023 18:14:34 UTC (QA Tests)] INFO -- clicking :sign_in_button1543[May 30 2023 18:14:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.299s1544[May 30 2023 18:14:36 UTC (QA Tests)] INFO -- Enabling super sidebar!1545[May 30 2023 18:14:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled1546[May 30 2023 18:14:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1547[May 30 2023 18:14:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.23 seconds1548[May 30 2023 18:14:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/ssh-tests-e4f7156c7d5dce7a' via api in 1.03 seconds1549 pushes multiple branches and tags together1550[May 30 2023 18:14:42 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes code to the repository via SSH1551[May 30 2023 18:14:43 UTC (QA Tests)] INFO -- filling :login_field with "root"1552[May 30 2023 18:14:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1553[May 30 2023 18:14:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"1554[May 30 2023 18:14:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1555[May 30 2023 18:14:43 UTC (QA Tests)] INFO -- clicking :sign_in_button1556[May 30 2023 18:14:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.229s1557[May 30 2023 18:14:45 UTC (QA Tests)] INFO -- Enabling super sidebar!1558[May 30 2023 18:14:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled1559[May 30 2023 18:14:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1560[May 30 2023 18:14:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.26 seconds1561[May 30 2023 18:14:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/ssh-tests-65e54d2ca0fef429' via api in 2.3 seconds1562[May 30 2023 18:14:50 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1563[May 30 2023 18:14:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.98 seconds1564[May 30 2023 18:14:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/ssh-tests-65e54d2ca0fef4291565 pushes code to the repository via SSH1566[May 30 2023 18:14:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '3'1567Create1568 Push over HTTP using Git protocol version 21569[May 30 2023 18:14:53 UTC (QA Tests)] INFO -- Starting test: Create Push over HTTP using Git protocol version 2 user pushes to the repository1570[May 30 2023 18:14:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1571[May 30 2023 18:14:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1572[May 30 2023 18:14:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1573[May 30 2023 18:14:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1574[May 30 2023 18:14:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1575[May 30 2023 18:14:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.371s1576[May 30 2023 18:14:56 UTC (QA Tests)] INFO -- Enabling super sidebar!1577[May 30 2023 18:14:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled1578[May 30 2023 18:14:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1579[May 30 2023 18:14:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.31 seconds1580[May 30 2023 18:14:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/git-protocol-project-91a114c2d1a1f8f3' via api in 1.03 seconds1581[May 30 2023 18:15:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/git-protocol-project-91a114c2d1a1f8f31582[May 30 2023 18:15:04 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"1583 user pushes to the repository1584Create1585 Branch Rules Overview1586 adds a new branch rule (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/403583)1587Manage1588 Project access token1589[May 30 2023 18:15:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1590[May 30 2023 18:15:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds1591[May 30 2023 18:15:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/the_awesome_project-64691cc20005b455' via api in 1.3 seconds1592[May 30 2023 18:15:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectAccessToken with name 'api-project-access-token-udys7h4f', token's bot username 'project_58_bot_cd9cf293d48d7dbb1970b6fee213ec51' via api in 0.39 seconds1593 for the same project1594[May 30 2023 18:15:06 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for the same project can be used to commit via the API1595[May 30 2023 18:15:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1596 can be used to commit via the API1597[May 30 2023 18:15:07 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for the same project can be used to create a file via the project API1598[May 30 2023 18:15:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1599[May 30 2023 18:15:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.31 seconds1600[May 30 2023 18:15:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-new-file-5a816d513d0a377d' via api in 1.35 seconds1601[May 30 2023 18:15:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'text-57563bc776575afd.txt' via api in 0.43 seconds1602 can be used to create a file via the project API1603 for a different project1604[May 30 2023 18:15:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1605[May 30 2023 18:15:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.23 seconds1606[May 30 2023 18:15:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/the_awesome_project-db990a4c0d9cb80e' via api in 0.91 seconds1607[May 30 2023 18:15:09 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for a different project cannot be used to commit via the API1608 cannot be used to commit via the API1609[May 30 2023 18:15:10 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for a different project cannot be used to create a file via the project API1610[May 30 2023 18:15:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1611[May 30 2023 18:15:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.24 seconds1612[May 30 2023 18:15:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-new-file-9710753c2b09cb89' via api in 1.3 seconds1613 cannot be used to create a file via the project API1614[May 30 2023 18:15:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/the_awesome_project-db990a4c0d9cb80e'1615Create1616 Multiple file snippet1617 behaves like copying snippet file contents1618[May 30 2023 18:15:12 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like copying snippet file contents copies file contents of a multi-file personal_snippet to a comment and verifies them1619[May 30 2023 18:15:12 UTC (QA Tests)] INFO -- filling :login_field with "root"1620[May 30 2023 18:15:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1621[May 30 2023 18:15:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"1622[May 30 2023 18:15:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1623[May 30 2023 18:15:13 UTC (QA Tests)] INFO -- clicking :sign_in_button1624[May 30 2023 18:15:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.335s1625[May 30 2023 18:15:15 UTC (QA Tests)] INFO -- Enabling super sidebar!1626[May 30 2023 18:15:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled1627[May 30 2023 18:15:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '6' via api in 0.45 seconds1628[May 30 2023 18:15:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-9307e081.test/-/snippets/61629[May 30 2023 18:15:18 UTC (QA Tests)] INFO -- clicking :copy_contents_button1630[May 30 2023 18:15:18 UTC (QA Tests)] INFO -- clicking :comment_button1631[May 30 2023 18:15:19 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1632[May 30 2023 18:15:19 UTC (QA Tests)] INFO -- clicking :delete_comment_button1633[May 30 2023 18:15:19 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1634[May 30 2023 18:15:19 UTC (QA Tests)] INFO -- clicking :copy_contents_button1635[May 30 2023 18:15:20 UTC (QA Tests)] INFO -- clicking :comment_button1636[May 30 2023 18:15:20 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1637[May 30 2023 18:15:20 UTC (QA Tests)] INFO -- clicking :delete_comment_button1638[May 30 2023 18:15:20 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1639[May 30 2023 18:15:21 UTC (QA Tests)] INFO -- clicking :copy_contents_button1640[May 30 2023 18:15:21 UTC (QA Tests)] INFO -- clicking :comment_button1641[May 30 2023 18:15:21 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1642[May 30 2023 18:15:21 UTC (QA Tests)] INFO -- clicking :delete_comment_button1643[May 30 2023 18:15:22 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1644 copies file contents of a multi-file personal_snippet to a comment and verifies them1645 behaves like copying snippet file contents1646[May 30 2023 18:15:22 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like copying snippet file contents copies file contents of a multi-file project_snippet to a comment and verifies them1647[May 30 2023 18:15:23 UTC (QA Tests)] INFO -- filling :login_field with "root"1648[May 30 2023 18:15:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1649[May 30 2023 18:15:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"1650[May 30 2023 18:15:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1651[May 30 2023 18:15:23 UTC (QA Tests)] INFO -- clicking :sign_in_button1652[May 30 2023 18:15:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.316s1653[May 30 2023 18:15:25 UTC (QA Tests)] INFO -- Enabling super sidebar!1654[May 30 2023 18:15:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled1655[May 30 2023 18:15:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1656[May 30 2023 18:15:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.24 seconds1657[May 30 2023 18:15:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-snippets-8824872ea9e7b5ae' via api in 0.86 seconds1658[May 30 2023 18:15:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '7' via api in 1.41 seconds1659[May 30 2023 18:15:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-snippets-8824872ea9e7b5ae/-/snippets/71660[May 30 2023 18:15:30 UTC (QA Tests)] INFO -- clicking :copy_contents_button1661[May 30 2023 18:15:30 UTC (QA Tests)] INFO -- clicking :comment_button1662[May 30 2023 18:15:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.778s1663[May 30 2023 18:15:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? note_author_content' took 1.804s1664[May 30 2023 18:15:32 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1665[May 30 2023 18:15:32 UTC (QA Tests)] INFO -- clicking :delete_comment_button1666[May 30 2023 18:15:32 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1667[May 30 2023 18:15:33 UTC (QA Tests)] INFO -- clicking :copy_contents_button1668[May 30 2023 18:15:33 UTC (QA Tests)] INFO -- clicking :comment_button1669[May 30 2023 18:15:34 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1670[May 30 2023 18:15:34 UTC (QA Tests)] INFO -- clicking :delete_comment_button1671[May 30 2023 18:15:34 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1672[May 30 2023 18:15:34 UTC (QA Tests)] INFO -- clicking :copy_contents_button1673[May 30 2023 18:15:35 UTC (QA Tests)] INFO -- clicking :comment_button1674[May 30 2023 18:15:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? note_author_content' took 1.464s1675[May 30 2023 18:15:36 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1676[May 30 2023 18:15:36 UTC (QA Tests)] INFO -- clicking :delete_comment_button1677[May 30 2023 18:15:36 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1678 copies file contents of a multi-file project_snippet to a comment and verifies them1679Create1680 SSH keys support1681[May 30 2023 18:15:37 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support user can add an SSH key1682[May 30 2023 18:15:37 UTC (QA Tests)] INFO -- filling :login_field with "root"1683[May 30 2023 18:15:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1684[May 30 2023 18:15:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"1685[May 30 2023 18:15:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1686[May 30 2023 18:15:38 UTC (QA Tests)] INFO -- clicking :sign_in_button1687[May 30 2023 18:15:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.334s1688[May 30 2023 18:15:40 UTC (QA Tests)] INFO -- Enabling super sidebar!1689[May 30 2023 18:15:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled1690[May 30 2023 18:15:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.021s1691[May 30 2023 18:15:43 UTC (QA Tests)] INFO -- clicking :user_avatar_content1692[May 30 2023 18:15:43 UTC (QA Tests)] INFO -- clicking :edit_profile_link1693[May 30 2023 18:15:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.899s1694[May 30 2023 18:15:44 UTC (QA Tests)] INFO -- clicking :nav_item_link1695[May 30 2023 18:15:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.564s1696[May 30 2023 18:15:44 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230530-39-yt2jiq/id_rsa -N `1697[May 30 2023 18:15:45 UTC (QA Tests)] INFO -- filling :key_public_key_field with "*****"1698[May 30 2023 18:15:45 UTC (QA Tests)] INFO -- clicking the coordinates of :key_public_key_field1699[May 30 2023 18:15:45 UTC (QA Tests)] INFO -- filling :key_title_field with "*****"1700[May 30 2023 18:15:45 UTC (QA Tests)] INFO -- clicking the coordinates of :key_title_field1701[May 30 2023 18:15:46 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-06-01"1702[May 30 2023 18:15:46 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field1703[May 30 2023 18:15:46 UTC (QA Tests)] INFO -- clicking :add_key_button1704[May 30 2023 18:15:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_key_button' took 0.832s1705[May 30 2023 18:15:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey via browser_ui in 5.36 seconds1706 user can add an SSH key1707 after adding an ssh key1708[May 30 2023 18:15:47 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support after adding an ssh key can delete an ssh key1709[May 30 2023 18:15:48 UTC (QA Tests)] INFO -- filling :login_field with "root"1710[May 30 2023 18:15:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1711[May 30 2023 18:15:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"1712[May 30 2023 18:15:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1713[May 30 2023 18:15:49 UTC (QA Tests)] INFO -- clicking :sign_in_button1714[May 30 2023 18:15:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.29s1715[May 30 2023 18:15:50 UTC (QA Tests)] INFO -- Enabling super sidebar!1716[May 30 2023 18:15:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled1717[May 30 2023 18:15:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.03s1718[May 30 2023 18:15:53 UTC (QA Tests)] INFO -- clicking :user_avatar_content1719[May 30 2023 18:15:53 UTC (QA Tests)] INFO -- clicking :edit_profile_link1720[May 30 2023 18:15:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.676s1721[May 30 2023 18:15:54 UTC (QA Tests)] INFO -- clicking :nav_item_link1722[May 30 2023 18:15:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.799s1723[May 30 2023 18:15:55 UTC (QA Tests)] INFO -- clicking :delete_ssh_key_button1724 can delete an ssh key1725Manage1726 2FA1727 allows enforcing 2FA via UI and logging in with 2FA (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/409336)1728Plan1729 Group issue boards1730[May 30 2023 18:15:58 UTC (QA Tests)] INFO -- Starting test: Plan Group issue boards shows multiple group boards in the boards dropdown menu1731[May 30 2023 18:15:58 UTC (QA Tests)] INFO -- filling :login_field with "root"1732[May 30 2023 18:15:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1733[May 30 2023 18:15:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1734[May 30 2023 18:15:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1735[May 30 2023 18:15:59 UTC (QA Tests)] INFO -- clicking :sign_in_button1736[May 30 2023 18:16:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.634s1737[May 30 2023 18:16:01 UTC (QA Tests)] INFO -- Enabling super sidebar!1738[May 30 2023 18:16:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled1739[May 30 2023 18:16:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds1740[May 30 2023 18:16:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.38 seconds1741[May 30 2023 18:16:03 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::GroupBoard with name 'Board-ebd97794' via api in 0.29 seconds1742[May 30 2023 18:16:04 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::GroupBoard with name 'Board-fb540969' via api in 0.11 seconds1743[May 30 2023 18:16:04 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::GroupBoard with name 'Board-47f4ce3f' via api in 0.1 seconds1744[May 30 2023 18:16:04 UTC (QA Tests)] INFO -- clicking :nav_item_link1745[May 30 2023 18:16:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.572s1746[May 30 2023 18:16:04 UTC (QA Tests)] INFO -- filling :groups_filter_field with "qa-test-2023-05-30-17-56-49-41b95b289d5acfc0"1747[May 30 2023 18:16:04 UTC (QA Tests)] INFO -- clicking the coordinates of :groups_filter_field1748[May 30 2023 18:16:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.587s1749[May 30 2023 18:16:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? menu_section' took 0.657s1750[May 30 2023 18:16:08 UTC (QA Tests)] INFO -- clicking :menu_section_button1751[May 30 2023 18:16:08 UTC (QA Tests)] INFO -- clicking :nav_item_link1752[May 30 2023 18:16:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.158s1753[May 30 2023 18:16:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.814s1754[May 30 2023 18:16:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.835s1755 shows multiple group boards in the boards dropdown menu1756Data Stores1757 Subgroup transfer1758[May 30 2023 18:16:10 UTC (QA Tests)] INFO -- Starting test: Data Stores Subgroup transfer transfers a subgroup to another group1759[May 30 2023 18:16:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1760[May 30 2023 18:16:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/target-group-for-transfer_6ccbe35fc6861f8c' via api in 0.99 seconds1761[May 30 2023 18:16:12 UTC (QA Tests)] INFO -- filling :login_field with "root"1762[May 30 2023 18:16:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1763[May 30 2023 18:16:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"1764[May 30 2023 18:16:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1765[May 30 2023 18:16:13 UTC (QA Tests)] INFO -- clicking :sign_in_button1766[May 30 2023 18:16:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.669s1767[May 30 2023 18:16:15 UTC (QA Tests)] INFO -- Enabling super sidebar!1768[May 30 2023 18:16:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled1769[May 30 2023 18:16:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds1770[May 30 2023 18:16:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/source-group-for-transfer_b25881f19c8a9d22' via api in 0.49 seconds1771[May 30 2023 18:16:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/source-group-for-transfer_b25881f19c8a9d22/subgroup-for-transfer_161a6bfaa4e87d35' via api in 0.33 seconds1772[May 30 2023 18:16:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-9307e081.test/groups/gitlab-qa-sandbox-group-3/source-group-for-transfer_b25881f19c8a9d22/subgroup-for-transfer_161a6bfaa4e87d351773[May 30 2023 18:16:18 UTC (QA Tests)] INFO -- clicking :menu_section_button1774[May 30 2023 18:16:18 UTC (QA Tests)] INFO -- clicking :nav_item_link1775[May 30 2023 18:16:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.664s1776[May 30 2023 18:16:20 UTC (QA Tests)] INFO -- Transferring group: subgroup-for-transfer_161a6bfaa4e87d35 to target group: target-group-for-transfer_6ccbe35fc6861f8c1777[May 30 2023 18:16:22 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="transfer_group_content"],.qa-transfer-group-content1778[May 30 2023 18:16:22 UTC (QA Tests)] INFO -- clicking :namespaces_list1779[May 30 2023 18:16:22 UTC (QA Tests)] INFO -- filling :namespaces_list_search with "target-group-for-transfer_6ccbe35fc6861f8c"1780[May 30 2023 18:16:22 UTC (QA Tests)] INFO -- clicking the coordinates of :namespaces_list_search1781[May 30 2023 18:16:22 UTC (QA Tests)] INFO -- clicking :transfer_group_button1782[May 30 2023 18:16:23 UTC (QA Tests)] INFO -- filling :confirm_danger_field with "gitlab-qa-sandbox-group-3/source-group-for-transfer_b25881f19c8a9d22/subgroup-for-transfer_161a6bfaa4e87d35"1783[May 30 2023 18:16:23 UTC (QA Tests)] INFO -- clicking the coordinates of :confirm_danger_field1784[May 30 2023 18:16:23 UTC (QA Tests)] INFO -- clicking :confirm_danger_modal_button1785[May 30 2023 18:16:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_danger_modal_button' took 1.335s1786 transfers a subgroup to another group1787Monitor1788 Alert1789 when using Prometheus integration1790 behaves like new alert1791[May 30 2023 18:16:25 UTC (QA Tests)] INFO -- Starting test: Monitor Alert when using Prometheus integration behaves like new alert automatically creates new incident1792[May 30 2023 18:16:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1793[May 30 2023 18:16:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1794[May 30 2023 18:16:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"1795[May 30 2023 18:16:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1796[May 30 2023 18:16:26 UTC (QA Tests)] INFO -- clicking :sign_in_button1797[May 30 2023 18:16:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.792s1798[May 30 2023 18:16:29 UTC (QA Tests)] INFO -- Enabling super sidebar!1799[May 30 2023 18:16:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled1800[May 30 2023 18:16:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1801[May 30 2023 18:16:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.23 seconds1802[May 30 2023 18:16:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-for-alerts-93afc4a9841b7efc' via api in 0.85 seconds1803[May 30 2023 18:16:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-for-alerts-93afc4a9841b7efc1804[May 30 2023 18:16:33 UTC (QA Tests)] INFO -- clicking :menu_section_button1805[May 30 2023 18:16:33 UTC (QA Tests)] INFO -- clicking :nav_item_link1806[May 30 2023 18:16:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.216s1807[May 30 2023 18:16:35 UTC (QA Tests)] INFO -- checking via JS :create_incident_checkbox with args {}1808[May 30 2023 18:16:35 UTC (QA Tests)] INFO -- clicking :save_changes_button1809[May 30 2023 18:16:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.249s1810[May 30 2023 18:16:38 UTC (QA Tests)] INFO -- clicking :add_integration_button1811[May 30 2023 18:16:38 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown1812[May 30 2023 18:16:38 UTC (QA Tests)] INFO -- clicking :prometheus_url_field1813[May 30 2023 18:16:38 UTC (QA Tests)] INFO -- filling :prometheus_url_field with "http://gitlab-ee-9307e081.test"1814[May 30 2023 18:16:38 UTC (QA Tests)] INFO -- clicking the coordinates of :prometheus_url_field1815[May 30 2023 18:16:39 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button1816[May 30 2023 18:16:39 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-05-30 18:16:39 +0000","generatorURL":"http://balistreri-schowalter.test/teddy","endsAt":null,"status":"firing","labels":{"gitlab_environment_name":"enim"},"annotations":{"title":"voluptatibus","gitlab_y_label":"status"}}]}"1817[May 30 2023 18:16:39 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field1818[May 30 2023 18:16:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.714s1819[May 30 2023 18:16:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element test_payload_field' took 0.733s1820[May 30 2023 18:16:40 UTC (QA Tests)] INFO -- clicking :send_test_alert_button1821[May 30 2023 18:16:41 UTC (QA Tests)] INFO -- clicking :menu_section_button1822[May 30 2023 18:16:41 UTC (QA Tests)] INFO -- clicking :nav_item_link1823[May 30 2023 18:16:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.937s1824 automatically creates new incident1825 when using HTTP endpoint integration1826 behaves like new alert1827[May 30 2023 18:16:42 UTC (QA Tests)] INFO -- Starting test: Monitor Alert when using HTTP endpoint integration behaves like new alert automatically creates new incident1828[May 30 2023 18:16:43 UTC (QA Tests)] INFO -- filling :login_field with "root"1829[May 30 2023 18:16:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1830[May 30 2023 18:16:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"1831[May 30 2023 18:16:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1832[May 30 2023 18:16:44 UTC (QA Tests)] INFO -- clicking :sign_in_button1833[May 30 2023 18:16:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.406s1834[May 30 2023 18:16:45 UTC (QA Tests)] INFO -- Enabling super sidebar!1835[May 30 2023 18:16:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled1836[May 30 2023 18:16:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1837[May 30 2023 18:16:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.2 seconds1838[May 30 2023 18:16:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-for-alerts-433032f2dd0f8476' via api in 1.78 seconds1839[May 30 2023 18:16:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-for-alerts-433032f2dd0f84761840[May 30 2023 18:16:50 UTC (QA Tests)] INFO -- clicking :menu_section_button1841[May 30 2023 18:16:50 UTC (QA Tests)] INFO -- clicking :nav_item_link1842[May 30 2023 18:16:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.991s1843[May 30 2023 18:16:52 UTC (QA Tests)] INFO -- checking via JS :create_incident_checkbox with args {}1844[May 30 2023 18:16:53 UTC (QA Tests)] INFO -- clicking :save_changes_button1845[May 30 2023 18:16:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.26s1846[May 30 2023 18:16:56 UTC (QA Tests)] INFO -- clicking :add_integration_button1847[May 30 2023 18:16:56 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown1848[May 30 2023 18:16:56 UTC (QA Tests)] INFO -- clicking :integration_name_field1849[May 30 2023 18:16:57 UTC (QA Tests)] INFO -- filling :integration_name_field with "excepturi"1850[May 30 2023 18:16:57 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field1851[May 30 2023 18:16:57 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button1852[May 30 2023 18:16:57 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"qui","description":"aut"}"1853[May 30 2023 18:16:57 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field1854[May 30 2023 18:16:58 UTC (QA Tests)] INFO -- clicking :send_test_alert_button1855[May 30 2023 18:16:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.754s1856[May 30 2023 18:16:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? menu_section' took 0.796s1857[May 30 2023 18:16:59 UTC (QA Tests)] INFO -- clicking :menu_section_button1858[May 30 2023 18:16:59 UTC (QA Tests)] INFO -- clicking :nav_item_link1859[May 30 2023 18:17:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.0s1860 automatically creates new incident1861Plan1862 Epics milestone dates API1863[May 30 2023 18:17:00 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when updating milestones1864[May 30 2023 18:17:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1865[May 30 2023 18:17:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-616a85d06beb6b07' via api in 0.44 seconds1866[May 30 2023 18:17:01 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '1' via api in 0.27 seconds1867[May 30 2023 18:17:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-616a85d06beb6b07/epic-milestone-project-8c3b4bbaf7eab740-45d52ca25f2178a6' via api in 0.64 seconds1868[May 30 2023 18:17:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '6' via api in 0.16 seconds1869[May 30 2023 18:17:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '18' via api in 0.58 seconds1870 updates epic dates when updating milestones1871[May 30 2023 18:17:04 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when adding another issue1872[May 30 2023 18:17:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1873[May 30 2023 18:17:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-60e32025a9157722' via api in 0.54 seconds1874[May 30 2023 18:17:05 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '2' via api in 0.29 seconds1875[May 30 2023 18:17:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-60e32025a9157722/epic-milestone-project-d3e850e90363734d-ee1aa1ae9673386f' via api in 1.59 seconds1876[May 30 2023 18:17:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '7' via api in 0.16 seconds1877[May 30 2023 18:17:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '19' via api in 0.63 seconds1878[May 30 2023 18:17:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '8' via api in 0.14 seconds1879[May 30 2023 18:17:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '20' via api in 0.33 seconds1880 updates epic dates when adding another issue1881[May 30 2023 18:17:09 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when deleting milestones1882[May 30 2023 18:17:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1883[May 30 2023 18:17:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-4790c47cb07c959d' via api in 0.49 seconds1884[May 30 2023 18:17:10 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '3' via api in 0.16 seconds1885[May 30 2023 18:17:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-4790c47cb07c959d/epic-milestone-project-5a387359a4acb716-ad1449d32381a5b9' via api in 0.69 seconds1886[May 30 2023 18:17:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '9' via api in 0.15 seconds1887[May 30 2023 18:17:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '21' via api in 0.36 seconds1888[May 30 2023 18:17:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectMilestone with id '9'1889 updates epic dates when deleting milestones1890[May 30 2023 18:17:12 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when removing issue1891[May 30 2023 18:17:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1892[May 30 2023 18:17:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-540ad5982a2ef57c' via api in 0.49 seconds1893[May 30 2023 18:17:12 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '4' via api in 0.15 seconds1894[May 30 2023 18:17:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-540ad5982a2ef57c/epic-milestone-project-a5d6c806edfa5b03-4066dc3c332a2f00' via api in 0.7 seconds1895[May 30 2023 18:17:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '10' via api in 0.15 seconds1896[May 30 2023 18:17:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '22' via api in 0.48 seconds1897 updates epic dates when removing issue1898Govern1899 Project1900 for export file download1901 behaves like audit event1902[May 30 2023 18:17:15 UTC (QA Tests)] INFO -- Starting test: Govern Project for export file download behaves like audit event logs audit events for UI operations1903[May 30 2023 18:17:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1904[May 30 2023 18:17:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1905[May 30 2023 18:17:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1906[May 30 2023 18:17:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1907[May 30 2023 18:17:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1908[May 30 2023 18:17:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.382s1909[May 30 2023 18:17:18 UTC (QA Tests)] INFO -- Enabling super sidebar!1910[May 30 2023 18:17:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled1911[May 30 2023 18:17:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1912[May 30 2023 18:17:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.21 seconds1913[May 30 2023 18:17:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project_for_export-a6dbe4b385dc63e8' via api in 1.19 seconds1914[May 30 2023 18:17:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project_for_export-a6dbe4b385dc63e81915[May 30 2023 18:17:23 UTC (QA Tests)] INFO -- clicking :menu_section_button1916[May 30 2023 18:17:23 UTC (QA Tests)] INFO -- clicking :nav_item_link1917[May 30 2023 18:17:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.386s1918[May 30 2023 18:17:26 UTC (QA Tests)] INFO -- clicking :export_project_link1919[May 30 2023 18:17:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element export_project_link' took 1.565s1920[May 30 2023 18:17:28 UTC (QA Tests)] INFO -- clicking :nav_item_link1921[May 30 2023 18:17:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.429s1922[May 30 2023 18:17:31 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="export_project_content"],.qa-export-project-content1923[May 30 2023 18:17:31 UTC (QA Tests)] INFO -- clicking :download_export_link1924[May 30 2023 18:17:31 UTC (QA Tests)] INFO -- clicking :menu_section_button1925[May 30 2023 18:17:31 UTC (QA Tests)] INFO -- clicking :nav_item_link1926[May 30 2023 18:17:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.929s1927 logs audit events for UI operations1928 for change visibility1929 behaves like audit event1930[May 30 2023 18:17:33 UTC (QA Tests)] INFO -- Starting test: Govern Project for change visibility behaves like audit event logs audit events for UI operations1931[May 30 2023 18:17:33 UTC (QA Tests)] INFO -- filling :login_field with "root"1932[May 30 2023 18:17:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1933[May 30 2023 18:17:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"1934[May 30 2023 18:17:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1935[May 30 2023 18:17:34 UTC (QA Tests)] INFO -- clicking :sign_in_button1936[May 30 2023 18:17:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.31s1937[May 30 2023 18:17:36 UTC (QA Tests)] INFO -- Enabling super sidebar!1938[May 30 2023 18:17:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled1939[May 30 2023 18:17:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1940[May 30 2023 18:17:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds1941[May 30 2023 18:17:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/awesome-project-e00db47345ea388f' via api in 1.27 seconds1942[May 30 2023 18:17:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/awesome-project-e00db47345ea388f1943[May 30 2023 18:17:41 UTC (QA Tests)] INFO -- clicking :menu_section_button1944[May 30 2023 18:17:41 UTC (QA Tests)] INFO -- clicking :nav_item_link1945[May 30 2023 18:17:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 2.321s1946[May 30 2023 18:17:45 UTC (QA Tests)] INFO -- selecting "Private" in :project_visibility_dropdown1947[May 30 2023 18:17:45 UTC (QA Tests)] INFO -- clicking :visibility_features_permissions_save_button1948[May 30 2023 18:17:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element visibility_features_permissions_save_button' took 1.555s1949[May 30 2023 18:17:47 UTC (QA Tests)] INFO -- clicking :menu_section_button1950[May 30 2023 18:17:47 UTC (QA Tests)] INFO -- clicking :nav_item_link1951[May 30 2023 18:17:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.98s1952 logs audit events for UI operations1953 for add deploy key1954 behaves like audit event1955[May 30 2023 18:17:48 UTC (QA Tests)] INFO -- Starting test: Govern Project for add deploy key behaves like audit event logs audit events for UI operations1956[May 30 2023 18:17:49 UTC (QA Tests)] INFO -- filling :login_field with "root"1957[May 30 2023 18:17:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1958[May 30 2023 18:17:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1959[May 30 2023 18:17:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1960[May 30 2023 18:17:50 UTC (QA Tests)] INFO -- clicking :sign_in_button1961[May 30 2023 18:17:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.41s1962[May 30 2023 18:17:51 UTC (QA Tests)] INFO -- Enabling super sidebar!1963[May 30 2023 18:17:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled1964[May 30 2023 18:17:53 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230530-39-kre8w0/id_rsa -N `1965[May 30 2023 18:17:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds1966[May 30 2023 18:17:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds1967[May 30 2023 18:17:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/awesome-project-2e461e6606dbff69' via api in 1.26 seconds1968[May 30 2023 18:17:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/awesome-project-2e461e6606dbff691969[May 30 2023 18:17:57 UTC (QA Tests)] INFO -- clicking :menu_section_button1970[May 30 2023 18:17:57 UTC (QA Tests)] INFO -- clicking :nav_item_link1971[May 30 2023 18:17:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.666s1972[May 30 2023 18:18:00 UTC (QA Tests)] INFO -- filling :deploy_key_title_field with "*****"1973[May 30 2023 18:18:00 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_title_field1974[May 30 2023 18:18:01 UTC (QA Tests)] INFO -- filling :deploy_key_field with "*****"1975[May 30 2023 18:18:01 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_field1976[May 30 2023 18:18:01 UTC (QA Tests)] INFO -- clicking :add_deploy_key_button1977[May 30 2023 18:18:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_deploy_key_button' took 1.267s1978[May 30 2023 18:18:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 6.88 seconds1979[May 30 2023 18:18:03 UTC (QA Tests)] INFO -- clicking :menu_section_button1980[May 30 2023 18:18:03 UTC (QA Tests)] INFO -- clicking :nav_item_link1981[May 30 2023 18:18:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.138s1982 logs audit events for UI operations1983 for add user access as guest1984 behaves like audit event1985[May 30 2023 18:18:04 UTC (QA Tests)] INFO -- Starting test: Govern Project for add user access as guest behaves like audit event logs audit events for UI operations1986[May 30 2023 18:18:05 UTC (QA Tests)] INFO -- filling :login_field with "root"1987[May 30 2023 18:18:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1988[May 30 2023 18:18:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"1989[May 30 2023 18:18:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1990[May 30 2023 18:18:06 UTC (QA Tests)] INFO -- clicking :sign_in_button1991[May 30 2023 18:18:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.327s1992[May 30 2023 18:18:07 UTC (QA Tests)] INFO -- Enabling super sidebar!1993[May 30 2023 18:18:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled1994[May 30 2023 18:18:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1995[May 30 2023 18:18:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.2 seconds1996[May 30 2023 18:18:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/awesome-project-e409a026c0e12a22' via api in 1.16 seconds1997[May 30 2023 18:18:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/awesome-project-e409a026c0e12a221998[May 30 2023 18:18:13 UTC (QA Tests)] INFO -- clicking :menu_section_button1999[May 30 2023 18:18:13 UTC (QA Tests)] INFO -- clicking :nav_item_link2000[May 30 2023 18:18:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.104s2001[May 30 2023 18:18:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.22 seconds2002[May 30 2023 18:18:14 UTC (QA Tests)] INFO -- clicking :invite_members_button2003[May 30 2023 18:18:14 UTC (QA Tests)] INFO -- filling :members_token_select_input with "*****"2004[May 30 2023 18:18:14 UTC (QA Tests)] INFO -- clicking the coordinates of :members_token_select_input2005[May 30 2023 18:18:15 UTC (QA Tests)] INFO -- clicking :invite_button2006[May 30 2023 18:18:18 UTC (QA Tests)] INFO -- clicking :menu_section_button2007[May 30 2023 18:18:18 UTC (QA Tests)] INFO -- clicking :nav_item_link2008[May 30 2023 18:18:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.891s2009 logs audit events for UI operations2010 for project archive and unarchive2011 behaves like audit event2012[May 30 2023 18:18:19 UTC (QA Tests)] INFO -- Starting test: Govern Project for project archive and unarchive behaves like audit event logs audit events for UI operations2013[May 30 2023 18:18:20 UTC (QA Tests)] INFO -- filling :login_field with "root"2014[May 30 2023 18:18:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2015[May 30 2023 18:18:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"2016[May 30 2023 18:18:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2017[May 30 2023 18:18:21 UTC (QA Tests)] INFO -- clicking :sign_in_button2018[May 30 2023 18:18:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.612s2019[May 30 2023 18:18:23 UTC (QA Tests)] INFO -- Enabling super sidebar!2020[May 30 2023 18:18:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled2021[May 30 2023 18:18:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds2022[May 30 2023 18:18:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.27 seconds2023[May 30 2023 18:18:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/awesome-project-3d15232a9ebd675c' via api in 1.3 seconds2024[May 30 2023 18:18:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/awesome-project-3d15232a9ebd675c2025[May 30 2023 18:18:28 UTC (QA Tests)] INFO -- clicking :menu_section_button2026[May 30 2023 18:18:28 UTC (QA Tests)] INFO -- clicking :nav_item_link2027[May 30 2023 18:18:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.319s2028[May 30 2023 18:18:30 UTC (QA Tests)] INFO -- clicking :archive_project_link2029[May 30 2023 18:18:30 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2030[May 30 2023 18:18:34 UTC (QA Tests)] INFO -- clicking :menu_section_button2031[May 30 2023 18:18:34 UTC (QA Tests)] INFO -- clicking :nav_item_link2032[May 30 2023 18:18:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.281s2033[May 30 2023 18:18:36 UTC (QA Tests)] INFO -- clicking :unarchive_project_link2034[May 30 2023 18:18:36 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2035[May 30 2023 18:18:37 UTC (QA Tests)] INFO -- clicking :menu_section_button2036[May 30 2023 18:18:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element menu_section_button' took 1.79s2037[May 30 2023 18:18:39 UTC (QA Tests)] INFO -- clicking :nav_item_link2038[May 30 2023 18:18:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.118s2039 logs audit events for UI operations2040 for add project2041 behaves like audit event2042[May 30 2023 18:18:40 UTC (QA Tests)] INFO -- Starting test: Govern Project for add project behaves like audit event logs audit events for UI operations2043[May 30 2023 18:18:41 UTC (QA Tests)] INFO -- filling :login_field with "root"2044[May 30 2023 18:18:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2045[May 30 2023 18:18:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"2046[May 30 2023 18:18:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2047[May 30 2023 18:18:42 UTC (QA Tests)] INFO -- clicking :sign_in_button2048[May 30 2023 18:18:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.506s2049[May 30 2023 18:18:43 UTC (QA Tests)] INFO -- Enabling super sidebar!2050[May 30 2023 18:18:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled2051[May 30 2023 18:18:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2052[May 30 2023 18:18:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.23 seconds2053[May 30 2023 18:18:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-9307e081.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc02054[May 30 2023 18:18:47 UTC (QA Tests)] INFO -- clicking :new_project_button2055[May 30 2023 18:18:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.917s2056[May 30 2023 18:18:48 UTC (QA Tests)] INFO -- clicking :panel_link2057[May 30 2023 18:18:48 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown2058[May 30 2023 18:18:48 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0"2059[May 30 2023 18:18:48 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field2060[May 30 2023 18:18:49 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}2061[May 30 2023 18:18:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/audit-add-project-via-ui-b71c63f5777845c6' via browser_ui in 6.64 seconds2062[May 30 2023 18:18:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/audit-add-project-via-ui-b71c63f5777845c62063[May 30 2023 18:18:53 UTC (QA Tests)] INFO -- clicking :menu_section_button2064[May 30 2023 18:18:54 UTC (QA Tests)] INFO -- clicking :nav_item_link2065[May 30 2023 18:18:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.082s2066 logs audit events for UI operations2067Verify2068 Pipeline with raw variables in YAML2069[May 30 2023 18:18:55 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with raw variables in YAML expands variables according to expand: true/false2070[May 30 2023 18:18:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2071[May 30 2023 18:18:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.28 seconds2072[May 30 2023 18:18:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-raw-variable-pipeline-5f549d0fd29ea32b' via api in 0.98 seconds2073[May 30 2023 18:18:56 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2074[May 30 2023 18:18:56 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2075[May 30 2023 18:18:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2076[May 30 2023 18:18:56 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1685470736 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1685470736 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-1685470736 --url http://gitlab-ee-9307e081.test --registration-token **** --tag-list qa-runner-1685470736 --executor shell && gitlab-runner run" `2077[May 30 2023 18:18:57 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1685470736`2078[May 30 2023 18:18:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2079[May 30 2023 18:18:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1685470736' via api in 2.75 seconds2080[May 30 2023 18:18:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.65 seconds2081[May 30 2023 18:19:00 UTC (QA Tests)] INFO -- filling :login_field with "root"2082[May 30 2023 18:19:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2083[May 30 2023 18:19:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"2084[May 30 2023 18:19:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2085[May 30 2023 18:19:01 UTC (QA Tests)] INFO -- clicking :sign_in_button2086[May 30 2023 18:19:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.172s2087[May 30 2023 18:19:02 UTC (QA Tests)] INFO -- Enabling super sidebar!2088[May 30 2023 18:19:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled2089[May 30 2023 18:19:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-raw-variable-pipeline-5f549d0fd29ea32b2090[May 30 2023 18:19:06 UTC (QA Tests)] INFO -- clicking :menu_section_button2091[May 30 2023 18:19:06 UTC (QA Tests)] INFO -- clicking :nav_item_link2092[May 30 2023 18:19:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.948s2093[May 30 2023 18:19:08 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2094[May 30 2023 18:19:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.568s2095[May 30 2023 18:19:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1685470736'2096[May 30 2023 18:19:11 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1685470736`2097 expands variables according to expand: true/false2098Create2099 Sharing snippets2100 when the snippet is public2101[May 30 2023 18:19:12 UTC (QA Tests)] INFO -- Starting test: Create Sharing snippets when the snippet is public can be shared with not signed-in users2102[May 30 2023 18:19:12 UTC (QA Tests)] INFO -- filling :login_field with "root"2103[May 30 2023 18:19:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2104[May 30 2023 18:19:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"2105[May 30 2023 18:19:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2106[May 30 2023 18:19:13 UTC (QA Tests)] INFO -- clicking :sign_in_button2107[May 30 2023 18:19:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.269s2108[May 30 2023 18:19:15 UTC (QA Tests)] INFO -- Enabling super sidebar!2109[May 30 2023 18:19:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled2110[May 30 2023 18:19:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '8' via api in 0.44 seconds2111[May 30 2023 18:19:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-9307e081.test/-/snippets/82112[May 30 2023 18:19:18 UTC (QA Tests)] INFO -- clicking :snippet_embed_dropdown2113[May 30 2023 18:19:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.041s2114[May 30 2023 18:19:19 UTC (QA Tests)] INFO -- clicking :user_avatar_content2115[May 30 2023 18:19:19 UTC (QA Tests)] INFO -- clicking :sign_out_link2116 can be shared with not signed-in users2117 when the snippet is changed to private2118[May 30 2023 18:19:20 UTC (QA Tests)] INFO -- Starting test: Create Sharing snippets when the snippet is changed to private does not display Embed/Share dropdown2119[May 30 2023 18:19:21 UTC (QA Tests)] INFO -- filling :login_field with "root"2120[May 30 2023 18:19:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2121[May 30 2023 18:19:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"2122[May 30 2023 18:19:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2123[May 30 2023 18:19:22 UTC (QA Tests)] INFO -- clicking :sign_in_button2124[May 30 2023 18:19:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.223s2125[May 30 2023 18:19:23 UTC (QA Tests)] INFO -- Enabling super sidebar!2126[May 30 2023 18:19:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled2127[May 30 2023 18:19:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '9' via api in 0.4 seconds2128[May 30 2023 18:19:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-9307e081.test/-/snippets/92129[May 30 2023 18:19:26 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present2130[May 30 2023 18:19:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.122s2131[May 30 2023 18:19:27 UTC (QA Tests)] INFO -- clicking :visibility_content2132[May 30 2023 18:19:27 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button2133[May 30 2023 18:19:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.945s2134[May 30 2023 18:19:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.956s2135 does not display Embed/Share dropdown2136Data Stores2137 User2138[May 30 2023 18:19:29 UTC (QA Tests)] INFO -- Starting test: Data Stores User can be followed and their activity seen2139[May 30 2023 18:19:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-669702368bbc3ec2' via api in 0.51 seconds2140[May 30 2023 18:19:29 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-669702368bbc3ec22141[May 30 2023 18:19:29 UTC (QA Tests)] INFO -- Caching token for username: qa-user-669702368bbc3ec2, last six chars of token:Pt5ZtP2142[May 30 2023 18:19:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-669702368bbc3ec2-ep0s8u2c' via api in 0.1 seconds2143[May 30 2023 18:19:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-44a65029ddc1e4a4' via api in 0.51 seconds2144[May 30 2023 18:19:31 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-44a65029ddc1e4a4"2145[May 30 2023 18:19:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2146[May 30 2023 18:19:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"2147[May 30 2023 18:19:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2148[May 30 2023 18:19:31 UTC (QA Tests)] INFO -- clicking :sign_in_button2149[May 30 2023 18:19:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.785s2150[May 30 2023 18:19:32 UTC (QA Tests)] INFO -- Enabling super sidebar!2151[May 30 2023 18:19:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled2152[May 30 2023 18:19:35 UTC (QA Tests)] INFO -- clicking :follow_user_link2153[May 30 2023 18:19:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element follow_user_link' took 1.018s2154[May 30 2023 18:19:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2155[May 30 2023 18:19:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group_for_follow_user_activity_a06af0396e986b5a' via api in 0.42 seconds2156[May 30 2023 18:19:37 UTC (QA Tests)] INFO -- Adding user qa-user-669702368bbc3ec2 to gitlab-qa-sandbox-group-3/group_for_follow_user_activity_a06af0396e986b5a QA::Resource::Group2157[May 30 2023 18:19:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group_for_follow_user_activity_a06af0396e986b5a/project-for-tags-e01902718e2c66ab' via api in 1.17 seconds2158[May 30 2023 18:19:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds2159[May 30 2023 18:19:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.58 seconds2160[May 30 2023 18:19:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '23' via api in 0.29 seconds2161[May 30 2023 18:19:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectIssueNote with id '35' via api in 0.2 seconds2162[May 30 2023 18:19:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.058s2163[May 30 2023 18:19:42 UTC (QA Tests)] INFO -- clicking :user_avatar_content2164[May 30 2023 18:19:42 UTC (QA Tests)] INFO -- clicking :user_profile_link2165[May 30 2023 18:19:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element user_profile_link' took 1.166s2166[May 30 2023 18:19:43 UTC (QA Tests)] INFO -- clicking :nav_item_link2167[May 30 2023 18:19:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.742s2168[May 30 2023 18:19:44 UTC (QA Tests)] INFO -- clicking :user_link2169[May 30 2023 18:19:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element user_link' took 1.136s2170[May 30 2023 18:19:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.092s2171[May 30 2023 18:19:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group_for_follow_user_activity_a06af0396e986b5a/project-for-tags-e01902718e2c66ab'2172[May 30 2023 18:19:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-669702368bbc3ec2'2173[May 30 2023 18:19:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-44a65029ddc1e4a4'2174 can be followed and their activity seen2175Govern2176 Scan result policy2177[May 30 2023 18:19:47 UTC (QA Tests)] INFO -- Starting test: Govern Scan result policy requires approval when a pipeline report has findings matching the scan result policy2178[May 30 2023 18:19:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds2179[May 30 2023 18:19:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds2180[May 30 2023 18:19:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-scan-result-policy-a1808e787f979bba' via api in 1.36 seconds2181[May 30 2023 18:19:48 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2182[May 30 2023 18:19:48 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2183[May 30 2023 18:19:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2184[May 30 2023 18:19:49 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-scan-result-policy-a1808e787f979bba --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-scan-result-policy-a1808e787f979bba sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-project-with-scan-result-policy-a1808e787f979bba --url http://gitlab-ee-9307e081.test --registration-token **** --tag-list secure_report_project-with-scan-result-policy-a1808e787f979bba --executor shell && gitlab-runner run" `2185[May 30 2023 18:19:49 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-scan-result-policy-a1808e787f979bba`2186[May 30 2023 18:19:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2187[May 30 2023 18:19:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-project-with-scan-result-policy-a1808e787f979bba' via api in 1.36 seconds2188[May 30 2023 18:19:51 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::ScanResultPolicyProject via api in 0.85 seconds2189[May 30 2023 18:19:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-scan-result-policy-a1808e787f979bba-security-policy-project' via api in 0.16 seconds2190[May 30 2023 18:19:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.18 seconds2191[May 30 2023 18:19:51 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-scan-result-policy-a1808e787f979bba QA::Resource::Project2192[May 30 2023 18:19:52 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::ScanResultPolicyCommit via api in 0.42 seconds2193[May 30 2023 18:19:52 UTC (QA Tests)] INFO -- filling :login_field with "root"2194[May 30 2023 18:19:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2195[May 30 2023 18:19:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"2196[May 30 2023 18:19:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2197[May 30 2023 18:19:53 UTC (QA Tests)] INFO -- clicking :sign_in_button2198[May 30 2023 18:19:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.295s2199[May 30 2023 18:19:55 UTC (QA Tests)] INFO -- Enabling super sidebar!2200[May 30 2023 18:19:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled2201[May 30 2023 18:19:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-scan-result-policy-a1808e787f979bba2202[May 30 2023 18:19:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.48 seconds2203[May 30 2023 18:19:59 UTC (QA Tests)] INFO -- Merging via PUT /projects/78/merge_requests/1/merge2204[May 30 2023 18:20:02 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_merge with title "QA test - merge request"2205[May 30 2023 18:20:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds2206[May 30 2023 18:20:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.7 seconds2207[May 30 2023 18:20:04 UTC (QA Tests)] INFO -- clicking :menu_section_button2208[May 30 2023 18:20:04 UTC (QA Tests)] INFO -- clicking :nav_item_link2209[May 30 2023 18:20:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.974s2210[May 30 2023 18:20:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/project-with-scan-result-policy-a1808e787f979bba/-/merge_requests/12211[May 30 2023 18:20:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merge_button' took 20.075s2212[May 30 2023 18:20:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-project-with-scan-result-policy-a1808e787f979bba'2213[May 30 2023 18:20:45 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-scan-result-policy-a1808e787f979bba`2214 requires approval when a pipeline report has findings matching the scan result policy2215Create2216 File Locking2217[May 30 2023 18:20:45 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a directory and tries to push as a second user2218[May 30 2023 18:20:46 UTC (QA Tests)] INFO -- filling :login_field with "root"2219[May 30 2023 18:20:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2220[May 30 2023 18:20:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"2221[May 30 2023 18:20:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2222[May 30 2023 18:20:46 UTC (QA Tests)] INFO -- clicking :sign_in_button2223[May 30 2023 18:20:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.649s2224[May 30 2023 18:20:49 UTC (QA Tests)] INFO -- Enabling super sidebar!2225[May 30 2023 18:20:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled2226[May 30 2023 18:20:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds2227[May 30 2023 18:20:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.23 seconds2228[May 30 2023 18:20:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/file_locking-3e1f82726b3e749a' via api in 1.21 seconds2229[May 30 2023 18:20:53 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2230[May 30 2023 18:20:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.07 seconds2231[May 30 2023 18:20:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.17 seconds2232[May 30 2023 18:20:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.23 seconds2233[May 30 2023 18:20:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.26 seconds2234[May 30 2023 18:20:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.19 seconds2235[May 30 2023 18:20:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch2236[May 30 2023 18:20:55 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2237[May 30 2023 18:20:55 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2238[May 30 2023 18:20:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.24 seconds2239[May 30 2023 18:20:57 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2240[May 30 2023 18:20:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.89 seconds2241[May 30 2023 18:20:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.062s2242[May 30 2023 18:20:58 UTC (QA Tests)] INFO -- clicking :user_avatar_content2243[May 30 2023 18:20:58 UTC (QA Tests)] INFO -- clicking :sign_out_link2244[May 30 2023 18:21:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? sign_in_tab' took 11.015s2245[May 30 2023 18:21:10 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2246[May 30 2023 18:21:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2247[May 30 2023 18:21:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"2248[May 30 2023 18:21:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2249[May 30 2023 18:21:11 UTC (QA Tests)] INFO -- clicking :sign_in_button2250[May 30 2023 18:21:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.045s2251[May 30 2023 18:21:12 UTC (QA Tests)] INFO -- Enabling super sidebar!2252[May 30 2023 18:21:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled2253[May 30 2023 18:21:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/file_locking-3e1f82726b3e749a2254[May 30 2023 18:21:15 UTC (QA Tests)] INFO -- clicking :file_name_link2255[May 30 2023 18:21:15 UTC (QA Tests)] INFO -- clicking :lock_button2256[May 30 2023 18:21:16 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2257[May 30 2023 18:21:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? lock_button' took 1.667s2258[May 30 2023 18:21:22 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2259[May 30 2023 18:21:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.48 seconds2260 locks a directory and tries to push as a second user2261[May 30 2023 18:21:22 UTC (QA Tests)] INFO -- Starting test: Create File Locking creates a merge request and fails to merge2262[May 30 2023 18:21:23 UTC (QA Tests)] INFO -- filling :login_field with "root"2263[May 30 2023 18:21:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2264[May 30 2023 18:21:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"2265[May 30 2023 18:21:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2266[May 30 2023 18:21:24 UTC (QA Tests)] INFO -- clicking :sign_in_button2267[May 30 2023 18:21:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.483s2268[May 30 2023 18:21:26 UTC (QA Tests)] INFO -- Enabling super sidebar!2269[May 30 2023 18:21:26 UTC (QA Tests)] INFO -- Super sidebar is already enabled2270[May 30 2023 18:21:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds2271[May 30 2023 18:21:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.23 seconds2272[May 30 2023 18:21:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/file_locking-38efcc79339b2ca8' via api in 1.2 seconds2273[May 30 2023 18:21:30 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2274[May 30 2023 18:21:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.87 seconds2275[May 30 2023 18:21:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds2276[May 30 2023 18:21:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.24 seconds2277[May 30 2023 18:21:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.16 seconds2278[May 30 2023 18:21:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.2 seconds2279[May 30 2023 18:21:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch2280[May 30 2023 18:21:31 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2281[May 30 2023 18:21:31 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2282[May 30 2023 18:21:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.26 seconds2283[May 30 2023 18:21:33 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2284[May 30 2023 18:21:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.43 seconds2285[May 30 2023 18:21:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.27 seconds2286[May 30 2023 18:21:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/file_locking-38efcc79339b2ca82287[May 30 2023 18:21:35 UTC (QA Tests)] INFO -- clicking :file_name_link2288[May 30 2023 18:21:35 UTC (QA Tests)] INFO -- clicking :lock_button2289[May 30 2023 18:21:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.796s2290[May 30 2023 18:21:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.896s2291[May 30 2023 18:21:36 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2292[May 30 2023 18:21:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.035s2293[May 30 2023 18:21:38 UTC (QA Tests)] INFO -- clicking :user_avatar_content2294[May 30 2023 18:21:38 UTC (QA Tests)] INFO -- clicking :sign_out_link2295[May 30 2023 18:21:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 1.123s2296[May 30 2023 18:21:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? sign_in_tab' took 11.034s2297[May 30 2023 18:21:51 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2298[May 30 2023 18:21:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2299[May 30 2023 18:21:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"2300[May 30 2023 18:21:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2301[May 30 2023 18:21:51 UTC (QA Tests)] INFO -- clicking :sign_in_button2302[May 30 2023 18:21:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.501s2303[May 30 2023 18:21:53 UTC (QA Tests)] INFO -- Enabling super sidebar!2304[May 30 2023 18:21:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled2305[May 30 2023 18:21:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/file_locking-38efcc79339b2ca8/-/merge_requests/12306[May 30 2023 18:21:59 UTC (QA Tests)] INFO -- clicking :merge_button2307[May 30 2023 18:22:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.058s2308[May 30 2023 18:22:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.291s2309[May 30 2023 18:22:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merge_request_error_content' took 2.319s2310[May 30 2023 18:22:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.07 seconds2311 creates a merge request and fails to merge2312[May 30 2023 18:22:01 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a file and tries to push as a second user2313[May 30 2023 18:22:02 UTC (QA Tests)] INFO -- filling :login_field with "root"2314[May 30 2023 18:22:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2315[May 30 2023 18:22:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"2316[May 30 2023 18:22:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2317[May 30 2023 18:22:03 UTC (QA Tests)] INFO -- clicking :sign_in_button2318[May 30 2023 18:22:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.34s2319[May 30 2023 18:22:04 UTC (QA Tests)] INFO -- Enabling super sidebar!2320[May 30 2023 18:22:04 UTC (QA Tests)] INFO -- Super sidebar is already enabled2321[May 30 2023 18:22:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2322[May 30 2023 18:22:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds2323[May 30 2023 18:22:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/file_locking-325e4518941c9cf6' via api in 1.18 seconds2324[May 30 2023 18:22:09 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2325[May 30 2023 18:22:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.96 seconds2326[May 30 2023 18:22:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds2327[May 30 2023 18:22:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.19 seconds2328[May 30 2023 18:22:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.16 seconds2329[May 30 2023 18:22:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.28 seconds2330[May 30 2023 18:22:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch2331[May 30 2023 18:22:11 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2332[May 30 2023 18:22:11 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2333[May 30 2023 18:22:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.18 seconds2334[May 30 2023 18:22:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.034s2335[May 30 2023 18:22:13 UTC (QA Tests)] INFO -- clicking :user_avatar_content2336[May 30 2023 18:22:13 UTC (QA Tests)] INFO -- clicking :sign_out_link2337[May 30 2023 18:22:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? sign_in_tab' took 11.022s2338[May 30 2023 18:22:25 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2339[May 30 2023 18:22:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2340[May 30 2023 18:22:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"2341[May 30 2023 18:22:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2342[May 30 2023 18:22:26 UTC (QA Tests)] INFO -- clicking :sign_in_button2343[May 30 2023 18:22:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.167s2344[May 30 2023 18:22:27 UTC (QA Tests)] INFO -- Enabling super sidebar!2345[May 30 2023 18:22:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled2346[May 30 2023 18:22:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/file_locking-325e4518941c9cf62347[May 30 2023 18:22:30 UTC (QA Tests)] INFO -- clicking :file_name_link2348[May 30 2023 18:22:30 UTC (QA Tests)] INFO -- clicking :lock_button2349[May 30 2023 18:22:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.127s2350[May 30 2023 18:22:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 1.223s2351[May 30 2023 18:22:32 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2352[May 30 2023 18:22:36 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2353[May 30 2023 18:22:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.49 seconds2354 locks a file and tries to push as a second user2355[May 30 2023 18:22:37 UTC (QA Tests)] INFO -- Starting test: Create File Locking checks file locked by other user to be disabled2356[May 30 2023 18:22:37 UTC (QA Tests)] INFO -- filling :login_field with "root"2357[May 30 2023 18:22:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2358[May 30 2023 18:22:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"2359[May 30 2023 18:22:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2360[May 30 2023 18:22:38 UTC (QA Tests)] INFO -- clicking :sign_in_button2361[May 30 2023 18:22:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.288s2362[May 30 2023 18:22:40 UTC (QA Tests)] INFO -- Enabling super sidebar!2363[May 30 2023 18:22:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled2364[May 30 2023 18:22:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds2365[May 30 2023 18:22:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.23 seconds2366[May 30 2023 18:22:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/file_locking-6087b468e7a16fdf' via api in 1.21 seconds2367[May 30 2023 18:22:44 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2368[May 30 2023 18:22:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.77 seconds2369[May 30 2023 18:22:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.18 seconds2370[May 30 2023 18:22:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.19 seconds2371[May 30 2023 18:22:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.17 seconds2372[May 30 2023 18:22:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.2 seconds2373[May 30 2023 18:22:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch2374[May 30 2023 18:22:45 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2375[May 30 2023 18:22:45 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2376[May 30 2023 18:22:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.2 seconds2377[May 30 2023 18:22:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/file_locking-6087b468e7a16fdf2378[May 30 2023 18:22:47 UTC (QA Tests)] INFO -- clicking :file_name_link2379[May 30 2023 18:22:47 UTC (QA Tests)] INFO -- clicking :lock_button2380[May 30 2023 18:22:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.741s2381[May 30 2023 18:22:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.842s2382[May 30 2023 18:22:48 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2383[May 30 2023 18:22:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.052s2384[May 30 2023 18:22:50 UTC (QA Tests)] INFO -- clicking :user_avatar_content2385[May 30 2023 18:22:50 UTC (QA Tests)] INFO -- clicking :sign_out_link2386[May 30 2023 18:23:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? sign_in_tab' took 11.028s2387[May 30 2023 18:23:02 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2388[May 30 2023 18:23:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2389[May 30 2023 18:23:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"2390[May 30 2023 18:23:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2391[May 30 2023 18:23:03 UTC (QA Tests)] INFO -- clicking :sign_in_button2392[May 30 2023 18:23:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.062s2393[May 30 2023 18:23:04 UTC (QA Tests)] INFO -- Enabling super sidebar!2394[May 30 2023 18:23:04 UTC (QA Tests)] INFO -- Super sidebar is already enabled2395[May 30 2023 18:23:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/file_locking-6087b468e7a16fdf2396[May 30 2023 18:23:07 UTC (QA Tests)] INFO -- clicking :file_name_link2397[May 30 2023 18:23:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? disabled_lock_button' took 0.616s2398 checks file locked by other user to be disabled2399[May 30 2023 18:23:08 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a file and unlocks in list2400[May 30 2023 18:23:09 UTC (QA Tests)] INFO -- filling :login_field with "root"2401[May 30 2023 18:23:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2402[May 30 2023 18:23:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"2403[May 30 2023 18:23:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2404[May 30 2023 18:23:09 UTC (QA Tests)] INFO -- clicking :sign_in_button2405[May 30 2023 18:23:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.217s2406[May 30 2023 18:23:11 UTC (QA Tests)] INFO -- Enabling super sidebar!2407[May 30 2023 18:23:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled2408[May 30 2023 18:23:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2409[May 30 2023 18:23:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.21 seconds2410[May 30 2023 18:23:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/file_locking-9e85a2fbee2e61f5' via api in 1.24 seconds2411[May 30 2023 18:23:15 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2412[May 30 2023 18:23:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.77 seconds2413[May 30 2023 18:23:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds2414[May 30 2023 18:23:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.2 seconds2415[May 30 2023 18:23:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds2416[May 30 2023 18:23:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.2 seconds2417[May 30 2023 18:23:17 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch2418[May 30 2023 18:23:17 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2419[May 30 2023 18:23:17 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2420[May 30 2023 18:23:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.2 seconds2421[May 30 2023 18:23:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.037s2422[May 30 2023 18:23:18 UTC (QA Tests)] INFO -- clicking :user_avatar_content2423[May 30 2023 18:23:18 UTC (QA Tests)] INFO -- clicking :sign_out_link2424[May 30 2023 18:23:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? sign_in_tab' took 11.039s2425[May 30 2023 18:23:30 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2426[May 30 2023 18:23:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2427[May 30 2023 18:23:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"2428[May 30 2023 18:23:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2429[May 30 2023 18:23:31 UTC (QA Tests)] INFO -- clicking :sign_in_button2430[May 30 2023 18:23:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.995s2431[May 30 2023 18:23:32 UTC (QA Tests)] INFO -- Enabling super sidebar!2432[May 30 2023 18:23:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled2433[May 30 2023 18:23:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/file_locking-9e85a2fbee2e61f52434[May 30 2023 18:23:37 UTC (QA Tests)] INFO -- clicking :file_name_link2435[May 30 2023 18:23:38 UTC (QA Tests)] INFO -- clicking :lock_button2436[May 30 2023 18:23:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.791s2437[May 30 2023 18:23:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.876s2438[May 30 2023 18:23:39 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2439[May 30 2023 18:23:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/file_locking-9e85a2fbee2e61f52440[May 30 2023 18:23:41 UTC (QA Tests)] INFO -- clicking :menu_section_button2441[May 30 2023 18:23:41 UTC (QA Tests)] INFO -- clicking :nav_item_link2442[May 30 2023 18:23:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.913s2443[May 30 2023 18:23:42 UTC (QA Tests)] INFO -- clicking :unlock_button2444[May 30 2023 18:23:42 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2445[May 30 2023 18:23:44 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2446[May 30 2023 18:23:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.53 seconds2447 locks a file and unlocks in list2448Govern2449 Vulnerability Report Security Training2450[May 30 2023 18:23:44 UTC (QA Tests)] INFO -- Starting test: Govern Vulnerability Report Security Training shows security training section for supported vulnerabilities when the setting is toggled ON2451[May 30 2023 18:23:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2452[May 30 2023 18:23:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.22 seconds2453[May 30 2023 18:23:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/vulnerability-report-security-training-009d70893b4622e8' via api in 2.16 seconds2454[May 30 2023 18:23:46 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2455[May 30 2023 18:23:46 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2456[May 30 2023 18:23:46 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2457[May 30 2023 18:23:46 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-vulnerability-report-security-training-009d70893b4622e8 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-vulnerability-report-security-training-009d70893b4622e8 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-vulnerability-report-security-training-009d70893b4622e8 --url http://gitlab-ee-9307e081.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `2458[May 30 2023 18:23:47 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-vulnerability-report-security-training-009d70893b4622e8`2459[May 30 2023 18:23:47 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2460[May 30 2023 18:23:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-vulnerability-report-security-training-009d70893b4622e8' via api in 1.41 seconds2461[May 30 2023 18:23:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.81 seconds2462[May 30 2023 18:23:49 UTC (QA Tests)] INFO -- filling :login_field with "root"2463[May 30 2023 18:23:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2464[May 30 2023 18:23:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"2465[May 30 2023 18:23:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2466[May 30 2023 18:23:50 UTC (QA Tests)] INFO -- clicking :sign_in_button2467[May 30 2023 18:23:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.594s2468[May 30 2023 18:23:52 UTC (QA Tests)] INFO -- Enabling super sidebar!2469[May 30 2023 18:23:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled2470[May 30 2023 18:23:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/vulnerability-report-security-training-009d70893b4622e82471[May 30 2023 18:23:56 UTC (QA Tests)] INFO -- clicking :menu_section_button2472[May 30 2023 18:23:56 UTC (QA Tests)] INFO -- clicking :nav_item_link2473[May 30 2023 18:23:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.187s2474[May 30 2023 18:23:58 UTC (QA Tests)] INFO -- clicking :nav_item_link2475[May 30 2023 18:23:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.943s2476[May 30 2023 18:24:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? vulnerability_report_header' took 11.043s2477[May 30 2023 18:24:10 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/vulnerability-report-security-training-009d70893b4622e8/-/security/vulnerability_report2478[May 30 2023 18:24:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.92s2479[May 30 2023 18:24:14 UTC (QA Tests)] INFO -- clicking :vulnerability2480[May 30 2023 18:24:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element vulnerability' took 1.333s2481[May 30 2023 18:24:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? security_training_text' took 5.183s2482[May 30 2023 18:24:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-vulnerability-report-security-training-009d70893b4622e8'2483[May 30 2023 18:24:21 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-vulnerability-report-security-training-009d70893b4622e8`2484[May 30 2023 18:24:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/vulnerability-report-security-training-009d70893b4622e8'2485 shows security training section for supported vulnerabilities when the setting is toggled ON2486[May 30 2023 18:24:22 UTC (QA Tests)] INFO -- Starting test: Govern Vulnerability Report Security Training does not show security training section in vulnerability details when the setting is turned OFF2487[May 30 2023 18:24:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.14 seconds2488[May 30 2023 18:24:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0' via api in 0.31 seconds2489[May 30 2023 18:24:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/vulnerability-report-security-training-411dacfcdd70ce6d' via api in 1.01 seconds2490[May 30 2023 18:24:23 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2491[May 30 2023 18:24:23 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2492[May 30 2023 18:24:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2493[May 30 2023 18:24:29 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-vulnerability-report-security-training-411dacfcdd70ce6d --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-vulnerability-report-security-training-411dacfcdd70ce6d sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-vulnerability-report-security-training-411dacfcdd70ce6d --url http://gitlab-ee-9307e081.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `2494[May 30 2023 18:24:29 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-vulnerability-report-security-training-411dacfcdd70ce6d`2495[May 30 2023 18:24:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2496[May 30 2023 18:24:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-vulnerability-report-security-training-411dacfcdd70ce6d' via api in 6.51 seconds2497[May 30 2023 18:24:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.98 seconds2498[May 30 2023 18:24:32 UTC (QA Tests)] INFO -- filling :login_field with "root"2499[May 30 2023 18:24:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2500[May 30 2023 18:24:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"2501[May 30 2023 18:24:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2502[May 30 2023 18:24:32 UTC (QA Tests)] INFO -- clicking :sign_in_button2503[May 30 2023 18:24:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.664s2504[May 30 2023 18:24:34 UTC (QA Tests)] INFO -- Enabling super sidebar!2505[May 30 2023 18:24:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled2506[May 30 2023 18:24:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/vulnerability-report-security-training-411dacfcdd70ce6d2507[May 30 2023 18:24:38 UTC (QA Tests)] INFO -- clicking :menu_section_button2508[May 30 2023 18:24:38 UTC (QA Tests)] INFO -- clicking :nav_item_link2509[May 30 2023 18:24:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.207s2510[May 30 2023 18:24:40 UTC (QA Tests)] INFO -- clicking :nav_item_link2511[May 30 2023 18:24:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.949s2512[May 30 2023 18:24:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? vulnerability_report_header' took 11.046s2513[May 30 2023 18:24:52 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-9307e081.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/vulnerability-report-security-training-411dacfcdd70ce6d/-/security/vulnerability_report2514[May 30 2023 18:24:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.024s2515[May 30 2023 18:24:56 UTC (QA Tests)] INFO -- clicking :vulnerability2516[May 30 2023 18:24:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element vulnerability' took 1.323s2517[May 30 2023 18:25:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-vulnerability-report-security-training-411dacfcdd70ce6d'2518[May 30 2023 18:25:08 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-vulnerability-report-security-training-411dacfcdd70ce6d`2519[May 30 2023 18:25:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-56-49-41b95b289d5acfc0/vulnerability-report-security-training-411dacfcdd70ce6d'2520 does not show security training section in vulnerability details when the setting is turned OFF2521[May 30 2023 18:25:08 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:2522{2523 "qa/specs/features/ee/browser_ui/3_create/repository/project_templates_spec.rb": 110.25196617499932,2524 "qa/specs/features/browser_ui/9_data_stores/project/project_owner_permissions_spec.rb": 63.2756220780002,2525 "qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb": 10.477044430000205,2526 "qa/specs/features/browser_ui/4_verify/ci_variable/prefill_variables_spec.rb": 26.824231614999917,2527 "qa/specs/features/browser_ui/2_plan/design_management/add_design_content_spec.rb": 11.855291184000635,2528 "qa/specs/features/ee/browser_ui/9_data_stores/group/prevent_forking_outside_group_spec.rb": 33.738477621999664,2529 "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb": 42.36566706599933,2530 "qa/specs/features/api/3_create/merge_request/push_options_title_description_spec.rb": 8.095119883000734,2531 "qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb": 1.939079085999765,2532 "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_directory_management_spec.rb": 12.96605116200044,2533 "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_project_snippet_spec.rb": 38.85768297600043,2534 "qa/specs/features/api/1_manage/user_access_termination_spec.rb": 6.0098028289994545,2535 "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_list_spec.rb": 27.681189484999777,2536 "qa/specs/features/browser_ui/3_create/repository/file/create_file_via_web_spec.rb": 12.946896614999787,2537 "qa/specs/features/browser_ui/1_manage/login/register_spec.rb": 255.02704725199965,2538 "qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb": 12.411104050000176,2539 "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_a_project_spec.rb": 37.26763731699975,2540 "qa/specs/features/ee/browser_ui/4_verify/user_cancel_merge_request_in_merge_train_spec.rb": 60.8779521940005,2541 "qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb": 23.263972431000184,2542 "qa/specs/features/browser_ui/3_create/repository/clone_spec.rb": 8.327929095999934,2543 "qa/specs/features/browser_ui/3_create/merge_request/squash_merge_request_spec.rb": 26.554490286000146,2544 "qa/specs/features/browser_ui/2_plan/milestone/assign_milestone_spec.rb": 52.988425499000186,2545 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configure_issue_board_by_label_spec.rb": 15.317990288999681,2546 "qa/specs/features/ee/browser_ui/4_verify/multi-project_pipelines_spec.rb": 34.13799793999988,2547 "qa/specs/features/api/3_create/repository/files_spec.rb": 2.930922491000274,2548 "qa/specs/features/browser_ui/3_create/source_editor/source_editor_toolbar_spec.rb": 12.94517423600064,2549 "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_spec.rb": 24.816207584999574,2550 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/project_issue_boards_spec.rb": 30.88638755300053,2551 "qa/specs/features/api/3_create/repository/storage_size_spec.rb": 11.93707170200014,2552 "qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_inheritable_when_forward_pipeline_variables_true_spec.rb": 46.37182539500009,2553 "qa/specs/features/browser_ui/3_create/repository/push_over_ssh_spec.rb": 20.245004854999934,2554 "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb": 10.93925551800021,2555 "qa/specs/features/api/1_manage/project_access_token_spec.rb": 7.873512371999823,2556 "qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb": 25.113056648000565,2557 "qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb": 20.78826420400037,2558 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/group_issue_boards_spec.rb": 12.445892038999773,2559 "qa/specs/features/browser_ui/9_data_stores/group/transfer_group_spec.rb": 14.823771188000137,2560 "qa/specs/features/browser_ui/8_monitor/alert_management/automatically_creates_incident_for_alert_spec.rb": 35.570936129000074,2561 "qa/specs/features/ee/api/2_plan/epics_milestone_dates_spec.rb": 14.295683426000323,2562 "qa/specs/features/ee/browser_ui/10_govern/project/project_audit_logs_spec.rb": 100.05049662500005,2563 "qa/specs/features/browser_ui/4_verify/ci_variable/raw_variables_defined_in_yaml_spec.rb": 16.727891345999524,2564 "qa/specs/features/browser_ui/3_create/snippet/share_snippet_spec.rb": 17.291815439999482,2565 "qa/specs/features/browser_ui/9_data_stores/user/follow_user_activity_spec.rb": 18.178520893000496,2566 "qa/specs/features/ee/browser_ui/10_govern/scan_result_policy_vulnerabilities_spec.rb": 58.03682698400007,2567 "qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb": 178.718595284,2568 "qa/specs/features/ee/browser_ui/10_govern/vulnerability_security_training_spec.rb": 84.51745317499992569}2570[May 30 2023 18:25:08 UTC (QA Tests)] INFO -- 2571Knapsack global time execution for tests: 28m 18s2572Pending: (Failures listed here are expected and do not affect your suite's status)2573 1) Create Web IDE file templates user adds LICENSE via file template Mozilla Public License 2.02574 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442575 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532576 2) Create Web IDE file templates user adds .gitlab-ci.yml via file template Julia2577 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442578 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532579 3) Create Web IDE file templates user adds Dockerfile via file template Python2580 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442581 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532582 4) Create Web IDE file templates user adds .gitignore via file template Android2583 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442584 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532585 5) Create Slack app integration when using Slash commands creates an issue2586 # Test is not compatible with this environment or pipeline2587 # ./qa/specs/features/ee/browser_ui/1_manage/integrations/slash_commands_spec.rb:452588 6) Create Slack app integration when using Slash commands with gitlab issue comments on an issue2589 # Test is not compatible with this environment or pipeline2590 # ./qa/specs/features/ee/browser_ui/1_manage/integrations/slash_commands_spec.rb:922591 7) Create Slack app integration when using Slash commands with gitlab issue closes an issue2592 # Test is not compatible with this environment or pipeline2593 # ./qa/specs/features/ee/browser_ui/1_manage/integrations/slash_commands_spec.rb:822594 8) Create Slack app integration when using Slash commands with gitlab issue displays an issue2595 # Test is not compatible with this environment or pipeline2596 # ./qa/specs/features/ee/browser_ui/1_manage/integrations/slash_commands_spec.rb:722597 9) Create Slack app integration when using Slash commands with gitlab issue with target project moves an issue2598 # Test is not compatible with this environment or pipeline2599 # ./qa/specs/features/ee/browser_ui/1_manage/integrations/slash_commands_spec.rb:1152600 10) Configure Kubernetes Agent deploys a K8s manifest file2601 # Test is not compatible with this environment or pipeline2602 # ./qa/specs/features/ee/api/7_configure/kubernetes/kubernetes_agent_spec.rb:352603 11) Fulfillment Purchase group plan upgrades from free to ultimate2604 # Test is not compatible with this environment or pipeline2605 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/upgrade_group_spec.rb:372606 12) Fulfillment Purchase group plan with existing CI minutes pack upgrades from free to premium with correct CI minutes2607 # Test is not compatible with this environment or pipeline2608 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/upgrade_group_spec.rb:652609 13) Verify Cancelling merge request in merge train when system cancels the merge request creates a TODO task2610 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3241222611 # ./qa/specs/features/ee/browser_ui/4_verify/system_cancel_merge_request_in_merge_train_spec.rb:162612 14) Fulfillment Utilization in usage quotas max seats used count does not change after members are removed2613 # Test is not compatible with this environment or pipeline2614 # ./qa/specs/features/ee/browser_ui/11_fulfillment/utilization/usage_quotas_seats_spec.rb:672615 15) Fulfillment Utilization in usage quotas user seat data is displayed correctly2616 # Test is not compatible with this environment or pipeline2617 # ./qa/specs/features/ee/browser_ui/11_fulfillment/utilization/usage_quotas_seats_spec.rb:472618 16) Create Branch Rules Overview adds a new branch rule2619 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4035832620 # ./qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb:422621 17) Manage 2FA allows enforcing 2FA via UI and logging in with 2FA2622 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4093362623 # ./qa/specs/features/browser_ui/1_manage/login/log_in_with_2fa_spec.rb:522624Finished in 30 minutes 9 seconds (files took 4.33 seconds to load)2625105 examples, 0 failures, 17 pending2626Randomized with seed 640262627[May 30 2023 18:25:09 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ee-9307e081`2628[May 30 2023 18:25:09 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ee-9307e081`2630Running after script...2631$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command2632$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")2633$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"2821Not uploading cache qa-e2e-ruby-3.0-6a056e500f83db53eb3d88c766f9864d-16 due to policy2823Uploading artifacts...2824gitlab-qa-run-*: found 468 matching artifact files and directories 2825Uploading artifacts as "archive" to coordinator... 201 Created id=4376891883 responseStatus=201 Created token=64_zY16M2826Uploading artifacts...2827gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 2828Uploading artifacts as "junit" to coordinator... 201 Created id=4376891883 responseStatus=201 Created token=64_zY16M2829Uploading artifacts...2830/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 2831Uploading artifacts as "dotenv" to coordinator... 201 Created id=4376891883 responseStatus=201 Created token=64_zY16M2833Job succeeded