instance 3/5
Failed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1687090138-6ad0f76d-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: 129829, done. 20remote: Counting objects: 100% (129829/129829), done. 21remote: Compressing objects: 100% (89767/89767), done. 22remote: Total 129829 (delta 52788), reused 85422 (delta 35058), pack-reused 0 23Receiving objects: 100% (129829/129829), 119.23 MiB | 43.54 MiB/s, done.24Resolving deltas: 100% (52788/52788), done.26 * [new ref] refs/pipelines/903605918 -> refs/pipelines/90360591827 * [new branch] master -> origin/master28Checking out 963bdc0e as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-f397e9c6e37138479b58004abf3f9032-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-f397e9c6e37138479b58004abf3f9032-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4494243624)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4494243624 responseStatus=200 OK token=64_Q9-yc39Using docker image sha256:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...40$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE41$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")42$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command43Bundle complete! 36 Gemfile dependencies, 128 gems now installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"46$ echo "Running - '$QA_COMMAND'"47Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:963bdc0e11c104423537696fdc2fd054aa8886d8 --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4494243630.json --format RspecJunitFormatter --out tmp/rspec-4494243630.xml --format html --out tmp/rspec-$(echo instance 3/5 | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jun 18 2023 13:32:37 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-3ec38285$`50[Jun 18 2023 13:32:37 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-3ec38285 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`51[Jun 18 2023 13:32:38 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/tls_certificates/authority/. alpine-3ec38285:/etc/gitlab/trusted-certs`52[Jun 18 2023 13:32:38 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/tls_certificates/gitlab/. alpine-3ec38285:/etc/gitlab/ssl`53[Jun 18 2023 13:32:38 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-3ec38285`54[Jun 18 2023 13:32:38 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-3ec38285`55[Jun 18 2023 13:32:39 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`56[Jun 18 2023 13:32:39 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:963bdc0e11c104423537696fdc2fd054aa8886d8`57[Jun 18 2023 13:33:13 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ee-10fb6f90$`58[Jun 18 2023 13:33:13 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`59[Jun 18 2023 13:33:13 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`60[Jun 18 2023 13:33:14 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ee-10fb6f90 --net test --hostname gitlab-ee-10fb6f90.test -p 80 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-18-13-32-36-aa7f8271/gitlab-ee-10fb6f90/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:963bdc0e11c104423537696fdc2fd054aa8886d8`61[Jun 18 2023 13:33:24 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-10fb6f90 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-06-18 13:32:3762# Gitlab::QA::Runtime::OmnibusConfigurations::Default63gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme64gitlab_rails['gitlab_disable_animations'] = true # Disable animations65gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry66gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password67gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com', 'GITLAB_QA_USER_AGENT'=>'*****', 'GITLAB_ALLOW_SEPARATE_CI_DATABASE'=>'true'}\" > /etc/gitlab/gitlab.rb;"`68[Jun 18 2023 13:33:24 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ee-10fb6f90`69[Jun 18 2023 13:36:49 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...70[Jun 18 2023 13:36:49 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-10fb6f90`71[Jun 18 2023 13:36:49 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ee-10fb6f90 80/tcp`72[Jun 18 2023 13:36:49 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!73[Jun 18 2023 13:36:49 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-10fb6f90 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`74[Jun 18 2023 13:36:50 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-10fb6f90 bash -c "echo '#!/usr/bin/env bash75if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then76 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'77 exit 178fi79' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`80[Jun 18 2023 13:36:50 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-10fb6f90 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`81[Jun 18 2023 13:36:50 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/support/data gitlab-ee-10fb6f90:/tmp/data-seeds`82[Jun 18 2023 13:36:50 UTC (Gitlab QA)] INFO -- Running exec_commands...83[Jun 18 2023 13:36:50 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-10fb6f90 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`84[Jun 18 2023 13:37:41 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`85[Jun 18 2023 13:37:41 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:963bdc0e11c104423537696fdc2fd054aa8886d8`86[Jun 18 2023 13:38:26 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee87[Jun 18 2023 13:38:26 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled88[Jun 18 2023 13:38:26 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_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_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_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_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_INDEX="$CI_NODE_INDEX" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-18-13-32-36-aa7f8271/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-18-13-32-36-aa7f8271/gitlab-ee-qa-5e10b371:/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-5e10b371 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:963bdc0e11c104423537696fdc2fd054aa8886d8 Test::Instance::All http://gitlab-ee-10fb6f90.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4494243630.json --format RspecJunitFormatter --out tmp/rspec-4494243630.xml --format html --out tmp/rspec-instance_3_5.htm --color --format documentation`892023-06-18 13:38:45 / CONF :: 90 ==> Base URL: http://gitlab-ee-10fb6f90.test91 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007fd7191c6478>92 ==> Libraries: Chemlab::Vendor93[Jun 18 2023 13:38:45 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA94[Jun 18 2023 13:38:45 UTC (QA Tests)] INFO -- Browser: chrome95[Jun 18 2023 13:38:45 UTC (QA Tests)] INFO -- Performing sanity check for environment!96[Jun 18 2023 13:38:46 UTC (QA Tests)] INFO -- Performing initial license fabrication!97[Jun 18 2023 13:38:46 UTC (QA Tests)] INFO -- Successfully added license key. Details:98{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}99[Jun 18 2023 13:38:46 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.37 seconds100[Jun 18 2023 13:38:46 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled101[Jun 18 2023 13:38:47 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled102[Jun 18 2023 13:38:47 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'103[Jun 18 2023 13:38:47 UTC (QA Tests)] INFO -- Report already exists, skipping!104[Jun 18 2023 13:38:47 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====105[Jun 18 2023 13:38:47 UTC (QA Tests)] INFO -- Report specs:106[Jun 18 2023 13:38:47 UTC (QA Tests)] INFO -- ["qa/specs/features/api/1_manage/migration/gitlab_migration_project_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_group_level_spec.rb", "qa/specs/features/browser_ui/1_manage/login/register_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/maven/maven_project_level_spec.rb", "qa/specs/features/ee/browser_ui/13_secure/enable_scanning_from_configuration_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/pipelines_for_merged_results_and_merge_trains_spec.rb", "qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/pipeline_with_protected_variable_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_creation_spec.rb", "qa/specs/features/browser_ui/1_manage/login/2fa_ssh_recovery_spec.rb", "qa/specs/features/browser_ui/1_manage/login/2fa_recovery_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/assign_milestone_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/rubygems_registry_spec.rb", "qa/specs/features/browser_ui/1_manage/user/impersonation_token_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/custom_variable_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pipeline_editor_can_create_merge_request_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/group_wiki/create_group_wiki_page_spec.rb", "qa/specs/features/ee/browser_ui/9_data_stores/group/prevent_forking_outside_group_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/project_issue_boards_spec.rb", "qa/specs/features/ee/browser_ui/6_release/pipeline_status_on_operation_dashboard_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/multi-project_pipelines_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pipeline_editor_tabs_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/iterations/create_group_iteration_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_manipulation_spec.rb", "qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/view_merge_request_diff_patch_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/share_snippet_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/default_merge_request_template_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issues_analytics/issues_analytics_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/revert/revert_commit_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/transfer_group_spec.rb", "qa/specs/features/browser_ui/9_data_stores/user/follow_user_activity_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/group/compliance_framework_report_spec.rb", "qa/specs/features/api/3_create/repository/storage_size_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/collapse_comments_in_discussions_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_directory_management_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/project_security_dashboard_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/export_as_csv_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/create_group_issue_board_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb", "qa/specs/features/browser_ui/14_analytics/service_ping_default_enabled_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb", "qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb", "qa/specs/features/api/1_manage/user_access_termination_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_title_description_spec.rb", "qa/specs/features/browser_ui/3_create/repository/license_detection_spec.rb"]107[Jun 18 2023 13:38:47 UTC (QA Tests)] INFO -- Leftover specs:108[Jun 18 2023 13:38:47 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/changing_repository_storage_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/integrations/slash_commands_spec.rb", "qa/specs/features/browser_ui/1_manage/login/oauth_login_with_github_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/merge_mr_when_pipline_is_blocked_spec.rb", "qa/specs/features/browser_ui/7_configure/auto_devops/auto_devops_templates_spec.rb", "qa/specs/features/ee/api/1_manage/import/import_github_repo_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/advanced_global_advanced_syntax_search_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/merge_request_index/merge_request_index_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/license/cloud_activation_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/saas_user_limit_experience_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/attachment_replication_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/geo_replication_project_snippets_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/ssh_push_to_secondary_spec.rb", "qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/group/group_saml_enforced_sso_git_access_spec.rb", "qa/specs/features/ee/browser_ui/3_create/remote_development/create_new_workspace_and_terminate_spec.rb", "qa/specs/features/ee/browser_ui/5_package/dependency_proxy_sso_spec.rb", "qa/specs/features/sanity/interception_spec.rb"]109[Jun 18 2023 13:38:47 UTC (QA Tests)] INFO -- Knapsack report generator started!110[Jun 18 2023 13:38:47 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'111[Jun 18 2023 13:38:47 UTC (QA Tests)] INFO -- Report already exists, skipping!112Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}113Randomized with seed 17210114Manage115 Gitlab migration116 with import within same instance117[Jun 18 2023 13:40:39 UTC (QA Tests)] INFO -- Starting test: Manage Gitlab migration with import within same instance successfully imports project118[Jun 18 2023 13:40:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.14 seconds119[Jun 18 2023 13:40:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.86 seconds120[Jun 18 2023 13:40:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 1.32 seconds121[Jun 18 2023 13:40:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/source-group-for-import-89b3cb58' via api in 0.9 seconds122[Jun 18 2023 13:40:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.15 seconds123[Jun 18 2023 13:40:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'target-user-64979369f2cf' via api in 0.47 seconds124[Jun 18 2023 13:40:44 UTC (QA Tests)] INFO -- Setting application settings: {:bulk_import_enabled=>true}125[Jun 18 2023 13:40:44 UTC (QA Tests)] INFO -- Setting application settings: {:bulk_import_enabled=>true}126[Jun 18 2023 13:40:45 UTC (QA Tests)] INFO -- Adding user target-user-64979369f2cf to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff QA::Resource::Group127[Jun 18 2023 13:40:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/source-group-for-import-89b3cb58/the_awesome_project-9b38bd4b17755a6a' via api in 3.01 seconds128[Jun 18 2023 13:40:48 UTC (QA Tests)] INFO -- No cached token found for username: target-user-64979369f2cf129[Jun 18 2023 13:40:48 UTC (QA Tests)] INFO -- Caching token for username: target-user-64979369f2cf, last six chars of token:JsesZ2130[Jun 18 2023 13:40:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-target-user-64979369f2cf-u1dqk0qb' via api in 0.11 seconds131[Jun 18 2023 13:40:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::BulkImportGroup with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/target-group-for-import-b714d217' via api in 1.0 seconds132[Jun 18 2023 13:42:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'target-user-64979369f2cf'133[Jun 18 2023 13:42:53 UTC (QA Tests)] INFO -- Saving screenshot..134[Jun 18 2023 13:42:54 UTC (QA Tests)] INFO -- Starting test: Manage Gitlab migration with import within same instance successfully imports project135[Jun 18 2023 13:42:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds136[Jun 18 2023 13:42:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.08 seconds137[Jun 18 2023 13:42:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds138[Jun 18 2023 13:42:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/source-group-for-import-d12d8b6a' via api in 0.57 seconds139[Jun 18 2023 13:42:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds140[Jun 18 2023 13:42:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'target-user-4ae214b6750b' via api in 0.5 seconds141[Jun 18 2023 13:42:56 UTC (QA Tests)] INFO -- Adding user target-user-4ae214b6750b to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff QA::Resource::Group142[Jun 18 2023 13:42:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/source-group-for-import-d12d8b6a/the_awesome_project-48074448f901cd55' via api in 1.74 seconds143[Jun 18 2023 13:42:58 UTC (QA Tests)] INFO -- No cached token found for username: target-user-4ae214b6750b144[Jun 18 2023 13:42:58 UTC (QA Tests)] INFO -- Caching token for username: target-user-4ae214b6750b, last six chars of token:nQsbQR145[Jun 18 2023 13:42:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-target-user-4ae214b6750b-id0eo6rd' via api in 0.09 seconds146[Jun 18 2023 13:42:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::BulkImportGroup with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/target-group-for-import-54fedebb' via api in 0.62 seconds147[Jun 18 2023 13:45:00 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'target-user-4ae214b6750b'148[Jun 18 2023 13:45:00 UTC (QA Tests)] WARN -- WARN: Screenshot could not be saved. `page.current_path` is empty.149 successfully imports project (FAILED - 1)1511st Try error in ./qa/specs/features/api/1_manage/migration/gitlab_migration_project_spec.rb:39:152Expected import to finish successfully, but status was: started154RSpec::Retry: 2nd try ./qa/specs/features/api/1_manage/migration/gitlab_migration_project_spec.rb:39155Create156 Download merge request patch and diff157[Jun 18 2023 13:45:00 UTC (QA Tests)] INFO -- Starting test: Create Download merge request patch and diff views the merge request plain diff158[Jun 18 2023 13:45:01 UTC (QA Tests)] INFO -- filling :login_field with "root"159[Jun 18 2023 13:45:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field160[Jun 18 2023 13:45:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"161[Jun 18 2023 13:45:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field162[Jun 18 2023 13:45:02 UTC (QA Tests)] INFO -- clicking :sign_in_button163[Jun 18 2023 13:45:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.482s164[Jun 18 2023 13:45:04 UTC (QA Tests)] INFO -- Enabling super sidebar!165[Jun 18 2023 13:45:04 UTC (QA Tests)] INFO -- Super sidebar is already enabled166[Jun 18 2023 13:45:05 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA167[Jun 18 2023 13:45:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-ut1r2ru0' via cache in 0.0 seconds168[Jun 18 2023 13:45:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.09 seconds169[Jun 18 2023 13:45:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.25 seconds170[Jun 18 2023 13:45:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-merge-request-a6579e1f738ccb67' via api in 1.95 seconds171[Jun 18 2023 13:45:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds172[Jun 18 2023 13:45:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 3.61 seconds173[Jun 18 2023 13:45:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-merge-request-a6579e1f738ccb67/-/merge_requests/1174 views the merge request plain diff175[Jun 18 2023 13:45:13 UTC (QA Tests)] INFO -- Starting test: Create Download merge request patch and diff views the merge request patches176[Jun 18 2023 13:45:13 UTC (QA Tests)] INFO -- filling :login_field with "root"177[Jun 18 2023 13:45:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field178[Jun 18 2023 13:45:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"179[Jun 18 2023 13:45:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field180[Jun 18 2023 13:45:14 UTC (QA Tests)] INFO -- clicking :sign_in_button181[Jun 18 2023 13:45:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.026s182[Jun 18 2023 13:45:16 UTC (QA Tests)] INFO -- Enabling super sidebar!183[Jun 18 2023 13:45:16 UTC (QA Tests)] INFO -- Super sidebar is already enabled184[Jun 18 2023 13:45:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds185[Jun 18 2023 13:45:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds186[Jun 18 2023 13:45:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-merge-request-0f9f656bdc999675' via api in 1.78 seconds187[Jun 18 2023 13:45:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds188[Jun 18 2023 13:45:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.82 seconds189[Jun 18 2023 13:45:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-merge-request-0f9f656bdc999675/-/merge_requests/1190[Jun 18 2023 13:45:35 UTC (QA Tests)] ERROR -- Interceptor Api Errors191[404] GET /gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-merge-request-0f9f656bdc999675/-/merge_requests/1/diffs_metadata.json -- Correlation Id: 01H37C1JP20FC413TJ1238PH9F192 views the merge request patches193Create194 Repository License Detection195 on a project with an unrecognized LICENSE196 behaves like project license detection197[Jun 18 2023 13:45:35 UTC (QA Tests)] INFO -- Starting test: Create Repository License Detection on a project with an unrecognized LICENSE behaves like project license detection displays the name of the license on the repository198[Jun 18 2023 13:45:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds199[Jun 18 2023 13:45:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.17 seconds200[Jun 18 2023 13:45:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/the_awesome_project-0fba0420d9b18347' via api in 0.92 seconds201[Jun 18 2023 13:45:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds202[Jun 18 2023 13:45:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/the_awesome_project-0fba0420d9b18347203[Jun 18 2023 13:45:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/the_awesome_project-0fba0420d9b18347'204 displays the name of the license on the repository205 on a project with a commonly used LICENSE206 behaves like project license detection207[Jun 18 2023 13:45:38 UTC (QA Tests)] INFO -- Starting test: Create Repository License Detection on a project with a commonly used LICENSE behaves like project license detection displays the name of the license on the repository208[Jun 18 2023 13:45:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.12 seconds209[Jun 18 2023 13:45:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.26 seconds210[Jun 18 2023 13:45:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/the_awesome_project-555cc2f17804eefd' via api in 0.95 seconds211[Jun 18 2023 13:45:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds212[Jun 18 2023 13:45:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/the_awesome_project-555cc2f17804eefd213[Jun 18 2023 13:45:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/the_awesome_project-555cc2f17804eefd'214 displays the name of the license on the repository215Create216 Slack app integration217 when using Slash commands218 creates an issue (PENDING: Test is not compatible with this environment or pipeline)219 with gitlab issue220 displays an issue (PENDING: Test is not compatible with this environment or pipeline)221 closes an issue (PENDING: Test is not compatible with this environment or pipeline)222 comments on an issue (PENDING: Test is not compatible with this environment or pipeline)223 with target project224 moves an issue (PENDING: Test is not compatible with this environment or pipeline)225Configure226 AutoDevOps Templates227 using express template228 works with Auto DevOps (PENDING: Test is not compatible with this environment or pipeline)229Verify230 Pipeline editor231[Jun 18 2023 13:45:41 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline editor can create merge request232[Jun 18 2023 13:45:42 UTC (QA Tests)] INFO -- filling :login_field with "root"233[Jun 18 2023 13:45:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field234[Jun 18 2023 13:45:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"235[Jun 18 2023 13:45:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field236[Jun 18 2023 13:45:43 UTC (QA Tests)] INFO -- clicking :sign_in_button237[Jun 18 2023 13:45:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.933s238[Jun 18 2023 13:45:44 UTC (QA Tests)] INFO -- Enabling super sidebar!239[Jun 18 2023 13:45:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled240[Jun 18 2023 13:45:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds241[Jun 18 2023 13:45:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.18 seconds242[Jun 18 2023 13:45:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipeline-editor-project-1c04decc1480f728' via api in 1.06 seconds243[Jun 18 2023 13:45:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipeline-editor-project-1c04decc1480f728244[Jun 18 2023 13:45:49 UTC (QA Tests)] INFO -- clicking :menu_section_button245[Jun 18 2023 13:45:49 UTC (QA Tests)] INFO -- clicking :nav_item_link246[Jun 18 2023 13:45:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.559s247[Jun 18 2023 13:45:51 UTC (QA Tests)] INFO -- clicking :create_new_ci_button and ensuring QA::Page::Project::PipelineEditor::Show is present248[Jun 18 2023 13:45:52 UTC (QA Tests)] INFO -- clicking :pipeline_editor_app249[Jun 18 2023 13:45:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_new_ci_button' took 1.689s250[Jun 18 2023 13:45:53 UTC (QA Tests)] INFO -- clicking :pipeline_editor_app251[Jun 18 2023 13:45:53 UTC (QA Tests)] INFO -- checking via JS :new_mr_checkbox with args {}252[Jun 18 2023 13:45:53 UTC (QA Tests)] INFO -- clicking :commit_changes_button253[Jun 18 2023 13:45:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.295s254[Jun 18 2023 13:45:55 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present255[Jun 18 2023 13:45:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.804s256[Jun 18 2023 13:45:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipeline-editor-project-1c04decc1480f728'257[Jun 18 2023 13:45:59 UTC (QA Tests)] ERROR -- Interceptor Api Errors258[-1] POST /api/graphql -- Correlation Id: Correlation Id not found259 can create merge request260Manage261 User262[Jun 18 2023 13:45:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-a5126aee78923d7d' via api in 0.3 seconds263[Jun 18 2023 13:45:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'sandbox-for-access-termination-4f113446' via api in 0.26 seconds264[Jun 18 2023 13:46:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'sandbox-for-access-termination-4f113446/group-to-test-access-termination-ef9c2eb0d42308d1' via api in 0.27 seconds265[Jun 18 2023 13:46:00 UTC (QA Tests)] INFO -- Adding user qa-user-a5126aee78923d7d to sandbox-for-access-termination-4f113446 QA::Resource::Sandbox266[Jun 18 2023 13:46:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'sandbox-for-access-termination-4f113446/group-to-test-access-termination-ef9c2eb0d42308d1/project-for-user-group-access-termination-7d7b58cf0b5df349' via api in 0.77 seconds267 after parent group membership termination268[Jun 18 2023 13:46:01 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to commit via the API269[Jun 18 2023 13:46:01 UTC (QA Tests)] INFO -- Removing user qa-user-a5126aee78923d7d from sandbox-for-access-termination-4f113446 QA::Resource::Sandbox270[Jun 18 2023 13:46:01 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-a5126aee78923d7d271[Jun 18 2023 13:46:01 UTC (QA Tests)] INFO -- Caching token for username: qa-user-a5126aee78923d7d, last six chars of token:Se5NdK272[Jun 18 2023 13:46:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-a5126aee78923d7d-c9ekbton' via api in 0.09 seconds273 is not allowed to commit via the API274[Jun 18 2023 13:46:01 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to create a file via the API275[Jun 18 2023 13:46:01 UTC (QA Tests)] INFO -- Removing user qa-user-a5126aee78923d7d from sandbox-for-access-termination-4f113446 QA::Resource::Sandbox276[Jun 18 2023 13:46:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.08 seconds277[Jun 18 2023 13:46:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds278[Jun 18 2023 13:46:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-new-file-77b31f0535aab642' via api in 1.1 seconds279 is not allowed to create a file via the API280[Jun 18 2023 13:46:03 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to push code via the CLI281[Jun 18 2023 13:46:03 UTC (QA Tests)] INFO -- Removing user qa-user-a5126aee78923d7d from sandbox-for-access-termination-4f113446 QA::Resource::Sandbox282 is not allowed to push code via the CLI283[Jun 18 2023 13:46:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'sandbox-for-access-termination-4f113446'284Manage285 Impersonation tokens286[Jun 18 2023 13:46:05 UTC (QA Tests)] INFO -- Starting test: Manage Impersonation tokens can be created and revoked via the UI287[Jun 18 2023 13:46:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-daf22d4258883589' via api in 0.29 seconds288[Jun 18 2023 13:46:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_avatar_content' took 11.022s289[Jun 18 2023 13:46:17 UTC (QA Tests)] INFO -- filling :login_field with "root"290[Jun 18 2023 13:46:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field291[Jun 18 2023 13:46:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"292[Jun 18 2023 13:46:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field293[Jun 18 2023 13:46:17 UTC (QA Tests)] INFO -- clicking :sign_in_button294[Jun 18 2023 13:46:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.032s295[Jun 18 2023 13:46:19 UTC (QA Tests)] INFO -- Enabling super sidebar!296[Jun 18 2023 13:46:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled297[Jun 18 2023 13:46:20 UTC (QA Tests)] INFO -- clicking :context_switcher298[Jun 18 2023 13:46:20 UTC (QA Tests)] INFO -- clicking :nav_item_link299[Jun 18 2023 13:46:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.669s300[Jun 18 2023 13:46:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.123s301[Jun 18 2023 13:46:22 UTC (QA Tests)] INFO -- clicking :nav_item_link302[Jun 18 2023 13:46:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.703s303[Jun 18 2023 13:46:25 UTC (QA Tests)] INFO -- clicking :impersonation_tokens_tab304[Jun 18 2023 13:46:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element impersonation_tokens_tab' took 0.734s305[Jun 18 2023 13:46:26 UTC (QA Tests)] INFO -- filling :access_token_name_field with "*****"306[Jun 18 2023 13:46:26 UTC (QA Tests)] INFO -- clicking the coordinates of :access_token_name_field307[Jun 18 2023 13:46:27 UTC (QA Tests)] INFO -- clicking :api_label308[Jun 18 2023 13:46:27 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-06-20"309[Jun 18 2023 13:46:27 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field310[Jun 18 2023 13:46:27 UTC (QA Tests)] INFO -- clicking :create_token_button311[Jun 18 2023 13:46:28 UTC (QA Tests)] INFO -- clicking :toggle_visibility_button312[Jun 18 2023 13:46:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ImpersonationToken with name 'api-impersonation-access-token-fa0h2i82' via browser_ui in 22.78 seconds313[Jun 18 2023 13:46:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.033s314[Jun 18 2023 13:46:29 UTC (QA Tests)] INFO -- clicking :user_avatar_content315[Jun 18 2023 13:46:29 UTC (QA Tests)] INFO -- clicking :user_avatar_content316[Jun 18 2023 13:46:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.045s317[Jun 18 2023 13:46:31 UTC (QA Tests)] INFO -- clicking :user_avatar_content318[Jun 18 2023 13:46:31 UTC (QA Tests)] INFO -- clicking :sign_out_link319[Jun 18 2023 13:46:31 UTC (QA Tests)] INFO -- filling :login_field with "root"320[Jun 18 2023 13:46:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field321[Jun 18 2023 13:46:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"322[Jun 18 2023 13:46:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field323[Jun 18 2023 13:46:32 UTC (QA Tests)] INFO -- clicking :sign_in_button324[Jun 18 2023 13:46:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.857s325[Jun 18 2023 13:46:33 UTC (QA Tests)] INFO -- Enabling super sidebar!326[Jun 18 2023 13:46:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled327[Jun 18 2023 13:46:35 UTC (QA Tests)] INFO -- clicking :context_switcher328[Jun 18 2023 13:46:35 UTC (QA Tests)] INFO -- clicking :nav_item_link329[Jun 18 2023 13:46:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.655s330[Jun 18 2023 13:46:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.193s331[Jun 18 2023 13:46:37 UTC (QA Tests)] INFO -- clicking :nav_item_link332[Jun 18 2023 13:46:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.709s333[Jun 18 2023 13:46:40 UTC (QA Tests)] INFO -- clicking :impersonation_tokens_tab334[Jun 18 2023 13:46:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element impersonation_tokens_tab' took 0.659s335[Jun 18 2023 13:46:41 UTC (QA Tests)] INFO -- clicking :revoke_button336[Jun 18 2023 13:46:41 UTC (QA Tests)] INFO -- clicking :confirm_ok_button337 can be created and revoked via the UI338Verify339 Pipeline editor340 when CI has invalid syntax341[Jun 18 2023 13:46:42 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline editor when CI has invalid syntax shows invalid validations342[Jun 18 2023 13:46:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds343[Jun 18 2023 13:46:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.2 seconds344[Jun 18 2023 13:46:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipeline-editor-project-669bf9d63dd61172' via api in 0.87 seconds345[Jun 18 2023 13:46:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.83 seconds346[Jun 18 2023 13:46:45 UTC (QA Tests)] INFO -- filling :login_field with "root"347[Jun 18 2023 13:46:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field348[Jun 18 2023 13:46:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"349[Jun 18 2023 13:46:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field350[Jun 18 2023 13:46:46 UTC (QA Tests)] INFO -- clicking :sign_in_button351[Jun 18 2023 13:46:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.032s352[Jun 18 2023 13:46:47 UTC (QA Tests)] INFO -- Enabling super sidebar!353[Jun 18 2023 13:46:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled354[Jun 18 2023 13:46:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipeline-editor-project-669bf9d63dd61172355[Jun 18 2023 13:46:52 UTC (QA Tests)] INFO -- clicking :menu_section_button356[Jun 18 2023 13:46:52 UTC (QA Tests)] INFO -- clicking :nav_item_link357[Jun 18 2023 13:46:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.917s358[Jun 18 2023 13:46:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.763s359[Jun 18 2023 13:46:54 UTC (QA Tests)] INFO -- clicking :pipeline_editor_app360[Jun 18 2023 13:46:55 UTC (QA Tests)] INFO -- clicking :simulate_pipeline_button361[Jun 18 2023 13:46:56 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_attempts=>2, :reload_page=>QA::Page::Project::PipelineEditor::Show, :sleep_interval=>1}' arguments362[Jun 18 2023 13:46:56 UTC (QA Tests)] ERROR -- Interceptor Api Errors363[-1] POST /api/graphql -- Correlation Id: Correlation Id not found364[200] GET /api/graphql -- Correlation Id: 01H37C4CVC33CP564EXS63VTGF365error-messages: Provide one of an IID or SHA366 shows invalid validations367 when CI has valid syntax368[Jun 18 2023 13:46:56 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline editor when CI has valid syntax shows valid validations369[Jun 18 2023 13:46:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds370[Jun 18 2023 13:46:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.17 seconds371[Jun 18 2023 13:46:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipeline-editor-project-f0c6156b23b7bd9b' via api in 1.22 seconds372[Jun 18 2023 13:46:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.0 seconds373[Jun 18 2023 13:47:00 UTC (QA Tests)] INFO -- filling :login_field with "root"374[Jun 18 2023 13:47:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field375[Jun 18 2023 13:47:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"376[Jun 18 2023 13:47:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field377[Jun 18 2023 13:47:01 UTC (QA Tests)] INFO -- clicking :sign_in_button378[Jun 18 2023 13:47:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.988s379[Jun 18 2023 13:47:02 UTC (QA Tests)] INFO -- Enabling super sidebar!380[Jun 18 2023 13:47:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled381[Jun 18 2023 13:47:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipeline-editor-project-f0c6156b23b7bd9b382[Jun 18 2023 13:47:05 UTC (QA Tests)] INFO -- clicking :menu_section_button383[Jun 18 2023 13:47:05 UTC (QA Tests)] INFO -- clicking :nav_item_link384[Jun 18 2023 13:47:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.877s385[Jun 18 2023 13:47:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.848s386[Jun 18 2023 13:47:07 UTC (QA Tests)] INFO -- clicking :pipeline_editor_app387[Jun 18 2023 13:47:07 UTC (QA Tests)] INFO -- clicking :simulate_pipeline_button388[Jun 18 2023 13:47:08 UTC (QA Tests)] ERROR -- Interceptor Api Errors389[-1] POST /api/graphql -- Correlation Id: Correlation Id not found390[200] GET /api/graphql -- Correlation Id: 01H37C4S6MYJPVYY6R01BD370M391error-messages: Provide one of an IID or SHA392 shows valid validations393Secure394 License Compliance395 has empty state (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/397067)396 when a CycloneDX SBOM file exists397 License Management398 behaves like deny license399 can deny a license in the settings page (PENDING: Test is not compatible with this environment or pipeline)400 Pipeline Licence tab401 behaves like pipeline license display402 can approve and deny licenses in the pipeline (PENDING: Test is not compatible with this environment or pipeline)403 behaves like approve license404 can approve a license in the settings page (PENDING: Test is not compatible with this environment or pipeline)405 when a license management report exists406 License Management407 behaves like approve license408 can approve a license in the settings page (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/397067)409 behaves like deny license410 can deny a license in the settings page (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/397067)411 Pipeline Licence tab412 behaves like pipeline license display413 can approve and deny licenses in the pipeline (PENDING: Test is not compatible with this environment or pipeline)414Plan415 collapse comments in issue discussions416[Jun 18 2023 13:47:08 UTC (QA Tests)] INFO -- Starting test: Plan collapse comments in issue discussions collapses and expands reply for comments in an issue417[Jun 18 2023 13:47:09 UTC (QA Tests)] INFO -- filling :login_field with "root"418[Jun 18 2023 13:47:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field419[Jun 18 2023 13:47:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"420[Jun 18 2023 13:47:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field421[Jun 18 2023 13:47:09 UTC (QA Tests)] INFO -- clicking :sign_in_button422[Jun 18 2023 13:47:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.003s423[Jun 18 2023 13:47:11 UTC (QA Tests)] INFO -- Enabling super sidebar!424[Jun 18 2023 13:47:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled425[Jun 18 2023 13:47:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds426[Jun 18 2023 13:47:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.18 seconds427[Jun 18 2023 13:47:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-for-issues-fd9b0987493b58b8' via api in 0.67 seconds428[Jun 18 2023 13:47:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 1.01 seconds429[Jun 18 2023 13:47:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-for-issues-fd9b0987493b58b8/-/issues/1430[Jun 18 2023 13:47:16 UTC (QA Tests)] INFO -- clicking :issue_title431[Jun 18 2023 13:47:16 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown432[Jun 18 2023 13:47:16 UTC (QA Tests)] INFO -- filling :comment_field with "My first discussion"433[Jun 18 2023 13:47:16 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field434[Jun 18 2023 13:47:17 UTC (QA Tests)] INFO -- clicking :discussion_menu_item435[Jun 18 2023 13:47:17 UTC (QA Tests)] INFO -- clicking :comment_button436[Jun 18 2023 13:47:18 UTC (QA Tests)] INFO -- filling :reply_field with "My first reply"437[Jun 18 2023 13:47:18 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field438[Jun 18 2023 13:47:18 UTC (QA Tests)] INFO -- clicking :reply_comment_button439[Jun 18 2023 13:47:19 UTC (QA Tests)] INFO -- clicking :collapse_replies_button440[Jun 18 2023 13:47:19 UTC (QA Tests)] INFO -- clicking :expand_replies_button441 collapses and expands reply for comments in an issue442Data Stores443 prevent forking outside group444 when enabled445[Jun 18 2023 13:47:20 UTC (QA Tests)] INFO -- Starting test: Data Stores prevent forking outside group when enabled does not allow forking outside of group446[Jun 18 2023 13:47:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'group_for_fork_3a8f2d7c4d5a41ff' via api in 0.24 seconds447[Jun 18 2023 13:47:21 UTC (QA Tests)] INFO -- filling :login_field with "root"448[Jun 18 2023 13:47:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field449[Jun 18 2023 13:47:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"450[Jun 18 2023 13:47:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field451[Jun 18 2023 13:47:21 UTC (QA Tests)] INFO -- clicking :sign_in_button452[Jun 18 2023 13:47:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.903s453[Jun 18 2023 13:47:23 UTC (QA Tests)] INFO -- Enabling super sidebar!454[Jun 18 2023 13:47:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled455[Jun 18 2023 13:47:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds456[Jun 18 2023 13:47:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.18 seconds457[Jun 18 2023 13:47:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project_to_fork-0670d433527e0c9f' via api in 0.98 seconds458[Jun 18 2023 13:47:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-10fb6f90.test/groups/gitlab-qa-sandbox-group-1459[Jun 18 2023 13:47:26 UTC (QA Tests)] INFO -- clicking :menu_section_button460[Jun 18 2023 13:47:26 UTC (QA Tests)] INFO -- clicking :nav_item_link461[Jun 18 2023 13:47:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.244s462[Jun 18 2023 13:47:29 UTC (QA Tests)] INFO -- checking via JS :prevent_forking_outside_group_checkbox with args {}463[Jun 18 2023 13:47:29 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button464[Jun 18 2023 13:47:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 1.39s465[Jun 18 2023 13:47:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project_to_fork-0670d433527e0c9f466[Jun 18 2023 13:47:33 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown467[Jun 18 2023 13:47:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project_to_fork-0670d433527e0c9f'468[Jun 18 2023 13:47:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'group_for_fork_3a8f2d7c4d5a41ff'469 does not allow forking outside of group470 when disabled471[Jun 18 2023 13:47:36 UTC (QA Tests)] INFO -- Starting test: Data Stores prevent forking outside group when disabled allows forking outside of group472[Jun 18 2023 13:47:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'group_for_fork_c4bf19b6ff4d3325' via api in 0.24 seconds473[Jun 18 2023 13:47:36 UTC (QA Tests)] INFO -- filling :login_field with "root"474[Jun 18 2023 13:47:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field475[Jun 18 2023 13:47:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"476[Jun 18 2023 13:47:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field477[Jun 18 2023 13:47:37 UTC (QA Tests)] INFO -- clicking :sign_in_button478[Jun 18 2023 13:47:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.985s479[Jun 18 2023 13:47:39 UTC (QA Tests)] INFO -- Enabling super sidebar!480[Jun 18 2023 13:47:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled481[Jun 18 2023 13:47:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds482[Jun 18 2023 13:47:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds483[Jun 18 2023 13:47:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project_to_fork-bc644d49974f81d1' via api in 1.01 seconds484[Jun 18 2023 13:47:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-10fb6f90.test/groups/gitlab-qa-sandbox-group-1485[Jun 18 2023 13:47:42 UTC (QA Tests)] INFO -- clicking :menu_section_button486[Jun 18 2023 13:47:43 UTC (QA Tests)] INFO -- clicking :nav_item_link487[Jun 18 2023 13:47:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.545s488[Jun 18 2023 13:47:45 UTC (QA Tests)] INFO -- unchecking via JS :prevent_forking_outside_group_checkbox with args {}489[Jun 18 2023 13:47:46 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button490[Jun 18 2023 13:47:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project_to_fork-bc644d49974f81d1491[Jun 18 2023 13:47:48 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown492[Jun 18 2023 13:47:48 UTC (QA Tests)] INFO -- Searching in dropdown: "group_for_fork_c4bf19b6ff4d3325"493[Jun 18 2023 13:47:49 UTC (QA Tests)] INFO -- clicking :fork_privacy_button494[Jun 18 2023 13:47:49 UTC (QA Tests)] INFO -- clicking :fork_project_button495[Jun 18 2023 13:47:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project_to_fork-bc644d49974f81d1'496[Jun 18 2023 13:47:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'group_for_fork_c4bf19b6ff4d3325'497 allows forking outside of group498Verify499 Pipeline with customizable variable500[Jun 18 2023 13:47:51 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with customizable variable manually creates a pipeline and uses the defined custom variable value501[Jun 18 2023 13:47:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds502[Jun 18 2023 13:47:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.27 seconds503[Jun 18 2023 13:47:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-customizable-variable-pipeline-21006c7a877b57d5' via api in 0.92 seconds504[Jun 18 2023 13:47:52 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.505[Jun 18 2023 13:47:52 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`506[Jun 18 2023 13:47:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`507[Jun 18 2023 13:47:55 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096072 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096072 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-1687096072 --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list qa-runner-1687096072 --executor shell && gitlab-runner run" `508[Jun 18 2023 13:47:58 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096072`509[Jun 18 2023 13:47:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`510[Jun 18 2023 13:47:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687096072' via api in 6.57 seconds511[Jun 18 2023 13:47:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds512[Jun 18 2023 13:47:59 UTC (QA Tests)] INFO -- filling :login_field with "root"513[Jun 18 2023 13:47:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field514[Jun 18 2023 13:48:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"515[Jun 18 2023 13:48:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field516[Jun 18 2023 13:48:00 UTC (QA Tests)] INFO -- clicking :sign_in_button517[Jun 18 2023 13:48:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.017s518[Jun 18 2023 13:48:02 UTC (QA Tests)] INFO -- Enabling super sidebar!519[Jun 18 2023 13:48:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled520[Jun 18 2023 13:48:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-customizable-variable-pipeline-21006c7a877b57d5521[Jun 18 2023 13:48:05 UTC (QA Tests)] INFO -- clicking :menu_section_button522[Jun 18 2023 13:48:05 UTC (QA Tests)] INFO -- clicking :nav_item_link523[Jun 18 2023 13:48:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.786s524[Jun 18 2023 13:48:06 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present525[Jun 18 2023 13:48:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.191s526[Jun 18 2023 13:48:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.01s527[Jun 18 2023 13:48:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.663s528[Jun 18 2023 13:48:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.785s529[Jun 18 2023 13:48:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements ci_variable_row_container' took 1.802s530[Jun 18 2023 13:48:09 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "Custom Foo"531[Jun 18 2023 13:48:09 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field532[Jun 18 2023 13:48:10 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::Show is present533[Jun 18 2023 13:48:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.653s534[Jun 18 2023 13:48:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_item_container' took 2.097s535[Jun 18 2023 13:48:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 2.396s536[Jun 18 2023 13:48:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with name 'customizable-variable' via api in 0.1 seconds537[Jun 18 2023 13:48:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-customizable-variable-pipeline-21006c7a877b57d5/-/jobs/10538[Jun 18 2023 13:48:26 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687096072'539[Jun 18 2023 13:48:26 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096072`540 manually creates a pipeline and uses the defined custom variable value541Create542 SSH keys support543[Jun 18 2023 13:48:27 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support user can add an SSH key544[Jun 18 2023 13:48:27 UTC (QA Tests)] INFO -- filling :login_field with "root"545[Jun 18 2023 13:48:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field546[Jun 18 2023 13:48:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"547[Jun 18 2023 13:48:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field548[Jun 18 2023 13:48:28 UTC (QA Tests)] INFO -- clicking :sign_in_button549[Jun 18 2023 13:48:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.011s550[Jun 18 2023 13:48:30 UTC (QA Tests)] INFO -- Enabling super sidebar!551[Jun 18 2023 13:48:30 UTC (QA Tests)] INFO -- Super sidebar is already enabled552[Jun 18 2023 13:48:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.028s553[Jun 18 2023 13:48:32 UTC (QA Tests)] INFO -- clicking :user_avatar_content554[Jun 18 2023 13:48:32 UTC (QA Tests)] INFO -- clicking :edit_profile_link555[Jun 18 2023 13:48:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.742s556[Jun 18 2023 13:48:33 UTC (QA Tests)] INFO -- clicking :nav_item_link557[Jun 18 2023 13:48:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.521s558[Jun 18 2023 13:48:34 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230618-39-1o0xzat/id_rsa -N `559[Jun 18 2023 13:48:34 UTC (QA Tests)] INFO -- filling :key_public_key_field with "*****"560[Jun 18 2023 13:48:34 UTC (QA Tests)] INFO -- clicking the coordinates of :key_public_key_field561[Jun 18 2023 13:48:35 UTC (QA Tests)] INFO -- filling :key_title_field with "*****"562[Jun 18 2023 13:48:35 UTC (QA Tests)] INFO -- clicking the coordinates of :key_title_field563[Jun 18 2023 13:48:35 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-06-20"564[Jun 18 2023 13:48:35 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field565[Jun 18 2023 13:48:36 UTC (QA Tests)] INFO -- clicking :add_key_button566[Jun 18 2023 13:48:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey via browser_ui in 4.65 seconds567 user can add an SSH key568 after adding an ssh key569[Jun 18 2023 13:48:36 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support after adding an ssh key can delete an ssh key570[Jun 18 2023 13:48:37 UTC (QA Tests)] INFO -- filling :login_field with "root"571[Jun 18 2023 13:48:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field572[Jun 18 2023 13:48:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"573[Jun 18 2023 13:48:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field574[Jun 18 2023 13:48:38 UTC (QA Tests)] INFO -- clicking :sign_in_button575[Jun 18 2023 13:48:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.147s576[Jun 18 2023 13:48:39 UTC (QA Tests)] INFO -- Enabling super sidebar!577[Jun 18 2023 13:48:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled578[Jun 18 2023 13:48:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.024s579[Jun 18 2023 13:48:42 UTC (QA Tests)] INFO -- clicking :user_avatar_content580[Jun 18 2023 13:48:42 UTC (QA Tests)] INFO -- clicking :edit_profile_link581[Jun 18 2023 13:48:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.748s582[Jun 18 2023 13:48:43 UTC (QA Tests)] INFO -- clicking :nav_item_link583[Jun 18 2023 13:48:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.549s584[Jun 18 2023 13:48:44 UTC (QA Tests)] INFO -- clicking :delete_ssh_key_button585 can delete an ssh key586Plan587 Group level issues analytics588 behaves like issues analytics page589[Jun 18 2023 13:48:46 UTC (QA Tests)] INFO -- Starting test: Plan Group level issues analytics behaves like issues analytics page displays a graph590[Jun 18 2023 13:48:47 UTC (QA Tests)] INFO -- filling :login_field with "root"591[Jun 18 2023 13:48:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field592[Jun 18 2023 13:48:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"593[Jun 18 2023 13:48:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field594[Jun 18 2023 13:48:48 UTC (QA Tests)] INFO -- clicking :sign_in_button595[Jun 18 2023 13:48:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.011s596[Jun 18 2023 13:48:49 UTC (QA Tests)] INFO -- Enabling super sidebar!597[Jun 18 2023 13:48:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled598[Jun 18 2023 13:48:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds599[Jun 18 2023 13:48:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.18 seconds600[Jun 18 2023 13:48:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-for-issues-c160975887b17def' via api in 0.7 seconds601[Jun 18 2023 13:48:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 1.05 seconds602 displays a graph603 Project level issues analytics604 behaves like issues analytics page605[Jun 18 2023 13:48:53 UTC (QA Tests)] INFO -- Starting test: Plan Project level issues analytics behaves like issues analytics page displays a graph606[Jun 18 2023 13:48:54 UTC (QA Tests)] INFO -- filling :login_field with "root"607[Jun 18 2023 13:48:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field608[Jun 18 2023 13:48:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"609[Jun 18 2023 13:48:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field610[Jun 18 2023 13:48:54 UTC (QA Tests)] INFO -- clicking :sign_in_button611[Jun 18 2023 13:48:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.999s612[Jun 18 2023 13:48:56 UTC (QA Tests)] INFO -- Enabling super sidebar!613[Jun 18 2023 13:48:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled614[Jun 18 2023 13:48:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds615[Jun 18 2023 13:48:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.18 seconds616[Jun 18 2023 13:48:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-for-issues-23991f9022a5e132' via api in 0.71 seconds617[Jun 18 2023 13:48:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 1.01 seconds618 displays a graph619Manage620 2FA621[Jun 18 2023 13:48:59 UTC (QA Tests)] INFO -- Starting test: Manage 2FA allows 2FA code recovery via ssh622[Jun 18 2023 13:49:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-828ff72eeaa1fe37' via api in 0.29 seconds623[Jun 18 2023 13:49:00 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230618-39-114fl9s/id_rsa -N `624[Jun 18 2023 13:49:01 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-828ff72eeaa1fe37625[Jun 18 2023 13:49:01 UTC (QA Tests)] INFO -- Caching token for username: qa-user-828ff72eeaa1fe37, last six chars of token:vD4yuo626[Jun 18 2023 13:49:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-828ff72eeaa1fe37-nxul13e7' via api in 0.08 seconds627[Jun 18 2023 13:49:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '2' via api in 1.08 seconds628[Jun 18 2023 13:49:01 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-828ff72eeaa1fe37"629[Jun 18 2023 13:49:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field630[Jun 18 2023 13:49:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"631[Jun 18 2023 13:49:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field632[Jun 18 2023 13:49:02 UTC (QA Tests)] INFO -- clicking :sign_in_button633[Jun 18 2023 13:49:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.501s634[Jun 18 2023 13:49:03 UTC (QA Tests)] INFO -- Enabling super sidebar!635[Jun 18 2023 13:49:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled636[Jun 18 2023 13:49:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.044s637[Jun 18 2023 13:49:06 UTC (QA Tests)] INFO -- clicking :user_avatar_content638[Jun 18 2023 13:49:06 UTC (QA Tests)] INFO -- clicking :edit_profile_link639[Jun 18 2023 13:49:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.658s640[Jun 18 2023 13:49:07 UTC (QA Tests)] INFO -- clicking :nav_item_link641[Jun 18 2023 13:49:07 UTC (QA Tests)] INFO -- clicking :enable_2fa_button642[Jun 18 2023 13:49:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element enable_2fa_button' took 0.748s643[Jun 18 2023 13:49:30 UTC (QA Tests)] INFO -- filling :pin_code_field with "338135"644[Jun 18 2023 13:49:30 UTC (QA Tests)] INFO -- clicking the coordinates of :pin_code_field645[Jun 18 2023 13:49:31 UTC (QA Tests)] INFO -- filling :current_password_field with "*****"646[Jun 18 2023 13:49:31 UTC (QA Tests)] INFO -- clicking the coordinates of :current_password_field647[Jun 18 2023 13:49:31 UTC (QA Tests)] INFO -- clicking :register_2fa_app_button648[Jun 18 2023 13:49:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element register_2fa_app_button' took 1.105s649[Jun 18 2023 13:49:32 UTC (QA Tests)] INFO -- clicking :copy_button650[Jun 18 2023 13:49:32 UTC (QA Tests)] INFO -- clicking :proceed_button651[Jun 18 2023 13:49:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.067s652[Jun 18 2023 13:49:34 UTC (QA Tests)] INFO -- clicking :user_avatar_content653[Jun 18 2023 13:49:34 UTC (QA Tests)] INFO -- clicking :sign_out_link654[Jun 18 2023 13:49:36 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-828ff72eeaa1fe37"655[Jun 18 2023 13:49:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field656[Jun 18 2023 13:49:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"657[Jun 18 2023 13:49:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field658[Jun 18 2023 13:49:37 UTC (QA Tests)] INFO -- clicking :sign_in_button659[Jun 18 2023 13:49:37 UTC (QA Tests)] INFO -- Enabling super sidebar!660[Jun 18 2023 13:49:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.029s661[Jun 18 2023 13:49:40 UTC (QA Tests)] INFO -- User is not signed in, skipping662[Jun 18 2023 13:49:42 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "c940736b8247cf47"663[Jun 18 2023 13:49:42 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field664[Jun 18 2023 13:49:42 UTC (QA Tests)] INFO -- clicking :verify_code_button665[Jun 18 2023 13:49:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.026s666[Jun 18 2023 13:49:44 UTC (QA Tests)] INFO -- clicking :user_avatar_content667[Jun 18 2023 13:49:44 UTC (QA Tests)] INFO -- clicking :sign_out_link668[Jun 18 2023 13:49:45 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-828ff72eeaa1fe37"669[Jun 18 2023 13:49:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field670[Jun 18 2023 13:49:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"671[Jun 18 2023 13:49:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field672[Jun 18 2023 13:49:45 UTC (QA Tests)] INFO -- clicking :sign_in_button673[Jun 18 2023 13:49:46 UTC (QA Tests)] INFO -- Enabling super sidebar!674[Jun 18 2023 13:49:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.029s675[Jun 18 2023 13:49:49 UTC (QA Tests)] INFO -- User is not signed in, skipping676[Jun 18 2023 13:49:50 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "c940736b8247cf47"677[Jun 18 2023 13:49:50 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field678[Jun 18 2023 13:49:50 UTC (QA Tests)] INFO -- clicking :verify_code_button679[Jun 18 2023 13:49:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 0.809s680 allows 2FA code recovery via ssh681Secure682 Enable Scanning from UI683 enable dependency scanning from configuration684[Jun 18 2023 13:49:51 UTC (QA Tests)] INFO -- Starting test: Secure Enable Scanning from UI enable dependency scanning from configuration runs dependency scanning job when enabled from configuration685[Jun 18 2023 13:49:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds686[Jun 18 2023 13:49:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds687[Jun 18 2023 13:49:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-secure-89e8110c89f8060b' via api in 0.69 seconds688[Jun 18 2023 13:49:54 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Create Secure compatible application to serve premade reports"689[Jun 18 2023 13:49:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.3 seconds690[Jun 18 2023 13:49:55 UTC (QA Tests)] INFO -- filling :login_field with "root"691[Jun 18 2023 13:49:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field692[Jun 18 2023 13:49:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"693[Jun 18 2023 13:49:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field694[Jun 18 2023 13:49:56 UTC (QA Tests)] INFO -- clicking :sign_in_button695[Jun 18 2023 13:49:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.043s696[Jun 18 2023 13:49:57 UTC (QA Tests)] INFO -- Enabling super sidebar!697[Jun 18 2023 13:49:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled698[Jun 18 2023 13:49:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-secure-89e8110c89f8060b699[Jun 18 2023 13:50:00 UTC (QA Tests)] INFO -- clicking :menu_section_button700[Jun 18 2023 13:50:00 UTC (QA Tests)] INFO -- clicking :nav_item_link701[Jun 18 2023 13:50:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.86s702[Jun 18 2023 13:50:01 UTC (QA Tests)] INFO -- clicking :dependency_scanning_mr_button703[Jun 18 2023 13:50:01 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present704[Jun 18 2023 13:50:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.097s705[Jun 18 2023 13:50:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 4.884s706[Jun 18 2023 13:50:07 UTC (QA Tests)] INFO -- clicking :merge_moment_dropdown707[Jun 18 2023 13:50:07 UTC (QA Tests)] INFO -- clicking :merge_immediately_menu_item708[Jun 18 2023 13:50:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.057s709[Jun 18 2023 13:50:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.722s710[Jun 18 2023 13:50:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merged_status_content' took 22.738s711[Jun 18 2023 13:50:30 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-secure-89e8110c89f8060b/-/merge_requests/1712[Jun 18 2023 13:50:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.567s713[Jun 18 2023 13:50:33 UTC (QA Tests)] INFO -- clicking :menu_section_button714[Jun 18 2023 13:50:33 UTC (QA Tests)] INFO -- clicking :nav_item_link715[Jun 18 2023 13:50:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.764s716[Jun 18 2023 13:50:36 UTC (QA Tests)] INFO -- clicking :menu_section_button717[Jun 18 2023 13:50:36 UTC (QA Tests)] INFO -- clicking :nav_item_link718[Jun 18 2023 13:50:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.871s719[Jun 18 2023 13:50:37 UTC (QA Tests)] INFO -- clicking :security_view_history_link720[Jun 18 2023 13:50:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element security_view_history_link' took 0.81s721 runs dependency scanning job when enabled from configuration722 enable sast from configuration723[Jun 18 2023 13:50:38 UTC (QA Tests)] INFO -- Starting test: Secure Enable Scanning from UI enable sast from configuration runs sast job when enabled from configuration724[Jun 18 2023 13:50:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.18 seconds725[Jun 18 2023 13:50:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.37 seconds726[Jun 18 2023 13:50:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-secure-ff3c600f4caeea59' via api in 0.95 seconds727[Jun 18 2023 13:50:40 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Create Secure compatible application to serve premade reports"728[Jun 18 2023 13:50:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.1 seconds729[Jun 18 2023 13:50:42 UTC (QA Tests)] INFO -- filling :login_field with "root"730[Jun 18 2023 13:50:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field731[Jun 18 2023 13:50:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"732[Jun 18 2023 13:50:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field733[Jun 18 2023 13:50:42 UTC (QA Tests)] INFO -- clicking :sign_in_button734[Jun 18 2023 13:50:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.869s735[Jun 18 2023 13:50:45 UTC (QA Tests)] INFO -- Enabling super sidebar!736[Jun 18 2023 13:50:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled737[Jun 18 2023 13:50:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-secure-ff3c600f4caeea59738[Jun 18 2023 13:50:48 UTC (QA Tests)] INFO -- clicking :menu_section_button739[Jun 18 2023 13:50:48 UTC (QA Tests)] INFO -- clicking :nav_item_link740[Jun 18 2023 13:50:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.944s741[Jun 18 2023 13:50:50 UTC (QA Tests)] INFO -- clicking :sast_enable_button742[Jun 18 2023 13:50:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sast_enable_button' took 0.76s743[Jun 18 2023 13:50:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.55s744[Jun 18 2023 13:50:52 UTC (QA Tests)] INFO -- filling :SECURE_ANALYZERS_PREFIX_field with "registry.example.com"745[Jun 18 2023 13:50:52 UTC (QA Tests)] INFO -- clicking the coordinates of :SECURE_ANALYZERS_PREFIX_field746[Jun 18 2023 13:50:53 UTC (QA Tests)] INFO -- filling :SAST_EXCLUDED_PATHS_field with "foo, bar"747[Jun 18 2023 13:50:53 UTC (QA Tests)] INFO -- clicking the coordinates of :SAST_EXCLUDED_PATHS_field748[Jun 18 2023 13:50:53 UTC (QA Tests)] INFO -- filling :SEARCH_MAX_DEPTH_field with "42"749[Jun 18 2023 13:50:53 UTC (QA Tests)] INFO -- clicking the coordinates of :SEARCH_MAX_DEPTH_field750[Jun 18 2023 13:50:53 UTC (QA Tests)] INFO -- filling :SAST_BRAKEMAN_LEVEL_field with "43"751[Jun 18 2023 13:50:53 UTC (QA Tests)] INFO -- clicking the coordinates of :SAST_BRAKEMAN_LEVEL_field752[Jun 18 2023 13:50:54 UTC (QA Tests)] INFO -- unchecking via JS :kubesec_checkbox with args {}753[Jun 18 2023 13:50:54 UTC (QA Tests)] INFO -- unchecking via JS :nodejs-scan_checkbox with args {}754[Jun 18 2023 13:50:54 UTC (QA Tests)] INFO -- unchecking via JS :phpcs-security-audit_checkbox with args {}755[Jun 18 2023 13:50:54 UTC (QA Tests)] INFO -- filling :stage_field with "test_all_the_things"756[Jun 18 2023 13:50:54 UTC (QA Tests)] INFO -- clicking the coordinates of :stage_field757[Jun 18 2023 13:50:55 UTC (QA Tests)] INFO -- clicking :submit_button758[Jun 18 2023 13:50:55 UTC (QA Tests)] INFO -- clicking :diffs_tab759[Jun 18 2023 13:50:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.926s760[Jun 18 2023 13:50:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element diffs_tab' took 1.99s761[Jun 18 2023 13:50:58 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present762[Jun 18 2023 13:51:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.917s763[Jun 18 2023 13:51:01 UTC (QA Tests)] INFO -- clicking :merge_moment_dropdown764[Jun 18 2023 13:51:01 UTC (QA Tests)] INFO -- clicking :merge_immediately_menu_item765[Jun 18 2023 13:51:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.052s766[Jun 18 2023 13:51:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.738s767[Jun 18 2023 13:51:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merged_status_content' took 22.75s768[Jun 18 2023 13:51:24 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-secure-ff3c600f4caeea59/-/merge_requests/1769[Jun 18 2023 13:51:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.858s770[Jun 18 2023 13:51:27 UTC (QA Tests)] INFO -- clicking :menu_section_button771[Jun 18 2023 13:51:27 UTC (QA Tests)] INFO -- clicking :nav_item_link772[Jun 18 2023 13:51:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.86s773[Jun 18 2023 13:51:30 UTC (QA Tests)] INFO -- clicking :menu_section_button774[Jun 18 2023 13:51:30 UTC (QA Tests)] INFO -- clicking :nav_item_link775[Jun 18 2023 13:51:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.824s776[Jun 18 2023 13:51:31 UTC (QA Tests)] INFO -- clicking :security_view_history_link777[Jun 18 2023 13:51:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element security_view_history_link' took 0.757s778 runs sast job when enabled from configuration779Create780 Merge request push options781[Jun 18 2023 13:51:33 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets title and description782[Jun 18 2023 13:51:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.12 seconds783[Jun 18 2023 13:51:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.24 seconds784[Jun 18 2023 13:51:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/merge-request-push-options-b02053de6b477d60' via api in 1.14 seconds785[Jun 18 2023 13:51:36 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"786[Jun 18 2023 13:51:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.96 seconds787[Jun 18 2023 13:51:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.15 seconds788[Jun 18 2023 13:51:36 UTC (QA Tests)] INFO -- Merging via PUT /projects/23/merge_requests/1/merge789[Jun 18 2023 13:51:42 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_merge with title "MR push options test 3ba50fdfc142a505"790 sets title and description791Govern792 Security Dashboard in a Project793[Jun 18 2023 13:51:42 UTC (QA Tests)] INFO -- Starting test: Govern Security Dashboard in a Project shows vulnerability details794[Jun 18 2023 13:51:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds795[Jun 18 2023 13:51:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds796[Jun 18 2023 13:51:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-secure-a134700142a4696d' via api in 0.97 seconds797[Jun 18 2023 13:51:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '1' via api in 0.15 seconds798[Jun 18 2023 13:51:44 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Gryffindor vulnerability' via api in 0.25 seconds799[Jun 18 2023 13:51:44 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Ravenclaw vulnerability' via api in 0.12 seconds800[Jun 18 2023 13:51:44 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Hufflepuff vulnerability' via api in 0.12 seconds801[Jun 18 2023 13:51:44 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Slytherin' via api in 0.12 seconds802[Jun 18 2023 13:51:44 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'CVE-2017-18269 in glibc' via api in 0.25 seconds803[Jun 18 2023 13:51:45 UTC (QA Tests)] INFO -- filling :login_field with "root"804[Jun 18 2023 13:51:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field805[Jun 18 2023 13:51:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"806[Jun 18 2023 13:51:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field807[Jun 18 2023 13:51:46 UTC (QA Tests)] INFO -- clicking :sign_in_button808[Jun 18 2023 13:51:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.142s809[Jun 18 2023 13:51:47 UTC (QA Tests)] INFO -- Enabling super sidebar!810[Jun 18 2023 13:51:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled811[Jun 18 2023 13:51:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-secure-a134700142a4696d812[Jun 18 2023 13:51:50 UTC (QA Tests)] INFO -- clicking :menu_section_button813[Jun 18 2023 13:51:51 UTC (QA Tests)] INFO -- clicking :nav_item_link814[Jun 18 2023 13:51:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.013s815[Jun 18 2023 13:51:52 UTC (QA Tests)] INFO -- clicking :vulnerability816[Jun 18 2023 13:51:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element vulnerability' took 1.249s817 shows vulnerability details818 creates an issue from vulnerability details (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/415346)819Plan820 Milestones821 Group milestone822 behaves like milestone assigned to existing issue823[Jun 18 2023 13:51:54 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Group milestone behaves like milestone assigned to existing issue is assigned to an existing issue824[Jun 18 2023 13:51:54 UTC (QA Tests)] INFO -- filling :login_field with "root"825[Jun 18 2023 13:51:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field826[Jun 18 2023 13:51:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"827[Jun 18 2023 13:51:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field828[Jun 18 2023 13:51:55 UTC (QA Tests)] INFO -- clicking :sign_in_button829[Jun 18 2023 13:51:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.226s830[Jun 18 2023 13:51:57 UTC (QA Tests)] INFO -- Enabling super sidebar!831[Jun 18 2023 13:51:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled832[Jun 18 2023 13:51:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds833[Jun 18 2023 13:51:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-d043f73e' via api in 0.37 seconds834[Jun 18 2023 13:51:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-d043f73e/project-to-test-milestones-2cf574a6-217c2ca8076f3828' via api in 0.41 seconds835[Jun 18 2023 13:52:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.33 seconds836[Jun 18 2023 13:52:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/group-to-test-milestones-d043f73e/project-to-test-milestones-2cf574a6-217c2ca8076f3828/-/issues/1837[Jun 18 2023 13:52:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone with id '1' via api in 0.1 seconds838[Jun 18 2023 13:52:02 UTC (QA Tests)] INFO -- clicking :edit_button839[Jun 18 2023 13:52:03 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/group-to-test-milestones-d043f73e/project-to-test-milestones-2cf574a6-217c2ca8076f3828/-/issues/1840[Jun 18 2023 13:52:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.807s841 is assigned to an existing issue842 behaves like milestone assigned to new issue843[Jun 18 2023 13:52:05 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Group milestone behaves like milestone assigned to new issue is assigned to a new issue844[Jun 18 2023 13:52:05 UTC (QA Tests)] INFO -- filling :login_field with "root"845[Jun 18 2023 13:52:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field846[Jun 18 2023 13:52:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"847[Jun 18 2023 13:52:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field848[Jun 18 2023 13:52:06 UTC (QA Tests)] INFO -- clicking :sign_in_button849[Jun 18 2023 13:52:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.553s850[Jun 18 2023 13:52:08 UTC (QA Tests)] INFO -- Enabling super sidebar!851[Jun 18 2023 13:52:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled852[Jun 18 2023 13:52:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds853[Jun 18 2023 13:52:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-85db2195' via api in 0.55 seconds854[Jun 18 2023 13:52:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-85db2195/project-to-test-milestones-9a70a537-50c0b54694733b61' via api in 0.55 seconds855[Jun 18 2023 13:52:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone with id '2' via api in 0.12 seconds856[Jun 18 2023 13:52:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/group-to-test-milestones-85db2195/project-to-test-milestones-9a70a537-50c0b54694733b61857[Jun 18 2023 13:52:12 UTC (QA Tests)] INFO -- clicking :new_menu_toggle858[Jun 18 2023 13:52:12 UTC (QA Tests)] INFO -- clicking :create_menu_item859[Jun 18 2023 13:52:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.044s860[Jun 18 2023 13:52:13 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title edf326fc0d76690a"861[Jun 18 2023 13:52:13 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field862[Jun 18 2023 13:52:14 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description 16f19b710b617f46"863[Jun 18 2023 13:52:14 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field864[Jun 18 2023 13:52:15 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present865[Jun 18 2023 13:52:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.591s866[Jun 18 2023 13:52:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 6.35 seconds867 is assigned to a new issue868 Project milestone869 behaves like milestone assigned to new issue870[Jun 18 2023 13:52:18 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Project milestone behaves like milestone assigned to new issue is assigned to a new issue871[Jun 18 2023 13:52:18 UTC (QA Tests)] INFO -- filling :login_field with "root"872[Jun 18 2023 13:52:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field873[Jun 18 2023 13:52:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"874[Jun 18 2023 13:52:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field875[Jun 18 2023 13:52:19 UTC (QA Tests)] INFO -- clicking :sign_in_button876[Jun 18 2023 13:52:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.691s877[Jun 18 2023 13:52:21 UTC (QA Tests)] INFO -- Enabling super sidebar!878[Jun 18 2023 13:52:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled879[Jun 18 2023 13:52:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds880[Jun 18 2023 13:52:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-7339d752' via api in 0.59 seconds881[Jun 18 2023 13:52:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-7339d752/project-to-test-milestones-1bb72c4e-c7f47da94f5e72b7' via api in 0.5 seconds882[Jun 18 2023 13:52:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '3' via api in 0.32 seconds883[Jun 18 2023 13:52:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/group-to-test-milestones-7339d752/project-to-test-milestones-1bb72c4e-c7f47da94f5e72b7884[Jun 18 2023 13:52:26 UTC (QA Tests)] INFO -- clicking :new_menu_toggle885[Jun 18 2023 13:52:26 UTC (QA Tests)] INFO -- clicking :create_menu_item886[Jun 18 2023 13:52:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.007s887[Jun 18 2023 13:52:27 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 7133b30295b94a91"888[Jun 18 2023 13:52:27 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field889[Jun 18 2023 13:52:27 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description 19a1423c14a7cdad"890[Jun 18 2023 13:52:27 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field891[Jun 18 2023 13:52:28 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present892[Jun 18 2023 13:52:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.784s893[Jun 18 2023 13:52:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 7.31 seconds894 is assigned to a new issue895 behaves like milestone assigned to existing issue896[Jun 18 2023 13:52:32 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Project milestone behaves like milestone assigned to existing issue is assigned to an existing issue897[Jun 18 2023 13:52:33 UTC (QA Tests)] INFO -- filling :login_field with "root"898[Jun 18 2023 13:52:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field899[Jun 18 2023 13:52:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"900[Jun 18 2023 13:52:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field901[Jun 18 2023 13:52:34 UTC (QA Tests)] INFO -- clicking :sign_in_button902[Jun 18 2023 13:52:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.356s903[Jun 18 2023 13:52:36 UTC (QA Tests)] INFO -- Enabling super sidebar!904[Jun 18 2023 13:52:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled905[Jun 18 2023 13:52:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds906[Jun 18 2023 13:52:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-364819b6' via api in 0.39 seconds907[Jun 18 2023 13:52:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-364819b6/project-to-test-milestones-6b0e7b74-2c1d9797eaebcc67' via api in 0.45 seconds908[Jun 18 2023 13:52:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '7' via api in 0.24 seconds909[Jun 18 2023 13:52:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/group-to-test-milestones-364819b6/project-to-test-milestones-6b0e7b74-2c1d9797eaebcc67/-/issues/1910[Jun 18 2023 13:52:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '4' via api in 0.15 seconds911[Jun 18 2023 13:52:41 UTC (QA Tests)] INFO -- clicking :edit_button912[Jun 18 2023 13:52:42 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/group-to-test-milestones-364819b6/project-to-test-milestones-6b0e7b74-2c1d9797eaebcc67/-/issues/1913[Jun 18 2023 13:52:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.726s914 is assigned to an existing issue915Verify916 Pipelines for merged results and merge trains917[Jun 18 2023 13:52:45 UTC (QA Tests)] INFO -- Starting test: Verify Pipelines for merged results and merge trains creates a pipeline with merged results918[Jun 18 2023 13:52:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds919[Jun 18 2023 13:52:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds920[Jun 18 2023 13:52:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipelines-for-merge-trains-afb7e7ad791490ee' via api in 0.92 seconds921[Jun 18 2023 13:52:46 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.922[Jun 18 2023 13:52:46 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`923[Jun 18 2023 13:52:46 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`924[Jun 18 2023 13:52:46 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1y4pz3t3 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1y4pz3t3 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-1y4pz3t3 --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list qa-runner-1y4pz3t3 --executor shell && gitlab-runner run" `925[Jun 18 2023 13:52:47 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1y4pz3t3`926[Jun 18 2023 13:52:47 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`927[Jun 18 2023 13:52:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1y4pz3t3' via api in 2.79 seconds928[Jun 18 2023 13:52:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds929[Jun 18 2023 13:52:50 UTC (QA Tests)] INFO -- filling :login_field with "root"930[Jun 18 2023 13:52:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field931[Jun 18 2023 13:52:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"932[Jun 18 2023 13:52:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field933[Jun 18 2023 13:52:51 UTC (QA Tests)] INFO -- clicking :sign_in_button934[Jun 18 2023 13:52:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.141s935[Jun 18 2023 13:52:52 UTC (QA Tests)] INFO -- Enabling super sidebar!936[Jun 18 2023 13:52:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled937[Jun 18 2023 13:52:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipelines-for-merge-trains-afb7e7ad791490ee938[Jun 18 2023 13:52:56 UTC (QA Tests)] INFO -- clicking :menu_section_button939[Jun 18 2023 13:52:56 UTC (QA Tests)] INFO -- clicking :nav_item_link940[Jun 18 2023 13:52:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.943s941[Jun 18 2023 13:52:57 UTC (QA Tests)] INFO -- checking via JS :merged_results_pipeline_checkbox with args {}942[Jun 18 2023 13:52:57 UTC (QA Tests)] INFO -- checking via JS :merge_trains_checkbox with args {}943[Jun 18 2023 13:52:57 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button944[Jun 18 2023 13:52:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_merge_request_changes_button' took 0.59s945[Jun 18 2023 13:52:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.36 seconds946[Jun 18 2023 13:52:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.99 seconds947[Jun 18 2023 13:52:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipelines-for-merge-trains-afb7e7ad791490ee/-/merge_requests/1948[Jun 18 2023 13:53:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merge_request_pipeline_info_content' took 16.069s949[Jun 18 2023 13:53:17 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipelines-for-merge-trains-afb7e7ad791490ee/-/merge_requests/1950[Jun 18 2023 13:53:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.931s951[Jun 18 2023 13:53:24 UTC (QA Tests)] INFO -- clicking :merge_moment_dropdown952[Jun 18 2023 13:53:24 UTC (QA Tests)] INFO -- clicking :merge_immediately_menu_item953[Jun 18 2023 13:53:26 UTC (QA Tests)] INFO -- clicking :merge_immediately_button954[Jun 18 2023 13:53:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 3.389s955[Jun 18 2023 13:53:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merged_status_content' took 21.273s956[Jun 18 2023 13:53:50 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipelines-for-merge-trains-afb7e7ad791490ee/-/merge_requests/1957[Jun 18 2023 13:53:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.918s958[Jun 18 2023 13:53:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1y4pz3t3'959[Jun 18 2023 13:53:53 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1y4pz3t3`960 creates a pipeline with merged results961[Jun 18 2023 13:53:53 UTC (QA Tests)] INFO -- Starting test: Verify Pipelines for merged results and merge trains merges via a merge train962[Jun 18 2023 13:53:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds963[Jun 18 2023 13:53:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.26 seconds964[Jun 18 2023 13:53:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipelines-for-merge-trains-8052c5e330899b58' via api in 0.82 seconds965[Jun 18 2023 13:53:54 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.966[Jun 18 2023 13:53:54 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`967[Jun 18 2023 13:53:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`968[Jun 18 2023 13:53:59 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-9mpn6w95 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-9mpn6w95 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-9mpn6w95 --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list qa-runner-9mpn6w95 --executor shell && gitlab-runner run" `969[Jun 18 2023 13:54:00 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-9mpn6w95`970[Jun 18 2023 13:54:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`971[Jun 18 2023 13:54:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-9mpn6w95' via api in 7.83 seconds972[Jun 18 2023 13:54:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.07 seconds973[Jun 18 2023 13:54:03 UTC (QA Tests)] INFO -- filling :login_field with "root"974[Jun 18 2023 13:54:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field975[Jun 18 2023 13:54:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"976[Jun 18 2023 13:54:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field977[Jun 18 2023 13:54:04 UTC (QA Tests)] INFO -- clicking :sign_in_button978[Jun 18 2023 13:54:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.257s979[Jun 18 2023 13:54:06 UTC (QA Tests)] INFO -- Enabling super sidebar!980[Jun 18 2023 13:54:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled981[Jun 18 2023 13:54:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipelines-for-merge-trains-8052c5e330899b58982[Jun 18 2023 13:54:09 UTC (QA Tests)] INFO -- clicking :menu_section_button983[Jun 18 2023 13:54:09 UTC (QA Tests)] INFO -- clicking :nav_item_link984[Jun 18 2023 13:54:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.832s985[Jun 18 2023 13:54:10 UTC (QA Tests)] INFO -- checking via JS :merged_results_pipeline_checkbox with args {}986[Jun 18 2023 13:54:10 UTC (QA Tests)] INFO -- checking via JS :merge_trains_checkbox with args {}987[Jun 18 2023 13:54:10 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button988[Jun 18 2023 13:54:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_merge_request_changes_button' took 1.198s989[Jun 18 2023 13:54:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds990[Jun 18 2023 13:54:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.8 seconds991[Jun 18 2023 13:54:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipelines-for-merge-trains-8052c5e330899b58/-/merge_requests/1992[Jun 18 2023 13:54:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merge_request_pipeline_info_content' took 16.069s993[Jun 18 2023 13:54:30 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/pipelines-for-merge-trains-8052c5e330899b58/-/merge_requests/1994[Jun 18 2023 13:54:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.667s995[Jun 18 2023 13:54:37 UTC (QA Tests)] INFO -- clicking :merge_button996[Jun 18 2023 13:54:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merged_status_content' took 9.64s997[Jun 18 2023 13:54:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-9mpn6w95'998[Jun 18 2023 13:54:48 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-9mpn6w95`999 merges via a merge train1000Create1001 Merge requests1002 when merging once1003 behaves like merge when pipeline succeeds1004 merges after pipeline succeeds (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/403017)1005Plan1006 Group Iterations1007[Jun 18 2023 13:54:48 UTC (QA Tests)] INFO -- Starting test: Plan Group Iterations creates a group iteration automatically through an iteration cadence1008[Jun 18 2023 13:54:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.11 seconds1009[Jun 18 2023 13:54:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-to-test-creating-iteration-cadences-11905cc1d51cc47e' via api in 0.52 seconds1010[Jun 18 2023 13:54:49 UTC (QA Tests)] INFO -- filling :login_field with "root"1011[Jun 18 2023 13:54:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1012[Jun 18 2023 13:54:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"1013[Jun 18 2023 13:54:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1014[Jun 18 2023 13:54:50 UTC (QA Tests)] INFO -- clicking :sign_in_button1015[Jun 18 2023 13:54:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.203s1016[Jun 18 2023 13:54:52 UTC (QA Tests)] INFO -- Enabling super sidebar!1017[Jun 18 2023 13:54:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled1018[Jun 18 2023 13:54:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-10fb6f90.test/groups/gitlab-qa-sandbox-group-1/group-to-test-creating-iteration-cadences-11905cc1d51cc47e1019[Jun 18 2023 13:54:55 UTC (QA Tests)] INFO -- clicking :menu_section_button1020[Jun 18 2023 13:54:55 UTC (QA Tests)] INFO -- clicking :nav_item_link1021[Jun 18 2023 13:54:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.899s1022[Jun 18 2023 13:54:56 UTC (QA Tests)] INFO -- clicking :create_new_cadence_button1023[Jun 18 2023 13:54:56 UTC (QA Tests)] INFO -- filling :iteration_cadence_title_field with "Group iteration cadence created via GUI 6f30639cf1bca9d2"1024[Jun 18 2023 13:54:56 UTC (QA Tests)] INFO -- clicking the coordinates of :iteration_cadence_title_field1025[Jun 18 2023 13:54:57 UTC (QA Tests)] INFO -- filling :iteration_cadence_start_date_field with "2023/06/18"1026[Jun 18 2023 13:54:57 UTC (QA Tests)] INFO -- clicking the coordinates of :iteration_cadence_start_date_field1027[Jun 18 2023 13:54:57 UTC (QA Tests)] INFO -- selecting "2" in :iteration_cadence_duration_field1028[Jun 18 2023 13:54:57 UTC (QA Tests)] INFO -- selecting "2" in :iteration_cadence_upcoming_iterations_field1029[Jun 18 2023 13:54:57 UTC (QA Tests)] INFO -- clicking :save_iteration_cadence_button1030[Jun 18 2023 13:54:57 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::GroupCadence via browser_ui in 3.6 seconds1031[Jun 18 2023 13:54:58 UTC (QA Tests)] INFO -- clicking :iteration_item1032 creates a group iteration automatically through an iteration cadence1033Create1034 Reverting a commit1035[Jun 18 2023 13:54:58 UTC (QA Tests)] INFO -- Starting test: Create Reverting a commit creates a merge request1036[Jun 18 2023 13:54:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1037[Jun 18 2023 13:54:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1038[Jun 18 2023 13:54:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1039[Jun 18 2023 13:54:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1040[Jun 18 2023 13:55:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1041[Jun 18 2023 13:55:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.096s1042[Jun 18 2023 13:55:01 UTC (QA Tests)] INFO -- Enabling super sidebar!1043[Jun 18 2023 13:55:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled1044[Jun 18 2023 13:55:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.16 seconds1045[Jun 18 2023 13:55:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.28 seconds1046[Jun 18 2023 13:55:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-e1f9b413a8625a7a' via api in 2.22 seconds1047[Jun 18 2023 13:55:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1048[Jun 18 2023 13:55:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::Commit at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-e1f9b413a8625a7a/-/commit/3d5bc042cf8b4734a4a87fb22602274f946bc84f1049[Jun 18 2023 13:55:07 UTC (QA Tests)] INFO -- clicking :options_button1050[Jun 18 2023 13:55:07 UTC (QA Tests)] INFO -- clicking :revert_button and ensuring QA::Page::Component::CommitModal is present1051[Jun 18 2023 13:55:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element revert_button' took 0.588s1052[Jun 18 2023 13:55:08 UTC (QA Tests)] INFO -- clicking :submit_commit_button1053[Jun 18 2023 13:55:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_commit_button' took 1.831s1054[Jun 18 2023 13:55:10 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1055[Jun 18 2023 13:55:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.766s1056[Jun 18 2023 13:55:12 UTC (QA Tests)] INFO -- clicking :diffs_tab1057[Jun 18 2023 13:55:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-e1f9b413a8625a7a'1058 creates a merge request1059Plan1060 Group issue boards1061[Jun 18 2023 13:55:14 UTC (QA Tests)] INFO -- Starting test: Plan Group issue boards creates a group issue board via the GUI1062[Jun 18 2023 13:55:14 UTC (QA Tests)] INFO -- filling :login_field with "root"1063[Jun 18 2023 13:55:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1064[Jun 18 2023 13:55:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"1065[Jun 18 2023 13:55:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1066[Jun 18 2023 13:55:15 UTC (QA Tests)] INFO -- clicking :sign_in_button1067[Jun 18 2023 13:55:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.174s1068[Jun 18 2023 13:55:17 UTC (QA Tests)] INFO -- Enabling super sidebar!1069[Jun 18 2023 13:55:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled1070[Jun 18 2023 13:55:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.33 seconds1071[Jun 18 2023 13:55:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.46 seconds1072[Jun 18 2023 13:55:19 UTC (QA Tests)] INFO -- clicking :nav_item_link1073[Jun 18 2023 13:55:20 UTC (QA Tests)] INFO -- filling :groups_filter_field with "qa-test-2023-06-18-13-40-40-88e671d0f98c5eff"1074[Jun 18 2023 13:55:20 UTC (QA Tests)] INFO -- clicking the coordinates of :groups_filter_field1075[Jun 18 2023 13:55:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.526s1076[Jun 18 2023 13:55:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? menu_section' took 0.574s1077[Jun 18 2023 13:55:23 UTC (QA Tests)] INFO -- clicking :menu_section_button1078[Jun 18 2023 13:55:23 UTC (QA Tests)] INFO -- clicking :nav_item_link1079[Jun 18 2023 13:55:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.942s1080[Jun 18 2023 13:55:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.828s1081[Jun 18 2023 13:55:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.849s1082[Jun 18 2023 13:55:25 UTC (QA Tests)] INFO -- clicking :create_new_board_button1083[Jun 18 2023 13:55:25 UTC (QA Tests)] INFO -- clicking :save_changes_button1084[Jun 18 2023 13:55:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.982s1085[Jun 18 2023 13:55:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.999s1086 creates a group issue board via the GUI1087Plan1088 Testing wiki content manipulation inside a project1089[Jun 18 2023 13:55:26 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content manipulation inside a project by manipulating content on the page1090[Jun 18 2023 13:55:27 UTC (QA Tests)] INFO -- filling :login_field with "root"1091[Jun 18 2023 13:55:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1092[Jun 18 2023 13:55:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"1093[Jun 18 2023 13:55:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1094[Jun 18 2023 13:55:28 UTC (QA Tests)] INFO -- clicking :sign_in_button1095[Jun 18 2023 13:55:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.554s1096[Jun 18 2023 13:55:30 UTC (QA Tests)] INFO -- Enabling super sidebar!1097[Jun 18 2023 13:55:30 UTC (QA Tests)] INFO -- Super sidebar is already enabled1098[Jun 18 2023 13:55:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.08 seconds1099[Jun 18 2023 13:55:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.3 seconds1100[Jun 18 2023 13:55:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/wiki_testing-a8029f9530998af2' via api in 1.01 seconds1101[Jun 18 2023 13:55:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.48 seconds1102[Jun 18 2023 13:55:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/wiki_testing-a8029f9530998af2/-/wikis/Home1103[Jun 18 2023 13:55:35 UTC (QA Tests)] INFO -- clicking :edit_page_button1104[Jun 18 2023 13:55:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_page_button' took 1.946s1105[Jun 18 2023 13:55:37 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"1106[Jun 18 2023 13:55:37 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox1107[Jun 18 2023 13:55:38 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"1108[Jun 18 2023 13:55:38 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field1109[Jun 18 2023 13:55:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.777s1110[Jun 18 2023 13:55:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element markdown_editor_form_field' took 0.795s1111[Jun 18 2023 13:55:39 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"1112[Jun 18 2023 13:55:39 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox1113[Jun 18 2023 13:55:40 UTC (QA Tests)] INFO -- clicking :wiki_submit_button1114[Jun 18 2023 13:55:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.44s1115 by manipulating content on the page1116[Jun 18 2023 13:55:42 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content manipulation inside a project by manipulating content on the page using git push1117[Jun 18 2023 13:55:42 UTC (QA Tests)] INFO -- filling :login_field with "root"1118[Jun 18 2023 13:55:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1119[Jun 18 2023 13:55:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"1120[Jun 18 2023 13:55:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1121[Jun 18 2023 13:55:43 UTC (QA Tests)] INFO -- clicking :sign_in_button1122[Jun 18 2023 13:55:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.242s1123[Jun 18 2023 13:55:45 UTC (QA Tests)] INFO -- Enabling super sidebar!1124[Jun 18 2023 13:55:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled1125[Jun 18 2023 13:55:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1126[Jun 18 2023 13:55:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds1127[Jun 18 2023 13:55:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/wiki_testing-b8796b58956f8142' via api in 0.9 seconds1128[Jun 18 2023 13:55:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.8 seconds1129[Jun 18 2023 13:55:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 1.39 seconds1130[Jun 18 2023 13:55:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/wiki_testing-b8796b58956f8142/-/wikis/Home1131 by manipulating content on the page using git push1132Plan1133 A project wiki1134[Jun 18 2023 13:55:51 UTC (QA Tests)] INFO -- Starting test: Plan A project wiki can change the directory path of a page1135[Jun 18 2023 13:55:52 UTC (QA Tests)] INFO -- filling :login_field with "root"1136[Jun 18 2023 13:55:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1137[Jun 18 2023 13:55:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1138[Jun 18 2023 13:55:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1139[Jun 18 2023 13:55:53 UTC (QA Tests)] INFO -- clicking :sign_in_button1140[Jun 18 2023 13:55:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.266s1141[Jun 18 2023 13:55:54 UTC (QA Tests)] INFO -- Enabling super sidebar!1142[Jun 18 2023 13:55:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled1143[Jun 18 2023 13:55:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds1144[Jun 18 2023 13:55:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds1145[Jun 18 2023 13:55:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/wiki_testing-65a0e912d1280c8f' via api in 0.77 seconds1146[Jun 18 2023 13:55:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.22 seconds1147[Jun 18 2023 13:55:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/wiki_testing-65a0e912d1280c8f/-/wikis/Home1148[Jun 18 2023 13:55:59 UTC (QA Tests)] INFO -- clicking :edit_page_button1149[Jun 18 2023 13:56:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_page_button' took 0.965s1150[Jun 18 2023 13:56:00 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "a/new/path-with-spaces/home"1151[Jun 18 2023 13:56:00 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox1152[Jun 18 2023 13:56:00 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "changing the path of the home page"1153[Jun 18 2023 13:56:00 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox1154[Jun 18 2023 13:56:01 UTC (QA Tests)] INFO -- clicking :wiki_submit_button1155[Jun 18 2023 13:56:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.27s1156 can change the directory path of a page1157Create1158 Sharing snippets1159 when the snippet is public1160[Jun 18 2023 13:56:03 UTC (QA Tests)] INFO -- Starting test: Create Sharing snippets when the snippet is public can be shared with not signed-in users1161[Jun 18 2023 13:56:03 UTC (QA Tests)] INFO -- filling :login_field with "root"1162[Jun 18 2023 13:56:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1163[Jun 18 2023 13:56:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"1164[Jun 18 2023 13:56:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1165[Jun 18 2023 13:56:04 UTC (QA Tests)] INFO -- clicking :sign_in_button1166[Jun 18 2023 13:56:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.189s1167[Jun 18 2023 13:56:06 UTC (QA Tests)] INFO -- Enabling super sidebar!1168[Jun 18 2023 13:56:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled1169[Jun 18 2023 13:56:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '1' via api in 0.38 seconds1170[Jun 18 2023 13:56:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-10fb6f90.test/-/snippets/11171[Jun 18 2023 13:56:09 UTC (QA Tests)] INFO -- clicking :snippet_embed_dropdown1172[Jun 18 2023 13:56:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.048s1173[Jun 18 2023 13:56:10 UTC (QA Tests)] INFO -- clicking :user_avatar_content1174[Jun 18 2023 13:56:10 UTC (QA Tests)] INFO -- clicking :sign_out_link1175 can be shared with not signed-in users1176 when the snippet is changed to private1177[Jun 18 2023 13:56:12 UTC (QA Tests)] INFO -- Starting test: Create Sharing snippets when the snippet is changed to private does not display Embed/Share dropdown1178[Jun 18 2023 13:56:12 UTC (QA Tests)] INFO -- filling :login_field with "root"1179[Jun 18 2023 13:56:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1180[Jun 18 2023 13:56:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"1181[Jun 18 2023 13:56:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1182[Jun 18 2023 13:56:13 UTC (QA Tests)] INFO -- clicking :sign_in_button1183[Jun 18 2023 13:56:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.149s1184[Jun 18 2023 13:56:15 UTC (QA Tests)] INFO -- Enabling super sidebar!1185[Jun 18 2023 13:56:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled1186[Jun 18 2023 13:56:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '2' via api in 0.38 seconds1187[Jun 18 2023 13:56:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-10fb6f90.test/-/snippets/21188[Jun 18 2023 13:56:18 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1189[Jun 18 2023 13:56:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.825s1190[Jun 18 2023 13:56:19 UTC (QA Tests)] INFO -- clicking :visibility_content1191[Jun 18 2023 13:56:19 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1192[Jun 18 2023 13:56:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.632s1193[Jun 18 2023 13:56:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.646s1194 does not display Embed/Share dropdown1195Create1196 Git push over HTTP1197[Jun 18 2023 13:56:20 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user pushes code to the repository1198[Jun 18 2023 13:56:20 UTC (QA Tests)] INFO -- filling :login_field with "root"1199[Jun 18 2023 13:56:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1200[Jun 18 2023 13:56:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"1201[Jun 18 2023 13:56:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1202[Jun 18 2023 13:56:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1203[Jun 18 2023 13:56:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.175s1204[Jun 18 2023 13:56:23 UTC (QA Tests)] INFO -- Enabling super sidebar!1205[Jun 18 2023 13:56:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled1206[Jun 18 2023 13:56:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1207[Jun 18 2023 13:56:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.2 seconds1208[Jun 18 2023 13:56:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-code-44bd51dedd162a6c' via api in 0.74 seconds1209[Jun 18 2023 13:56:27 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1210[Jun 18 2023 13:56:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.43 seconds1211[Jun 18 2023 13:56:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-code-44bd51dedd162a6c1212 user pushes code to the repository1213Create1214 Default merge request templates1215[Jun 18 2023 13:56:30 UTC (QA Tests)] INFO -- Starting test: Create Default merge request templates uses default template when creating a merge request1216[Jun 18 2023 13:56:31 UTC (QA Tests)] INFO -- filling :login_field with "root"1217[Jun 18 2023 13:56:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1218[Jun 18 2023 13:56:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"1219[Jun 18 2023 13:56:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1220[Jun 18 2023 13:56:32 UTC (QA Tests)] INFO -- clicking :sign_in_button1221[Jun 18 2023 13:56:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.356s1222[Jun 18 2023 13:56:34 UTC (QA Tests)] INFO -- Enabling super sidebar!1223[Jun 18 2023 13:56:34 UTC (QA Tests)] INFO -- Super sidebar is already enabled1224[Jun 18 2023 13:56:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1225[Jun 18 2023 13:56:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds1226[Jun 18 2023 13:56:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/default-mr-template-project-8376d4969dfe1550' via api in 0.91 seconds1227[Jun 18 2023 13:56:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/default-mr-template-project-8376d4969dfe15501228[Jun 18 2023 13:56:38 UTC (QA Tests)] INFO -- clicking :menu_section_button1229[Jun 18 2023 13:56:38 UTC (QA Tests)] INFO -- clicking :nav_item_link1230[Jun 18 2023 13:56:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.935s1231[Jun 18 2023 13:56:39 UTC (QA Tests)] INFO -- filling :default_merge_request_template_field with "This is a default merge request template"1232[Jun 18 2023 13:56:39 UTC (QA Tests)] INFO -- clicking the coordinates of :default_merge_request_template_field1233[Jun 18 2023 13:56:39 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button1234[Jun 18 2023 13:56:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_merge_request_changes_button' took 1.191s1235[Jun 18 2023 13:56:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1236[Jun 18 2023 13:56:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds1237[Jun 18 2023 13:56:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/default-mr-template-project-8376d4969dfe15501238[Jun 18 2023 13:56:44 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1239[Jun 18 2023 13:56:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.272s1240[Jun 18 2023 13:56:45 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "QA test - merge request"1241[Jun 18 2023 13:56:45 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1242[Jun 18 2023 13:56:46 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1243[Jun 18 2023 13:56:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.417s1244[Jun 18 2023 13:56:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 7.24 seconds1245 uses default template when creating a merge request1246Package1247 Package Registry1248 npm group level endpoint1249 using ci job token1250[Jun 18 2023 13:56:48 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm group level endpoint using ci job token push and pull a npm package via CI1251[Jun 18 2023 13:56:49 UTC (QA Tests)] INFO -- filling :login_field with "root"1252[Jun 18 2023 13:56:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1253[Jun 18 2023 13:56:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1254[Jun 18 2023 13:56:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1255[Jun 18 2023 13:56:50 UTC (QA Tests)] INFO -- clicking :sign_in_button1256[Jun 18 2023 13:56:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.209s1257[Jun 18 2023 13:56:51 UTC (QA Tests)] INFO -- Enabling super sidebar!1258[Jun 18 2023 13:56:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled1259[Jun 18 2023 13:56:53 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA1260[Jun 18 2023 13:56:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-l3w7bd6v' via cache in 0.0 seconds1261[Jun 18 2023 13:56:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds1262[Jun 18 2023 13:56:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.2 seconds1263[Jun 18 2023 13:56:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-publish-9d26d83494b8c646' via api in 0.77 seconds1264[Jun 18 2023 13:56:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-install-079d9e529dc6c19f' via api in 0.52 seconds1265[Jun 18 2023 13:56:55 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1266[Jun 18 2023 13:56:55 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1267[Jun 18 2023 13:56:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1268[Jun 18 2023 13:56:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1269[Jun 18 2023 13:56:55 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096615 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096615 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-1687096615 --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-13-40-40-88e671d0f98c5eff --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1270[Jun 18 2023 13:56:56 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096615`1271[Jun 18 2023 13:56:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1272[Jun 18 2023 13:56:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687096615' via api in 2.46 seconds1273[Jun 18 2023 13:56:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds1274[Jun 18 2023 13:56:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-publish-9d26d83494b8c6461275[Jun 18 2023 13:56:59 UTC (QA Tests)] INFO -- clicking :menu_section_button1276[Jun 18 2023 13:57:00 UTC (QA Tests)] INFO -- clicking :nav_item_link1277[Jun 18 2023 13:57:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.043s1278[Jun 18 2023 13:57:02 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1279[Jun 18 2023 13:57:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.396s1280[Jun 18 2023 13:57:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds1281[Jun 18 2023 13:57:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-install-079d9e529dc6c19f1282[Jun 18 2023 13:57:28 UTC (QA Tests)] INFO -- clicking :menu_section_button1283[Jun 18 2023 13:57:28 UTC (QA Tests)] INFO -- clicking :nav_item_link1284[Jun 18 2023 13:57:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.835s1285[Jun 18 2023 13:57:30 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1286[Jun 18 2023 13:57:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.421s1287[Jun 18 2023 13:57:44 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button1288[Jun 18 2023 13:57:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.75s1289[Jun 18 2023 13:57:45 UTC (QA Tests)] INFO -- clicking :directory_name_link1290[Jun 18 2023 13:57:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.804s1291[Jun 18 2023 13:57:45 UTC (QA Tests)] INFO -- clicking :directory_name_link1292[Jun 18 2023 13:57:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.135s1293[Jun 18 2023 13:57:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-publish-9d26d83494b8c6461294[Jun 18 2023 13:57:48 UTC (QA Tests)] INFO -- clicking :menu_section_button1295[Jun 18 2023 13:57:48 UTC (QA Tests)] INFO -- clicking :nav_item_link1296[Jun 18 2023 13:57:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.924s1297[Jun 18 2023 13:57:50 UTC (QA Tests)] INFO -- clicking :package_link1298[Jun 18 2023 13:57:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.531s1299[Jun 18 2023 13:57:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-1/npm-group-level-publish-9d26d83494b8c646-3bc73b7eccbd9b09'1300[Jun 18 2023 13:57:51 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687096615'1301[Jun 18 2023 13:57:51 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096615`1302[Jun 18 2023 13:57:51 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-publish-9d26d83494b8c646'1303[Jun 18 2023 13:57:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-install-079d9e529dc6c19f'1304 push and pull a npm package via CI1305 using project deploy token1306[Jun 18 2023 13:57:52 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm group level endpoint using project deploy token push and pull a npm package via CI1307[Jun 18 2023 13:57:52 UTC (QA Tests)] INFO -- filling :login_field with "root"1308[Jun 18 2023 13:57:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1309[Jun 18 2023 13:57:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"1310[Jun 18 2023 13:57:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1311[Jun 18 2023 13:57:53 UTC (QA Tests)] INFO -- clicking :sign_in_button1312[Jun 18 2023 13:57:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.152s1313[Jun 18 2023 13:57:55 UTC (QA Tests)] INFO -- Enabling super sidebar!1314[Jun 18 2023 13:57:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled1315[Jun 18 2023 13:57:57 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA1316[Jun 18 2023 13:57:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-pvn64flt' via cache in 0.0 seconds1317[Jun 18 2023 13:57:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1318[Jun 18 2023 13:57:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.28 seconds1319[Jun 18 2023 13:57:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-publish-1eaf16056ddfbc7c' via api in 0.91 seconds1320[Jun 18 2023 13:57:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-install-4dd22a2da0d536f6' via api in 0.7 seconds1321[Jun 18 2023 13:57:58 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1322[Jun 18 2023 13:57:58 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1323[Jun 18 2023 13:58:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1324[Jun 18 2023 13:58:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1325[Jun 18 2023 13:58:04 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096678 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096678 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-1687096678 --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-13-40-40-88e671d0f98c5eff --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1326[Jun 18 2023 13:58:04 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096678`1327[Jun 18 2023 13:58:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1328[Jun 18 2023 13:58:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687096678' via api in 6.34 seconds1329[Jun 18 2023 13:58:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.14 seconds1330[Jun 18 2023 13:58:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds1331[Jun 18 2023 13:58:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds1332[Jun 18 2023 13:58:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1333[Jun 18 2023 13:58:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-publish-1eaf16056ddfbc7c1334[Jun 18 2023 13:58:07 UTC (QA Tests)] INFO -- clicking :menu_section_button1335[Jun 18 2023 13:58:08 UTC (QA Tests)] INFO -- clicking :nav_item_link1336[Jun 18 2023 13:58:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.924s1337[Jun 18 2023 13:58:10 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1338[Jun 18 2023 13:58:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.384s1339[Jun 18 2023 13:58:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1340[Jun 18 2023 13:58:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-install-4dd22a2da0d536f61341[Jun 18 2023 13:58:26 UTC (QA Tests)] INFO -- clicking :menu_section_button1342[Jun 18 2023 13:58:26 UTC (QA Tests)] INFO -- clicking :nav_item_link1343[Jun 18 2023 13:58:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.768s1344[Jun 18 2023 13:58:29 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1345[Jun 18 2023 13:58:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.725s1346[Jun 18 2023 13:58:43 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button1347[Jun 18 2023 13:58:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 1.34s1348[Jun 18 2023 13:58:44 UTC (QA Tests)] INFO -- clicking :directory_name_link1349[Jun 18 2023 13:58:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.742s1350[Jun 18 2023 13:58:45 UTC (QA Tests)] INFO -- clicking :directory_name_link1351[Jun 18 2023 13:58:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.797s1352[Jun 18 2023 13:58:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-publish-1eaf16056ddfbc7c1353[Jun 18 2023 13:58:47 UTC (QA Tests)] INFO -- clicking :menu_section_button1354[Jun 18 2023 13:58:48 UTC (QA Tests)] INFO -- clicking :nav_item_link1355[Jun 18 2023 13:58:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.791s1356[Jun 18 2023 13:58:49 UTC (QA Tests)] INFO -- clicking :package_link1357[Jun 18 2023 13:58:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-1/npm-group-level-publish-1eaf16056ddfbc7c-add059bf1709f332'1358[Jun 18 2023 13:58:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687096678'1359[Jun 18 2023 13:58:49 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096678`1360[Jun 18 2023 13:58:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-publish-1eaf16056ddfbc7c'1361[Jun 18 2023 13:58:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-install-4dd22a2da0d536f6'1362 push and pull a npm package via CI1363 using personal access token1364[Jun 18 2023 13:58:51 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm group level endpoint using personal access token push and pull a npm package via CI1365[Jun 18 2023 13:58:51 UTC (QA Tests)] INFO -- filling :login_field with "root"1366[Jun 18 2023 13:58:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1367[Jun 18 2023 13:58:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1368[Jun 18 2023 13:58:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1369[Jun 18 2023 13:58:52 UTC (QA Tests)] INFO -- clicking :sign_in_button1370[Jun 18 2023 13:58:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.173s1371[Jun 18 2023 13:58:54 UTC (QA Tests)] INFO -- Enabling super sidebar!1372[Jun 18 2023 13:58:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled1373[Jun 18 2023 13:58:56 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA1374[Jun 18 2023 13:58:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-kobppbb6' via cache in 0.0 seconds1375[Jun 18 2023 13:58:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds1376[Jun 18 2023 13:58:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds1377[Jun 18 2023 13:58:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-publish-42f7a84c9e0f26e9' via api in 0.7 seconds1378[Jun 18 2023 13:58:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-install-217847a30108cd38' via api in 0.44 seconds1379[Jun 18 2023 13:58:57 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1380[Jun 18 2023 13:58:57 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1381[Jun 18 2023 13:58:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1382[Jun 18 2023 13:58:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1383[Jun 18 2023 13:58:57 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096737 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096737 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-1687096737 --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-13-40-40-88e671d0f98c5eff --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1384[Jun 18 2023 13:58:58 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096737`1385[Jun 18 2023 13:58:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1386[Jun 18 2023 13:58:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687096737' via api in 1.34 seconds1387[Jun 18 2023 13:58:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds1388[Jun 18 2023 13:58:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds1389[Jun 18 2023 13:58:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1390[Jun 18 2023 13:58:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-publish-42f7a84c9e0f26e91391[Jun 18 2023 13:59:01 UTC (QA Tests)] INFO -- clicking :menu_section_button1392[Jun 18 2023 13:59:01 UTC (QA Tests)] INFO -- clicking :nav_item_link1393[Jun 18 2023 13:59:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.007s1394[Jun 18 2023 13:59:03 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1395[Jun 18 2023 13:59:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.343s1396[Jun 18 2023 13:59:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds1397[Jun 18 2023 13:59:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-install-217847a30108cd381398[Jun 18 2023 13:59:19 UTC (QA Tests)] INFO -- clicking :menu_section_button1399[Jun 18 2023 13:59:20 UTC (QA Tests)] INFO -- clicking :nav_item_link1400[Jun 18 2023 13:59:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.935s1401[Jun 18 2023 13:59:22 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1402[Jun 18 2023 13:59:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 2.165s1403[Jun 18 2023 13:59:37 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button1404[Jun 18 2023 13:59:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.882s1405[Jun 18 2023 13:59:37 UTC (QA Tests)] INFO -- clicking :directory_name_link1406[Jun 18 2023 13:59:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.232s1407[Jun 18 2023 13:59:39 UTC (QA Tests)] INFO -- clicking :directory_name_link1408[Jun 18 2023 13:59:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.811s1409[Jun 18 2023 13:59:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-publish-42f7a84c9e0f26e91410[Jun 18 2023 13:59:42 UTC (QA Tests)] INFO -- clicking :menu_section_button1411[Jun 18 2023 13:59:42 UTC (QA Tests)] INFO -- clicking :nav_item_link1412[Jun 18 2023 13:59:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.772s1413[Jun 18 2023 13:59:43 UTC (QA Tests)] INFO -- clicking :package_link1414[Jun 18 2023 13:59:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-1/npm-group-level-publish-42f7a84c9e0f26e9-2ff390bfe7062fb7'1415[Jun 18 2023 13:59:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687096737'1416[Jun 18 2023 13:59:44 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096737`1417[Jun 18 2023 13:59:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-publish-42f7a84c9e0f26e9'1418[Jun 18 2023 13:59:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/npm-group-level-install-217847a30108cd38'1419 push and pull a npm package via CI1420Create1421 Repository Usage Quota1422[Jun 18 2023 13:59:45 UTC (QA Tests)] INFO -- Starting test: Create Repository Usage Quota matches cloned repo usage to reported usage1423[Jun 18 2023 13:59:45 UTC (QA Tests)] INFO -- Enabling feature: gitaly_revlist_for_repo_size1424[Jun 18 2023 13:59:45 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: gitaly_revlist_for_repo_size1425[Jun 18 2023 13:59:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1426[Jun 18 2023 13:59:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.23 seconds1427[Jun 18 2023 13:59:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/repository-usage-d8c56de760010873-749878f67803d6d5' via api in 0.9 seconds1428[Jun 18 2023 13:59:48 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add file"1429[Jun 18 2023 13:59:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.05 seconds1430[Jun 18 2023 13:59:56 UTC (QA Tests)] INFO -- Disabling feature: gitaly_revlist_for_repo_size1431[Jun 18 2023 13:59:56 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: gitaly_revlist_for_repo_size1432 matches cloned repo usage to reported usage1433Release1434 Git clone using a deploy key1435[Jun 18 2023 13:59:56 UTC (QA Tests)] INFO -- Starting test: Release Git clone using a deploy key user sets up a deploy key with QA::Runtime::Key::ECDSA(521) to clone code using pipelines1436[Jun 18 2023 13:59:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1437[Jun 18 2023 13:59:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.17 seconds1438[Jun 18 2023 13:59:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/deploy-key-clone-project-ebf56754a23ccc27' via api in 0.72 seconds1439[Jun 18 2023 13:59:57 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1440[Jun 18 2023 13:59:57 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1441[Jun 18 2023 14:00:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1442[Jun 18 2023 14:00:02 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-d1fcc43d --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-d1fcc43d 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-d1fcc43d --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list qa-runner-d1fcc43d --executor shell && gitlab-runner run" `1443[Jun 18 2023 14:00:03 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-d1fcc43d`1444[Jun 18 2023 14:00:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1445[Jun 18 2023 14:00:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-d1fcc43d' via api in 6.35 seconds1446[Jun 18 2023 14:00:04 UTC (QA Tests)] INFO -- filling :login_field with "root"1447[Jun 18 2023 14:00:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1448[Jun 18 2023 14:00:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"1449[Jun 18 2023 14:00:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1450[Jun 18 2023 14:00:05 UTC (QA Tests)] INFO -- clicking :sign_in_button1451[Jun 18 2023 14:00:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.26s1452[Jun 18 2023 14:00:06 UTC (QA Tests)] INFO -- Enabling super sidebar!1453[Jun 18 2023 14:00:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled1454[Jun 18 2023 14:00:08 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t ecdsa -b 521 -f /tmp/d20230618-39-ef7iii/id_ecdsa -N `1455[Jun 18 2023 14:00:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/deploy-key-clone-project-ebf56754a23ccc271456[Jun 18 2023 14:00:09 UTC (QA Tests)] INFO -- clicking :menu_section_button1457[Jun 18 2023 14:00:09 UTC (QA Tests)] INFO -- clicking :nav_item_link1458[Jun 18 2023 14:00:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.174s1459[Jun 18 2023 14:00:12 UTC (QA Tests)] INFO -- filling :deploy_key_title_field with "*****"1460[Jun 18 2023 14:00:12 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_title_field1461[Jun 18 2023 14:00:12 UTC (QA Tests)] INFO -- filling :deploy_key_field with "*****"1462[Jun 18 2023 14:00:12 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_field1463[Jun 18 2023 14:00:13 UTC (QA Tests)] INFO -- clicking :add_deploy_key_button1464[Jun 18 2023 14:00:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_deploy_key_button' took 1.278s1465[Jun 18 2023 14:00:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 5.69 seconds1466[Jun 18 2023 14:00:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.25 seconds1467[Jun 18 2023 14:00:16 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add .gitlab-ci.yml"1468[Jun 18 2023 14:00:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.59 seconds1469[Jun 18 2023 14:00:16 UTC (QA Tests)] INFO -- clicking :menu_section_button1470[Jun 18 2023 14:00:16 UTC (QA Tests)] INFO -- clicking :nav_item_link1471[Jun 18 2023 14:00:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.814s1472[Jun 18 2023 14:00:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.601s1473[Jun 18 2023 14:00:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 0.625s1474[Jun 18 2023 14:00:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-d1fcc43d'1475[Jun 18 2023 14:00:33 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-d1fcc43d`1476[Jun 18 2023 14:00:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/deploy-key-clone-project-ebf56754a23ccc27'1477 user sets up a deploy key with QA::Runtime::Key::ECDSA(521) to clone code using pipelines1478[Jun 18 2023 14:00:33 UTC (QA Tests)] INFO -- Starting test: Release Git clone using a deploy key user sets up a deploy key with QA::Runtime::Key::RSA(8192) to clone code using pipelines1479[Jun 18 2023 14:00:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.09 seconds1480[Jun 18 2023 14:00:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.23 seconds1481[Jun 18 2023 14:00:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/deploy-key-clone-project-141a643303bdb0a7' via api in 0.77 seconds1482[Jun 18 2023 14:00:34 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1483[Jun 18 2023 14:00:34 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1484[Jun 18 2023 14:00:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1485[Jun 18 2023 14:00:40 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-13006e73 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-13006e73 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-13006e73 --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list qa-runner-13006e73 --executor shell && gitlab-runner run" `1486[Jun 18 2023 14:00:40 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-13006e73`1487[Jun 18 2023 14:00:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1488[Jun 18 2023 14:00:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-13006e73' via api in 6.35 seconds1489[Jun 18 2023 14:00:41 UTC (QA Tests)] INFO -- filling :login_field with "root"1490[Jun 18 2023 14:00:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1491[Jun 18 2023 14:00:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"1492[Jun 18 2023 14:00:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1493[Jun 18 2023 14:00:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1494[Jun 18 2023 14:00:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.265s1495[Jun 18 2023 14:00:44 UTC (QA Tests)] INFO -- Enabling super sidebar!1496[Jun 18 2023 14:00:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled1497[Jun 18 2023 14:00:46 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 8192 -f /tmp/d20230618-39-daogkw/id_rsa -N `1498[Jun 18 2023 14:00:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/deploy-key-clone-project-141a643303bdb0a71499[Jun 18 2023 14:00:58 UTC (QA Tests)] INFO -- clicking :menu_section_button1500[Jun 18 2023 14:00:58 UTC (QA Tests)] INFO -- clicking :nav_item_link1501[Jun 18 2023 14:01:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.237s1502[Jun 18 2023 14:01:01 UTC (QA Tests)] INFO -- filling :deploy_key_title_field with "*****"1503[Jun 18 2023 14:01:01 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_title_field1504[Jun 18 2023 14:01:01 UTC (QA Tests)] INFO -- filling :deploy_key_field with "*****"1505[Jun 18 2023 14:01:01 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_field1506[Jun 18 2023 14:01:02 UTC (QA Tests)] INFO -- clicking :add_deploy_key_button1507[Jun 18 2023 14:01:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_deploy_key_button' took 1.276s1508[Jun 18 2023 14:01:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 7.13 seconds1509[Jun 18 2023 14:01:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.18 seconds1510[Jun 18 2023 14:01:05 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add .gitlab-ci.yml"1511[Jun 18 2023 14:01:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.84 seconds1512[Jun 18 2023 14:01:05 UTC (QA Tests)] INFO -- clicking :menu_section_button1513[Jun 18 2023 14:01:05 UTC (QA Tests)] INFO -- clicking :nav_item_link1514[Jun 18 2023 14:01:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.897s1515[Jun 18 2023 14:01:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.536s1516[Jun 18 2023 14:01:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 0.555s1517[Jun 18 2023 14:01:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-13006e73'1518[Jun 18 2023 14:01:10 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-13006e73`1519[Jun 18 2023 14:01:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/deploy-key-clone-project-141a643303bdb0a7'1520 user sets up a deploy key with QA::Runtime::Key::RSA(8192) to clone code using pipelines1521[Jun 18 2023 14:01:11 UTC (QA Tests)] INFO -- Starting test: Release Git clone using a deploy key user sets up a deploy key with QA::Runtime::Key::ED25519(256) to clone code using pipelines1522[Jun 18 2023 14:01:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1523[Jun 18 2023 14:01:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.21 seconds1524[Jun 18 2023 14:01:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/deploy-key-clone-project-567c2b4f2c41bdee' via api in 1.23 seconds1525[Jun 18 2023 14:01:12 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1526[Jun 18 2023 14:01:12 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1527[Jun 18 2023 14:01:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1528[Jun 18 2023 14:01:18 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-88258ec1 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-88258ec1 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-88258ec1 --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list qa-runner-88258ec1 --executor shell && gitlab-runner run" `1529[Jun 18 2023 14:01:18 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-88258ec1`1530[Jun 18 2023 14:01:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1531[Jun 18 2023 14:01:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-88258ec1' via api in 6.26 seconds1532[Jun 18 2023 14:01:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1533[Jun 18 2023 14:01:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1534[Jun 18 2023 14:01:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"1535[Jun 18 2023 14:01:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1536[Jun 18 2023 14:01:20 UTC (QA Tests)] INFO -- clicking :sign_in_button1537[Jun 18 2023 14:01:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.391s1538[Jun 18 2023 14:01:22 UTC (QA Tests)] INFO -- Enabling super sidebar!1539[Jun 18 2023 14:01:22 UTC (QA Tests)] INFO -- Super sidebar is already enabled1540[Jun 18 2023 14:01:24 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t ed25519 -b 256 -f /tmp/d20230618-39-9ecm6s/id_ed25519 -N `1541[Jun 18 2023 14:01:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/deploy-key-clone-project-567c2b4f2c41bdee1542[Jun 18 2023 14:01:25 UTC (QA Tests)] INFO -- clicking :menu_section_button1543[Jun 18 2023 14:01:25 UTC (QA Tests)] INFO -- clicking :nav_item_link1544[Jun 18 2023 14:01:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.865s1545[Jun 18 2023 14:01:27 UTC (QA Tests)] INFO -- filling :deploy_key_title_field with "*****"1546[Jun 18 2023 14:01:27 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_title_field1547[Jun 18 2023 14:01:27 UTC (QA Tests)] INFO -- filling :deploy_key_field with "*****"1548[Jun 18 2023 14:01:27 UTC (QA Tests)] INFO -- clicking the coordinates of :deploy_key_field1549[Jun 18 2023 14:01:28 UTC (QA Tests)] INFO -- clicking :add_deploy_key_button1550[Jun 18 2023 14:01:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_deploy_key_button' took 0.955s1551[Jun 18 2023 14:01:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey via browser_ui in 5.06 seconds1552[Jun 18 2023 14:01:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.18 seconds1553[Jun 18 2023 14:01:30 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add .gitlab-ci.yml"1554[Jun 18 2023 14:01:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.78 seconds1555[Jun 18 2023 14:01:31 UTC (QA Tests)] INFO -- clicking :menu_section_button1556[Jun 18 2023 14:01:31 UTC (QA Tests)] INFO -- clicking :nav_item_link1557[Jun 18 2023 14:01:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.865s1558[Jun 18 2023 14:01:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-88258ec1'1559[Jun 18 2023 14:01:36 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-88258ec1`1560[Jun 18 2023 14:01:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/deploy-key-clone-project-567c2b4f2c41bdee'1561 user sets up a deploy key with QA::Runtime::Key::ED25519(256) to clone code using pipelines1562Plan1563 Creating pages in group wikis1564 when wiki has a home page1565[Jun 18 2023 14:01:36 UTC (QA Tests)] INFO -- Starting test: Plan Creating pages in group wikis when wiki has a home page adds a second page1566[Jun 18 2023 14:01:37 UTC (QA Tests)] INFO -- filling :login_field with "root"1567[Jun 18 2023 14:01:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1568[Jun 18 2023 14:01:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"1569[Jun 18 2023 14:01:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1570[Jun 18 2023 14:01:38 UTC (QA Tests)] INFO -- clicking :sign_in_button1571[Jun 18 2023 14:01:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.386s1572[Jun 18 2023 14:01:40 UTC (QA Tests)] INFO -- Enabling super sidebar!1573[Jun 18 2023 14:01:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled1574[Jun 18 2023 14:01:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1575[Jun 18 2023 14:01:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-with-wiki-3bba43b52495b931' via api in 0.43 seconds1576[Jun 18 2023 14:01:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::GroupPage via api in 0.94 seconds1577[Jun 18 2023 14:01:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::GroupPage at http://gitlab-ee-10fb6f90.test/groups/gitlab-qa-sandbox-group-1/group-with-wiki-3bba43b52495b931/-/wikis/Home1578[Jun 18 2023 14:01:43 UTC (QA Tests)] INFO -- clicking :new_page_button1579[Jun 18 2023 14:01:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_page_button' took 0.827s1580[Jun 18 2023 14:01:44 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "New Wiki page"1581[Jun 18 2023 14:01:44 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox1582[Jun 18 2023 14:01:45 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "New Wiki content"1583[Jun 18 2023 14:01:45 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field1584[Jun 18 2023 14:01:46 UTC (QA Tests)] INFO -- clicking :wiki_submit_button1585[Jun 18 2023 14:01:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.59s1586 adds a second page1587 when wiki is empty1588[Jun 18 2023 14:01:48 UTC (QA Tests)] INFO -- Starting test: Plan Creating pages in group wikis when wiki is empty creates a new page1589[Jun 18 2023 14:01:48 UTC (QA Tests)] INFO -- filling :login_field with "root"1590[Jun 18 2023 14:01:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1591[Jun 18 2023 14:01:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1592[Jun 18 2023 14:01:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1593[Jun 18 2023 14:01:49 UTC (QA Tests)] INFO -- clicking :sign_in_button1594[Jun 18 2023 14:01:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.109s1595[Jun 18 2023 14:01:51 UTC (QA Tests)] INFO -- Enabling super sidebar!1596[Jun 18 2023 14:01:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled1597[Jun 18 2023 14:01:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds1598[Jun 18 2023 14:01:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds1599[Jun 18 2023 14:01:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-10fb6f90.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff1600[Jun 18 2023 14:01:54 UTC (QA Tests)] INFO -- clicking :menu_section_button1601[Jun 18 2023 14:01:54 UTC (QA Tests)] INFO -- clicking :nav_item_link1602[Jun 18 2023 14:01:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.913s1603[Jun 18 2023 14:02:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? js_lazy_loaded_content' took 11.059s1604[Jun 18 2023 14:02:06 UTC (QA Tests)] INFO -- clicking :create_first_page_link1605[Jun 18 2023 14:02:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_page_link' took 0.759s1606[Jun 18 2023 14:02:07 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "New Wiki page"1607[Jun 18 2023 14:02:07 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox1608[Jun 18 2023 14:02:07 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "New Wiki content"1609[Jun 18 2023 14:02:07 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field1610[Jun 18 2023 14:02:09 UTC (QA Tests)] INFO -- clicking :wiki_submit_button1611[Jun 18 2023 14:02:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.186s1612 creates a new page1613Package1614 Maven project level endpoint1615 using a personal access token1616[Jun 18 2023 14:02:10 UTC (QA Tests)] INFO -- Starting test: Package Maven project level endpoint using a personal access token pushes and pulls a maven package via maven1617[Jun 18 2023 14:02:11 UTC (QA Tests)] INFO -- filling :login_field with "root"1618[Jun 18 2023 14:02:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1619[Jun 18 2023 14:02:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"1620[Jun 18 2023 14:02:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1621[Jun 18 2023 14:02:11 UTC (QA Tests)] INFO -- clicking :sign_in_button1622[Jun 18 2023 14:02:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.604s1623[Jun 18 2023 14:02:14 UTC (QA Tests)] INFO -- Enabling super sidebar!1624[Jun 18 2023 14:02:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled1625[Jun 18 2023 14:02:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1626[Jun 18 2023 14:02:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds1627[Jun 18 2023 14:02:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/maven_package_project-368839a00f1249db' via api in 1.01 seconds1628[Jun 18 2023 14:02:16 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1629[Jun 18 2023 14:02:16 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1630[Jun 18 2023 14:02:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1631[Jun 18 2023 14:02:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1632[Jun 18 2023 14:02:17 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096935 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096935 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-1687096935 --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list runner-for-maven_package_project-368839a00f1249db --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1633[Jun 18 2023 14:02:17 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096935`1634[Jun 18 2023 14:02:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1635[Jun 18 2023 14:02:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687096935' via api in 1.33 seconds1636[Jun 18 2023 14:02:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.24 seconds1637[Jun 18 2023 14:02:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds1638[Jun 18 2023 14:02:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/maven_package_project-368839a00f1249db1639[Jun 18 2023 14:02:20 UTC (QA Tests)] INFO -- clicking :menu_section_button1640[Jun 18 2023 14:02:21 UTC (QA Tests)] INFO -- clicking :nav_item_link1641[Jun 18 2023 14:02:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.863s1642[Jun 18 2023 14:02:23 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1643[Jun 18 2023 14:02:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.737s1644[Jun 18 2023 14:02:56 UTC (QA Tests)] INFO -- clicking :menu_section_button1645[Jun 18 2023 14:02:56 UTC (QA Tests)] INFO -- clicking :nav_item_link1646[Jun 18 2023 14:02:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.866s1647[Jun 18 2023 14:02:57 UTC (QA Tests)] INFO -- clicking :package_link1648[Jun 18 2023 14:02:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687096935'1649[Jun 18 2023 14:02:58 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096935`1650[Jun 18 2023 14:02:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-ecaa4278bd27705b'1651[Jun 18 2023 14:02:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/maven_package_project-368839a00f1249db'1652 pushes and pulls a maven package via maven1653 using a project deploy token1654[Jun 18 2023 14:02:59 UTC (QA Tests)] INFO -- Starting test: Package Maven project level endpoint using a project deploy token pushes and pulls a maven package via maven1655[Jun 18 2023 14:03:00 UTC (QA Tests)] INFO -- filling :login_field with "root"1656[Jun 18 2023 14:03:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1657[Jun 18 2023 14:03:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1658[Jun 18 2023 14:03:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1659[Jun 18 2023 14:03:01 UTC (QA Tests)] INFO -- clicking :sign_in_button1660[Jun 18 2023 14:03:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.18s1661[Jun 18 2023 14:03:02 UTC (QA Tests)] INFO -- Enabling super sidebar!1662[Jun 18 2023 14:03:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled1663[Jun 18 2023 14:03:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.09 seconds1664[Jun 18 2023 14:03:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.21 seconds1665[Jun 18 2023 14:03:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/maven_package_project-3945f60423385af3' via api in 1.42 seconds1666[Jun 18 2023 14:03:06 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1667[Jun 18 2023 14:03:06 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1668[Jun 18 2023 14:03:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1669[Jun 18 2023 14:03:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1670[Jun 18 2023 14:03:11 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096984 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096984 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-1687096984 --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list runner-for-maven_package_project-3945f60423385af3 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1671[Jun 18 2023 14:03:12 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096984`1672[Jun 18 2023 14:03:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1673[Jun 18 2023 14:03:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687096984' via api in 6.37 seconds1674[Jun 18 2023 14:03:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-2' via api in 0.1 seconds1675[Jun 18 2023 14:03:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds1676[Jun 18 2023 14:03:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1677[Jun 18 2023 14:03:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/maven_package_project-3945f60423385af31678[Jun 18 2023 14:03:14 UTC (QA Tests)] INFO -- clicking :menu_section_button1679[Jun 18 2023 14:03:14 UTC (QA Tests)] INFO -- clicking :nav_item_link1680[Jun 18 2023 14:03:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.819s1681[Jun 18 2023 14:03:17 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1682[Jun 18 2023 14:03:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.942s1683[Jun 18 2023 14:03:41 UTC (QA Tests)] INFO -- clicking :menu_section_button1684[Jun 18 2023 14:03:41 UTC (QA Tests)] INFO -- clicking :nav_item_link1685[Jun 18 2023 14:03:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.794s1686[Jun 18 2023 14:03:42 UTC (QA Tests)] INFO -- clicking :package_link1687[Jun 18 2023 14:03:43 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687096984'1688[Jun 18 2023 14:03:43 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096984`1689[Jun 18 2023 14:03:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-81e9f9bacec9f885'1690[Jun 18 2023 14:03:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/maven_package_project-3945f60423385af3'1691 pushes and pulls a maven package via maven1692 using a ci job token1693[Jun 18 2023 14:03:45 UTC (QA Tests)] INFO -- Starting test: Package Maven project level endpoint using a ci job token pushes and pulls a maven package via maven1694[Jun 18 2023 14:03:45 UTC (QA Tests)] INFO -- filling :login_field with "root"1695[Jun 18 2023 14:03:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1696[Jun 18 2023 14:03:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"1697[Jun 18 2023 14:03:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1698[Jun 18 2023 14:03:46 UTC (QA Tests)] INFO -- clicking :sign_in_button1699[Jun 18 2023 14:03:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.596s1700[Jun 18 2023 14:03:48 UTC (QA Tests)] INFO -- Enabling super sidebar!1701[Jun 18 2023 14:03:48 UTC (QA Tests)] INFO -- Super sidebar is already enabled1702[Jun 18 2023 14:03:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.08 seconds1703[Jun 18 2023 14:03:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.21 seconds1704[Jun 18 2023 14:03:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/maven_package_project-b3a8232f2db808b1' via api in 1.0 seconds1705[Jun 18 2023 14:03:51 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1706[Jun 18 2023 14:03:51 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1707[Jun 18 2023 14:03:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1708[Jun 18 2023 14:03:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1709[Jun 18 2023 14:03:57 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687097030 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687097030 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-1687097030 --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list runner-for-maven_package_project-b3a8232f2db808b1 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1710[Jun 18 2023 14:03:57 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687097030`1711[Jun 18 2023 14:03:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1712[Jun 18 2023 14:03:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687097030' via api in 6.37 seconds1713[Jun 18 2023 14:03:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1714[Jun 18 2023 14:03:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/maven_package_project-b3a8232f2db808b11715[Jun 18 2023 14:04:00 UTC (QA Tests)] INFO -- clicking :menu_section_button1716[Jun 18 2023 14:04:00 UTC (QA Tests)] INFO -- clicking :nav_item_link1717[Jun 18 2023 14:04:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.83s1718[Jun 18 2023 14:04:02 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1719[Jun 18 2023 14:04:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.444s1720[Jun 18 2023 14:04:26 UTC (QA Tests)] INFO -- clicking :menu_section_button1721[Jun 18 2023 14:04:26 UTC (QA Tests)] INFO -- clicking :nav_item_link1722[Jun 18 2023 14:04:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.93s1723[Jun 18 2023 14:04:27 UTC (QA Tests)] INFO -- clicking :package_link1724[Jun 18 2023 14:04:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.522s1725[Jun 18 2023 14:04:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687097030'1726[Jun 18 2023 14:04:28 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687097030`1727[Jun 18 2023 14:04:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-3f530651621f5b38'1728[Jun 18 2023 14:04:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/maven_package_project-b3a8232f2db808b1'1729 pushes and pulls a maven package via maven1730Plan1731 Testing wiki content creation inside a project1732[Jun 18 2023 14:04:29 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a second page to the wiki1733[Jun 18 2023 14:04:30 UTC (QA Tests)] INFO -- filling :login_field with "root"1734[Jun 18 2023 14:04:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1735[Jun 18 2023 14:04:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"1736[Jun 18 2023 14:04:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1737[Jun 18 2023 14:04:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1738[Jun 18 2023 14:04:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.135s1739[Jun 18 2023 14:04:32 UTC (QA Tests)] INFO -- Enabling super sidebar!1740[Jun 18 2023 14:04:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled1741[Jun 18 2023 14:04:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1742[Jun 18 2023 14:04:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.18 seconds1743[Jun 18 2023 14:04:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/wiki_testing-20b640b9ce4939f5' via api in 0.83 seconds1744[Jun 18 2023 14:04:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.3 seconds1745[Jun 18 2023 14:04:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/wiki_testing-20b640b9ce4939f5/-/wikis/Home1746[Jun 18 2023 14:04:36 UTC (QA Tests)] INFO -- clicking :new_page_button1747[Jun 18 2023 14:04:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_page_button' took 0.987s1748[Jun 18 2023 14:04:37 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"1749[Jun 18 2023 14:04:37 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox1750[Jun 18 2023 14:04:38 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"1751[Jun 18 2023 14:04:38 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field1752[Jun 18 2023 14:04:38 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"1753[Jun 18 2023 14:04:38 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox1754[Jun 18 2023 14:04:39 UTC (QA Tests)] INFO -- clicking :wiki_submit_button1755[Jun 18 2023 14:04:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.33s1756 by adding a second page to the wiki1757[Jun 18 2023 14:04:41 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a home page to the wiki1758[Jun 18 2023 14:04:42 UTC (QA Tests)] INFO -- filling :login_field with "root"1759[Jun 18 2023 14:04:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1760[Jun 18 2023 14:04:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"1761[Jun 18 2023 14:04:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1762[Jun 18 2023 14:04:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1763[Jun 18 2023 14:04:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.27s1764[Jun 18 2023 14:04:45 UTC (QA Tests)] INFO -- Enabling super sidebar!1765[Jun 18 2023 14:04:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled1766[Jun 18 2023 14:04:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1767[Jun 18 2023 14:04:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.17 seconds1768[Jun 18 2023 14:04:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/the_awesome_project-40442b51849a5f40' via api in 0.71 seconds1769[Jun 18 2023 14:04:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/the_awesome_project-40442b51849a5f401770[Jun 18 2023 14:04:49 UTC (QA Tests)] INFO -- clicking :menu_section_button1771[Jun 18 2023 14:04:49 UTC (QA Tests)] INFO -- clicking :nav_item_link1772[Jun 18 2023 14:04:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.773s1773[Jun 18 2023 14:05:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? js_lazy_loaded_content' took 11.043s1774[Jun 18 2023 14:05:01 UTC (QA Tests)] INFO -- clicking :create_first_page_link1775[Jun 18 2023 14:05:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_page_link' took 0.801s1776[Jun 18 2023 14:05:02 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"1777[Jun 18 2023 14:05:02 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox1778[Jun 18 2023 14:05:02 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"1779[Jun 18 2023 14:05:02 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field1780[Jun 18 2023 14:05:03 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"1781[Jun 18 2023 14:05:03 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox1782[Jun 18 2023 14:05:04 UTC (QA Tests)] INFO -- clicking :wiki_submit_button1783[Jun 18 2023 14:05:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.657s1784 by adding a home page to the wiki1785[Jun 18 2023 14:05:06 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a second page to the wiki using git push1786[Jun 18 2023 14:05:06 UTC (QA Tests)] INFO -- filling :login_field with "root"1787[Jun 18 2023 14:05:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1788[Jun 18 2023 14:05:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"1789[Jun 18 2023 14:05:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1790[Jun 18 2023 14:05:07 UTC (QA Tests)] INFO -- clicking :sign_in_button1791[Jun 18 2023 14:05:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.157s1792[Jun 18 2023 14:05:09 UTC (QA Tests)] INFO -- Enabling super sidebar!1793[Jun 18 2023 14:05:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled1794[Jun 18 2023 14:05:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.12 seconds1795[Jun 18 2023 14:05:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.27 seconds1796[Jun 18 2023 14:05:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/wiki_testing-e02338d37ae9b82b' via api in 0.8 seconds1797[Jun 18 2023 14:05:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.2 seconds1798[Jun 18 2023 14:05:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 1.35 seconds1799[Jun 18 2023 14:05:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/wiki_testing-e02338d37ae9b82b/-/wikis/just_another_wiki_page1800 by adding a second page to the wiki using git push1801[Jun 18 2023 14:05:14 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a home page to the wiki using git push1802[Jun 18 2023 14:05:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1803[Jun 18 2023 14:05:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1804[Jun 18 2023 14:05:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"1805[Jun 18 2023 14:05:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1806[Jun 18 2023 14:05:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1807[Jun 18 2023 14:05:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.136s1808[Jun 18 2023 14:05:17 UTC (QA Tests)] INFO -- Enabling super sidebar!1809[Jun 18 2023 14:05:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled1810[Jun 18 2023 14:05:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1811[Jun 18 2023 14:05:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.18 seconds1812[Jun 18 2023 14:05:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/wiki_testing-f0e074ca20033f75' via api in 0.67 seconds1813[Jun 18 2023 14:05:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 2.38 seconds1814[Jun 18 2023 14:05:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/wiki_testing-f0e074ca20033f75/-/wikis/just_another_wiki_page1815 by adding a home page to the wiki using git push1816Data Stores1817 Subgroup transfer1818[Jun 18 2023 14:05:23 UTC (QA Tests)] INFO -- Starting test: Data Stores Subgroup transfer transfers a subgroup to another group1819[Jun 18 2023 14:05:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1820[Jun 18 2023 14:05:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/target-group-for-transfer_f22cff39f93b11ab' via api in 0.4 seconds1821[Jun 18 2023 14:05:24 UTC (QA Tests)] INFO -- filling :login_field with "root"1822[Jun 18 2023 14:05:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1823[Jun 18 2023 14:05:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"1824[Jun 18 2023 14:05:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1825[Jun 18 2023 14:05:24 UTC (QA Tests)] INFO -- clicking :sign_in_button1826[Jun 18 2023 14:05:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.305s1827[Jun 18 2023 14:05:26 UTC (QA Tests)] INFO -- Enabling super sidebar!1828[Jun 18 2023 14:05:26 UTC (QA Tests)] INFO -- Super sidebar is already enabled1829[Jun 18 2023 14:05:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1830[Jun 18 2023 14:05:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/source-group-for-transfer_424c7e640a6d3b80' via api in 0.42 seconds1831[Jun 18 2023 14:05:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/source-group-for-transfer_424c7e640a6d3b80/subgroup-for-transfer_7c41999d5902e889' via api in 0.56 seconds1832[Jun 18 2023 14:05:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-10fb6f90.test/groups/gitlab-qa-sandbox-group-1/source-group-for-transfer_424c7e640a6d3b80/subgroup-for-transfer_7c41999d5902e8891833[Jun 18 2023 14:05:30 UTC (QA Tests)] INFO -- clicking :menu_section_button1834[Jun 18 2023 14:05:30 UTC (QA Tests)] INFO -- clicking :nav_item_link1835[Jun 18 2023 14:05:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.982s1836[Jun 18 2023 14:05:31 UTC (QA Tests)] INFO -- Transferring group: subgroup-for-transfer_7c41999d5902e889 to target group: target-group-for-transfer_f22cff39f93b11ab1837[Jun 18 2023 14:05:33 UTC (QA Tests)] INFO -- scrolling to :[data-testid="transfer_group_content"],[data-testid="transfer-group-content"],[data-qa-selector="transfer_group_content"],.qa-transfer-group-content1838[Jun 18 2023 14:05:33 UTC (QA Tests)] INFO -- clicking :namespaces_list1839[Jun 18 2023 14:05:33 UTC (QA Tests)] INFO -- filling :namespaces_list_search with "target-group-for-transfer_f22cff39f93b11ab"1840[Jun 18 2023 14:05:33 UTC (QA Tests)] INFO -- clicking the coordinates of :namespaces_list_search1841[Jun 18 2023 14:05:34 UTC (QA Tests)] INFO -- clicking :transfer_group_button1842[Jun 18 2023 14:05:34 UTC (QA Tests)] INFO -- filling :confirm_danger_field with "gitlab-qa-sandbox-group-1/source-group-for-transfer_424c7e640a6d3b80/subgroup-for-transfer_7c41999d5902e889"1843[Jun 18 2023 14:05:34 UTC (QA Tests)] INFO -- clicking the coordinates of :confirm_danger_field1844[Jun 18 2023 14:05:35 UTC (QA Tests)] INFO -- clicking :confirm_danger_modal_button1845[Jun 18 2023 14:05:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_danger_modal_button' took 0.968s1846 transfers a subgroup to another group1847Govern1848 Compliance Framework Report1849[Jun 18 2023 14:05:36 UTC (QA Tests)] INFO -- Starting test: Govern Compliance Framework Report shows the compliance framework for each project1850[Jun 18 2023 14:05:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1851[Jun 18 2023 14:05:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/compliance-ytrsrob3' via api in 0.4 seconds1852[Jun 18 2023 14:05:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/project-compliance-framework-report-b3f7539f694aa1e7' via api in 0.42 seconds1853[Jun 18 2023 14:05:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/project-without-compliance-framework-1aa09e70bad2e103' via api in 0.49 seconds1854[Jun 18 2023 14:05:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/compliance-ytrsrob3/subgroup-project-compliance-framework-report-507f3b05787a4026' via api in 0.48 seconds1855[Jun 18 2023 14:05:38 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::ComplianceFramework with name 'Eius autem et deleniti.' via api in 0.13 seconds1856[Jun 18 2023 14:05:38 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::ComplianceFramework with name 'Iste eos nesciunt et.' via api in 0.08 seconds1857[Jun 18 2023 14:05:38 UTC (QA Tests)] INFO -- filling :login_field with "root"1858[Jun 18 2023 14:05:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1859[Jun 18 2023 14:05:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"1860[Jun 18 2023 14:05:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1861[Jun 18 2023 14:05:39 UTC (QA Tests)] INFO -- clicking :sign_in_button1862[Jun 18 2023 14:05:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.09s1863[Jun 18 2023 14:05:41 UTC (QA Tests)] INFO -- Enabling super sidebar!1864[Jun 18 2023 14:05:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled1865[Jun 18 2023 14:05:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-10fb6f90.test/groups/gitlab-qa-sandbox-group-11866[Jun 18 2023 14:05:45 UTC (QA Tests)] INFO -- clicking :menu_section_button1867[Jun 18 2023 14:05:45 UTC (QA Tests)] INFO -- clicking :nav_item_link1868[Jun 18 2023 14:05:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.756s1869[Jun 18 2023 14:05:46 UTC (QA Tests)] INFO -- clicking :frameworks_tab1870[Jun 18 2023 14:05:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.881s1871[Jun 18 2023 14:05:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element frameworks_tab' took 0.986s1872[Jun 18 2023 14:05:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.579s1873 shows the compliance framework for each project1874Create1875 push after setting the file size limit via admin/application_settings1876[Jun 18 2023 14:05:49 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 limit1877[Jun 18 2023 14:05:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1878[Jun 18 2023 14:05:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.18 seconds1879[Jun 18 2023 14:05:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-test-push-limit-3a55de3b83a84cae' via api in 0.95 seconds1880[Jun 18 2023 14:05:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.8 seconds1881[Jun 18 2023 14:05:52 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Adding a new file"1882 push successful when the file size is under the limit1883[Jun 18 2023 14:05:52 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 limit1884[Jun 18 2023 14:05:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1885[Jun 18 2023 14:05:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.17 seconds1886[Jun 18 2023 14:05:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-test-push-limit-71940143317a3cc5' via api in 1.01 seconds1887 push fails when the file size is above the limit1888Plan1889 Project issue boards1890 Label issue board1891[Jun 18 2023 14:05:56 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 it1892[Jun 18 2023 14:05:57 UTC (QA Tests)] INFO -- filling :login_field with "root"1893[Jun 18 2023 14:05:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1894[Jun 18 2023 14:05:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"1895[Jun 18 2023 14:05:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1896[Jun 18 2023 14:05:58 UTC (QA Tests)] INFO -- clicking :sign_in_button1897[Jun 18 2023 14:05:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.186s1898[Jun 18 2023 14:06:00 UTC (QA Tests)] INFO -- Enabling super sidebar!1899[Jun 18 2023 14:06:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled1900[Jun 18 2023 14:06:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1901[Jun 18 2023 14:06:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds1902[Jun 18 2023 14:06:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-board-list-b036983c95e4e0f4' via api in 0.83 seconds1903[Jun 18 2023 14:06:02 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.18 seconds1904[Jun 18 2023 14:06:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '2' via api in 0.13 seconds1905[Jun 18 2023 14:06:03 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::LabelBoardList with id '7' via api in 1.27 seconds1906[Jun 18 2023 14:06:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '8' via api in 0.41 seconds1907[Jun 18 2023 14:06:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-board-list-b036983c95e4e0f41908[Jun 18 2023 14:06:04 UTC (QA Tests)] INFO -- clicking :menu_section_button1909[Jun 18 2023 14:06:04 UTC (QA Tests)] INFO -- clicking :nav_item_link1910[Jun 18 2023 14:06:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.961s1911[Jun 18 2023 14:06:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.699s1912[Jun 18 2023 14:06:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.717s1913 shows the just created board with a "Testing" (label) list, and an issue on it1914 Milestone issue board1915[Jun 18 2023 14:06:06 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 it1916[Jun 18 2023 14:06:07 UTC (QA Tests)] INFO -- filling :login_field with "root"1917[Jun 18 2023 14:06:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1918[Jun 18 2023 14:06:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"1919[Jun 18 2023 14:06:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1920[Jun 18 2023 14:06:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1921[Jun 18 2023 14:06:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.103s1922[Jun 18 2023 14:06:09 UTC (QA Tests)] INFO -- Enabling super sidebar!1923[Jun 18 2023 14:06:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled1924[Jun 18 2023 14:06:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1925[Jun 18 2023 14:06:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.18 seconds1926[Jun 18 2023 14:06:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-board-list-200dd1fc42aa895c' via api in 0.67 seconds1927[Jun 18 2023 14:06:12 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.13 seconds1928[Jun 18 2023 14:06:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '5' via api in 0.14 seconds1929[Jun 18 2023 14:06:12 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::MilestoneBoardList with id '10' via api in 1.05 seconds1930[Jun 18 2023 14:06:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '9' via api in 0.36 seconds1931[Jun 18 2023 14:06:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-board-list-200dd1fc42aa895c1932[Jun 18 2023 14:06:13 UTC (QA Tests)] INFO -- clicking :menu_section_button1933[Jun 18 2023 14:06:13 UTC (QA Tests)] INFO -- clicking :nav_item_link1934[Jun 18 2023 14:06:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.836s1935[Jun 18 2023 14:06:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.556s1936[Jun 18 2023 14:06:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.571s1937 shows the just created board with a "1.0" (milestone) list, and an issue on it1938 Assignee issue board1939[Jun 18 2023 14:06:15 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 it1940[Jun 18 2023 14:06:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1941[Jun 18 2023 14:06:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1942[Jun 18 2023 14:06:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1943[Jun 18 2023 14:06:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1944[Jun 18 2023 14:06:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1945[Jun 18 2023 14:06:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.056s1946[Jun 18 2023 14:06:18 UTC (QA Tests)] INFO -- Enabling super sidebar!1947[Jun 18 2023 14:06:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled1948[Jun 18 2023 14:06:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.29 seconds1949[Jun 18 2023 14:06:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds1950[Jun 18 2023 14:06:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds1951[Jun 18 2023 14:06:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-to-test-assignee-issue-board-list-f1512a6f74efe430' via api in 0.68 seconds1952[Jun 18 2023 14:06:21 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-to-test-assignee-issue-board-list-f1512a6f74efe430 QA::Resource::Project1953[Jun 18 2023 14:06:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '10' via api in 0.51 seconds1954[Jun 18 2023 14:06:22 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.15 seconds1955[Jun 18 2023 14:06:22 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::AssigneeBoardList with id '13' via api in 0.25 seconds1956[Jun 18 2023 14:06:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-to-test-assignee-issue-board-list-f1512a6f74efe4301957[Jun 18 2023 14:06:23 UTC (QA Tests)] INFO -- clicking :menu_section_button1958[Jun 18 2023 14:06:23 UTC (QA Tests)] INFO -- clicking :nav_item_link1959[Jun 18 2023 14:06:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.84s1960[Jun 18 2023 14:06:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.567s1961[Jun 18 2023 14:06:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.582s1962 shows the just created board with an assignee list, and an issue on it1963Fulfillment1964 Utilization1965 when Saas user limit experience1966 limit overage enforcement removed from private group when trial is started (PENDING: Test is not compatible with this environment or pipeline)1967 enforcement limit counts includes invited group and project members (PENDING: Test is not compatible with this environment or pipeline)1968 new group enforcement removed when trial started (PENDING: Test is not compatible with this environment or pipeline)1969 enforcement does not allow adding more members (PENDING: Test is not compatible with this environment or pipeline)1970 when group is in notification1971 preview notification displayed for private group when over limit (PENDING: Test is not compatible with this environment or pipeline)1972Manage1973 2FA1974[Jun 18 2023 14:06:24 UTC (QA Tests)] INFO -- Starting test: Manage 2FA allows using 2FA recovery code once only1975[Jun 18 2023 14:06:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-3514563bdd50a70d' via api in 0.28 seconds1976[Jun 18 2023 14:06:25 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-3514563bdd50a70d1977[Jun 18 2023 14:06:25 UTC (QA Tests)] INFO -- Caching token for username: qa-user-3514563bdd50a70d, last six chars of token:PxawLF1978[Jun 18 2023 14:06:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-3514563bdd50a70d-awbtxyeq' via api in 0.08 seconds1979[Jun 18 2023 14:06:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-2fa-recovery-sandbox-group-45eccdf0' via api in 0.35 seconds1980[Jun 18 2023 14:06:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-2fa-recovery-sandbox-group-45eccdf0/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.3 seconds1981[Jun 18 2023 14:06:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-dd96f6628299e4cb' via api in 0.29 seconds1982[Jun 18 2023 14:06:26 UTC (QA Tests)] INFO -- Adding user qa-user-dd96f6628299e4cb to gitlab-qa-2fa-recovery-sandbox-group-45eccdf0/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff QA::Resource::Group1983[Jun 18 2023 14:06:27 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-dd96f6628299e4cb"1984[Jun 18 2023 14:06:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1985[Jun 18 2023 14:06:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1986[Jun 18 2023 14:06:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1987[Jun 18 2023 14:06:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1988[Jun 18 2023 14:06:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.952s1989[Jun 18 2023 14:06:29 UTC (QA Tests)] INFO -- Enabling super sidebar!1990[Jun 18 2023 14:06:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled1991[Jun 18 2023 14:07:00 UTC (QA Tests)] INFO -- filling :pin_code_field with "376939"1992[Jun 18 2023 14:07:00 UTC (QA Tests)] INFO -- clicking the coordinates of :pin_code_field1993[Jun 18 2023 14:07:00 UTC (QA Tests)] INFO -- filling :current_password_field with "*****"1994[Jun 18 2023 14:07:00 UTC (QA Tests)] INFO -- clicking the coordinates of :current_password_field1995[Jun 18 2023 14:07:01 UTC (QA Tests)] INFO -- clicking :register_2fa_app_button1996[Jun 18 2023 14:07:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element register_2fa_app_button' took 1.152s1997[Jun 18 2023 14:07:02 UTC (QA Tests)] INFO -- clicking :copy_button1998[Jun 18 2023 14:07:02 UTC (QA Tests)] INFO -- clicking :proceed_button1999[Jun 18 2023 14:07:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.038s2000[Jun 18 2023 14:07:04 UTC (QA Tests)] INFO -- clicking :user_avatar_content2001[Jun 18 2023 14:07:04 UTC (QA Tests)] INFO -- clicking :sign_out_link2002[Jun 18 2023 14:07:05 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-dd96f6628299e4cb"2003[Jun 18 2023 14:07:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2004[Jun 18 2023 14:07:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"2005[Jun 18 2023 14:07:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2006[Jun 18 2023 14:07:06 UTC (QA Tests)] INFO -- clicking :sign_in_button2007[Jun 18 2023 14:07:06 UTC (QA Tests)] INFO -- Enabling super sidebar!2008[Jun 18 2023 14:07:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.021s2009[Jun 18 2023 14:07:09 UTC (QA Tests)] INFO -- User is not signed in, skipping2010[Jun 18 2023 14:07:10 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "09c084ac510fb92b"2011[Jun 18 2023 14:07:10 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field2012[Jun 18 2023 14:07:11 UTC (QA Tests)] INFO -- clicking :verify_code_button2013[Jun 18 2023 14:07:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 0.993s2014[Jun 18 2023 14:07:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.061s2015[Jun 18 2023 14:07:13 UTC (QA Tests)] INFO -- clicking :user_avatar_content2016[Jun 18 2023 14:07:13 UTC (QA Tests)] INFO -- clicking :sign_out_link2017[Jun 18 2023 14:07:14 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-dd96f6628299e4cb"2018[Jun 18 2023 14:07:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2019[Jun 18 2023 14:07:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"2020[Jun 18 2023 14:07:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2021[Jun 18 2023 14:07:14 UTC (QA Tests)] INFO -- clicking :sign_in_button2022[Jun 18 2023 14:07:15 UTC (QA Tests)] INFO -- Enabling super sidebar!2023[Jun 18 2023 14:07:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.049s2024[Jun 18 2023 14:07:18 UTC (QA Tests)] INFO -- User is not signed in, skipping2025[Jun 18 2023 14:07:19 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "09c084ac510fb92b"2026[Jun 18 2023 14:07:19 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field2027[Jun 18 2023 14:07:19 UTC (QA Tests)] INFO -- clicking :verify_code_button2028[Jun 18 2023 14:07:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 0.812s2029 allows using 2FA recovery code once only2030Package2031 RubyGems Repository2032[Jun 18 2023 14:07:20 UTC (QA Tests)] INFO -- Starting test: Package RubyGems Repository publishes a Ruby gem2033[Jun 18 2023 14:07:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.32 seconds2034[Jun 18 2023 14:07:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.45 seconds2035[Jun 18 2023 14:07:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/rubygems-package-project-9599f8109e67f82a' via api in 2.19 seconds2036[Jun 18 2023 14:07:23 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2037[Jun 18 2023 14:07:23 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2038[Jun 18 2023 14:07:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2039[Jun 18 2023 14:07:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2040[Jun 18 2023 14:07:23 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687097240 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687097240 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-1687097240 --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list runner-for-rubygems-package-project-9599f8109e67f82a --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `2041[Jun 18 2023 14:07:24 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687097240`2042[Jun 18 2023 14:07:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2043[Jun 18 2023 14:07:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687097240' via api in 2.48 seconds2044[Jun 18 2023 14:07:25 UTC (QA Tests)] INFO -- Enabling feature: rubygem_packages for scope "project: gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/rubygems-package-project-9599f8109e67f82a"2045[Jun 18 2023 14:07:25 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: rubygem_packages2046[Jun 18 2023 14:07:26 UTC (QA Tests)] INFO -- filling :login_field with "root"2047[Jun 18 2023 14:07:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2048[Jun 18 2023 14:07:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"2049[Jun 18 2023 14:07:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2050[Jun 18 2023 14:07:26 UTC (QA Tests)] INFO -- clicking :sign_in_button2051[Jun 18 2023 14:07:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.333s2052[Jun 18 2023 14:07:28 UTC (QA Tests)] INFO -- Enabling super sidebar!2053[Jun 18 2023 14:07:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled2054[Jun 18 2023 14:07:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds2055[Jun 18 2023 14:07:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/rubygems-package-project-9599f8109e67f82a2056[Jun 18 2023 14:07:33 UTC (QA Tests)] INFO -- clicking :menu_section_button2057[Jun 18 2023 14:07:33 UTC (QA Tests)] INFO -- clicking :nav_item_link2058[Jun 18 2023 14:07:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.831s2059[Jun 18 2023 14:07:35 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2060[Jun 18 2023 14:07:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.542s2061[Jun 18 2023 14:07:49 UTC (QA Tests)] INFO -- clicking :menu_section_button2062[Jun 18 2023 14:07:50 UTC (QA Tests)] INFO -- clicking :nav_item_link2063[Jun 18 2023 14:07:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.849s2064[Jun 18 2023 14:07:51 UTC (QA Tests)] INFO -- Disabling feature: rubygem_packages for scope "project: gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/rubygems-package-project-9599f8109e67f82a"2065[Jun 18 2023 14:07:51 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: rubygem_packages2066 publishes a Ruby gem2067Verify2068 Multi-project pipelines2069[Jun 18 2023 14:07:51 UTC (QA Tests)] INFO -- Starting test: Verify Multi-project pipelines creates a multi-project pipeline with artifact download2070[Jun 18 2023 14:07:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2071[Jun 18 2023 14:07:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.17 seconds2072[Jun 18 2023 14:07:51 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.2073[Jun 18 2023 14:07:51 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2074[Jun 18 2023 14:07:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2075[Jun 18 2023 14:07:56 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-374d23c5 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-374d23c5 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-374d23c5 --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list qa-runner-374d23c5 --executor shell && gitlab-runner run" `2076[Jun 18 2023 14:07:57 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-374d23c5`2077[Jun 18 2023 14:07:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2078[Jun 18 2023 14:07:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-374d23c5' via api in 6.18 seconds2079[Jun 18 2023 14:07:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/downstream-project-b6233bd9b5279201' via api in 0.43 seconds2080[Jun 18 2023 14:07:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/upstream-project-bee9716638fa4a6b' via api in 0.41 seconds2081[Jun 18 2023 14:07:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.76 seconds2082[Jun 18 2023 14:08:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.88 seconds2083[Jun 18 2023 14:08:00 UTC (QA Tests)] INFO -- filling :login_field with "root"2084[Jun 18 2023 14:08:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2085[Jun 18 2023 14:08:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"2086[Jun 18 2023 14:08:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2087[Jun 18 2023 14:08:01 UTC (QA Tests)] INFO -- clicking :sign_in_button2088[Jun 18 2023 14:08:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.15s2089[Jun 18 2023 14:08:03 UTC (QA Tests)] INFO -- Enabling super sidebar!2090[Jun 18 2023 14:08:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled2091[Jun 18 2023 14:08:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/upstream-project-bee9716638fa4a6b2092[Jun 18 2023 14:08:08 UTC (QA Tests)] INFO -- clicking :menu_section_button2093[Jun 18 2023 14:08:08 UTC (QA Tests)] INFO -- clicking :nav_item_link2094[Jun 18 2023 14:08:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.895s2095[Jun 18 2023 14:08:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.886s2096[Jun 18 2023 14:08:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element status_badge_link' took 0.904s2097[Jun 18 2023 14:08:11 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button2098[Jun 18 2023 14:08:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-374d23c5'2099[Jun 18 2023 14:08:12 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-374d23c5`2100[Jun 18 2023 14:08:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/upstream-project-bee9716638fa4a6b'2101[Jun 18 2023 14:08:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/downstream-project-b6233bd9b5279201'2102 creates a multi-project pipeline with artifact download2103Create2104 Project snippet creation2105[Jun 18 2023 14:08:13 UTC (QA Tests)] INFO -- Starting test: Create Project snippet creation user creates a project snippet2106[Jun 18 2023 14:08:13 UTC (QA Tests)] INFO -- filling :login_field with "root"2107[Jun 18 2023 14:08:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2108[Jun 18 2023 14:08:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"2109[Jun 18 2023 14:08:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2110[Jun 18 2023 14:08:14 UTC (QA Tests)] INFO -- clicking :sign_in_button2111[Jun 18 2023 14:08:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.133s2112[Jun 18 2023 14:08:16 UTC (QA Tests)] INFO -- Enabling super sidebar!2113[Jun 18 2023 14:08:16 UTC (QA Tests)] INFO -- Super sidebar is already enabled2114[Jun 18 2023 14:08:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2115[Jun 18 2023 14:08:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.17 seconds2116[Jun 18 2023 14:08:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-snippets-788465cfb2dc6f7f' via api in 0.72 seconds2117[Jun 18 2023 14:08:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-snippets-788465cfb2dc6f7f2118[Jun 18 2023 14:08:19 UTC (QA Tests)] INFO -- clicking :menu_section_button2119[Jun 18 2023 14:08:19 UTC (QA Tests)] INFO -- clicking :nav_item_link2120[Jun 18 2023 14:08:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.667s2121[Jun 18 2023 14:08:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? js_lazy_loaded' took 11.045s2122[Jun 18 2023 14:08:31 UTC (QA Tests)] INFO -- clicking :create_first_snippet_link2123[Jun 18 2023 14:08:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_snippet_link' took 1.029s2124[Jun 18 2023 14:08:32 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Project snippet"2125[Jun 18 2023 14:08:32 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field2126[Jun 18 2023 14:08:32 UTC (QA Tests)] INFO -- clicking :description_placeholder2127[Jun 18 2023 14:08:33 UTC (QA Tests)] INFO -- filling :snippet_description_field with " "2128[Jun 18 2023 14:08:33 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field2129[Jun 18 2023 14:08:33 UTC (QA Tests)] INFO -- clicking :visibility_content2130[Jun 18 2023 14:08:33 UTC (QA Tests)] INFO -- filling :file_name_field with "markdown_file.md"2131[Jun 18 2023 14:08:33 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field2132[Jun 18 2023 14:08:34 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button2133[Jun 18 2023 14:08:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.597s2134[Jun 18 2023 14:08:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.605s2135[Jun 18 2023 14:08:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '3' via browser_ui in 18.28 seconds2136 user creates a project snippet2137Analytics2138 Service ping default enabled2139 when using default enabled from gitlab.yml config2140[Jun 18 2023 14:08:36 UTC (QA Tests)] INFO -- Starting test: Analytics Service ping default enabled when using default enabled from gitlab.yml config has service ping toggle enabled2141[Jun 18 2023 14:08:37 UTC (QA Tests)] INFO -- filling :login_field with "root"2142[Jun 18 2023 14:08:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2143[Jun 18 2023 14:08:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"2144[Jun 18 2023 14:08:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2145[Jun 18 2023 14:08:38 UTC (QA Tests)] INFO -- clicking :sign_in_button2146[Jun 18 2023 14:08:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.116s2147[Jun 18 2023 14:08:39 UTC (QA Tests)] INFO -- Enabling super sidebar!2148[Jun 18 2023 14:08:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled2149[Jun 18 2023 14:08:41 UTC (QA Tests)] INFO -- clicking :context_switcher2150[Jun 18 2023 14:08:41 UTC (QA Tests)] INFO -- clicking :nav_item_link2151[Jun 18 2023 14:08:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.725s2152[Jun 18 2023 14:08:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.213s2153[Jun 18 2023 14:08:43 UTC (QA Tests)] INFO -- clicking :menu_section_button2154[Jun 18 2023 14:08:43 UTC (QA Tests)] INFO -- clicking :nav_item_link2155[Jun 18 2023 14:08:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.515s2156 has service ping toggle enabled2157Data Stores2158 User2159[Jun 18 2023 14:08:45 UTC (QA Tests)] INFO -- Starting test: Data Stores User can be followed and their activity seen2160[Jun 18 2023 14:08:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-5d1311ad68ba0b0d' via api in 0.42 seconds2161[Jun 18 2023 14:08:46 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-5d1311ad68ba0b0d2162[Jun 18 2023 14:08:46 UTC (QA Tests)] INFO -- Caching token for username: qa-user-5d1311ad68ba0b0d, last six chars of token:ZFsH5Z2163[Jun 18 2023 14:08:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-5d1311ad68ba0b0d-jalcugqc' via api in 0.08 seconds2164[Jun 18 2023 14:08:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-d13ae0fa4ec5e96f' via api in 0.24 seconds2165[Jun 18 2023 14:08:47 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-d13ae0fa4ec5e96f"2166[Jun 18 2023 14:08:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2167[Jun 18 2023 14:08:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"2168[Jun 18 2023 14:08:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2169[Jun 18 2023 14:08:47 UTC (QA Tests)] INFO -- clicking :sign_in_button2170[Jun 18 2023 14:08:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.687s2171[Jun 18 2023 14:08:48 UTC (QA Tests)] INFO -- Enabling super sidebar!2172[Jun 18 2023 14:08:48 UTC (QA Tests)] INFO -- Super sidebar is already enabled2173[Jun 18 2023 14:08:50 UTC (QA Tests)] INFO -- clicking :follow_user_link2174[Jun 18 2023 14:08:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element follow_user_link' took 0.579s2175[Jun 18 2023 14:08:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2176[Jun 18 2023 14:08:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group_for_follow_user_activity_fa51f971cdec90a4' via api in 0.36 seconds2177[Jun 18 2023 14:08:52 UTC (QA Tests)] INFO -- Adding user qa-user-5d1311ad68ba0b0d to gitlab-qa-sandbox-group-1/group_for_follow_user_activity_fa51f971cdec90a4 QA::Resource::Group2178[Jun 18 2023 14:08:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group_for_follow_user_activity_fa51f971cdec90a4/project-for-tags-359d15d782047935' via api in 0.86 seconds2179[Jun 18 2023 14:08:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.37 seconds2180[Jun 18 2023 14:08:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.0 seconds2181[Jun 18 2023 14:08:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '11' via api in 0.49 seconds2182[Jun 18 2023 14:08:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectIssueNote with id '14' via api in 0.18 seconds2183[Jun 18 2023 14:08:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.025s2184[Jun 18 2023 14:08:55 UTC (QA Tests)] INFO -- clicking :user_avatar_content2185[Jun 18 2023 14:08:56 UTC (QA Tests)] INFO -- clicking :user_profile_link2186[Jun 18 2023 14:08:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element user_profile_link' took 0.543s2187[Jun 18 2023 14:08:56 UTC (QA Tests)] INFO -- clicking :nav_item_link2188[Jun 18 2023 14:08:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.56s2189[Jun 18 2023 14:08:57 UTC (QA Tests)] INFO -- clicking :user_link2190[Jun 18 2023 14:08:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element user_link' took 0.651s2191[Jun 18 2023 14:08:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group_for_follow_user_activity_fa51f971cdec90a4/project-for-tags-359d15d782047935'2192[Jun 18 2023 14:08:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-5d1311ad68ba0b0d'2193[Jun 18 2023 14:08:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-d13ae0fa4ec5e96f'2194 can be followed and their activity seen2195Plan2196 Group milestone2197[Jun 18 2023 14:08:58 UTC (QA Tests)] INFO -- Starting test: Plan Group milestone creates a group milestone2198[Jun 18 2023 14:08:59 UTC (QA Tests)] INFO -- filling :login_field with "root"2199[Jun 18 2023 14:08:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2200[Jun 18 2023 14:08:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"2201[Jun 18 2023 14:08:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2202[Jun 18 2023 14:09:00 UTC (QA Tests)] INFO -- clicking :sign_in_button2203[Jun 18 2023 14:09:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.119s2204[Jun 18 2023 14:09:02 UTC (QA Tests)] INFO -- Enabling super sidebar!2205[Jun 18 2023 14:09:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled2206[Jun 18 2023 14:09:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2207[Jun 18 2023 14:09:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-with-milestone-69b7599a' via api in 0.38 seconds2208[Jun 18 2023 14:09:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-10fb6f90.test/groups/gitlab-qa-sandbox-group-1/group-with-milestone-69b7599a2209[Jun 18 2023 14:09:05 UTC (QA Tests)] INFO -- clicking :menu_section_button2210[Jun 18 2023 14:09:05 UTC (QA Tests)] INFO -- clicking :nav_item_link2211[Jun 18 2023 14:09:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.671s2212[Jun 18 2023 14:09:06 UTC (QA Tests)] INFO -- clicking :new_group_milestone_link2213[Jun 18 2023 14:09:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_group_milestone_link' took 0.711s2214[Jun 18 2023 14:09:06 UTC (QA Tests)] INFO -- filling :milestone_title_field with "Group milestone"2215[Jun 18 2023 14:09:06 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_title_field2216[Jun 18 2023 14:09:07 UTC (QA Tests)] INFO -- filling :milestone_description_field with "This milestone tests out group milestones."2217[Jun 18 2023 14:09:07 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_description_field2218[Jun 18 2023 14:09:07 UTC (QA Tests)] INFO -- filling :start_date_field with "2023/06/182219"2220[Jun 18 2023 14:09:07 UTC (QA Tests)] INFO -- clicking the coordinates of :start_date_field2221[Jun 18 2023 14:09:08 UTC (QA Tests)] INFO -- filling :due_date_field with "2023/07/182222"2223[Jun 18 2023 14:09:08 UTC (QA Tests)] INFO -- clicking the coordinates of :due_date_field2224[Jun 18 2023 14:09:08 UTC (QA Tests)] INFO -- clicking :create_milestone_button2225[Jun 18 2023 14:09:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_milestone_button' took 1.064s2226[Jun 18 2023 14:09:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone via browser_ui in 5.78 seconds2227[Jun 18 2023 14:09:09 UTC (QA Tests)] INFO -- clicking :menu_section_button2228[Jun 18 2023 14:09:09 UTC (QA Tests)] INFO -- clicking :nav_item_link2229[Jun 18 2023 14:09:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.735s2230[Jun 18 2023 14:09:10 UTC (QA Tests)] INFO -- clicking :milestone_link2231[Jun 18 2023 14:09:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element milestone_link' took 0.856s2232 creates a group milestone2233Plan2234 Issues list2235[Jun 18 2023 14:09:11 UTC (QA Tests)] INFO -- Starting test: Plan Issues list successfully exports issues list as CSV2236[Jun 18 2023 14:09:12 UTC (QA Tests)] INFO -- filling :login_field with "root"2237[Jun 18 2023 14:09:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2238[Jun 18 2023 14:09:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"2239[Jun 18 2023 14:09:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2240[Jun 18 2023 14:09:13 UTC (QA Tests)] INFO -- clicking :sign_in_button2241[Jun 18 2023 14:09:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.044s2242[Jun 18 2023 14:09:14 UTC (QA Tests)] INFO -- Enabling super sidebar!2243[Jun 18 2023 14:09:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled2244[Jun 18 2023 14:09:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2245[Jun 18 2023 14:09:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.18 seconds2246[Jun 18 2023 14:09:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-to-test-export-issues-as-csv-48706b5708695d8c' via api in 0.89 seconds2247[Jun 18 2023 14:09:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '12' via api in 0.22 seconds2248[Jun 18 2023 14:09:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '13' via api in 0.22 seconds2249[Jun 18 2023 14:09:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-to-test-export-issues-as-csv-48706b5708695d8c2250[Jun 18 2023 14:09:18 UTC (QA Tests)] INFO -- clicking :menu_section_button2251[Jun 18 2023 14:09:19 UTC (QA Tests)] INFO -- clicking :nav_item_link2252[Jun 18 2023 14:09:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.347s2253[Jun 18 2023 14:09:20 UTC (QA Tests)] INFO -- clicking :issues_list_more_actions_dropdown2254[Jun 18 2023 14:09:20 UTC (QA Tests)] INFO -- clicking :export_as_csv_button2255[Jun 18 2023 14:09:20 UTC (QA Tests)] INFO -- clicking :export_issues_button2256[Jun 18 2023 14:09:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element export_issues_button' took 1.022s2257 successfully exports issues list as CSV2258Verify2259 when pipeline is blocked2260 can still merge MR successfully (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/411510)2261Create2262 Create a new project from a template2263[Jun 18 2023 14:09:22 UTC (QA Tests)] INFO -- Starting test: Create Create a new project from a template commits via the api2264[Jun 18 2023 14:09:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2265[Jun 18 2023 14:09:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.18 seconds2266[Jun 18 2023 14:09:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/templated-project-21333d2e0d1f17bc' via api in 5.94 seconds2267[Jun 18 2023 14:09:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.65 seconds2268 commits via the api2269Release2270 Operations Dashboard2271[Jun 18 2023 14:09:28 UTC (QA Tests)] INFO -- Starting test: Release Operations Dashboard has many pipelines with appropriate statuses2272[Jun 18 2023 14:09:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds2273[Jun 18 2023 14:09:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.2 seconds2274[Jun 18 2023 14:09:29 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.2275[Jun 18 2023 14:09:29 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2276[Jun 18 2023 14:09:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2277[Jun 18 2023 14:09:29 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-test-2023-06-18-13-40-40-88e671d0f98c5eff --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-test-2023-06-18-13-40-40-88e671d0f98c5eff 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-test-2023-06-18-13-40-40-88e671d0f98c5eff --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list qa-test-2023-06-18-13-40-40-88e671d0f98c5eff --executor shell && gitlab-runner run" `2278[Jun 18 2023 14:09:30 UTC (QA Tests)] INFO -- Executing: `docker logs qa-test-2023-06-18-13-40-40-88e671d0f98c5eff`2279[Jun 18 2023 14:09:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2280[Jun 18 2023 14:09:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 1.3 seconds2281[Jun 18 2023 14:09:30 UTC (QA Tests)] INFO -- filling :login_field with "root"2282[Jun 18 2023 14:09:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2283[Jun 18 2023 14:09:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"2284[Jun 18 2023 14:09:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2285[Jun 18 2023 14:09:31 UTC (QA Tests)] INFO -- clicking :sign_in_button2286[Jun 18 2023 14:09:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.314s2287[Jun 18 2023 14:09:33 UTC (QA Tests)] INFO -- Enabling super sidebar!2288[Jun 18 2023 14:09:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled2289[Jun 18 2023 14:09:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-success-run-66247e06db5ebf83' via api in 0.47 seconds2290[Jun 18 2023 14:09:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds2291[Jun 18 2023 14:09:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-pending-run-7d31344bd954517d' via api in 0.44 seconds2292[Jun 18 2023 14:09:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds2293[Jun 18 2023 14:09:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-failed-run-a622ea3bc56f4d33' via api in 0.43 seconds2294[Jun 18 2023 14:09:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds2295[Jun 18 2023 14:09:46 UTC (QA Tests)] INFO -- clicking :nav_item_link2296[Jun 18 2023 14:09:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-without-ci-9065299468346a1a' via api in 0.51 seconds2297[Jun 18 2023 14:09:47 UTC (QA Tests)] INFO -- clicking :add_projects_button2298[Jun 18 2023 14:09:47 UTC (QA Tests)] INFO -- filling :project_search_field with "project-with-success-run-66247e06db5ebf83"2299[Jun 18 2023 14:09:47 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field2300[Jun 18 2023 14:09:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_list_item' took 0.696s2301[Jun 18 2023 14:09:48 UTC (QA Tests)] INFO -- clicking :project_list_item2302[Jun 18 2023 14:09:48 UTC (QA Tests)] INFO -- clicking :add_projects_button2303[Jun 18 2023 14:09:49 UTC (QA Tests)] INFO -- filling :project_search_field with "project-with-pending-run-7d31344bd954517d"2304[Jun 18 2023 14:09:49 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field2305[Jun 18 2023 14:09:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_list_item' took 0.866s2306[Jun 18 2023 14:09:50 UTC (QA Tests)] INFO -- clicking :project_list_item2307[Jun 18 2023 14:09:50 UTC (QA Tests)] INFO -- clicking :add_projects_button2308[Jun 18 2023 14:09:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_projects_button' took 0.501s2309[Jun 18 2023 14:09:51 UTC (QA Tests)] INFO -- filling :project_search_field with "project-without-ci-9065299468346a1a"2310[Jun 18 2023 14:09:51 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field2311[Jun 18 2023 14:09:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_list_item' took 0.663s2312[Jun 18 2023 14:09:52 UTC (QA Tests)] INFO -- clicking :project_list_item2313[Jun 18 2023 14:09:52 UTC (QA Tests)] INFO -- clicking :add_projects_button2314[Jun 18 2023 14:09:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_projects_button' took 0.511s2315[Jun 18 2023 14:09:52 UTC (QA Tests)] INFO -- filling :project_search_field with "project-with-failed-run-a622ea3bc56f4d33"2316[Jun 18 2023 14:09:52 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field2317[Jun 18 2023 14:09:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_list_item' took 0.662s2318[Jun 18 2023 14:09:53 UTC (QA Tests)] INFO -- clicking :project_list_item2319[Jun 18 2023 14:09:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.219s2320[Jun 18 2023 14:09:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements dashboard_project_card' took 1.242s2321[Jun 18 2023 14:09:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-test-2023-06-18-13-40-40-88e671d0f98c5eff'2322[Jun 18 2023 14:09:56 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-test-2023-06-18-13-40-40-88e671d0f98c5eff`2323 has many pipelines with appropriate statuses2324Verify2325 Pipeline with protected variable2326[Jun 18 2023 14:09:56 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with protected variable does not expose variable on unprotected branch2327[Jun 18 2023 14:09:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2328[Jun 18 2023 14:09:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.2 seconds2329[Jun 18 2023 14:09:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-ci-variables-f23eac7213a46357' via api in 1.32 seconds2330[Jun 18 2023 14:09:57 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2331[Jun 18 2023 14:09:57 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2332[Jun 18 2023 14:09:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2333[Jun 18 2023 14:09:58 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-8nv3162f --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-8nv3162f 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-8nv3162f --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list qa-runner-8nv3162f --executor shell && gitlab-runner run" `2334[Jun 18 2023 14:09:58 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-8nv3162f`2335[Jun 18 2023 14:09:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2336[Jun 18 2023 14:09:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-8nv3162f' via api in 1.31 seconds2337[Jun 18 2023 14:10:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.04 seconds2338[Jun 18 2023 14:10:00 UTC (QA Tests)] INFO -- filling :login_field with "root"2339[Jun 18 2023 14:10:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2340[Jun 18 2023 14:10:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"2341[Jun 18 2023 14:10:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2342[Jun 18 2023 14:10:01 UTC (QA Tests)] INFO -- clicking :sign_in_button2343[Jun 18 2023 14:10:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.796s2344[Jun 18 2023 14:10:03 UTC (QA Tests)] INFO -- Enabling super sidebar!2345[Jun 18 2023 14:10:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled2346[Jun 18 2023 14:10:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-ci-variables-f23eac7213a463572347[Jun 18 2023 14:10:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds2348[Jun 18 2023 14:10:07 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-ci-variables-f23eac7213a46357 QA::Resource::Project2349[Jun 18 2023 14:10:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.26 seconds2350[Jun 18 2023 14:10:07 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-ci-variables-f23eac7213a46357 QA::Resource::Project2351[Jun 18 2023 14:10:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds2352[Jun 18 2023 14:10:08 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user12353[Jun 18 2023 14:10:08 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:-j2QA22354[Jun 18 2023 14:10:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-j5tfr9in' via api in 0.08 seconds2355[Jun 18 2023 14:10:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds2356[Jun 18 2023 14:10:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.99 seconds2357[Jun 18 2023 14:10:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.035s2358[Jun 18 2023 14:10:10 UTC (QA Tests)] INFO -- clicking :user_avatar_content2359[Jun 18 2023 14:10:10 UTC (QA Tests)] INFO -- clicking :sign_out_link2360[Jun 18 2023 14:10:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.581s2361[Jun 18 2023 14:10:11 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2362[Jun 18 2023 14:10:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2363[Jun 18 2023 14:10:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"2364[Jun 18 2023 14:10:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2365[Jun 18 2023 14:10:12 UTC (QA Tests)] INFO -- clicking :sign_in_button2366[Jun 18 2023 14:10:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.78s2367[Jun 18 2023 14:10:13 UTC (QA Tests)] INFO -- Enabling super sidebar!2368[Jun 18 2023 14:10:13 UTC (QA Tests)] INFO -- Super sidebar is already enabled2369[Jun 18 2023 14:10:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-ci-variables-f23eac7213a463572370[Jun 18 2023 14:10:16 UTC (QA Tests)] INFO -- clicking :menu_section_button2371[Jun 18 2023 14:10:16 UTC (QA Tests)] INFO -- clicking :nav_item_link2372[Jun 18 2023 14:10:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.757s2373[Jun 18 2023 14:10:18 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2374[Jun 18 2023 14:10:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.421s2375[Jun 18 2023 14:10:19 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user22376[Jun 18 2023 14:10:20 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user2, last six chars of token:SDAXBZ2377[Jun 18 2023 14:10:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user2-6zmntgn5' via api in 0.07 seconds2378[Jun 18 2023 14:10:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds2379[Jun 18 2023 14:10:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '2' via api in 0.8 seconds2380[Jun 18 2023 14:10:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.018s2381[Jun 18 2023 14:10:22 UTC (QA Tests)] INFO -- clicking :user_avatar_content2382[Jun 18 2023 14:10:22 UTC (QA Tests)] INFO -- clicking :sign_out_link2383[Jun 18 2023 14:10:22 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"2384[Jun 18 2023 14:10:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2385[Jun 18 2023 14:10:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"2386[Jun 18 2023 14:10:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2387[Jun 18 2023 14:10:23 UTC (QA Tests)] INFO -- clicking :sign_in_button2388[Jun 18 2023 14:10:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.832s2389[Jun 18 2023 14:10:24 UTC (QA Tests)] INFO -- Enabling super sidebar!2390[Jun 18 2023 14:10:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled2391[Jun 18 2023 14:10:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-ci-variables-f23eac7213a463572392[Jun 18 2023 14:10:27 UTC (QA Tests)] INFO -- clicking :menu_section_button2393[Jun 18 2023 14:10:27 UTC (QA Tests)] INFO -- clicking :nav_item_link2394[Jun 18 2023 14:10:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.818s2395[Jun 18 2023 14:10:30 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2396[Jun 18 2023 14:10:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.298s2397[Jun 18 2023 14:10:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-8nv3162f'2398[Jun 18 2023 14:10:31 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-8nv3162f`2399 does not expose variable on unprotected branch2400[Jun 18 2023 14:10:32 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with protected variable exposes variable on protected branch2401[Jun 18 2023 14:10:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2402[Jun 18 2023 14:10:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff' via api in 0.19 seconds2403[Jun 18 2023 14:10:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-ci-variables-21a9b67fb5868b8f' via api in 0.7 seconds2404[Jun 18 2023 14:10:32 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2405[Jun 18 2023 14:10:32 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2406[Jun 18 2023 14:10:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2407[Jun 18 2023 14:10:38 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-fcsd5ikg --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-fcsd5ikg 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-fcsd5ikg --url http://gitlab-ee-10fb6f90.test --registration-token **** --tag-list qa-runner-fcsd5ikg --executor shell && gitlab-runner run" `2408[Jun 18 2023 14:10:38 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-fcsd5ikg`2409[Jun 18 2023 14:10:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2410[Jun 18 2023 14:10:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-fcsd5ikg' via api in 6.27 seconds2411[Jun 18 2023 14:10:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds2412[Jun 18 2023 14:10:40 UTC (QA Tests)] INFO -- filling :login_field with "root"2413[Jun 18 2023 14:10:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2414[Jun 18 2023 14:10:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"2415[Jun 18 2023 14:10:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2416[Jun 18 2023 14:10:41 UTC (QA Tests)] INFO -- clicking :sign_in_button2417[Jun 18 2023 14:10:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.142s2418[Jun 18 2023 14:10:42 UTC (QA Tests)] INFO -- Enabling super sidebar!2419[Jun 18 2023 14:10:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled2420[Jun 18 2023 14:10:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-ci-variables-21a9b67fb5868b8f2421[Jun 18 2023 14:10:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds2422[Jun 18 2023 14:10:46 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-ci-variables-21a9b67fb5868b8f QA::Resource::Project2423[Jun 18 2023 14:10:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds2424[Jun 18 2023 14:10:46 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-ci-variables-21a9b67fb5868b8f QA::Resource::Project2425[Jun 18 2023 14:10:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds2426[Jun 18 2023 14:10:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.35 seconds2427[Jun 18 2023 14:10:47 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"2428[Jun 18 2023 14:10:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 1.06 seconds2429[Jun 18 2023 14:10:47 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:-j2QA22430[Jun 18 2023 14:10:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-1xqkhgmj' via cache in 0.0 seconds2431[Jun 18 2023 14:10:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds2432[Jun 18 2023 14:10:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.041s2433[Jun 18 2023 14:10:49 UTC (QA Tests)] INFO -- clicking :user_avatar_content2434[Jun 18 2023 14:10:49 UTC (QA Tests)] INFO -- clicking :sign_out_link2435[Jun 18 2023 14:10:50 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2436[Jun 18 2023 14:10:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2437[Jun 18 2023 14:10:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"2438[Jun 18 2023 14:10:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2439[Jun 18 2023 14:10:51 UTC (QA Tests)] INFO -- clicking :sign_in_button2440[Jun 18 2023 14:10:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.617s2441[Jun 18 2023 14:10:52 UTC (QA Tests)] INFO -- Enabling super sidebar!2442[Jun 18 2023 14:10:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled2443[Jun 18 2023 14:10:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-ci-variables-21a9b67fb5868b8f2444[Jun 18 2023 14:10:55 UTC (QA Tests)] INFO -- clicking :menu_section_button2445[Jun 18 2023 14:10:55 UTC (QA Tests)] INFO -- clicking :nav_item_link2446[Jun 18 2023 14:10:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.792s2447[Jun 18 2023 14:10:57 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2448[Jun 18 2023 14:10:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.775s2449[Jun 18 2023 14:10:59 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user2, last six chars of token:SDAXBZ2450[Jun 18 2023 14:10:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user2-0djo1ba8' via cache in 0.0 seconds2451[Jun 18 2023 14:10:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.35 seconds2452[Jun 18 2023 14:11:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.065s2453[Jun 18 2023 14:11:01 UTC (QA Tests)] INFO -- clicking :user_avatar_content2454[Jun 18 2023 14:11:01 UTC (QA Tests)] INFO -- clicking :sign_out_link2455[Jun 18 2023 14:11:01 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"2456[Jun 18 2023 14:11:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2457[Jun 18 2023 14:11:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"2458[Jun 18 2023 14:11:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2459[Jun 18 2023 14:11:02 UTC (QA Tests)] INFO -- clicking :sign_in_button2460[Jun 18 2023 14:11:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.845s2461[Jun 18 2023 14:11:03 UTC (QA Tests)] INFO -- Enabling super sidebar!2462[Jun 18 2023 14:11:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled2463[Jun 18 2023 14:11:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-10fb6f90.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-40-40-88e671d0f98c5eff/project-with-ci-variables-21a9b67fb5868b8f2464[Jun 18 2023 14:11:06 UTC (QA Tests)] INFO -- clicking :menu_section_button2465[Jun 18 2023 14:11:07 UTC (QA Tests)] INFO -- clicking :nav_item_link2466[Jun 18 2023 14:11:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.782s2467[Jun 18 2023 14:11:09 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2468[Jun 18 2023 14:11:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.196s2469[Jun 18 2023 14:11:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-fcsd5ikg'2470[Jun 18 2023 14:11:10 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-fcsd5ikg`2471 exposes variable on protected branch2472Manage2473 standard2474 when admin approval is not required2475[Jun 18 2023 14:11:11 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>false}2476 behaves like registration and login2477[Jun 18 2023 14:11:11 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 login2478[Jun 18 2023 14:11:12 UTC (QA Tests)] INFO -- filling :login_field with "root"2479[Jun 18 2023 14:11:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2480[Jun 18 2023 14:11:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"2481[Jun 18 2023 14:11:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2482[Jun 18 2023 14:11:13 UTC (QA Tests)] INFO -- clicking :sign_in_button2483[Jun 18 2023 14:11:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.111s2484[Jun 18 2023 14:11:14 UTC (QA Tests)] INFO -- Enabling super sidebar!2485[Jun 18 2023 14:11:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled2486[Jun 18 2023 14:11:16 UTC (QA Tests)] INFO -- clicking :context_switcher2487[Jun 18 2023 14:11:16 UTC (QA Tests)] INFO -- clicking :nav_item_link2488[Jun 18 2023 14:11:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.576s2489[Jun 18 2023 14:11:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.184s2490[Jun 18 2023 14:11:18 UTC (QA Tests)] INFO -- clicking :nav_item_link2491[Jun 18 2023 14:11:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.812s2492[Jun 18 2023 14:11:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.278s2493[Jun 18 2023 14:11:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.052s2494[Jun 18 2023 14:11:22 UTC (QA Tests)] INFO -- clicking :user_avatar_content2495[Jun 18 2023 14:11:22 UTC (QA Tests)] INFO -- clicking :sign_out_link2496[Jun 18 2023 14:11:32 UTC (QA Tests)] INFO -- clicking :register_link2497[Jun 18 2023 14:11:33 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"2498[Jun 18 2023 14:11:33 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field2499[Jun 18 2023 14:11:33 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User 4505a170c2aa2b3a"2500[Jun 18 2023 14:11:33 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field2501[Jun 18 2023 14:11:34 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-4505a170c2aa2b3a"2502[Jun 18 2023 14:11:34 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field2503[Jun 18 2023 14:11:34 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-4505a170c2aa2b3a@gitlab.com"2504[Jun 18 2023 14:11:34 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field2505[Jun 18 2023 14:11:34 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"2506[Jun 18 2023 14:11:34 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field2507[Jun 18 2023 14:11:35 UTC (QA Tests)] INFO -- clicking :new_user_register_button2508[Jun 18 2023 14:11:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_user_register_button' took 0.579s2509[Jun 18 2023 14:11:36 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown2510[Jun 18 2023 14:11:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? setup_for_just_me_content' took 1.028s2511[Jun 18 2023 14:11:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? create_a_new_project_radio' took 1.031s2512[Jun 18 2023 14:11:38 UTC (QA Tests)] INFO -- clicking :get_started_button2513[Jun 18 2023 14:11:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-4505a170c2aa2b3a' via browser_ui in 27.33 seconds2514 allows the user to register and login2515 when user account is deleted2516[Jun 18 2023 14:11:39 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is not required when user account is deleted allows recreating with same credentials2517[Jun 18 2023 14:11:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-aa5a20a57b443359' via api in 0.27 seconds2518[Jun 18 2023 14:11:40 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-aa5a20a57b443359"2519[Jun 18 2023 14:11:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2520[Jun 18 2023 14:11:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"2521[Jun 18 2023 14:11:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2522[Jun 18 2023 14:11:41 UTC (QA Tests)] INFO -- clicking :sign_in_button2523[Jun 18 2023 14:11:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.734s2524[Jun 18 2023 14:11:42 UTC (QA Tests)] INFO -- Enabling super sidebar!2525[Jun 18 2023 14:11:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled2526[Jun 18 2023 14:11:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.03s2527[Jun 18 2023 14:11:44 UTC (QA Tests)] INFO -- clicking :user_avatar_content2528[Jun 18 2023 14:11:44 UTC (QA Tests)] INFO -- clicking :edit_profile_link2529[Jun 18 2023 14:11:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.694s2530[Jun 18 2023 14:11:45 UTC (QA Tests)] INFO -- clicking :nav_item_link2531[Jun 18 2023 14:11:46 UTC (QA Tests)] INFO -- clicking :delete_account_button2532[Jun 18 2023 14:11:46 UTC (QA Tests)] INFO -- clicking :confirm_delete_account_button2533[Jun 18 2023 14:12:08 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-aa5a20a57b443359"2534[Jun 18 2023 14:12:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2535[Jun 18 2023 14:12:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"2536[Jun 18 2023 14:12:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2537[Jun 18 2023 14:12:09 UTC (QA Tests)] INFO -- clicking :sign_in_button2538[Jun 18 2023 14:12:10 UTC (QA Tests)] INFO -- Enabling super sidebar!2539[Jun 18 2023 14:12:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.031s2540[Jun 18 2023 14:12:13 UTC (QA Tests)] INFO -- User is not signed in, skipping2541[Jun 18 2023 14:12:14 UTC (QA Tests)] INFO -- filling :login_field with "root"2542[Jun 18 2023 14:12:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2543[Jun 18 2023 14:12:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"2544[Jun 18 2023 14:12:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2545[Jun 18 2023 14:12:15 UTC (QA Tests)] INFO -- clicking :sign_in_button2546[Jun 18 2023 14:12:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.208s2547[Jun 18 2023 14:12:17 UTC (QA Tests)] INFO -- Enabling super sidebar!2548[Jun 18 2023 14:12:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled2549[Jun 18 2023 14:12:19 UTC (QA Tests)] INFO -- clicking :context_switcher2550[Jun 18 2023 14:12:19 UTC (QA Tests)] INFO -- clicking :nav_item_link2551[Jun 18 2023 14:12:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.562s2552[Jun 18 2023 14:12:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.172s2553[Jun 18 2023 14:12:20 UTC (QA Tests)] INFO -- clicking :nav_item_link2554[Jun 18 2023 14:12:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.76s2555[Jun 18 2023 14:12:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.041s2556[Jun 18 2023 14:12:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.018s2557[Jun 18 2023 14:12:24 UTC (QA Tests)] INFO -- clicking :user_avatar_content2558[Jun 18 2023 14:12:24 UTC (QA Tests)] INFO -- clicking :sign_out_link2559[Jun 18 2023 14:12:35 UTC (QA Tests)] INFO -- clicking :register_link2560[Jun 18 2023 14:12:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element register_link' took 0.546s2561[Jun 18 2023 14:12:35 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"2562[Jun 18 2023 14:12:35 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field2563[Jun 18 2023 14:12:36 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User aa5a20a57b443359"2564[Jun 18 2023 14:12:36 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field2565[Jun 18 2023 14:12:36 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-aa5a20a57b443359"2566[Jun 18 2023 14:12:36 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field2567[Jun 18 2023 14:12:37 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-aa5a20a57b443359@example.com"2568[Jun 18 2023 14:12:37 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field2569[Jun 18 2023 14:12:37 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"2570[Jun 18 2023 14:12:37 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field2571[Jun 18 2023 14:12:38 UTC (QA Tests)] INFO -- clicking :new_user_register_button2572[Jun 18 2023 14:12:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_user_register_button' took 0.58s2573[Jun 18 2023 14:12:38 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown2574[Jun 18 2023 14:12:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? setup_for_just_me_content' took 1.026s2575[Jun 18 2023 14:12:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? create_a_new_project_radio' took 1.03s2576[Jun 18 2023 14:12:41 UTC (QA Tests)] INFO -- clicking :get_started_button2577[Jun 18 2023 14:12:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element get_started_button' took 1.037s2578[Jun 18 2023 14:12:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-aa5a20a57b443359' via browser_ui in 28.17 seconds2579[Jun 18 2023 14:12:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-aa5a20a57b443359'2580 allows recreating with same credentials2581 when admin approval is required2582[Jun 18 2023 14:12:43 UTC (QA Tests)] INFO -- Starting test: Manage standard when admin approval is required allows user login after approval2583[Jun 18 2023 14:12:43 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>true}2584[Jun 18 2023 14:12:44 UTC (QA Tests)] INFO -- filling :login_field with "root"2585[Jun 18 2023 14:12:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2586[Jun 18 2023 14:12:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"2587[Jun 18 2023 14:12:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2588[Jun 18 2023 14:12:44 UTC (QA Tests)] INFO -- clicking :sign_in_button2589[Jun 18 2023 14:12:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.161s2590[Jun 18 2023 14:12:46 UTC (QA Tests)] INFO -- Enabling super sidebar!2591[Jun 18 2023 14:12:46 UTC (QA Tests)] INFO -- Super sidebar is already enabled2592[Jun 18 2023 14:12:48 UTC (QA Tests)] INFO -- clicking :context_switcher2593[Jun 18 2023 14:12:48 UTC (QA Tests)] INFO -- clicking :nav_item_link2594[Jun 18 2023 14:12:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.687s2595[Jun 18 2023 14:12:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.212s2596[Jun 18 2023 14:12:50 UTC (QA Tests)] INFO -- clicking :nav_item_link2597[Jun 18 2023 14:12:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.796s2598[Jun 18 2023 14:12:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_row_content' took 1.085s2599[Jun 18 2023 14:12:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.053s2600[Jun 18 2023 14:12:54 UTC (QA Tests)] INFO -- clicking :user_avatar_content2601[Jun 18 2023 14:12:54 UTC (QA Tests)] INFO -- clicking :sign_out_link2602[Jun 18 2023 14:13:04 UTC (QA Tests)] INFO -- clicking :register_link2603[Jun 18 2023 14:13:05 UTC (QA Tests)] INFO -- filling :new_user_first_name_field with "QA"2604[Jun 18 2023 14:13:05 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_first_name_field2605[Jun 18 2023 14:13:05 UTC (QA Tests)] INFO -- filling :new_user_last_name_field with "User 8bbbef90fd369050"2606[Jun 18 2023 14:13:05 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_last_name_field2607[Jun 18 2023 14:13:05 UTC (QA Tests)] INFO -- filling :new_user_username_field with "qa-user-8bbbef90fd369050"2608[Jun 18 2023 14:13:05 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_username_field2609[Jun 18 2023 14:13:06 UTC (QA Tests)] INFO -- filling :new_user_email_field with "qa-user-8bbbef90fd369050@gitlab.com"2610[Jun 18 2023 14:13:06 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_email_field2611[Jun 18 2023 14:13:06 UTC (QA Tests)] INFO -- filling :new_user_password_field with "*****"2612[Jun 18 2023 14:13:06 UTC (QA Tests)] INFO -- clicking the coordinates of :new_user_password_field2613[Jun 18 2023 14:13:07 UTC (QA Tests)] INFO -- clicking :new_user_register_button2614[Jun 18 2023 14:13:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_user_register_button' took 0.729s2615[Jun 18 2023 14:13:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? get_started_button' took 11.031s2616[Jun 18 2023 14:13:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-8bbbef90fd369050' via browser_ui in 35.73 seconds2617[Jun 18 2023 14:13:19 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-8bbbef90fd369050"2618[Jun 18 2023 14:13:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2619[Jun 18 2023 14:13:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"2620[Jun 18 2023 14:13:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2621[Jun 18 2023 14:13:20 UTC (QA Tests)] INFO -- clicking :sign_in_button2622[Jun 18 2023 14:13:21 UTC (QA Tests)] INFO -- Enabling super sidebar!2623[Jun 18 2023 14:13:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.042s2624[Jun 18 2023 14:13:24 UTC (QA Tests)] INFO -- User is not signed in, skipping2625[Jun 18 2023 14:13:25 UTC (QA Tests)] INFO -- filling :login_field with "root"2626[Jun 18 2023 14:13:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2627[Jun 18 2023 14:13:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"2628[Jun 18 2023 14:13:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2629[Jun 18 2023 14:13:26 UTC (QA Tests)] INFO -- clicking :sign_in_button2630[Jun 18 2023 14:13:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.146s2631[Jun 18 2023 14:13:27 UTC (QA Tests)] INFO -- Enabling super sidebar!2632[Jun 18 2023 14:13:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled2633[Jun 18 2023 14:13:29 UTC (QA Tests)] INFO -- clicking :context_switcher2634[Jun 18 2023 14:13:29 UTC (QA Tests)] INFO -- clicking :nav_item_link2635[Jun 18 2023 14:13:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.669s2636[Jun 18 2023 14:13:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.202s2637[Jun 18 2023 14:13:31 UTC (QA Tests)] INFO -- clicking :nav_item_link2638[Jun 18 2023 14:13:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.727s2639[Jun 18 2023 14:13:32 UTC (QA Tests)] INFO -- clicking :pending_approval_tab2640[Jun 18 2023 14:13:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pending_approval_tab' took 0.715s2641[Jun 18 2023 14:13:34 UTC (QA Tests)] INFO -- clicking :user_actions_dropdown_toggle2642[Jun 18 2023 14:13:34 UTC (QA Tests)] INFO -- clicking :approve_user_button2643[Jun 18 2023 14:13:35 UTC (QA Tests)] INFO -- clicking :approve_user_confirm_button2644[Jun 18 2023 14:13:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.064s2645[Jun 18 2023 14:13:37 UTC (QA Tests)] INFO -- clicking :user_avatar_content2646[Jun 18 2023 14:13:37 UTC (QA Tests)] INFO -- clicking :sign_out_link2647[Jun 18 2023 14:13:37 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-8bbbef90fd369050"2648[Jun 18 2023 14:13:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2649[Jun 18 2023 14:13:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"2650[Jun 18 2023 14:13:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2651[Jun 18 2023 14:13:38 UTC (QA Tests)] INFO -- clicking :sign_in_button2652[Jun 18 2023 14:13:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.614s2653[Jun 18 2023 14:13:39 UTC (QA Tests)] INFO -- selecting "Other" in :role_dropdown2654[Jun 18 2023 14:13:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? setup_for_just_me_content' took 1.028s2655[Jun 18 2023 14:13:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? create_a_new_project_radio' took 1.026s2656[Jun 18 2023 14:13:41 UTC (QA Tests)] INFO -- clicking :get_started_button2657[Jun 18 2023 14:13:42 UTC (QA Tests)] INFO -- Enabling super sidebar!2658[Jun 18 2023 14:13:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled2659[Jun 18 2023 14:13:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? get_started_button' took 11.034s2660[Jun 18 2023 14:13:55 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>false}2661 allows user login after approval2662Create2663 Remote Development2664 creates a new workspace and then stops and terminates it (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/397005)2665[Jun 18 2023 14:13:55 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:2666{2667 "qa/specs/features/api/1_manage/migration/gitlab_migration_project_spec.rb": 260.65650704499967,2668 "qa/specs/features/browser_ui/3_create/merge_request/view_merge_request_diff_patch_spec.rb": 34.55837908000012,2669 "qa/specs/features/browser_ui/3_create/repository/license_detection_spec.rb": 6.851800708000155,2670 "qa/specs/features/browser_ui/4_verify/pipeline/pipeline_editor_can_create_merge_request_spec.rb": 17.313224137999896,2671 "qa/specs/features/api/1_manage/user_access_termination_spec.rb": 5.933043926999744,2672 "qa/specs/features/browser_ui/1_manage/user/impersonation_token_spec.rb": 37.313988673000495,2673 "qa/specs/features/browser_ui/4_verify/pipeline/pipeline_editor_tabs_spec.rb": 25.98493224499998,2674 "qa/specs/features/browser_ui/2_plan/issue/collapse_comments_in_discussions_spec.rb": 11.723144820000016,2675 "qa/specs/features/ee/browser_ui/9_data_stores/group/prevent_forking_outside_group_spec.rb": 30.981921523999517,2676 "qa/specs/features/browser_ui/4_verify/ci_variable/custom_variable_spec.rb": 35.99052525599927,2677 "qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb": 19.468356217999826,2678 "qa/specs/features/ee/browser_ui/2_plan/issues_analytics/issues_analytics_spec.rb": 13.312591044000328,2679 "qa/specs/features/browser_ui/1_manage/login/2fa_ssh_recovery_spec.rb": 51.74312667199956,2680 "qa/specs/features/ee/browser_ui/13_secure/enable_scanning_from_configuration_spec.rb": 101.29920201799996,2681 "qa/specs/features/api/3_create/merge_request/push_options_title_description_spec.rb": 9.631476555000518,2682 "qa/specs/features/ee/browser_ui/10_govern/project_security_dashboard_spec.rb": 11.422540745999868,2683 "qa/specs/features/browser_ui/2_plan/milestone/assign_milestone_spec.rb": 51.40149312599988,2684 "qa/specs/features/ee/browser_ui/4_verify/pipelines_for_merged_results_and_merge_trains_spec.rb": 123.18552995400023,2685 "qa/specs/features/ee/browser_ui/2_plan/iterations/create_group_iteration_spec.rb": 10.275104334999924,2686 "qa/specs/features/browser_ui/3_create/merge_request/revert/revert_commit_spec.rb": 15.245525751999594,2687 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/create_group_issue_board_spec.rb": 12.744309926999449,2688 "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_manipulation_spec.rb": 24.848120345000098,2689 "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_directory_management_spec.rb": 11.408488303000013,2690 "qa/specs/features/browser_ui/3_create/snippet/share_snippet_spec.rb": 17.2254377499994,2691 "qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb": 10.465903586000422,2692 "qa/specs/features/ee/browser_ui/3_create/merge_request/default_merge_request_template_spec.rb": 17.7337067440003,2693 "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_group_level_spec.rb": 177.04068389999975,2694 "qa/specs/features/api/3_create/repository/storage_size_spec.rb": 10.892117691999374,2695 "qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb": 100.22194109199972,2696 "qa/specs/features/ee/browser_ui/2_plan/group_wiki/create_group_wiki_page_spec.rb": 33.7870319929998,2697 "qa/specs/features/browser_ui/5_package/package_registry/maven/maven_project_level_spec.rb": 138.89704454799994,2698 "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_creation_spec.rb": 53.64181367800029,2699 "qa/specs/features/browser_ui/9_data_stores/group/transfer_group_spec.rb": 13.2470042190007,2700 "qa/specs/features/ee/browser_ui/10_govern/group/compliance_framework_report_spec.rb": 12.697672696999689,2701 "qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb": 7.869198730999415,2702 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/project_issue_boards_spec.rb": 27.968205880000824,2703 "qa/specs/features/browser_ui/1_manage/login/2fa_recovery_spec.rb": 55.95316686299975,2704 "qa/specs/features/browser_ui/5_package/package_registry/rubygems_registry_spec.rb": 30.499314001999664,2705 "qa/specs/features/ee/browser_ui/4_verify/multi-project_pipelines_spec.rb": 21.808320989000094,2706 "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_spec.rb": 23.554841819000103,2707 "qa/specs/features/browser_ui/14_analytics/service_ping_default_enabled_spec.rb": 8.918664281999554,2708 "qa/specs/features/browser_ui/9_data_stores/user/follow_user_activity_spec.rb": 13.276917467999738,2709 "qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb": 12.978297212999678,2710 "qa/specs/features/browser_ui/2_plan/issue/export_as_csv_spec.rb": 10.322567096999592,2711 "qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb": 6.613425042999552,2712 "qa/specs/features/ee/browser_ui/6_release/pipeline_status_on_operation_dashboard_spec.rb": 27.684263057999488,2713 "qa/specs/features/browser_ui/4_verify/ci_variable/pipeline_with_protected_variable_spec.rb": 74.78552242099977,2714 "qa/specs/features/browser_ui/1_manage/login/register_spec.rb": 164.378237763000472715}2716[Jun 18 2023 14:13:55 UTC (QA Tests)] INFO -- 2717Knapsack global time execution for tests: 33m 15s2718Pending: (Failures listed here are expected and do not affect your suite's status)2719 1) Create Slack app integration when using Slash commands creates an issue2720 # Test is not compatible with this environment or pipeline2721 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:452722 2) Create Slack app integration when using Slash commands with gitlab issue displays an issue2723 # Test is not compatible with this environment or pipeline2724 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:722725 3) Create Slack app integration when using Slash commands with gitlab issue closes an issue2726 # Test is not compatible with this environment or pipeline2727 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:822728 4) Create Slack app integration when using Slash commands with gitlab issue comments on an issue2729 # Test is not compatible with this environment or pipeline2730 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:922731 5) Create Slack app integration when using Slash commands with gitlab issue with target project moves an issue2732 # Test is not compatible with this environment or pipeline2733 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:1152734 6) Configure AutoDevOps Templates using express template works with Auto DevOps2735 # Test is not compatible with this environment or pipeline2736 # ./qa/specs/features/browser_ui/7_configure/auto_devops/auto_devops_templates_spec.rb:502737 7) Secure License Compliance has empty state2738 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3970672739 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:212740 8) Secure License Compliance when a CycloneDX SBOM file exists License Management behaves like deny license can deny a license in the settings page2741 # Test is not compatible with this environment or pipeline2742 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:462743 9) Secure License Compliance when a CycloneDX SBOM file exists License Management Pipeline Licence tab behaves like pipeline license display can approve and deny licenses in the pipeline2744 # Test is not compatible with this environment or pipeline2745 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:562746 10) Secure License Compliance when a CycloneDX SBOM file exists License Management behaves like approve license can approve a license in the settings page2747 # Test is not compatible with this environment or pipeline2748 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:362749 11) Secure License Compliance when a license management report exists License Management behaves like approve license can approve a license in the settings page2750 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3970672751 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:362752 12) Secure License Compliance when a license management report exists License Management behaves like deny license can deny a license in the settings page2753 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3970672754 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:462755 13) Secure License Compliance when a license management report exists License Management Pipeline Licence tab behaves like pipeline license display can approve and deny licenses in the pipeline2756 # Test is not compatible with this environment or pipeline2757 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:562758 14) Govern Security Dashboard in a Project creates an issue from vulnerability details2759 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4153462760 # ./qa/specs/features/ee/browser_ui/10_govern/project_security_dashboard_spec.rb:852761 15) Create Merge requests when merging once behaves like merge when pipeline succeeds merges after pipeline succeeds2762 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4030172763 # ./qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb:532764 16) Fulfillment Utilization when Saas user limit experience limit overage enforcement removed from private group when trial is started2765 # Test is not compatible with this environment or pipeline2766 # ./qa/specs/features/ee/browser_ui/11_fulfillment/saas_user_limit_experience_spec.rb:882767 17) Fulfillment Utilization when Saas user limit experience enforcement limit counts includes invited group and project members2768 # Test is not compatible with this environment or pipeline2769 # ./qa/specs/features/ee/browser_ui/11_fulfillment/saas_user_limit_experience_spec.rb:1502770 18) Fulfillment Utilization when Saas user limit experience new group enforcement removed when trial started2771 # Test is not compatible with this environment or pipeline2772 # ./qa/specs/features/ee/browser_ui/11_fulfillment/saas_user_limit_experience_spec.rb:1182773 19) Fulfillment Utilization when Saas user limit experience enforcement does not allow adding more members2774 # Test is not compatible with this environment or pipeline2775 # ./qa/specs/features/ee/browser_ui/11_fulfillment/saas_user_limit_experience_spec.rb:1362776 20) Fulfillment Utilization when Saas user limit experience when group is in notification preview notification displayed for private group when over limit2777 # Test is not compatible with this environment or pipeline2778 # ./qa/specs/features/ee/browser_ui/11_fulfillment/saas_user_limit_experience_spec.rb:752779 21) Verify when pipeline is blocked can still merge MR successfully2780 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4115102781 # ./qa/specs/features/browser_ui/4_verify/pipeline/merge_mr_when_pipline_is_blocked_spec.rb:752782 22) Create Remote Development creates a new workspace and then stops and terminates it2783 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3970052784 # ./qa/specs/features/ee/browser_ui/3_create/remote_development/create_new_workspace_and_terminate_spec.rb:342785Failures:2786 1) Manage Gitlab migration with import within same instance successfully imports project2787 Failure/Error: expect_project_import_finished_successfully2788 Expected import to finish successfully, but status was: started2789 # ./qa/specs/features/shared_contexts/import/gitlab_group_migration_common.rb:92:in `expect_group_import_finished_successfully'2790 # ./qa/specs/features/shared_contexts/import/gitlab_project_migration_common.rb:23:in `expect_project_import_finished_successfully'2791 # ./qa/specs/features/api/1_manage/migration/gitlab_migration_project_spec.rb:40:in `block (4 levels) in <module:QA>'2792 # ./qa/specs/spec_helper.rb:122:in `block (2 levels) in <top (required)>'2793 # ./qa/specs/knapsack_runner.rb:17:in `run'2794 # ./qa/specs/runner.rb:57:in `perform'2795 # ./qa/scenario/template.rb:10:in `block in perform'2796 # ./qa/scenario/template.rb:8:in `tap'2797 # ./qa/scenario/template.rb:8:in `perform'2798 # ./qa/scenario/template.rb:50:in `perform'2799 # ./qa/scenario/template.rb:10:in `block in perform'2800 # ./qa/scenario/template.rb:8:in `tap'2801 # ./qa/scenario/template.rb:8:in `perform'2802 # ./qa/scenario/bootable.rb:52:in `launch!'2803Finished in 35 minutes 8 seconds (files took 3.72 seconds to load)2804101 examples, 1 failure, 22 pending2805Failed examples:2806rspec ./qa/specs/features/api/1_manage/migration/gitlab_migration_project_spec.rb:39 # Manage Gitlab migration with import within same instance successfully imports project2807Randomized with seed 172102808[Jun 18 2023 14:13:56 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ee-10fb6f90`2809[Jun 18 2023 14:13:56 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ee-10fb6f90`2810bundler: failed to load command: gitlab-qa (/builds/gitlab-org/gitlab/.gems/bin/gitlab-qa)2811/usr/local/bin/bundle: Command `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" ...` failed! \e[31m✘\e[0m (Gitlab::QA::Support::ShellCommand::StatusError)2813Running after script...2814$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command2815$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")2816$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"3013Uploading artifacts...3014gitlab-qa-run-*: found 460 matching artifact files and directories 3015Uploading artifacts as "archive" to coordinator... 201 Created id=4494243630 responseStatus=201 Created token=64_Q9-yc3016Uploading artifacts...3017gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 3018Uploading artifacts as "junit" to coordinator... 201 Created id=4494243630 responseStatus=201 Created token=64_Q9-yc3019Uploading artifacts...3020/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 3021Uploading artifacts as "dotenv" to coordinator... 201 Created id=4494243630 responseStatus=201 Created token=64_Q9-yc3023ERROR: Job failed: exit code 1