instance 2/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-24.0.5 ...6Starting service docker:24.0.5-dind ...7Pulling docker image docker:24.0.5-dind ...8Using docker image sha256:7015f2c475d511a251955877c2862016a4042512ba625ed905e69202f87e1a21 for docker:24.0.5-dind with digest docker@sha256:3c6e4dca7a63c9a32a4e00da40461ce067f255987ccc9721cf18ffa087bcd1ef ...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-24.0.5 ...12Using docker image sha256:d74b87fe019fa5fbfd87eb37c97409980b5fc6d12aa4c2b38f9a42c6b6603544 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-24.0.5 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:bd0f840d4586dc539052b2724b94ae5d1f304eab5b321eb98b0b584ddacae214 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1695264528-29a870ec-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: 191609, done. 20remote: Counting objects: 100% (191609/191609), done. 21remote: Compressing objects: 100% (117866/117866), done. 22remote: Total 191609 (delta 96995), reused 134211 (delta 66362), pack-reused 0 23Receiving objects: 100% (191609/191609), 151.10 MiB | 29.88 MiB/s, done.24Resolving deltas: 100% (96995/96995), done.26 * [new ref] refs/pipelines/1011740501 -> refs/pipelines/101174050127 * [new branch] master -> origin/master28Checking out b3356852 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-58a919b5573be149d65a5bc220d6fbc3-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-58a919b5573be149d65a5bc220d6fbc3-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 (5134226386)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5134226386 responseStatus=200 OK token=64_HX5Ne38Downloading artifacts for download-fast-quarantine-report (5134226388)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=5134226388 responseStatus=200 OK token=64_HX5Ne41Using docker image sha256:d74b87fe019fa5fbfd87eb37c97409980b5fc6d12aa4c2b38f9a42c6b6603544 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-24.0.5 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:bd0f840d4586dc539052b2724b94ae5d1f304eab5b321eb98b0b584ddacae214 ...42$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE43$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")44$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command45Bundle complete! 38 Gemfile dependencies, 136 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export RSPEC_FAST_QUARANTINE_PATH="/home/gitlab/qa/${RSPEC_FAST_QUARANTINE_PATH}"48$ export RSPEC_SKIPPED_TESTS_REPORT_PATH="/home/gitlab/qa/rspec/skipped_tests-${CI_JOB_ID}.txt"49$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"50$ echo "Running - '$QA_COMMAND'"51Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b33568527b2296abf57f11f3081d76dd65ee80a6 -- --format QA::Support::JsonFormatter --out tmp/rspec-5134226394.json --format RspecJunitFormatter --out tmp/rspec-5134226394.xml --format html --out tmp/rspec-$(echo instance 2/5 | sed 's/[ /]/_/g').htm --color --format documentation'52$ eval "$QA_COMMAND"53[Sep 21 2023 02:52:26 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-dac4514c$`54[Sep 21 2023 02:52:26 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-dac4514c --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine/curl:latest tail -f /dev/null`55[Sep 21 2023 02:52:27 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/tls_certificates/authority/. alpine-dac4514c:/etc/gitlab/trusted-certs`56[Sep 21 2023 02:52:27 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/tls_certificates/gitlab/. alpine-dac4514c:/etc/gitlab/ssl`57[Sep 21 2023 02:52:27 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-dac4514c`58[Sep 21 2023 02:52:27 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-dac4514c`59[Sep 21 2023 02:52:27 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`60[Sep 21 2023 02:52:28 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b33568527b2296abf57f11f3081d76dd65ee80a6`61[Sep 21 2023 02:53:11 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ce-8b2276cb$`62[Sep 21 2023 02:53:11 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`63[Sep 21 2023 02:53:11 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`64[Sep 21 2023 02:53:11 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ce-8b2276cb --net test --hostname gitlab-ce-8b2276cb.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-09-21-02-52-26-64ed9013/gitlab-ce-8b2276cb/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:b33568527b2296abf57f11f3081d76dd65ee80a6`65[Sep 21 2023 02:53:19 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-8b2276cb bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-09-21 02:52:2666gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme67gitlab_rails['gitlab_disable_animations'] = true # Disable animations68gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry69gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password70gitlab_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;"`71[Sep 21 2023 02:53:19 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ce-8b2276cb`72[Sep 21 2023 02:56:49 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...73[Sep 21 2023 02:56:49 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-8b2276cb`74[Sep 21 2023 02:56:49 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ce-8b2276cb 80/tcp`75[Sep 21 2023 02:56:49 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!76[Sep 21 2023 02:56:49 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-8b2276cb bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`77[Sep 21 2023 02:56:49 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-8b2276cb bash -c "echo '#!/usr/bin/env bash78if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then79 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'80 exit 181fi82' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`83[Sep 21 2023 02:56:49 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-8b2276cb bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`84[Sep 21 2023 02:56:49 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.4.1/support/data gitlab-ce-8b2276cb:/tmp/data-seeds`85[Sep 21 2023 02:56:49 UTC (Gitlab QA)] INFO -- Running exec_commands...86[Sep 21 2023 02:56:49 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-8b2276cb bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`87[Sep 21 2023 02:57:39 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`88[Sep 21 2023 02:57:40 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:b33568527b2296abf57f11f3081d76dd65ee80a6`89[Sep 21 2023 02:58:42 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce90[Sep 21 2023 02:58:42 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_RSPEC_REPORT_PATH="$QA_RSPEC_REPORT_PATH" --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_TRIGGER_AUTO_QUARANTINE="$QA_TRIGGER_AUTO_QUARANTINE" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_OMNIBUS_MR_TESTS="$QA_OMNIBUS_MR_TESTS" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_SELENOID_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_SELENOID_BROWSER_IMAGE="selenoid/chrome" --env 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 RSPEC_FAST_QUARANTINE_PATH="$RSPEC_FAST_QUARANTINE_PATH" --env RSPEC_SKIPPED_TESTS_REPORT_PATH="$RSPEC_SKIPPED_TESTS_REPORT_PATH" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_NAME_SLUG="$CI_JOB_NAME_SLUG" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_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-09-21-02-52-26-64ed9013/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-09-21-02-52-26-64ed9013/gitlab-ce-qa-e511a8f1:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/qa/rspec:/home/gitlab/qa/rspec:z --volume /builds/gitlab-org/gitlab/qa/knapsack:/home/gitlab/qa/knapsack:z --name gitlab-ce-qa-e511a8f1 registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:b33568527b2296abf57f11f3081d76dd65ee80a6 Test::Instance::All http://gitlab-ce-8b2276cb.test -- --format QA::Support::JsonFormatter --out tmp/rspec-5134226394.json --format RspecJunitFormatter --out tmp/rspec-5134226394.xml --format html --out tmp/rspec-instance_2_5.htm --color --format documentation`912023-09-21 02:58:59 / CONF :: 92 ==> Base URL: http://gitlab-ce-8b2276cb.test93 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007fe36494b818>94 ==> Libraries: Chemlab::Vendor95[Sep 21 2023 02:58:59 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA96[Sep 21 2023 02:58:59 UTC (QA Tests)] INFO -- Browser: chrome97[Sep 21 2023 02:58:59 UTC (QA Tests)] INFO -- Performing sanity check for environment!98[Sep 21 2023 02:59:00 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'99[Sep 21 2023 02:59:00 UTC (QA Tests)] INFO -- Report already exists, skipping!100[Sep 21 2023 02:59:00 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====101[Sep 21 2023 02:59:00 UTC (QA Tests)] INFO -- Report specs:102[Sep 21 2023 02:59:00 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/5_package/package_registry/maven/maven_group_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_instance_level_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_non_inheritable_when_forward_pipeline_variables_false_spec.rb", "qa/specs/features/api/4_verify/job_downloads_artifacts_spec.rb", "qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/snippet_index_page_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/invite_group_to_project_spec.rb", "qa/specs/features/api/4_verify/api_variable_inheritance_with_forward_pipeline_variables_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_personal_snippet_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/custom_variable_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/automatically_creates_incident_for_alert_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/prefill_variables_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/create_project_snippet_with_multiple_files_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_manipulation_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/share_snippet_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb", "qa/specs/features/browser_ui/9_data_stores/user/follow_user_activity_spec.rb", "qa/specs/features/browser_ui/4_verify/runner/fleet_management/group_runner_status_counts_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/custom_issue_template_spec.rb", "qa/specs/features/browser_ui/3_create/source_editor/source_editor_toolbar_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/transfer_group_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_local_config_file_paths_with_wildcard_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_with_multiple_files_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_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/license_detection_spec.rb", "qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb", "qa/specs/features/api/1_manage/rate_limits_spec.rb", "qa/specs/features/api/9_data_stores/users_spec.rb"]103[Sep 21 2023 02:59:00 UTC (QA Tests)] INFO -- Leftover specs:104[Sep 21 2023 02:59:00 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/backend_node_recovery_spec.rb", "qa/specs/features/api/1_manage/import/import_github_repo_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb", "qa/specs/features/api/3_create/snippet/snippet_repository_storage_move_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/5_package/container_registry/saas/pull_container_registry_image_spec.rb", "qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb", "qa/specs/features/sanity/interception_spec.rb"]105[Sep 21 2023 02:59:00 UTC (QA Tests)] INFO -- Knapsack time offset warning enabled!106[Sep 21 2023 02:59:00 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'107[Sep 21 2023 02:59:00 UTC (QA Tests)] INFO -- Report already exists, skipping!108Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}109Randomized with seed 38384110Verify111 Pipeline API defined variable inheritance112[Sep 21 2023 02:59:04 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline API defined variable inheritance is determined based on forward:pipeline_variables condition113[Sep 21 2023 02:59:04 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA114[Sep 21 2023 02:59:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-7pe2wq1v' via cache in 0.0 seconds115[Sep 21 2023 02:59:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 1.59 seconds116[Sep 21 2023 02:59:07 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.117[Sep 21 2023 02:59:07 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`118[Sep 21 2023 02:59:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`119[Sep 21 2023 02:59:11 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name or95vvct --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach or95vvct 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 or95vvct --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list or95vvct --executor shell && gitlab-runner run" `120[Sep 21 2023 02:59:13 UTC (QA Tests)] INFO -- Executing: `docker logs or95vvct`121[Sep 21 2023 02:59:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`122[Sep 21 2023 02:59:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'or95vvct' via api in 6.8 seconds123[Sep 21 2023 02:59:14 UTC (QA Tests)] INFO -- filling :login_field with "root"124[Sep 21 2023 02:59:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field125[Sep 21 2023 02:59:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"126[Sep 21 2023 02:59:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field127[Sep 21 2023 02:59:15 UTC (QA Tests)] INFO -- clicking :sign_in_button128[Sep 21 2023 02:59:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.115s129[Sep 21 2023 02:59:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.84 seconds130[Sep 21 2023 02:59:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.61 seconds131[Sep 21 2023 02:59:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'or95vvct'132[Sep 21 2023 02:59:46 UTC (QA Tests)] INFO -- Executing: `docker rm -f or95vvct`133 is determined based on forward:pipeline_variables condition134Plan135 Custom issue templates136[Sep 21 2023 02:59:47 UTC (QA Tests)] INFO -- Starting test: Plan Custom issue templates creates an issue via custom template137[Sep 21 2023 02:59:47 UTC (QA Tests)] INFO -- filling :login_field with "root"138[Sep 21 2023 02:59:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field139[Sep 21 2023 02:59:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"140[Sep 21 2023 02:59:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field141[Sep 21 2023 02:59:48 UTC (QA Tests)] INFO -- clicking :sign_in_button142[Sep 21 2023 02:59:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.921s143[Sep 21 2023 02:59:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.14 seconds144[Sep 21 2023 02:59:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.87 seconds145[Sep 21 2023 02:59:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.49 seconds146[Sep 21 2023 02:59:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/custom-issue-template-project-618edd77c2ab5dc0147[Sep 21 2023 02:59:57 UTC (QA Tests)] INFO -- clicking :new-menu-toggle148[Sep 21 2023 02:59:57 UTC (QA Tests)] INFO -- clicking :create_menu_item149[Sep 21 2023 02:59:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.213s150[Sep 21 2023 02:59:58 UTC (QA Tests)] INFO -- filling :issuable-form-title-field with "Issue title 61659a67bb17fdc4"151[Sep 21 2023 02:59:58 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable-form-title-field152[Sep 21 2023 02:59:59 UTC (QA Tests)] INFO -- clicking :close-button153[Sep 21 2023 02:59:59 UTC (QA Tests)] INFO -- clicking :template_dropdown154[Sep 21 2023 02:59:59 UTC (QA Tests)] INFO -- clicking :issuable-create-button and ensuring QA::Page::Project::Issue::Show is present155[Sep 21 2023 03:00:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable-create-button' took 3.546s156[Sep 21 2023 03:00:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 7.99 seconds157 creates an issue via custom template158Data Stores159 Subgroup transfer160[Sep 21 2023 03:00:03 UTC (QA Tests)] INFO -- Starting test: Data Stores Subgroup transfer transfers a subgroup to another group161[Sep 21 2023 03:00:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds162[Sep 21 2023 03:00:05 UTC (QA Tests)] INFO -- filling :login_field with "root"163[Sep 21 2023 03:00:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field164[Sep 21 2023 03:00:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"165[Sep 21 2023 03:00:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field166[Sep 21 2023 03:00:05 UTC (QA Tests)] INFO -- clicking :sign_in_button167[Sep 21 2023 03:00:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.008s168[Sep 21 2023 03:00:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds169[Sep 21 2023 03:00:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-8b2276cb.test/groups/gitlab-qa-sandbox-group-5/source-group-for-transfer_cab181f2f89758a7/subgroup-for-transfer_fb0d37e404842522170[Sep 21 2023 03:00:11 UTC (QA Tests)] INFO -- clicking :menu_section_button171[Sep 21 2023 03:00:11 UTC (QA Tests)] INFO -- clicking :nav_item_link172[Sep 21 2023 03:00:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.902s173[Sep 21 2023 03:00:12 UTC (QA Tests)] INFO -- Transferring group: subgroup-for-transfer_fb0d37e404842522 to target group: target-group-for-transfer_b87911e26eefeab1174[Sep 21 2023 03:00:13 UTC (QA Tests)] INFO -- scrolling to :[data-testid="transfer_group_content"],[data-qa-selector="transfer_group_content"]175[Sep 21 2023 03:00:13 UTC (QA Tests)] INFO -- clicking :namespaces_list176[Sep 21 2023 03:00:13 UTC (QA Tests)] INFO -- filling :namespaces_list_search with "target-group-for-transfer_b87911e26eefeab1"177[Sep 21 2023 03:00:13 UTC (QA Tests)] INFO -- clicking the coordinates of :namespaces_list_search178[Sep 21 2023 03:00:14 UTC (QA Tests)] INFO -- clicking :transfer_group_button179[Sep 21 2023 03:00:14 UTC (QA Tests)] INFO -- filling :confirm_danger_field with "gitlab-qa-sandbox-group-5/source-group-for-transfer_cab181f2f89758a7/subgroup-for-transfer_fb0d37e404842522"180[Sep 21 2023 03:00:14 UTC (QA Tests)] INFO -- clicking the coordinates of :confirm_danger_field181[Sep 21 2023 03:00:15 UTC (QA Tests)] INFO -- clicking :confirm_danger_modal_button182[Sep 21 2023 03:00:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_danger_modal_button' took 1.073s183 transfers a subgroup to another group184Verify185 UI defined variable186[Sep 21 2023 03:00:16 UTC (QA Tests)] INFO -- Starting test: Verify UI defined variable is not inheritable when forward:pipeline_variables is false187[Sep 21 2023 03:00:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds188[Sep 21 2023 03:00:17 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.189[Sep 21 2023 03:00:17 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`190[Sep 21 2023 03:00:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`191[Sep 21 2023 03:00:17 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name e4ooojis --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach e4ooojis 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 e4ooojis --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list e4ooojis --executor shell && gitlab-runner run" `192[Sep 21 2023 03:00:18 UTC (QA Tests)] INFO -- Executing: `docker logs e4ooojis`193[Sep 21 2023 03:00:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`194[Sep 21 2023 03:00:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'e4ooojis' via api in 2.06 seconds195[Sep 21 2023 03:00:20 UTC (QA Tests)] INFO -- filling :login_field with "root"196[Sep 21 2023 03:00:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field197[Sep 21 2023 03:00:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"198[Sep 21 2023 03:00:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field199[Sep 21 2023 03:00:21 UTC (QA Tests)] INFO -- clicking :sign_in_button200[Sep 21 2023 03:00:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.026s201[Sep 21 2023 03:00:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.14 seconds202[Sep 21 2023 03:00:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.96 seconds203[Sep 21 2023 03:00:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.97 seconds204[Sep 21 2023 03:00:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/group-for-variable-inheritance-e4ooojis/upstream-variable-inheritance-2a37ffbf37c42152205[Sep 21 2023 03:00:31 UTC (QA Tests)] INFO -- clicking :menu_section_button206[Sep 21 2023 03:00:31 UTC (QA Tests)] INFO -- clicking :nav_item_link207[Sep 21 2023 03:00:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.808s208[Sep 21 2023 03:00:43 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present209[Sep 21 2023 03:00:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 0.867s210[Sep 21 2023 03:00:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.017s211[Sep 21 2023 03:00:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.721s212[Sep 21 2023 03:00:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.85s213[Sep 21 2023 03:00:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements ci_variable_row_container' took 1.869s214[Sep 21 2023 03:00:46 UTC (QA Tests)] INFO -- filling :ci_variable_key_field with "*****"215[Sep 21 2023 03:00:46 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_key_field216[Sep 21 2023 03:00:46 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "This is great!"217[Sep 21 2023 03:00:46 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field218[Sep 21 2023 03:00:47 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::Show is present219[Sep 21 2023 03:00:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_details_header' took 1.246s220[Sep 21 2023 03:00:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.564s221[Sep 21 2023 03:01:10 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button222[Sep 21 2023 03:01:10 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present223[Sep 21 2023 03:01:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.286s224[Sep 21 2023 03:01:12 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button225[Sep 21 2023 03:01:13 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present226[Sep 21 2023 03:01:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.254s227[Sep 21 2023 03:01:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'e4ooojis'228[Sep 21 2023 03:01:14 UTC (QA Tests)] INFO -- Executing: `docker rm -f e4ooojis`229 is not inheritable when forward:pipeline_variables is false230[Sep 21 2023 03:01:15 UTC (QA Tests)] INFO -- Starting test: Verify UI defined variable is not inheritable by default231[Sep 21 2023 03:01:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds232[Sep 21 2023 03:01:15 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.233[Sep 21 2023 03:01:15 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`234[Sep 21 2023 03:01:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`235[Sep 21 2023 03:01:20 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name 9aosgqn9 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach 9aosgqn9 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 9aosgqn9 --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list 9aosgqn9 --executor shell && gitlab-runner run" `236[Sep 21 2023 03:01:20 UTC (QA Tests)] INFO -- Executing: `docker logs 9aosgqn9`237[Sep 21 2023 03:01:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`238[Sep 21 2023 03:01:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name '9aosgqn9' via api in 5.87 seconds239[Sep 21 2023 03:01:22 UTC (QA Tests)] INFO -- filling :login_field with "root"240[Sep 21 2023 03:01:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field241[Sep 21 2023 03:01:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"242[Sep 21 2023 03:01:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field243[Sep 21 2023 03:01:23 UTC (QA Tests)] INFO -- clicking :sign_in_button244[Sep 21 2023 03:01:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.825s245[Sep 21 2023 03:01:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.81 seconds246[Sep 21 2023 03:01:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.74 seconds247[Sep 21 2023 03:01:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.95 seconds248[Sep 21 2023 03:01:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/group-for-variable-inheritance-9aosgqn9/upstream-variable-inheritance-83c5d690c89b8a3f249[Sep 21 2023 03:01:32 UTC (QA Tests)] INFO -- clicking :menu_section_button250[Sep 21 2023 03:01:32 UTC (QA Tests)] INFO -- clicking :nav_item_link251[Sep 21 2023 03:01:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.823s252[Sep 21 2023 03:01:44 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present253[Sep 21 2023 03:01:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 0.984s254[Sep 21 2023 03:01:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.017s255[Sep 21 2023 03:01:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.648s256[Sep 21 2023 03:01:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.777s257[Sep 21 2023 03:01:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements ci_variable_row_container' took 1.797s258[Sep 21 2023 03:01:46 UTC (QA Tests)] INFO -- filling :ci_variable_key_field with "*****"259[Sep 21 2023 03:01:46 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_key_field260[Sep 21 2023 03:01:47 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "This is great!"261[Sep 21 2023 03:01:47 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field262[Sep 21 2023 03:01:47 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::Show is present263[Sep 21 2023 03:01:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_details_header' took 0.956s264[Sep 21 2023 03:01:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.365s265[Sep 21 2023 03:02:00 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button266[Sep 21 2023 03:02:00 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present267[Sep 21 2023 03:02:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.375s268[Sep 21 2023 03:02:02 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button269[Sep 21 2023 03:02:02 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present270[Sep 21 2023 03:02:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.368s271[Sep 21 2023 03:02:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name '9aosgqn9'272[Sep 21 2023 03:02:04 UTC (QA Tests)] INFO -- Executing: `docker rm -f 9aosgqn9`273 is not inheritable by default274Create275 Snippet index page276 behaves like displaying details on index page277[Sep 21 2023 03:02:05 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of project_snippet_with_multiple_files including file number278[Sep 21 2023 03:02:05 UTC (QA Tests)] INFO -- filling :login_field with "root"279[Sep 21 2023 03:02:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field280[Sep 21 2023 03:02:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"281[Sep 21 2023 03:02:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field282[Sep 21 2023 03:02:06 UTC (QA Tests)] INFO -- clicking :sign_in_button283[Sep 21 2023 03:02:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.092s284[Sep 21 2023 03:02:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds285[Sep 21 2023 03:02:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.15 seconds286[Sep 21 2023 03:02:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-snippets-1d3253531606347b' via api in 0.96 seconds287[Sep 21 2023 03:02:11 UTC (QA Tests)] INFO -- clicking :nav_item_link288 shows correct details of project_snippet_with_multiple_files including file number289 behaves like displaying details on index page290[Sep 21 2023 03:02:12 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of project_snippet_with_single_file including file number291[Sep 21 2023 03:02:12 UTC (QA Tests)] INFO -- filling :login_field with "root"292[Sep 21 2023 03:02:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field293[Sep 21 2023 03:02:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"294[Sep 21 2023 03:02:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field295[Sep 21 2023 03:02:13 UTC (QA Tests)] INFO -- clicking :sign_in_button296[Sep 21 2023 03:02:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.068s297[Sep 21 2023 03:02:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds298[Sep 21 2023 03:02:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds299[Sep 21 2023 03:02:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-snippets-37c04bdb3be816d1' via api in 1.04 seconds300[Sep 21 2023 03:02:33 UTC (QA Tests)] INFO -- clicking :nav_item_link301 shows correct details of project_snippet_with_single_file including file number302 behaves like displaying details on index page303[Sep 21 2023 03:02:33 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of personal_snippet_with_multiple_files including file number304[Sep 21 2023 03:02:34 UTC (QA Tests)] INFO -- filling :login_field with "root"305[Sep 21 2023 03:02:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field306[Sep 21 2023 03:02:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"307[Sep 21 2023 03:02:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field308[Sep 21 2023 03:02:35 UTC (QA Tests)] INFO -- clicking :sign_in_button309[Sep 21 2023 03:02:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.942s310[Sep 21 2023 03:02:38 UTC (QA Tests)] INFO -- clicking :nav_item_link311 shows correct details of personal_snippet_with_multiple_files including file number312 behaves like displaying details on index page313[Sep 21 2023 03:02:38 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of personal_snippet_with_single_file including file number314[Sep 21 2023 03:02:39 UTC (QA Tests)] INFO -- filling :login_field with "root"315[Sep 21 2023 03:02:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field316[Sep 21 2023 03:02:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"317[Sep 21 2023 03:02:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field318[Sep 21 2023 03:02:40 UTC (QA Tests)] INFO -- clicking :sign_in_button319[Sep 21 2023 03:02:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.203s320[Sep 21 2023 03:02:43 UTC (QA Tests)] INFO -- clicking :nav_item_link321 shows correct details of personal_snippet_with_single_file including file number322Data Stores323 Project324 in personal namespace325 behaves like successful project creation326[Sep 21 2023 03:02:44 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in personal namespace behaves like successful project creation creates a new project327[Sep 21 2023 03:02:44 UTC (QA Tests)] INFO -- filling :login_field with "root"328[Sep 21 2023 03:02:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field329[Sep 21 2023 03:02:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"330[Sep 21 2023 03:02:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field331[Sep 21 2023 03:02:45 UTC (QA Tests)] INFO -- clicking :sign_in_button332[Sep 21 2023 03:02:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.995s333[Sep 21 2023 03:02:48 UTC (QA Tests)] INFO -- clicking :new_project_button and ensuring QA::Page::Project::New is present334[Sep 21 2023 03:02:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.743s335[Sep 21 2023 03:02:49 UTC (QA Tests)] INFO -- clicking :panel-link336[Sep 21 2023 03:02:49 UTC (QA Tests)] INFO -- clicking :select-namespace-dropdown337[Sep 21 2023 03:02:49 UTC (QA Tests)] INFO -- filling :select-namespace-dropdown-search-field with "root"338[Sep 21 2023 03:02:49 UTC (QA Tests)] INFO -- clicking the coordinates of :select-namespace-dropdown-search-field339[Sep 21 2023 03:02:50 UTC (QA Tests)] INFO -- unchecking via JS :initialize-with-sast-checkbox with args {}340[Sep 21 2023 03:02:50 UTC (QA Tests)] INFO -- unchecking via JS :initialize-with-readme-checkbox with args {}341[Sep 21 2023 03:02:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'root/project-in-personal-namespace-bf9ca6a3d06833d1-a46be009c033a6f9' via browser_ui in 3.46 seconds342 creates a new project343 in group344 behaves like successful project creation345[Sep 21 2023 03:02:52 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in group behaves like successful project creation creates a new project346[Sep 21 2023 03:02:52 UTC (QA Tests)] INFO -- filling :login_field with "root"347[Sep 21 2023 03:02:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field348[Sep 21 2023 03:02:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"349[Sep 21 2023 03:02:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field350[Sep 21 2023 03:02:53 UTC (QA Tests)] INFO -- clicking :sign_in_button351[Sep 21 2023 03:02:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.965s352[Sep 21 2023 03:02:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds353[Sep 21 2023 03:02:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.13 seconds354[Sep 21 2023 03:02:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-8b2276cb.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff355[Sep 21 2023 03:02:57 UTC (QA Tests)] INFO -- clicking :new_project_button356[Sep 21 2023 03:02:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.671s357[Sep 21 2023 03:02:57 UTC (QA Tests)] INFO -- clicking :panel-link358[Sep 21 2023 03:02:58 UTC (QA Tests)] INFO -- unchecking via JS :initialize-with-sast-checkbox with args {}359[Sep 21 2023 03:02:58 UTC (QA Tests)] INFO -- unchecking via JS :initialize-with-readme-checkbox with args {}360[Sep 21 2023 03:02:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-in-group-5356ab0c20ef26eb-7e9145c577b290ab' via browser_ui in 3.38 seconds361 creates a new project362Create363 Repository License Detection364 on a project with a commonly used LICENSE365 behaves like project license detection366[Sep 21 2023 03:03:00 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 repository367[Sep 21 2023 03:03:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds368[Sep 21 2023 03:03:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds369[Sep 21 2023 03:03:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.0 seconds370[Sep 21 2023 03:03:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/the_awesome_project-55a61964d7bc5e1c371[Sep 21 2023 03:03:02 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/the_awesome_project-55a61964d7bc5e1c'372 displays the name of the license on the repository373 on a project with an unrecognized LICENSE374 behaves like project license detection375[Sep 21 2023 03:03:02 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 repository376[Sep 21 2023 03:03:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds377[Sep 21 2023 03:03:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.14 seconds378[Sep 21 2023 03:03:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.82 seconds379[Sep 21 2023 03:03:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/the_awesome_project-fb1bb5958dacce1b380[Sep 21 2023 03:03:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/the_awesome_project-fb1bb5958dacce1b'381 displays the name of the license on the repository382Create383 Merge requests384 when merging once385 behaves like merge when pipeline succeeds386 merges after pipeline succeeds (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/403017)387Plan388 Group milestone389[Sep 21 2023 03:03:05 UTC (QA Tests)] INFO -- Starting test: Plan Group milestone creates a group milestone390[Sep 21 2023 03:03:06 UTC (QA Tests)] INFO -- filling :login_field with "root"391[Sep 21 2023 03:03:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field392[Sep 21 2023 03:03:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"393[Sep 21 2023 03:03:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field394[Sep 21 2023 03:03:07 UTC (QA Tests)] INFO -- clicking :sign_in_button395[Sep 21 2023 03:03:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.153s396[Sep 21 2023 03:03:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds397[Sep 21 2023 03:03:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-with-milestone-f0808db4' via api in 0.49 seconds398[Sep 21 2023 03:03:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-8b2276cb.test/groups/gitlab-qa-sandbox-group-5/group-with-milestone-f0808db4399[Sep 21 2023 03:03:11 UTC (QA Tests)] INFO -- clicking :menu_section_button400[Sep 21 2023 03:03:11 UTC (QA Tests)] INFO -- clicking :nav_item_link401[Sep 21 2023 03:03:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.59s402[Sep 21 2023 03:03:12 UTC (QA Tests)] INFO -- clicking :new_group_milestone_link403[Sep 21 2023 03:03:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_group_milestone_link' took 0.691s404[Sep 21 2023 03:03:13 UTC (QA Tests)] INFO -- filling :milestone_title_field with "Group milestone"405[Sep 21 2023 03:03:13 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_title_field406[Sep 21 2023 03:03:13 UTC (QA Tests)] INFO -- filling :milestone-description-field with "This milestone tests out group milestones."407[Sep 21 2023 03:03:13 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone-description-field408[Sep 21 2023 03:03:13 UTC (QA Tests)] INFO -- filling :start_date_field with "2023/09/21409"410[Sep 21 2023 03:03:13 UTC (QA Tests)] INFO -- clicking the coordinates of :start_date_field411[Sep 21 2023 03:03:14 UTC (QA Tests)] INFO -- filling :due_date_field with "2023/10/21412"413[Sep 21 2023 03:03:14 UTC (QA Tests)] INFO -- clicking the coordinates of :due_date_field414[Sep 21 2023 03:03:14 UTC (QA Tests)] INFO -- clicking :create_milestone_button415[Sep 21 2023 03:03:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_milestone_button' took 0.967s416[Sep 21 2023 03:03:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone via browser_ui in 5.45 seconds417[Sep 21 2023 03:03:15 UTC (QA Tests)] INFO -- clicking :menu_section_button418[Sep 21 2023 03:03:16 UTC (QA Tests)] INFO -- clicking :nav_item_link419[Sep 21 2023 03:03:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.611s420[Sep 21 2023 03:03:16 UTC (QA Tests)] INFO -- clicking :milestone_link421[Sep 21 2023 03:03:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element milestone_link' took 0.662s422 creates a group milestone423Verify424 Job artifacts425[Sep 21 2023 03:03:17 UTC (QA Tests)] INFO -- Starting test: Verify Job artifacts are not downloaded when dependencies array is set to empty426[Sep 21 2023 03:03:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds427[Sep 21 2023 03:03:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds428[Sep 21 2023 03:03:18 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.429[Sep 21 2023 03:03:18 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`430[Sep 21 2023 03:03:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`431[Sep 21 2023 03:03:18 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-j1zp3swv --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-j1zp3swv 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-j1zp3swv --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list qa-runner-j1zp3swv --executor shell && gitlab-runner run" `432[Sep 21 2023 03:03:19 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-j1zp3swv`433[Sep 21 2023 03:03:19 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`434[Sep 21 2023 03:03:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.76 seconds435[Sep 21 2023 03:03:30 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-j1zp3swv'436[Sep 21 2023 03:03:30 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-j1zp3swv`437 are not downloaded when dependencies array is set to empty438Create439 Slack app integration440 when using Slash commands441 creates an issue (PENDING: Test is not compatible with this environment or pipeline)442 with gitlab issue443 closes an issue (PENDING: Test is not compatible with this environment or pipeline)444 comments on an issue (PENDING: Test is not compatible with this environment or pipeline)445 displays an issue (PENDING: Test is not compatible with this environment or pipeline)446 with target project447 moves an issue (PENDING: Test is not compatible with this environment or pipeline)448Create449 Download merge request patch and diff450[Sep 21 2023 03:03:31 UTC (QA Tests)] INFO -- Starting test: Create Download merge request patch and diff views the merge request plain diff451[Sep 21 2023 03:03:31 UTC (QA Tests)] INFO -- filling :login_field with "root"452[Sep 21 2023 03:03:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field453[Sep 21 2023 03:03:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"454[Sep 21 2023 03:03:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field455[Sep 21 2023 03:03:32 UTC (QA Tests)] INFO -- clicking :sign_in_button456[Sep 21 2023 03:03:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.129s457[Sep 21 2023 03:03:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds458[Sep 21 2023 03:03:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds459[Sep 21 2023 03:03:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-merge-request-3c4f25a62d2db724' via api in 1.36 seconds460[Sep 21 2023 03:03:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds461[Sep 21 2023 03:03:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 4.48 seconds462[Sep 21 2023 03:03:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-merge-request-3c4f25a62d2db724/-/merge_requests/1463 views the merge request plain diff464[Sep 21 2023 03:03:42 UTC (QA Tests)] INFO -- Starting test: Create Download merge request patch and diff views the merge request patches465[Sep 21 2023 03:03:43 UTC (QA Tests)] INFO -- filling :login_field with "root"466[Sep 21 2023 03:03:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field467[Sep 21 2023 03:03:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"468[Sep 21 2023 03:03:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field469[Sep 21 2023 03:03:44 UTC (QA Tests)] INFO -- clicking :sign_in_button470[Sep 21 2023 03:03:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.071s471[Sep 21 2023 03:03:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.21 seconds472[Sep 21 2023 03:03:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.43 seconds473[Sep 21 2023 03:03:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-merge-request-8b912f84a8bb3a8c' via api in 1.99 seconds474[Sep 21 2023 03:03:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.66 seconds475[Sep 21 2023 03:03:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 4.76 seconds476[Sep 21 2023 03:03:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-merge-request-8b912f84a8bb3a8c/-/merge_requests/1477 views the merge request patches478Create479 Multiple file snippet480[Sep 21 2023 03:03:55 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet creates a personal snippet with multiple files481[Sep 21 2023 03:03:55 UTC (QA Tests)] INFO -- filling :login_field with "root"482[Sep 21 2023 03:03:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field483[Sep 21 2023 03:03:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"484[Sep 21 2023 03:03:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field485[Sep 21 2023 03:03:56 UTC (QA Tests)] INFO -- clicking :sign_in_button486[Sep 21 2023 03:03:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.163s487[Sep 21 2023 03:03:59 UTC (QA Tests)] INFO -- clicking :new-menu-toggle488[Sep 21 2023 03:03:59 UTC (QA Tests)] INFO -- clicking :create_menu_item489[Sep 21 2023 03:04:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.829s490[Sep 21 2023 03:04:00 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Personal snippet with multiple files"491[Sep 21 2023 03:04:00 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field492[Sep 21 2023 03:04:01 UTC (QA Tests)] INFO -- clicking :description_placeholder493[Sep 21 2023 03:04:01 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"494[Sep 21 2023 03:04:01 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field495[Sep 21 2023 03:04:01 UTC (QA Tests)] INFO -- clicking :visibility_content496[Sep 21 2023 03:04:01 UTC (QA Tests)] INFO -- filling :file_name_field with "First file name"497[Sep 21 2023 03:04:01 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field498[Sep 21 2023 03:04:02 UTC (QA Tests)] INFO -- clicking :add_file_button499[Sep 21 2023 03:04:02 UTC (QA Tests)] INFO -- filling :file_name_field with "Second file name"500[Sep 21 2023 03:04:02 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field501[Sep 21 2023 03:04:03 UTC (QA Tests)] INFO -- clicking :add_file_button502[Sep 21 2023 03:04:03 UTC (QA Tests)] INFO -- filling :file_name_field with "Third file name"503[Sep 21 2023 03:04:03 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field504[Sep 21 2023 03:04:04 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button505[Sep 21 2023 03:04:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.223s506[Sep 21 2023 03:04:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.231s507[Sep 21 2023 03:04:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '5' via browser_ui in 5.83 seconds508 creates a personal snippet with multiple files509Create510 Push mirror a repository over HTTP511[Sep 21 2023 03:04:06 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository512[Sep 21 2023 03:04:07 UTC (QA Tests)] INFO -- filling :login_field with "root"513[Sep 21 2023 03:04:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field514[Sep 21 2023 03:04:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"515[Sep 21 2023 03:04:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field516[Sep 21 2023 03:04:08 UTC (QA Tests)] INFO -- clicking :sign_in_button517[Sep 21 2023 03:04:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.035s518[Sep 21 2023 03:04:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds519[Sep 21 2023 03:04:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds520[Sep 21 2023 03:04:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds521[Sep 21 2023 03:04:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds522[Sep 21 2023 03:04:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-code-35ef0c945005371e' via api in 0.86 seconds523[Sep 21 2023 03:04:14 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"524[Sep 21 2023 03:04:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.39 seconds525[Sep 21 2023 03:04:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-code-35ef0c945005371e526[Sep 21 2023 03:04:16 UTC (QA Tests)] INFO -- clicking :menu_section_button527[Sep 21 2023 03:04:17 UTC (QA Tests)] INFO -- clicking :nav_item_link528[Sep 21 2023 03:04:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.186s529[Sep 21 2023 03:04:19 UTC (QA Tests)] INFO -- clicking :add-new-mirror530[Sep 21 2023 03:04:19 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/push-mirror-target-project-428a3aa6cbd96a06.git"531[Sep 21 2023 03:04:19 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field532[Sep 21 2023 03:04:20 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field533[Sep 21 2023 03:04:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? authentication_method_field' took 11.067s534[Sep 21 2023 03:04:32 UTC (QA Tests)] INFO -- Saving screenshot..535[Sep 21 2023 03:04:33 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository536[Sep 21 2023 03:04:33 UTC (QA Tests)] INFO -- filling :login_field with "root"537[Sep 21 2023 03:04:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field538[Sep 21 2023 03:04:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"539[Sep 21 2023 03:04:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field540[Sep 21 2023 03:04:34 UTC (QA Tests)] INFO -- clicking :sign_in_button541[Sep 21 2023 03:04:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.088s542[Sep 21 2023 03:04:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds543[Sep 21 2023 03:04:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds544[Sep 21 2023 03:04:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds545[Sep 21 2023 03:04:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds546[Sep 21 2023 03:04:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-code-7a3cc945ae854960' via api in 0.82 seconds547[Sep 21 2023 03:04:41 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"548[Sep 21 2023 03:04:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.58 seconds549[Sep 21 2023 03:04:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-code-7a3cc945ae854960550[Sep 21 2023 03:04:43 UTC (QA Tests)] INFO -- clicking :menu_section_button551[Sep 21 2023 03:04:43 UTC (QA Tests)] INFO -- clicking :nav_item_link552[Sep 21 2023 03:04:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.135s553[Sep 21 2023 03:04:46 UTC (QA Tests)] INFO -- clicking :add-new-mirror554[Sep 21 2023 03:04:46 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/push-mirror-target-project-c83f6f7683a408e1.git"555[Sep 21 2023 03:04:46 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field556[Sep 21 2023 03:04:46 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field557[Sep 21 2023 03:04:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? authentication_method_field' took 11.034s558[Sep 21 2023 03:04:57 UTC (QA Tests)] INFO -- Saving screenshot..559 configures and syncs LFS objects for a (push) mirrored repository (FAILED - 1)5611st Try error in ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:6:562Couldn't find element named "authentication_method_field"564RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:6565 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/create_push_mirror_a_repository_over_http_configures_and_syncs_lfs_objects_for_a_2023-09-21-03-04-57.811.html566 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/create_push_mirror_a_repository_over_http_configures_and_syncs_lfs_objects_for_a_2023-09-21-03-04-57.811.png567Create568 Default branch name instance setting569[Sep 21 2023 03:04:58 UTC (QA Tests)] INFO -- Setting application settings: {:default_branch_name=>"main"}570[Sep 21 2023 03:04:58 UTC (QA Tests)] INFO -- Starting test: Create Default branch name instance setting allows a project to be created via the CLI with a different default branch name571[Sep 21 2023 03:04:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds572[Sep 21 2023 03:04:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/default-branch-name-via-cli-8811b2ca21d52dae' via api in 0.14 seconds573 allows a project to be created via the CLI with a different default branch name574[Sep 21 2023 03:05:00 UTC (QA Tests)] INFO -- Starting test: Create Default branch name instance setting sets the default branch name for a new project575[Sep 21 2023 03:05:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds576[Sep 21 2023 03:05:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds577 sets the default branch name for a new project578[Sep 21 2023 03:05:01 UTC (QA Tests)] INFO -- Setting application settings: {:default_branch_name=>nil}579Verify580 Include local config file paths with wildcard581[Sep 21 2023 03:05:02 UTC (QA Tests)] INFO -- Starting test: Verify Include local config file paths with wildcard runs the pipeline with composed config582[Sep 21 2023 03:05:02 UTC (QA Tests)] INFO -- filling :login_field with "root"583[Sep 21 2023 03:05:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field584[Sep 21 2023 03:05:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"585[Sep 21 2023 03:05:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field586[Sep 21 2023 03:05:03 UTC (QA Tests)] INFO -- clicking :sign_in_button587[Sep 21 2023 03:05:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.186s588[Sep 21 2023 03:05:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds589[Sep 21 2023 03:05:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds590[Sep 21 2023 03:05:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.78 seconds591[Sep 21 2023 03:05:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-pipeline-f8a6ad088c75479a592[Sep 21 2023 03:05:10 UTC (QA Tests)] INFO -- clicking :menu_section_button593[Sep 21 2023 03:05:10 UTC (QA Tests)] INFO -- clicking :nav_item_link594[Sep 21 2023 03:05:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.517s595[Sep 21 2023 03:05:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-pipeline-f8a6ad088c75479a'596 runs the pipeline with composed config597Create598 Version control for personal snippets599[Sep 21 2023 03:05:13 UTC (QA Tests)] INFO -- Starting test: Create Version control for personal snippets clones, pushes, and pulls a snippet over HTTP, edits via UI600[Sep 21 2023 03:05:13 UTC (QA Tests)] INFO -- filling :login_field with "root"601[Sep 21 2023 03:05:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field602[Sep 21 2023 03:05:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"603[Sep 21 2023 03:05:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field604[Sep 21 2023 03:05:14 UTC (QA Tests)] INFO -- clicking :sign_in_button605[Sep 21 2023 03:05:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.083s606[Sep 21 2023 03:05:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '6' via api in 0.45 seconds607[Sep 21 2023 03:05:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-8b2276cb.test/-/snippets/6608[Sep 21 2023 03:05:18 UTC (QA Tests)] INFO -- clicking :clone_button609[Sep 21 2023 03:05:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.8 seconds610[Sep 21 2023 03:05:20 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present611[Sep 21 2023 03:05:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.812s612[Sep 21 2023 03:05:31 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button613[Sep 21 2023 03:05:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.984s614[Sep 21 2023 03:05:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.998s615[Sep 21 2023 03:05:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '6'616[Sep 21 2023 03:05:33 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230921-39-g5iiyh/id_rsa -N `617[Sep 21 2023 03:05:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '1' via api in 0.2 seconds618[Sep 21 2023 03:05:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '1'619 clones, pushes, and pulls a snippet over HTTP, edits via UI620[Sep 21 2023 03:05:33 UTC (QA Tests)] INFO -- Starting test: Create Version control for personal snippets clones, pushes, and pulls a snippet over SSH, deletes via UI621[Sep 21 2023 03:05:34 UTC (QA Tests)] INFO -- filling :login_field with "root"622[Sep 21 2023 03:05:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field623[Sep 21 2023 03:05:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"624[Sep 21 2023 03:05:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field625[Sep 21 2023 03:05:35 UTC (QA Tests)] INFO -- clicking :sign_in_button626[Sep 21 2023 03:05:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.144s627[Sep 21 2023 03:05:38 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230921-39-75y0vy/id_rsa -N `628[Sep 21 2023 03:05:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '2' via api in 0.73 seconds629[Sep 21 2023 03:05:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '7' via api in 0.45 seconds630[Sep 21 2023 03:05:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-8b2276cb.test/-/snippets/7631[Sep 21 2023 03:05:40 UTC (QA Tests)] INFO -- clicking :clone_button632[Sep 21 2023 03:05:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.82 seconds633[Sep 21 2023 03:05:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.634s634[Sep 21 2023 03:05:41 UTC (QA Tests)] INFO -- clicking :snippet_action_button635[Sep 21 2023 03:05:41 UTC (QA Tests)] INFO -- clicking :delete_snippet_button636[Sep 21 2023 03:05:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '2'637 clones, pushes, and pulls a snippet over SSH, deletes via UI638Verify639 Pipeline with prefill variables640[Sep 21 2023 03:05:43 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with prefill variables shows only variables with description as prefill variables on the run pipeline page641[Sep 21 2023 03:05:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds642[Sep 21 2023 03:05:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds643[Sep 21 2023 03:05:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.72 seconds644[Sep 21 2023 03:05:45 UTC (QA Tests)] INFO -- filling :login_field with "root"645[Sep 21 2023 03:05:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field646[Sep 21 2023 03:05:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"647[Sep 21 2023 03:05:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field648[Sep 21 2023 03:05:45 UTC (QA Tests)] INFO -- clicking :sign_in_button649[Sep 21 2023 03:05:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.115s650[Sep 21 2023 03:05:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-prefill-variables-f41f1e7f7253404c651[Sep 21 2023 03:05:50 UTC (QA Tests)] INFO -- clicking :menu_section_button652[Sep 21 2023 03:05:50 UTC (QA Tests)] INFO -- clicking :nav_item_link653[Sep 21 2023 03:05:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.648s654[Sep 21 2023 03:05:51 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present655[Sep 21 2023 03:05:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.066s656 shows only variables with description as prefill variables on the run pipeline page657[Sep 21 2023 03:05:54 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with prefill variables shows dropdown for variables with description, value, and options defined658[Sep 21 2023 03:05:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds659[Sep 21 2023 03:05:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds660[Sep 21 2023 03:05:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.72 seconds661[Sep 21 2023 03:05:56 UTC (QA Tests)] INFO -- filling :login_field with "root"662[Sep 21 2023 03:05:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field663[Sep 21 2023 03:05:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"664[Sep 21 2023 03:05:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field665[Sep 21 2023 03:05:57 UTC (QA Tests)] INFO -- clicking :sign_in_button666[Sep 21 2023 03:05:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.047s667[Sep 21 2023 03:06:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-prefill-variables-8f71a640fc719e0e668[Sep 21 2023 03:06:02 UTC (QA Tests)] INFO -- clicking :menu_section_button669[Sep 21 2023 03:06:02 UTC (QA Tests)] INFO -- clicking :nav_item_link670[Sep 21 2023 03:06:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.783s671[Sep 21 2023 03:06:03 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present672[Sep 21 2023 03:06:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.23s673[Sep 21 2023 03:06:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.821s674[Sep 21 2023 03:06:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.826s675[Sep 21 2023 03:06:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? ci_variable_value_dropdown' took 1.848s676[Sep 21 2023 03:06:06 UTC (QA Tests)] INFO -- clicking :ci_variable_value_dropdown677 shows dropdown for variables with description, value, and options defined678Manage679 Gitlab migration680 migrates large gitlab group via api (PENDING: Test is not compatible with this environment or pipeline)681Verify682 Parent-child pipelines independent relationship683[Sep 21 2023 03:06:06 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipeline passes even if child fails684[Sep 21 2023 03:06:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds685[Sep 21 2023 03:06:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds686[Sep 21 2023 03:06:07 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.687[Sep 21 2023 03:06:07 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`688[Sep 21 2023 03:06:07 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`689[Sep 21 2023 03:06:07 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-ad891f11410b07ec --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-ad891f11410b07ec 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 pipeline-independent-relationship-ad891f11410b07ec --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list pipeline-independent-relationship-ad891f11410b07ec --executor shell && gitlab-runner run" `690[Sep 21 2023 03:06:08 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-ad891f11410b07ec`691[Sep 21 2023 03:06:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`692[Sep 21 2023 03:06:09 UTC (QA Tests)] INFO -- filling :login_field with "root"693[Sep 21 2023 03:06:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field694[Sep 21 2023 03:06:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"695[Sep 21 2023 03:06:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field696[Sep 21 2023 03:06:10 UTC (QA Tests)] INFO -- clicking :sign_in_button697[Sep 21 2023 03:06:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.105s698[Sep 21 2023 03:06:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.85 seconds699[Sep 21 2023 03:06:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/pipeline-independent-relationship-ad891f11410b07ec700[Sep 21 2023 03:06:16 UTC (QA Tests)] INFO -- clicking :menu_section_button701[Sep 21 2023 03:06:16 UTC (QA Tests)] INFO -- clicking :nav_item_link702[Sep 21 2023 03:06:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.634s703[Sep 21 2023 03:06:18 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments704[Sep 21 2023 03:06:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-ad891f11410b07ec'705[Sep 21 2023 03:06:18 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-ad891f11410b07ec`706 parent pipeline passes even if child fails707[Sep 21 2023 03:06:19 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipelines passes if child passes708[Sep 21 2023 03:06:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds709[Sep 21 2023 03:06:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds710[Sep 21 2023 03:06:20 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.711[Sep 21 2023 03:06:20 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`712[Sep 21 2023 03:06:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`713[Sep 21 2023 03:06:24 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-1bb0ac14990203d2 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-1bb0ac14990203d2 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 pipeline-independent-relationship-1bb0ac14990203d2 --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list pipeline-independent-relationship-1bb0ac14990203d2 --executor shell && gitlab-runner run" `714[Sep 21 2023 03:06:24 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-1bb0ac14990203d2`715[Sep 21 2023 03:06:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`716[Sep 21 2023 03:06:26 UTC (QA Tests)] INFO -- filling :login_field with "root"717[Sep 21 2023 03:06:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field718[Sep 21 2023 03:06:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"719[Sep 21 2023 03:06:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field720[Sep 21 2023 03:06:27 UTC (QA Tests)] INFO -- clicking :sign_in_button721[Sep 21 2023 03:06:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.184s722[Sep 21 2023 03:06:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.76 seconds723[Sep 21 2023 03:06:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/pipeline-independent-relationship-1bb0ac14990203d2724[Sep 21 2023 03:06:32 UTC (QA Tests)] INFO -- clicking :menu_section_button725[Sep 21 2023 03:06:33 UTC (QA Tests)] INFO -- clicking :nav_item_link726[Sep 21 2023 03:06:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.824s727[Sep 21 2023 03:06:35 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments728[Sep 21 2023 03:06:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-1bb0ac14990203d2'729[Sep 21 2023 03:06:35 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-1bb0ac14990203d2`730 parent pipelines passes if child passes731Create732 Sharing snippets733 when the snippet is public734[Sep 21 2023 03:06:35 UTC (QA Tests)] INFO -- Starting test: Create Sharing snippets when the snippet is public can be shared with not signed-in users735[Sep 21 2023 03:06:36 UTC (QA Tests)] INFO -- filling :login_field with "root"736[Sep 21 2023 03:06:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field737[Sep 21 2023 03:06:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"738[Sep 21 2023 03:06:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field739[Sep 21 2023 03:06:37 UTC (QA Tests)] INFO -- clicking :sign_in_button740[Sep 21 2023 03:06:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.198s741[Sep 21 2023 03:06:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '8' via api in 0.48 seconds742[Sep 21 2023 03:06:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-8b2276cb.test/-/snippets/8743[Sep 21 2023 03:06:41 UTC (QA Tests)] INFO -- clicking :snippet_embed_dropdown744[Sep 21 2023 03:06:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.031s745[Sep 21 2023 03:06:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.026s746[Sep 21 2023 03:06:43 UTC (QA Tests)] INFO -- clicking :user_avatar_content747[Sep 21 2023 03:06:44 UTC (QA Tests)] INFO -- clicking :sign_out_link748 can be shared with not signed-in users749 when the snippet is changed to private750[Sep 21 2023 03:06:45 UTC (QA Tests)] INFO -- Starting test: Create Sharing snippets when the snippet is changed to private does not display Embed/Share dropdown751[Sep 21 2023 03:06:45 UTC (QA Tests)] INFO -- filling :login_field with "root"752[Sep 21 2023 03:06:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field753[Sep 21 2023 03:06:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"754[Sep 21 2023 03:06:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field755[Sep 21 2023 03:06:46 UTC (QA Tests)] INFO -- clicking :sign_in_button756[Sep 21 2023 03:06:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.106s757[Sep 21 2023 03:06:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '9' via api in 0.45 seconds758[Sep 21 2023 03:06:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-8b2276cb.test/-/snippets/9759[Sep 21 2023 03:06:50 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present760[Sep 21 2023 03:06:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.929s761[Sep 21 2023 03:06:51 UTC (QA Tests)] INFO -- clicking :visibility_content762[Sep 21 2023 03:06:51 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button763[Sep 21 2023 03:06:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.753s764[Sep 21 2023 03:06:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.766s765 does not display Embed/Share dropdown766Create767 Personal snippet creation768[Sep 21 2023 03:06:52 UTC (QA Tests)] INFO -- Starting test: Create Personal snippet creation user creates a personal snippet769[Sep 21 2023 03:06:53 UTC (QA Tests)] INFO -- filling :login_field with "root"770[Sep 21 2023 03:06:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field771[Sep 21 2023 03:06:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"772[Sep 21 2023 03:06:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field773[Sep 21 2023 03:06:53 UTC (QA Tests)] INFO -- clicking :sign_in_button774[Sep 21 2023 03:06:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.167s775[Sep 21 2023 03:06:57 UTC (QA Tests)] INFO -- clicking :new-menu-toggle776[Sep 21 2023 03:06:57 UTC (QA Tests)] INFO -- clicking :create_menu_item777[Sep 21 2023 03:06:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.706s778[Sep 21 2023 03:06:58 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Snippet title"779[Sep 21 2023 03:06:58 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field780[Sep 21 2023 03:06:58 UTC (QA Tests)] INFO -- clicking :description_placeholder781[Sep 21 2023 03:06:58 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"782[Sep 21 2023 03:06:58 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field783[Sep 21 2023 03:06:59 UTC (QA Tests)] INFO -- clicking :visibility_content784[Sep 21 2023 03:06:59 UTC (QA Tests)] INFO -- filling :file_name_field with "ruby_file.rb"785[Sep 21 2023 03:06:59 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field786[Sep 21 2023 03:06:59 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button787[Sep 21 2023 03:07:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.898s788[Sep 21 2023 03:07:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 0.906s789[Sep 21 2023 03:07:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '10' via browser_ui in 3.79 seconds790[Sep 21 2023 03:07:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '10'791 user creates a personal snippet792Create793 File templates794[Sep 21 2023 03:07:01 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds LICENSE via file template Mozilla Public License 2.0795[Sep 21 2023 03:07:02 UTC (QA Tests)] INFO -- filling :login_field with "root"796[Sep 21 2023 03:07:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field797[Sep 21 2023 03:07:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"798[Sep 21 2023 03:07:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field799[Sep 21 2023 03:07:02 UTC (QA Tests)] INFO -- clicking :sign_in_button800[Sep 21 2023 03:07:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.159s801[Sep 21 2023 03:07:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds802[Sep 21 2023 03:07:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds803[Sep 21 2023 03:07:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/file-template-project-bc1cc6eb1a0687ee804[Sep 21 2023 03:07:09 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown805[Sep 21 2023 03:07:09 UTC (QA Tests)] INFO -- clicking :new_file_menu_item806[Sep 21 2023 03:07:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.078s807[Sep 21 2023 03:07:11 UTC (QA Tests)] INFO -- filling :file_name_field with "LICENSE"808[Sep 21 2023 03:07:11 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field809[Sep 21 2023 03:07:11 UTC (QA Tests)] INFO -- clicking :template_selector810[Sep 21 2023 03:07:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.134s811[Sep 21 2023 03:07:13 UTC (QA Tests)] INFO -- clicking :commit_button812[Sep 21 2023 03:07:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.285s813[Sep 21 2023 03:07:16 UTC (QA Tests)] ERROR -- Interceptor Api Errors814[200] POST http://gitlab-ce-8b2276cb.test/api/graphql -- Correlation Id: 01HATV9DQ89NDPR1QR9BAQ3BQY815error-messages: Variable $refType of type RefType was provided invalid value816 user adds LICENSE via file template Mozilla Public License 2.0817[Sep 21 2023 03:07:16 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds Dockerfile via file template Python818[Sep 21 2023 03:07:17 UTC (QA Tests)] INFO -- filling :login_field with "root"819[Sep 21 2023 03:07:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field820[Sep 21 2023 03:07:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"821[Sep 21 2023 03:07:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field822[Sep 21 2023 03:07:18 UTC (QA Tests)] INFO -- clicking :sign_in_button823[Sep 21 2023 03:07:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.1s824[Sep 21 2023 03:07:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds825[Sep 21 2023 03:07:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds826[Sep 21 2023 03:07:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/file-template-project-f1d6997c356e3539827[Sep 21 2023 03:07:23 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown828[Sep 21 2023 03:07:23 UTC (QA Tests)] INFO -- clicking :new_file_menu_item829[Sep 21 2023 03:07:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 0.768s830[Sep 21 2023 03:07:24 UTC (QA Tests)] INFO -- filling :file_name_field with "9d8973cdcee0c524/Dockerfile"831[Sep 21 2023 03:07:24 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field832[Sep 21 2023 03:07:24 UTC (QA Tests)] INFO -- clicking :template_selector833[Sep 21 2023 03:07:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.132s834[Sep 21 2023 03:07:26 UTC (QA Tests)] INFO -- clicking :commit_button835[Sep 21 2023 03:07:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.165s836[Sep 21 2023 03:07:28 UTC (QA Tests)] ERROR -- Interceptor Api Errors837[200] POST http://gitlab-ce-8b2276cb.test/api/graphql -- Correlation Id: 01HATV9TPTAPA9SAEH1N1Y4B9R838error-messages: Variable $refType of type RefType was provided invalid value839 user adds Dockerfile via file template Python840[Sep 21 2023 03:07:28 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds .gitignore via file template Android841[Sep 21 2023 03:07:28 UTC (QA Tests)] INFO -- filling :login_field with "root"842[Sep 21 2023 03:07:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field843[Sep 21 2023 03:07:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"844[Sep 21 2023 03:07:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field845[Sep 21 2023 03:07:29 UTC (QA Tests)] INFO -- clicking :sign_in_button846[Sep 21 2023 03:07:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.105s847[Sep 21 2023 03:07:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds848[Sep 21 2023 03:07:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds849[Sep 21 2023 03:07:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/file-template-project-0ecbdb9adc15e2e5850[Sep 21 2023 03:07:35 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown851[Sep 21 2023 03:07:35 UTC (QA Tests)] INFO -- clicking :new_file_menu_item852[Sep 21 2023 03:07:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 0.76s853[Sep 21 2023 03:07:36 UTC (QA Tests)] INFO -- filling :file_name_field with "be4f5cc49b430df2/.gitignore"854[Sep 21 2023 03:07:36 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field855[Sep 21 2023 03:07:36 UTC (QA Tests)] INFO -- clicking :template_selector856[Sep 21 2023 03:07:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.13s857[Sep 21 2023 03:07:38 UTC (QA Tests)] INFO -- clicking :commit_button858[Sep 21 2023 03:07:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.127s859[Sep 21 2023 03:07:40 UTC (QA Tests)] ERROR -- Interceptor Api Errors860[200] POST http://gitlab-ce-8b2276cb.test/api/graphql -- Correlation Id: 01HATVA62VP6F7NN03WAKTFQVF861error-messages: Variable $refType of type RefType was provided invalid value862 user adds .gitignore via file template Android863[Sep 21 2023 03:07:40 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds .gitlab-ci.yml via file template Julia864[Sep 21 2023 03:07:40 UTC (QA Tests)] INFO -- filling :login_field with "root"865[Sep 21 2023 03:07:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field866[Sep 21 2023 03:07:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"867[Sep 21 2023 03:07:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field868[Sep 21 2023 03:07:41 UTC (QA Tests)] INFO -- clicking :sign_in_button869[Sep 21 2023 03:07:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.167s870[Sep 21 2023 03:07:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds871[Sep 21 2023 03:07:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds872[Sep 21 2023 03:07:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/file-template-project-13664b3d9a82f181873[Sep 21 2023 03:07:47 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown874[Sep 21 2023 03:07:47 UTC (QA Tests)] INFO -- clicking :new_file_menu_item875[Sep 21 2023 03:07:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 0.794s876[Sep 21 2023 03:07:48 UTC (QA Tests)] INFO -- filling :file_name_field with "23430a331858f483/.gitlab-ci.yml"877[Sep 21 2023 03:07:48 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field878[Sep 21 2023 03:07:48 UTC (QA Tests)] INFO -- clicking :template_selector879[Sep 21 2023 03:07:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.129s880[Sep 21 2023 03:07:50 UTC (QA Tests)] INFO -- clicking :commit_button881[Sep 21 2023 03:07:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.204s882[Sep 21 2023 03:07:52 UTC (QA Tests)] ERROR -- Interceptor Api Errors883[200] POST http://gitlab-ce-8b2276cb.test/api/graphql -- Correlation Id: 01HATVAHV50D81QEZZYJB8RZNS884error-messages: Variable $refType of type RefType was provided invalid value885 user adds .gitlab-ci.yml via file template Julia886Data Stores887 Users API888[Sep 21 2023 03:07:52 UTC (QA Tests)] INFO -- Starting test: Data Stores Users API GET /users/:username with a valid username889 GET /users/:username with a valid username890[Sep 21 2023 03:07:52 UTC (QA Tests)] INFO -- Starting test: Data Stores Users API GET /users891 GET /users892[Sep 21 2023 03:07:52 UTC (QA Tests)] INFO -- Starting test: Data Stores Users API GET /users/:username with an invalid username893 GET /users/:username with an invalid username894Package895 npm Registry instance level endpoint896 using project deploy token897[Sep 21 2023 03:07:53 UTC (QA Tests)] INFO -- Starting test: Package npm Registry instance level endpoint using project deploy token push and pull a npm package via CI898[Sep 21 2023 03:07:53 UTC (QA Tests)] INFO -- filling :login_field with "root"899[Sep 21 2023 03:07:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field900[Sep 21 2023 03:07:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"901[Sep 21 2023 03:07:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field902[Sep 21 2023 03:07:54 UTC (QA Tests)] INFO -- clicking :sign_in_button903[Sep 21 2023 03:07:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.133s904[Sep 21 2023 03:07:57 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA905[Sep 21 2023 03:07:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-204r3gx6' via cache in 0.0 seconds906[Sep 21 2023 03:07:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds907[Sep 21 2023 03:07:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds908[Sep 21 2023 03:07:59 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.909[Sep 21 2023 03:07:59 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`910[Sep 21 2023 03:08:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`911[Sep 21 2023 03:08:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`912[Sep 21 2023 03:08:03 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695265679 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695265679 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-1695265679 --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list runner-for-qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff --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" `913[Sep 21 2023 03:08:03 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695265679`914[Sep 21 2023 03:08:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`915[Sep 21 2023 03:08:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695265679' via api in 5.88 seconds916[Sep 21 2023 03:08:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.09 seconds917[Sep 21 2023 03:08:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds918[Sep 21 2023 03:08:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds919[Sep 21 2023 03:08:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.78 seconds920[Sep 21 2023 03:08:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-publish-882cf4d1c87f4616921[Sep 21 2023 03:08:07 UTC (QA Tests)] INFO -- clicking :menu_section_button922[Sep 21 2023 03:08:07 UTC (QA Tests)] INFO -- clicking :nav_item_link923[Sep 21 2023 03:08:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.668s924[Sep 21 2023 03:08:09 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present925[Sep 21 2023 03:08:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.172s926[Sep 21 2023 03:08:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.77 seconds927[Sep 21 2023 03:08:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-install-b5f65ab460636cd0928[Sep 21 2023 03:08:43 UTC (QA Tests)] INFO -- clicking :menu_section_button929[Sep 21 2023 03:08:43 UTC (QA Tests)] INFO -- clicking :nav_item_link930[Sep 21 2023 03:08:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.662s931[Sep 21 2023 03:08:45 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present932[Sep 21 2023 03:08:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.241s933[Sep 21 2023 03:08:59 UTC (QA Tests)] INFO -- clicking :browse-artifacts-button934[Sep 21 2023 03:08:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse-artifacts-button' took 0.638s935[Sep 21 2023 03:08:59 UTC (QA Tests)] INFO -- clicking :directory-name-link936[Sep 21 2023 03:09:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.656s937[Sep 21 2023 03:09:00 UTC (QA Tests)] INFO -- clicking :directory-name-link938[Sep 21 2023 03:09:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.587s939[Sep 21 2023 03:09:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-publish-882cf4d1c87f4616940[Sep 21 2023 03:09:02 UTC (QA Tests)] INFO -- clicking :menu_section_button941[Sep 21 2023 03:09:02 UTC (QA Tests)] INFO -- clicking :nav_item_link942[Sep 21 2023 03:09:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.675s943[Sep 21 2023 03:09:03 UTC (QA Tests)] INFO -- clicking :details-link944[Sep 21 2023 03:09:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-5/npm-instance-level-publish-882cf4d1c87f4616-747b85fa41ac4a7e'945[Sep 21 2023 03:09:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695265679'946[Sep 21 2023 03:09:04 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695265679`947[Sep 21 2023 03:09:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-publish-882cf4d1c87f4616'948[Sep 21 2023 03:09:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-install-b5f65ab460636cd0'949 push and pull a npm package via CI950 using ci job token951[Sep 21 2023 03:09:04 UTC (QA Tests)] INFO -- Starting test: Package npm Registry instance level endpoint using ci job token push and pull a npm package via CI952[Sep 21 2023 03:09:05 UTC (QA Tests)] INFO -- filling :login_field with "root"953[Sep 21 2023 03:09:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field954[Sep 21 2023 03:09:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"955[Sep 21 2023 03:09:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field956[Sep 21 2023 03:09:06 UTC (QA Tests)] INFO -- clicking :sign_in_button957[Sep 21 2023 03:09:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.133s958[Sep 21 2023 03:09:09 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA959[Sep 21 2023 03:09:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-n5e6lxg1' via cache in 0.0 seconds960[Sep 21 2023 03:09:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds961[Sep 21 2023 03:09:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds962[Sep 21 2023 03:09:10 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.963[Sep 21 2023 03:09:10 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`964[Sep 21 2023 03:09:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`965[Sep 21 2023 03:09:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`966[Sep 21 2023 03:09:10 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695265750 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695265750 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-1695265750 --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list runner-for-qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff --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" `967[Sep 21 2023 03:09:11 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695265750`968[Sep 21 2023 03:09:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`969[Sep 21 2023 03:09:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695265750' via api in 1.94 seconds970[Sep 21 2023 03:09:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.73 seconds971[Sep 21 2023 03:09:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-publish-83fecebd475a3b9d972[Sep 21 2023 03:09:14 UTC (QA Tests)] INFO -- clicking :menu_section_button973[Sep 21 2023 03:09:15 UTC (QA Tests)] INFO -- clicking :nav_item_link974[Sep 21 2023 03:09:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.743s975[Sep 21 2023 03:09:16 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present976[Sep 21 2023 03:09:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.128s977[Sep 21 2023 03:09:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.69 seconds978[Sep 21 2023 03:09:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-install-5e4b150796617c25979[Sep 21 2023 03:09:32 UTC (QA Tests)] INFO -- clicking :menu_section_button980[Sep 21 2023 03:09:32 UTC (QA Tests)] INFO -- clicking :nav_item_link981[Sep 21 2023 03:09:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.744s982[Sep 21 2023 03:09:34 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present983[Sep 21 2023 03:09:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.148s984[Sep 21 2023 03:09:48 UTC (QA Tests)] INFO -- clicking :browse-artifacts-button985[Sep 21 2023 03:09:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse-artifacts-button' took 0.593s986[Sep 21 2023 03:09:48 UTC (QA Tests)] INFO -- clicking :directory-name-link987[Sep 21 2023 03:09:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.599s988[Sep 21 2023 03:09:49 UTC (QA Tests)] INFO -- clicking :directory-name-link989[Sep 21 2023 03:09:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.596s990[Sep 21 2023 03:09:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-publish-83fecebd475a3b9d991[Sep 21 2023 03:09:51 UTC (QA Tests)] INFO -- clicking :menu_section_button992[Sep 21 2023 03:09:51 UTC (QA Tests)] INFO -- clicking :nav_item_link993[Sep 21 2023 03:09:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.68s994[Sep 21 2023 03:09:52 UTC (QA Tests)] INFO -- clicking :details-link995[Sep 21 2023 03:09:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-5/npm-instance-level-publish-83fecebd475a3b9d-e71541c321a75e69'996[Sep 21 2023 03:09:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695265750'997[Sep 21 2023 03:09:53 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695265750`998[Sep 21 2023 03:09:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-publish-83fecebd475a3b9d'999[Sep 21 2023 03:09:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-install-5e4b150796617c25'1000 push and pull a npm package via CI1001 using personal access token1002[Sep 21 2023 03:09:53 UTC (QA Tests)] INFO -- Starting test: Package npm Registry instance level endpoint using personal access token push and pull a npm package via CI1003[Sep 21 2023 03:09:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1004[Sep 21 2023 03:09:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1005[Sep 21 2023 03:09:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1006[Sep 21 2023 03:09:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1007[Sep 21 2023 03:09:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1008[Sep 21 2023 03:09:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.1s1009[Sep 21 2023 03:09:58 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA1010[Sep 21 2023 03:09:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-iyjlp22i' via cache in 0.0 seconds1011[Sep 21 2023 03:09:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1012[Sep 21 2023 03:09:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds1013[Sep 21 2023 03:09:59 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1014[Sep 21 2023 03:09:59 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1015[Sep 21 2023 03:10:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1016[Sep 21 2023 03:10:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1017[Sep 21 2023 03:10:04 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695265799 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695265799 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-1695265799 --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list runner-for-qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff --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" `1018[Sep 21 2023 03:10:04 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695265799`1019[Sep 21 2023 03:10:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1020[Sep 21 2023 03:10:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695265799' via api in 5.84 seconds1021[Sep 21 2023 03:10:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds1022[Sep 21 2023 03:10:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds1023[Sep 21 2023 03:10:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.75 seconds1024[Sep 21 2023 03:10:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-publish-36a51f1f6172ec801025[Sep 21 2023 03:10:08 UTC (QA Tests)] INFO -- clicking :menu_section_button1026[Sep 21 2023 03:10:08 UTC (QA Tests)] INFO -- clicking :nav_item_link1027[Sep 21 2023 03:10:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.783s1028[Sep 21 2023 03:10:11 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1029[Sep 21 2023 03:10:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.17s1030[Sep 21 2023 03:10:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.71 seconds1031[Sep 21 2023 03:10:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-install-c74e8789040b4ec71032[Sep 21 2023 03:10:26 UTC (QA Tests)] INFO -- clicking :menu_section_button1033[Sep 21 2023 03:10:27 UTC (QA Tests)] INFO -- clicking :nav_item_link1034[Sep 21 2023 03:10:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.806s1035[Sep 21 2023 03:10:28 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1036[Sep 21 2023 03:10:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.166s1037[Sep 21 2023 03:10:42 UTC (QA Tests)] INFO -- clicking :browse-artifacts-button1038[Sep 21 2023 03:10:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse-artifacts-button' took 0.635s1039[Sep 21 2023 03:10:43 UTC (QA Tests)] INFO -- clicking :directory-name-link1040[Sep 21 2023 03:10:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.707s1041[Sep 21 2023 03:10:43 UTC (QA Tests)] INFO -- clicking :directory-name-link1042[Sep 21 2023 03:10:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory-name-link' took 0.681s1043[Sep 21 2023 03:10:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-publish-36a51f1f6172ec801044[Sep 21 2023 03:10:45 UTC (QA Tests)] INFO -- clicking :menu_section_button1045[Sep 21 2023 03:10:46 UTC (QA Tests)] INFO -- clicking :nav_item_link1046[Sep 21 2023 03:10:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.733s1047[Sep 21 2023 03:10:47 UTC (QA Tests)] INFO -- clicking :details-link1048[Sep 21 2023 03:10:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-5/npm-instance-level-publish-36a51f1f6172ec80-ec8849de18dec616'1049[Sep 21 2023 03:10:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695265799'1050[Sep 21 2023 03:10:47 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695265799`1051[Sep 21 2023 03:10:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-publish-36a51f1f6172ec80'1052[Sep 21 2023 03:10:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/npm-instance-level-install-c74e8789040b4ec7'1053 push and pull a npm package via CI1054Analytics1055 Service ping default enabled1056 when using default enabled from gitlab.yml config1057[Sep 21 2023 03:10:48 UTC (QA Tests)] INFO -- Starting test: Analytics Service ping default enabled when using default enabled from gitlab.yml config has service ping toggle enabled1058[Sep 21 2023 03:10:49 UTC (QA Tests)] INFO -- filling :login_field with "root"1059[Sep 21 2023 03:10:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1060[Sep 21 2023 03:10:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1061[Sep 21 2023 03:10:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1062[Sep 21 2023 03:10:50 UTC (QA Tests)] INFO -- clicking :sign_in_button1063[Sep 21 2023 03:10:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.2s1064[Sep 21 2023 03:10:53 UTC (QA Tests)] INFO -- clicking :super-sidebar-search-button1065[Sep 21 2023 03:10:53 UTC (QA Tests)] INFO -- clicking :places-item-link1066[Sep 21 2023 03:10:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element places-item-link' took 0.613s1067[Sep 21 2023 03:10:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.134s1068[Sep 21 2023 03:10:55 UTC (QA Tests)] INFO -- clicking :menu_section_button1069[Sep 21 2023 03:10:55 UTC (QA Tests)] INFO -- clicking :nav_item_link1070[Sep 21 2023 03:10:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.623s1071 has service ping toggle enabled1072Monitor1073 Alert1074 when using Prometheus integration1075 behaves like new alert1076[Sep 21 2023 03:10:57 UTC (QA Tests)] INFO -- Starting test: Monitor Alert when using Prometheus integration behaves like new alert automatically creates new incident1077[Sep 21 2023 03:10:57 UTC (QA Tests)] INFO -- filling :login_field with "root"1078[Sep 21 2023 03:10:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1079[Sep 21 2023 03:10:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"1080[Sep 21 2023 03:10:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1081[Sep 21 2023 03:10:58 UTC (QA Tests)] INFO -- clicking :sign_in_button1082[Sep 21 2023 03:10:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.141s1083[Sep 21 2023 03:11:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1084[Sep 21 2023 03:11:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds1085[Sep 21 2023 03:11:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-for-alerts-c6a063a3bac388b31086[Sep 21 2023 03:11:03 UTC (QA Tests)] INFO -- clicking :menu_section_button1087[Sep 21 2023 03:11:03 UTC (QA Tests)] INFO -- clicking :nav_item_link1088[Sep 21 2023 03:11:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.937s1089[Sep 21 2023 03:11:06 UTC (QA Tests)] INFO -- checking via JS :create-incident-checkbox with args {}1090[Sep 21 2023 03:11:06 UTC (QA Tests)] INFO -- clicking :save-changes-button1091[Sep 21 2023 03:11:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.895s1092[Sep 21 2023 03:11:08 UTC (QA Tests)] INFO -- clicking :add-integration-button1093[Sep 21 2023 03:11:08 UTC (QA Tests)] INFO -- clicking :integration-type-dropdown1094[Sep 21 2023 03:11:08 UTC (QA Tests)] INFO -- clicking :save-and-create-alert-button1095[Sep 21 2023 03:11:08 UTC (QA Tests)] INFO -- filling :test-payload-field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-09-21T03:11:08.875+00:00","generatorURL":"http://murazik-reichel.example/wallace_paucek","endsAt":null,"status":"firing","labels":{"gitlab_environment_name":"fugiat"},"annotations":{"title":"incidunt","gitlab_y_label":"status"}}]}"1096[Sep 21 2023 03:11:08 UTC (QA Tests)] INFO -- clicking the coordinates of :test-payload-field1097[Sep 21 2023 03:11:09 UTC (QA Tests)] INFO -- clicking :send-test-alert1098[Sep 21 2023 03:11:10 UTC (QA Tests)] INFO -- clicking :menu_section_button1099[Sep 21 2023 03:11:10 UTC (QA Tests)] INFO -- clicking :nav_item_link1100[Sep 21 2023 03:11:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.817s1101[Sep 21 2023 03:11:11 UTC (QA Tests)] ERROR -- Interceptor Api Errors1102[-1] POST /api/graphql -- Correlation Id: Correlation Id not found1103 automatically creates new incident1104 when using HTTP endpoint integration1105 behaves like new alert1106[Sep 21 2023 03:11:11 UTC (QA Tests)] INFO -- Starting test: Monitor Alert when using HTTP endpoint integration behaves like new alert automatically creates new incident1107[Sep 21 2023 03:11:11 UTC (QA Tests)] INFO -- filling :login_field with "root"1108[Sep 21 2023 03:11:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1109[Sep 21 2023 03:11:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"1110[Sep 21 2023 03:11:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1111[Sep 21 2023 03:11:12 UTC (QA Tests)] INFO -- clicking :sign_in_button1112[Sep 21 2023 03:11:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.071s1113[Sep 21 2023 03:11:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1114[Sep 21 2023 03:11:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds1115[Sep 21 2023 03:11:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-for-alerts-fd666d9bdc0afc7c1116[Sep 21 2023 03:11:17 UTC (QA Tests)] INFO -- clicking :menu_section_button1117[Sep 21 2023 03:11:17 UTC (QA Tests)] INFO -- clicking :nav_item_link1118[Sep 21 2023 03:11:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.852s1119[Sep 21 2023 03:11:19 UTC (QA Tests)] INFO -- checking via JS :create-incident-checkbox with args {}1120[Sep 21 2023 03:11:19 UTC (QA Tests)] INFO -- clicking :save-changes-button1121[Sep 21 2023 03:11:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.727s1122[Sep 21 2023 03:11:21 UTC (QA Tests)] INFO -- clicking :add-integration-button1123[Sep 21 2023 03:11:21 UTC (QA Tests)] INFO -- clicking :integration-type-dropdown1124[Sep 21 2023 03:11:21 UTC (QA Tests)] INFO -- clicking :integration-name-field1125[Sep 21 2023 03:11:22 UTC (QA Tests)] INFO -- filling :integration-name-field with "qui"1126[Sep 21 2023 03:11:22 UTC (QA Tests)] INFO -- clicking the coordinates of :integration-name-field1127[Sep 21 2023 03:11:22 UTC (QA Tests)] INFO -- clicking :save-and-create-alert-button1128[Sep 21 2023 03:11:22 UTC (QA Tests)] INFO -- filling :test-payload-field with "{"title":"repudiandae","description":"rerum"}"1129[Sep 21 2023 03:11:22 UTC (QA Tests)] INFO -- clicking the coordinates of :test-payload-field1130[Sep 21 2023 03:11:23 UTC (QA Tests)] INFO -- clicking :send-test-alert1131[Sep 21 2023 03:11:23 UTC (QA Tests)] INFO -- clicking :menu_section_button1132[Sep 21 2023 03:11:23 UTC (QA Tests)] INFO -- clicking :nav_item_link1133[Sep 21 2023 03:11:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.78s1134[Sep 21 2023 03:11:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? incident-link' took 11.029s1135[Sep 21 2023 03:11:35 UTC (QA Tests)] INFO -- refreshing http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-for-alerts-fd666d9bdc0afc7c/-/incidents1136[Sep 21 2023 03:11:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.805s1137[Sep 21 2023 03:11:36 UTC (QA Tests)] ERROR -- Interceptor Api Errors1138[-1] POST /api/graphql -- Correlation Id: Correlation Id not found1139 automatically creates new incident1140Package1141 Maven group level endpoint1142 duplication setting1143 when disabled1144[Sep 21 2023 03:11:36 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when disabled prevents users from publishing duplicates1145[Sep 21 2023 03:11:37 UTC (QA Tests)] INFO -- filling :login_field with "root"1146[Sep 21 2023 03:11:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1147[Sep 21 2023 03:11:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"1148[Sep 21 2023 03:11:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1149[Sep 21 2023 03:11:38 UTC (QA Tests)] INFO -- clicking :sign_in_button1150[Sep 21 2023 03:11:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.158s1151[Sep 21 2023 03:11:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1152[Sep 21 2023 03:11:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds1153[Sep 21 2023 03:11:42 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1154[Sep 21 2023 03:11:42 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1155[Sep 21 2023 03:11:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1156[Sep 21 2023 03:11:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1157[Sep 21 2023 03:11:42 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695265901 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695265901 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-1695265901 --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list runner-for-qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff --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" `1158[Sep 21 2023 03:11:43 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695265901`1159[Sep 21 2023 03:11:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1160[Sep 21 2023 03:11:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695265901' via api in 1.94 seconds1161[Sep 21 2023 03:11:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds1162[Sep 21 2023 03:11:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds1163[Sep 21 2023 03:11:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-8b2276cb.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff1164[Sep 21 2023 03:11:46 UTC (QA Tests)] INFO -- clicking :menu_section_button1165[Sep 21 2023 03:11:46 UTC (QA Tests)] INFO -- clicking :nav_item_link1166[Sep 21 2023 03:11:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.64s1167[Sep 21 2023 03:11:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds1168[Sep 21 2023 03:11:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/packages-3842769d80bdb1a6-592f901fae57e9c81169[Sep 21 2023 03:11:50 UTC (QA Tests)] INFO -- clicking :menu_section_button1170[Sep 21 2023 03:11:50 UTC (QA Tests)] INFO -- clicking :nav_item_link1171[Sep 21 2023 03:11:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.756s1172[Sep 21 2023 03:11:52 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1173[Sep 21 2023 03:11:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.475s1174[Sep 21 2023 03:12:25 UTC (QA Tests)] INFO -- clicking :retry-button1175[Sep 21 2023 03:12:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry-button' took 1.063s1176[Sep 21 2023 03:12:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/packages-3842769d80bdb1a6-592f901fae57e9c81177[Sep 21 2023 03:12:28 UTC (QA Tests)] INFO -- clicking :menu_section_button1178[Sep 21 2023 03:12:28 UTC (QA Tests)] INFO -- clicking :nav_item_link1179[Sep 21 2023 03:12:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.858s1180[Sep 21 2023 03:12:30 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1181[Sep 21 2023 03:12:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.233s1182[Sep 21 2023 03:12:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695265901'1183[Sep 21 2023 03:12:44 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695265901`1184[Sep 21 2023 03:12:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-c591499936be087d'1185[Sep 21 2023 03:12:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/packages-3842769d80bdb1a6-592f901fae57e9c8'1186[Sep 21 2023 03:12:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/client-f04e3d95e8cc2b9f-5ab4c1207349707f'1187 prevents users from publishing duplicates1188 when enabled1189[Sep 21 2023 03:12:45 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when enabled allows users to publish duplicates1190[Sep 21 2023 03:12:45 UTC (QA Tests)] INFO -- filling :login_field with "root"1191[Sep 21 2023 03:12:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1192[Sep 21 2023 03:12:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"1193[Sep 21 2023 03:12:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1194[Sep 21 2023 03:12:46 UTC (QA Tests)] INFO -- clicking :sign_in_button1195[Sep 21 2023 03:12:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.159s1196[Sep 21 2023 03:12:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1197[Sep 21 2023 03:12:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds1198[Sep 21 2023 03:12:50 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1199[Sep 21 2023 03:12:50 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1200[Sep 21 2023 03:12:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1201[Sep 21 2023 03:12:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1202[Sep 21 2023 03:12:55 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695265969 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695265969 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-1695265969 --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list runner-for-qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff --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" `1203[Sep 21 2023 03:12:55 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695265969`1204[Sep 21 2023 03:12:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1205[Sep 21 2023 03:12:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695265969' via api in 5.81 seconds1206[Sep 21 2023 03:12:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds1207[Sep 21 2023 03:12:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds1208[Sep 21 2023 03:12:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-8b2276cb.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff1209[Sep 21 2023 03:12:58 UTC (QA Tests)] INFO -- clicking :menu_section_button1210[Sep 21 2023 03:12:59 UTC (QA Tests)] INFO -- clicking :nav_item_link1211[Sep 21 2023 03:12:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.637s1212[Sep 21 2023 03:13:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds1213[Sep 21 2023 03:13:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/packages-19d84ead5182c914-818a20a38b1651e91214[Sep 21 2023 03:13:02 UTC (QA Tests)] INFO -- clicking :menu_section_button1215[Sep 21 2023 03:13:02 UTC (QA Tests)] INFO -- clicking :nav_item_link1216[Sep 21 2023 03:13:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.789s1217[Sep 21 2023 03:13:04 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1218[Sep 21 2023 03:13:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.576s1219[Sep 21 2023 03:13:28 UTC (QA Tests)] INFO -- clicking :retry-button1220[Sep 21 2023 03:13:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry-button' took 1.04s1221[Sep 21 2023 03:13:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/packages-19d84ead5182c914-818a20a38b1651e91222[Sep 21 2023 03:13:30 UTC (QA Tests)] INFO -- clicking :menu_section_button1223[Sep 21 2023 03:13:31 UTC (QA Tests)] INFO -- clicking :nav_item_link1224[Sep 21 2023 03:13:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.811s1225[Sep 21 2023 03:13:32 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1226[Sep 21 2023 03:13:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.177s1227[Sep 21 2023 03:13:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695265969'1228[Sep 21 2023 03:13:56 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695265969`1229[Sep 21 2023 03:13:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-d989c02ac8c90766'1230[Sep 21 2023 03:13:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/packages-19d84ead5182c914-818a20a38b1651e9'1231[Sep 21 2023 03:13:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/client-8d3a3804c919eb98-96f22a4555f980f3'1232 allows users to publish duplicates1233 via maven1234 using a ci job token1235[Sep 21 2023 03:13:56 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a ci job token pushes and pulls a maven package1236[Sep 21 2023 03:13:57 UTC (QA Tests)] INFO -- filling :login_field with "root"1237[Sep 21 2023 03:13:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1238[Sep 21 2023 03:13:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"1239[Sep 21 2023 03:13:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1240[Sep 21 2023 03:13:58 UTC (QA Tests)] INFO -- clicking :sign_in_button1241[Sep 21 2023 03:13:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.136s1242[Sep 21 2023 03:14:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1243[Sep 21 2023 03:14:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds1244[Sep 21 2023 03:14:03 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1245[Sep 21 2023 03:14:03 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1246[Sep 21 2023 03:14:07 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1247[Sep 21 2023 03:14:07 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1248[Sep 21 2023 03:14:07 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695266041 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695266041 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-1695266041 --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list runner-for-qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff --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" `1249[Sep 21 2023 03:14:07 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695266041`1250[Sep 21 2023 03:14:07 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1251[Sep 21 2023 03:14:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695266041' via api in 5.86 seconds1252[Sep 21 2023 03:14:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.06 seconds1253[Sep 21 2023 03:14:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.06 seconds1254[Sep 21 2023 03:14:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.59 seconds1255[Sep 21 2023 03:14:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/packages-f9aa6b3689b29270-5da446cacb773a611256[Sep 21 2023 03:14:12 UTC (QA Tests)] INFO -- clicking :menu_section_button1257[Sep 21 2023 03:14:12 UTC (QA Tests)] INFO -- clicking :nav_item_link1258[Sep 21 2023 03:14:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.735s1259[Sep 21 2023 03:14:14 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1260[Sep 21 2023 03:14:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.173s1261[Sep 21 2023 03:14:38 UTC (QA Tests)] INFO -- clicking :menu_section_button1262[Sep 21 2023 03:14:38 UTC (QA Tests)] INFO -- clicking :nav_item_link1263[Sep 21 2023 03:14:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.747s1264[Sep 21 2023 03:14:39 UTC (QA Tests)] INFO -- clicking :details-link1265[Sep 21 2023 03:14:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.74 seconds1266[Sep 21 2023 03:14:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/client-97d7e617a8db9110-eb38e4400c55b01f1267[Sep 21 2023 03:14:42 UTC (QA Tests)] INFO -- clicking :menu_section_button1268[Sep 21 2023 03:14:42 UTC (QA Tests)] INFO -- clicking :nav_item_link1269[Sep 21 2023 03:14:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.766s1270[Sep 21 2023 03:14:44 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1271[Sep 21 2023 03:14:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.262s1272[Sep 21 2023 03:14:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695266041'1273[Sep 21 2023 03:14:58 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695266041`1274[Sep 21 2023 03:14:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-463263d8d914459e'1275[Sep 21 2023 03:14:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/packages-f9aa6b3689b29270-5da446cacb773a61'1276[Sep 21 2023 03:14:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/client-97d7e617a8db9110-eb38e4400c55b01f'1277 pushes and pulls a maven package1278 using a project deploy token1279[Sep 21 2023 03:14:59 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a project deploy token pushes and pulls a maven package1280[Sep 21 2023 03:14:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1281[Sep 21 2023 03:14:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1282[Sep 21 2023 03:15:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1283[Sep 21 2023 03:15:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1284[Sep 21 2023 03:15:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1285[Sep 21 2023 03:15:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.133s1286[Sep 21 2023 03:15:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1287[Sep 21 2023 03:15:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds1288[Sep 21 2023 03:15:04 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1289[Sep 21 2023 03:15:04 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1290[Sep 21 2023 03:15:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1291[Sep 21 2023 03:15:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1292[Sep 21 2023 03:15:05 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695266103 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695266103 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-1695266103 --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list runner-for-qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff --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" `1293[Sep 21 2023 03:15:05 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695266103`1294[Sep 21 2023 03:15:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1295[Sep 21 2023 03:15:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695266103' via api in 1.98 seconds1296[Sep 21 2023 03:15:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupDeployToken with username 'gitlab+deploy-token-2' via api in 0.11 seconds1297[Sep 21 2023 03:15:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds1298[Sep 21 2023 03:15:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds1299[Sep 21 2023 03:15:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.62 seconds1300[Sep 21 2023 03:15:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/packages-fbbe0f10754dd05d-6c37ddb42c62080b1301[Sep 21 2023 03:15:10 UTC (QA Tests)] INFO -- clicking :menu_section_button1302[Sep 21 2023 03:15:11 UTC (QA Tests)] INFO -- clicking :nav_item_link1303[Sep 21 2023 03:15:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.668s1304[Sep 21 2023 03:15:12 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1305[Sep 21 2023 03:15:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.191s1306[Sep 21 2023 03:15:36 UTC (QA Tests)] INFO -- clicking :menu_section_button1307[Sep 21 2023 03:15:36 UTC (QA Tests)] INFO -- clicking :nav_item_link1308[Sep 21 2023 03:15:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.818s1309[Sep 21 2023 03:15:37 UTC (QA Tests)] INFO -- clicking :details-link1310[Sep 21 2023 03:15:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.7 seconds1311[Sep 21 2023 03:15:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/client-310b9b1f9b46bcbe-7ffe3bab258131fc1312[Sep 21 2023 03:15:40 UTC (QA Tests)] INFO -- clicking :menu_section_button1313[Sep 21 2023 03:15:40 UTC (QA Tests)] INFO -- clicking :nav_item_link1314[Sep 21 2023 03:15:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.686s1315[Sep 21 2023 03:15:43 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1316[Sep 21 2023 03:15:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.378s1317[Sep 21 2023 03:15:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695266103'1318[Sep 21 2023 03:15:57 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695266103`1319[Sep 21 2023 03:15:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-b2960a8ae8a3651e'1320[Sep 21 2023 03:15:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/packages-fbbe0f10754dd05d-6c37ddb42c62080b'1321[Sep 21 2023 03:15:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/client-310b9b1f9b46bcbe-7ffe3bab258131fc'1322 pushes and pulls a maven package1323 using a personal access token1324[Sep 21 2023 03:15:58 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a personal access token pushes and pulls a maven package1325[Sep 21 2023 03:15:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1326[Sep 21 2023 03:15:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1327[Sep 21 2023 03:15:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1328[Sep 21 2023 03:15:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1329[Sep 21 2023 03:15:59 UTC (QA Tests)] INFO -- clicking :sign_in_button1330[Sep 21 2023 03:16:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.146s1331[Sep 21 2023 03:16:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1332[Sep 21 2023 03:16:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.14 seconds1333[Sep 21 2023 03:16:04 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1334[Sep 21 2023 03:16:04 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1335[Sep 21 2023 03:16:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1336[Sep 21 2023 03:16:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1337[Sep 21 2023 03:16:08 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695266163 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695266163 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-1695266163 --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list runner-for-qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff --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" `1338[Sep 21 2023 03:16:08 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695266163`1339[Sep 21 2023 03:16:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1340[Sep 21 2023 03:16:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695266163' via api in 5.83 seconds1341[Sep 21 2023 03:16:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds1342[Sep 21 2023 03:16:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds1343[Sep 21 2023 03:16:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.6 seconds1344[Sep 21 2023 03:16:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/packages-e8e364246125b1e8-e5ea2c518c5145591345[Sep 21 2023 03:16:13 UTC (QA Tests)] INFO -- clicking :menu_section_button1346[Sep 21 2023 03:16:14 UTC (QA Tests)] INFO -- clicking :nav_item_link1347[Sep 21 2023 03:16:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.769s1348[Sep 21 2023 03:16:16 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1349[Sep 21 2023 03:16:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.199s1350[Sep 21 2023 03:16:39 UTC (QA Tests)] INFO -- clicking :menu_section_button1351[Sep 21 2023 03:16:39 UTC (QA Tests)] INFO -- clicking :nav_item_link1352[Sep 21 2023 03:16:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.775s1353[Sep 21 2023 03:16:40 UTC (QA Tests)] INFO -- clicking :details-link1354[Sep 21 2023 03:16:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.79 seconds1355[Sep 21 2023 03:16:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/client-ad00de4b0126496e-2f47d00b6dea0e0c1356[Sep 21 2023 03:16:43 UTC (QA Tests)] INFO -- clicking :menu_section_button1357[Sep 21 2023 03:16:43 UTC (QA Tests)] INFO -- clicking :nav_item_link1358[Sep 21 2023 03:16:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.689s1359[Sep 21 2023 03:16:45 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1360[Sep 21 2023 03:16:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.386s1361[Sep 21 2023 03:17:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695266163'1362[Sep 21 2023 03:17:08 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695266163`1363[Sep 21 2023 03:17:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-95fb9e81877b3ca7'1364[Sep 21 2023 03:17:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/packages-e8e364246125b1e8-e5ea2c518c514559'1365[Sep 21 2023 03:17:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/client-ad00de4b0126496e-2f47d00b6dea0e0c'1366 pushes and pulls a maven package1367Create1368 Source editor toolbar preview1369[Sep 21 2023 03:17:09 UTC (QA Tests)] INFO -- Starting test: Create Source editor toolbar preview can preview markdown side-by-side while editing1370[Sep 21 2023 03:17:10 UTC (QA Tests)] INFO -- filling :login_field with "root"1371[Sep 21 2023 03:17:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1372[Sep 21 2023 03:17:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"1373[Sep 21 2023 03:17:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1374[Sep 21 2023 03:17:10 UTC (QA Tests)] INFO -- clicking :sign_in_button1375[Sep 21 2023 03:17:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.236s1376[Sep 21 2023 03:17:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1377[Sep 21 2023 03:17:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds1378[Sep 21 2023 03:17:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/empty-project-with-md-9b4b0ddfdcb58fb61379[Sep 21 2023 03:17:16 UTC (QA Tests)] INFO -- clicking :file_name_link1380[Sep 21 2023 03:17:17 UTC (QA Tests)] INFO -- clicking :action_dropdown1381[Sep 21 2023 03:17:17 UTC (QA Tests)] INFO -- clicking :edit_menu_item1382[Sep 21 2023 03:17:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_menu_item' took 1.095s13832023-09-21 03:17:18 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:13852023-09-21 03:17:18 WARN Selenium [DEPRECATION] [:jwp_caps] `Capabilities#platform` is deprecated. Use `Capabilities#platform_name` instead.1386[Sep 21 2023 03:17:19 UTC (QA Tests)] INFO -- clicking :commit_button1387[Sep 21 2023 03:17:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.275s1388[Sep 21 2023 03:17:20 UTC (QA Tests)] ERROR -- Interceptor Api Errors1389[200] POST http://gitlab-ce-8b2276cb.test/api/graphql -- Correlation Id: 01HATVVXFHJGYPW877XNCKM1471390error-messages: Variable $refType of type RefType was provided invalid value1391 can preview markdown side-by-side while editing1392Plan1393 Testing wiki content manipulation inside a project1394[Sep 21 2023 03:17:20 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content manipulation inside a project by manipulating content on the page using git push1395[Sep 21 2023 03:17:21 UTC (QA Tests)] INFO -- filling :login_field with "root"1396[Sep 21 2023 03:17:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1397[Sep 21 2023 03:17:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"1398[Sep 21 2023 03:17:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1399[Sep 21 2023 03:17:22 UTC (QA Tests)] INFO -- clicking :sign_in_button1400[Sep 21 2023 03:17:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.095s1401[Sep 21 2023 03:17:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1402[Sep 21 2023 03:17:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds1403[Sep 21 2023 03:17:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/wiki_testing-98998e1247080d0e' via api in 0.87 seconds1404[Sep 21 2023 03:17:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.56 seconds1405[Sep 21 2023 03:17:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 0.98 seconds1406[Sep 21 2023 03:17:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/wiki_testing-98998e1247080d0e/-/wikis/Home1407 by manipulating content on the page using git push1408[Sep 21 2023 03:17:28 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content manipulation inside a project by manipulating content on the page1409[Sep 21 2023 03:17:29 UTC (QA Tests)] INFO -- filling :login_field with "root"1410[Sep 21 2023 03:17:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1411[Sep 21 2023 03:17:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1412[Sep 21 2023 03:17:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1413[Sep 21 2023 03:17:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1414[Sep 21 2023 03:17:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.156s1415[Sep 21 2023 03:17:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1416[Sep 21 2023 03:17:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds1417[Sep 21 2023 03:17:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/wiki_testing-f8e6462081c0633c' via api in 0.76 seconds1418[Sep 21 2023 03:17:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.46 seconds1419[Sep 21 2023 03:17:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/wiki_testing-f8e6462081c0633c/-/wikis/Home1420[Sep 21 2023 03:17:35 UTC (QA Tests)] INFO -- clicking :edit_page_button1421[Sep 21 2023 03:17:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_page_button' took 0.776s1422[Sep 21 2023 03:17:36 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"1423[Sep 21 2023 03:17:36 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox1424[Sep 21 2023 03:17:36 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"1425[Sep 21 2023 03:17:36 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field1426[Sep 21 2023 03:17:37 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"1427[Sep 21 2023 03:17:37 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox1428[Sep 21 2023 03:17:38 UTC (QA Tests)] INFO -- clicking :wiki_submit_button1429[Sep 21 2023 03:17:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.097s1430 by manipulating content on the page1431Data Stores1432 User1433[Sep 21 2023 03:17:39 UTC (QA Tests)] INFO -- Starting test: Data Stores User can be followed and their activity seen1434[Sep 21 2023 03:17:40 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-4a29e229db78ffc51435[Sep 21 2023 03:17:40 UTC (QA Tests)] INFO -- Caching token for username: qa-user-4a29e229db78ffc5, last six chars of token:jhZxuy1436[Sep 21 2023 03:17:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-4a29e229db78ffc5-r5es675q' via api in 0.07 seconds1437[Sep 21 2023 03:17:41 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-a26f0697cbf4972e"1438[Sep 21 2023 03:17:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1439[Sep 21 2023 03:17:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"1440[Sep 21 2023 03:17:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1441[Sep 21 2023 03:17:41 UTC (QA Tests)] INFO -- clicking :sign_in_button1442[Sep 21 2023 03:17:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.663s1443[Sep 21 2023 03:17:44 UTC (QA Tests)] INFO -- clicking :follow_user_link1444[Sep 21 2023 03:17:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1445[Sep 21 2023 03:17:45 UTC (QA Tests)] INFO -- Adding user qa-user-4a29e229db78ffc5 to gitlab-qa-sandbox-group-5/group_for_follow_user_activity_ca11b67101826558 QA::Resource::Group1446[Sep 21 2023 03:17:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.61 seconds1447[Sep 21 2023 03:17:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.81 seconds1448[Sep 21 2023 03:17:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectIssueNote with id '5' via api in 0.21 seconds1449[Sep 21 2023 03:17:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.062s1450[Sep 21 2023 03:17:52 UTC (QA Tests)] INFO -- clicking :user_avatar_content1451[Sep 21 2023 03:17:52 UTC (QA Tests)] INFO -- clicking :user_profile_link1452[Sep 21 2023 03:17:52 UTC (QA Tests)] INFO -- clicking :nav_item_link1453[Sep 21 2023 03:17:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.508s1454[Sep 21 2023 03:17:53 UTC (QA Tests)] INFO -- clicking :user_link1455[Sep 21 2023 03:17:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group_for_follow_user_activity_ca11b67101826558/project-for-tags-329eed6f9a8d155b'1456[Sep 21 2023 03:17:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-4a29e229db78ffc5'1457[Sep 21 2023 03:17:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-a26f0697cbf4972e'1458 can be followed and their activity seen1459Create1460 Git push over HTTP1461[Sep 21 2023 03:17:54 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user pushes code to the repository1462[Sep 21 2023 03:17:55 UTC (QA Tests)] INFO -- filling :login_field with "root"1463[Sep 21 2023 03:17:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1464[Sep 21 2023 03:17:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"1465[Sep 21 2023 03:17:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1466[Sep 21 2023 03:17:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1467[Sep 21 2023 03:17:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.168s1468[Sep 21 2023 03:17:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1469[Sep 21 2023 03:17:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds1470[Sep 21 2023 03:17:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-code-81c02e2d95328ad1' via api in 0.77 seconds1471[Sep 21 2023 03:18:00 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1472[Sep 21 2023 03:18:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.07 seconds1473[Sep 21 2023 03:18:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-code-81c02e2d95328ad11474 user pushes code to the repository1475Configure1476 Auto DevOps with a Kubernetes Agent1477 runs auto devops (PENDING: Test is not compatible with this environment or pipeline)1478Verify1479 Pipeline with customizable variable1480[Sep 21 2023 03:18:03 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with customizable variable manually creates a pipeline and uses the defined custom variable value1481[Sep 21 2023 03:18:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1482[Sep 21 2023 03:18:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.13 seconds1483[Sep 21 2023 03:18:04 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1484[Sep 21 2023 03:18:04 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1485[Sep 21 2023 03:18:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1486[Sep 21 2023 03:18:04 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695266284 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695266284 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-1695266284 --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list qa-runner-1695266284 --executor shell && gitlab-runner run" `1487[Sep 21 2023 03:18:05 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695266284`1488[Sep 21 2023 03:18:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1489[Sep 21 2023 03:18:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1695266284' via api in 1.98 seconds1490[Sep 21 2023 03:18:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.83 seconds1491[Sep 21 2023 03:18:08 UTC (QA Tests)] INFO -- filling :login_field with "root"1492[Sep 21 2023 03:18:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1493[Sep 21 2023 03:18:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"1494[Sep 21 2023 03:18:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1495[Sep 21 2023 03:18:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1496[Sep 21 2023 03:18:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.187s1497[Sep 21 2023 03:18:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-customizable-variable-pipeline-70267806e0804a581498[Sep 21 2023 03:18:13 UTC (QA Tests)] INFO -- clicking :menu_section_button1499[Sep 21 2023 03:18:13 UTC (QA Tests)] INFO -- clicking :nav_item_link1500[Sep 21 2023 03:18:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.693s1501[Sep 21 2023 03:18:14 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present1502[Sep 21 2023 03:18:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 0.996s1503[Sep 21 2023 03:18:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.028s1504[Sep 21 2023 03:18:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.707s1505[Sep 21 2023 03:18:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.846s1506[Sep 21 2023 03:18:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements ci_variable_row_container' took 1.87s1507[Sep 21 2023 03:18:17 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "Custom Foo"1508[Sep 21 2023 03:18:17 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field1509[Sep 21 2023 03:18:17 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::Show is present1510[Sep 21 2023 03:18:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_details_header' took 0.925s1511[Sep 21 2023 03:18:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.346s1512[Sep 21 2023 03:18:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-customizable-variable-pipeline-70267806e0804a58/-/jobs/841513[Sep 21 2023 03:18:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1695266284'1514[Sep 21 2023 03:18:32 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695266284`1515 manually creates a pipeline and uses the defined custom variable value1516Create1517 Multiple file snippet1518[Sep 21 2023 03:18:32 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet creates a project snippet with multiple files1519[Sep 21 2023 03:18:33 UTC (QA Tests)] INFO -- filling :login_field with "root"1520[Sep 21 2023 03:18:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1521[Sep 21 2023 03:18:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"1522[Sep 21 2023 03:18:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1523[Sep 21 2023 03:18:34 UTC (QA Tests)] INFO -- clicking :sign_in_button1524[Sep 21 2023 03:18:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.177s1525[Sep 21 2023 03:18:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1526[Sep 21 2023 03:18:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.11 seconds1527[Sep 21 2023 03:18:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-snippets-1e0f1c9a1efbfb1f' via api in 0.78 seconds1528[Sep 21 2023 03:18:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/project-with-snippets-1e0f1c9a1efbfb1f1529[Sep 21 2023 03:18:38 UTC (QA Tests)] INFO -- clicking :menu_section_button1530[Sep 21 2023 03:18:39 UTC (QA Tests)] INFO -- clicking :nav_item_link1531[Sep 21 2023 03:18:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.614s1532[Sep 21 2023 03:18:39 UTC (QA Tests)] INFO -- clicking :create_first_snippet_link1533[Sep 21 2023 03:18:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_snippet_link' took 0.899s1534[Sep 21 2023 03:18:40 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Project snippet with multiple files"1535[Sep 21 2023 03:18:40 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field1536[Sep 21 2023 03:18:41 UTC (QA Tests)] INFO -- clicking :description_placeholder1537[Sep 21 2023 03:18:41 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"1538[Sep 21 2023 03:18:41 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field1539[Sep 21 2023 03:18:41 UTC (QA Tests)] INFO -- clicking :visibility_content1540[Sep 21 2023 03:18:41 UTC (QA Tests)] INFO -- filling :file_name_field with "01 file name"1541[Sep 21 2023 03:18:41 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1542[Sep 21 2023 03:18:42 UTC (QA Tests)] INFO -- clicking :add_file_button1543[Sep 21 2023 03:18:42 UTC (QA Tests)] INFO -- filling :file_name_field with "02 file name"1544[Sep 21 2023 03:18:42 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1545[Sep 21 2023 03:18:42 UTC (QA Tests)] INFO -- clicking :add_file_button1546[Sep 21 2023 03:18:43 UTC (QA Tests)] INFO -- filling :file_name_field with "03 file name"1547[Sep 21 2023 03:18:43 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1548[Sep 21 2023 03:18:43 UTC (QA Tests)] INFO -- clicking :add_file_button1549[Sep 21 2023 03:18:43 UTC (QA Tests)] INFO -- filling :file_name_field with "04 file name"1550[Sep 21 2023 03:18:43 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1551[Sep 21 2023 03:18:44 UTC (QA Tests)] INFO -- clicking :add_file_button1552[Sep 21 2023 03:18:44 UTC (QA Tests)] INFO -- filling :file_name_field with "05 file name"1553[Sep 21 2023 03:18:44 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1554[Sep 21 2023 03:18:44 UTC (QA Tests)] INFO -- clicking :add_file_button1555[Sep 21 2023 03:18:45 UTC (QA Tests)] INFO -- filling :file_name_field with "06 file name"1556[Sep 21 2023 03:18:45 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1557[Sep 21 2023 03:18:45 UTC (QA Tests)] INFO -- clicking :add_file_button1558[Sep 21 2023 03:18:45 UTC (QA Tests)] INFO -- filling :file_name_field with "07 file name"1559[Sep 21 2023 03:18:45 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1560[Sep 21 2023 03:18:46 UTC (QA Tests)] INFO -- clicking :add_file_button1561[Sep 21 2023 03:18:46 UTC (QA Tests)] INFO -- filling :file_name_field with "08 file name"1562[Sep 21 2023 03:18:46 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1563[Sep 21 2023 03:18:47 UTC (QA Tests)] INFO -- clicking :add_file_button1564[Sep 21 2023 03:18:47 UTC (QA Tests)] INFO -- filling :file_name_field with "09 file name"1565[Sep 21 2023 03:18:47 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1566[Sep 21 2023 03:18:47 UTC (QA Tests)] INFO -- clicking :add_file_button1567[Sep 21 2023 03:18:47 UTC (QA Tests)] INFO -- filling :file_name_field with "10 file name"1568[Sep 21 2023 03:18:47 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1569[Sep 21 2023 03:18:48 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1570[Sep 21 2023 03:18:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.849s1571[Sep 21 2023 03:18:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.859s1572[Sep 21 2023 03:18:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '11' via browser_ui in 13.45 seconds1573 creates a project snippet with multiple files1574Package1575 SaaS Container Registry1576 pulls an image from an existing repository (PENDING: Test is not compatible with this environment or pipeline)1577Manage1578 rate limits1579[Sep 21 2023 03:18:52 UTC (QA Tests)] INFO -- Starting test: Manage rate limits throttles authenticated api requests by user1580[Sep 21 2023 03:18:52 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-3d45d505bc5718651581[Sep 21 2023 03:18:52 UTC (QA Tests)] INFO -- Caching token for username: qa-user-3d45d505bc571865, last six chars of token:-3XGYh1582[Sep 21 2023 03:18:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-3d45d505bc571865-b8gzbmql' via api in 0.07 seconds1583[Sep 21 2023 03:18:52 UTC (QA Tests)] INFO -- Setting application settings: {:throttle_authenticated_api_requests_per_period=>5, :throttle_authenticated_api_period_in_seconds=>60, :throttle_authenticated_api_enabled=>true}1584[Sep 21 2023 03:18:53 UTC (QA Tests)] INFO -- Setting application settings: {:throttle_authenticated_api_requests_per_period=>7200, :throttle_authenticated_api_period_in_seconds=>3600, :throttle_authenticated_api_enabled=>false}1585[Sep 21 2023 03:18:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-3d45d505bc571865'1586 throttles authenticated api requests by user1587Data Stores1588 Invite group1589 with a personal namespace project1590 behaves like invites group to project1591[Sep 21 2023 03:18:54 UTC (QA Tests)] INFO -- Starting test: Data Stores Invite group with a personal namespace project behaves like invites group to project grants group and members correct access level1592[Sep 21 2023 03:18:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1593[Sep 21 2023 03:18:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1594[Sep 21 2023 03:18:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1595[Sep 21 2023 03:18:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1596[Sep 21 2023 03:18:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1597[Sep 21 2023 03:18:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.103s1598[Sep 21 2023 03:18:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1599[Sep 21 2023 03:18:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.41 seconds1600[Sep 21 2023 03:18:59 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/group-for-personal-project-7ba0f30bb564e8f0 QA::Resource::Group1601[Sep 21 2023 03:19:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/root/personal-namespace-project-163c666c3cfb02211602[Sep 21 2023 03:19:01 UTC (QA Tests)] INFO -- clicking :menu_section_button1603[Sep 21 2023 03:19:01 UTC (QA Tests)] INFO -- clicking :nav_item_link1604[Sep 21 2023 03:19:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.902s1605[Sep 21 2023 03:19:02 UTC (QA Tests)] INFO -- clicking :invite_a_group_button1606[Sep 21 2023 03:19:03 UTC (QA Tests)] INFO -- Searching in dropdown: "group-for-personal-project-7ba0f30bb564e8f0"1607[Sep 21 2023 03:19:04 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown1608[Sep 21 2023 03:19:04 UTC (QA Tests)] INFO -- clicking :invite_button1609[Sep 21 2023 03:19:05 UTC (QA Tests)] INFO -- clicking :groups_list_tab1610[Sep 21 2023 03:19:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.029s1611[Sep 21 2023 03:19:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.065s1612[Sep 21 2023 03:19:08 UTC (QA Tests)] INFO -- clicking :user_avatar_content1613[Sep 21 2023 03:19:08 UTC (QA Tests)] INFO -- clicking :sign_out_link1614[Sep 21 2023 03:19:09 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1615[Sep 21 2023 03:19:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1616[Sep 21 2023 03:19:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"1617[Sep 21 2023 03:19:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1618[Sep 21 2023 03:19:09 UTC (QA Tests)] INFO -- clicking :sign_in_button1619[Sep 21 2023 03:19:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.67s1620[Sep 21 2023 03:19:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/root/personal-namespace-project-163c666c3cfb02211621[Sep 21 2023 03:19:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'root/personal-namespace-project-163c666c3cfb0221'1622[Sep 21 2023 03:19:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-for-personal-project-7ba0f30bb564e8f0'1623 grants group and members correct access level1624 with a group project1625 behaves like invites group to project1626[Sep 21 2023 03:19:13 UTC (QA Tests)] INFO -- Starting test: Data Stores Invite group with a group project behaves like invites group to project grants group and members correct access level1627[Sep 21 2023 03:19:13 UTC (QA Tests)] INFO -- filling :login_field with "root"1628[Sep 21 2023 03:19:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1629[Sep 21 2023 03:19:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"1630[Sep 21 2023 03:19:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1631[Sep 21 2023 03:19:14 UTC (QA Tests)] INFO -- clicking :sign_in_button1632[Sep 21 2023 03:19:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.163s1633[Sep 21 2023 03:19:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1634[Sep 21 2023 03:19:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1635[Sep 21 2023 03:19:18 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/group-for-group-project-a930ce8e138622df QA::Resource::Group1636[Sep 21 2023 03:19:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1637[Sep 21 2023 03:19:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds1638[Sep 21 2023 03:19:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/group-project-c56e34187e0c44c61639[Sep 21 2023 03:19:19 UTC (QA Tests)] INFO -- clicking :menu_section_button1640[Sep 21 2023 03:19:20 UTC (QA Tests)] INFO -- clicking :nav_item_link1641[Sep 21 2023 03:19:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.837s1642[Sep 21 2023 03:19:20 UTC (QA Tests)] INFO -- clicking :invite_a_group_button1643[Sep 21 2023 03:19:21 UTC (QA Tests)] INFO -- Searching in dropdown: "group-for-group-project-a930ce8e138622df"1644[Sep 21 2023 03:19:21 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown1645[Sep 21 2023 03:19:21 UTC (QA Tests)] INFO -- clicking :invite_button1646[Sep 21 2023 03:19:23 UTC (QA Tests)] INFO -- clicking :groups_list_tab1647[Sep 21 2023 03:19:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? global-search-input' took 1.016s1648[Sep 21 2023 03:19:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.06s1649[Sep 21 2023 03:19:26 UTC (QA Tests)] INFO -- clicking :user_avatar_content1650[Sep 21 2023 03:19:26 UTC (QA Tests)] INFO -- clicking :sign_out_link1651[Sep 21 2023 03:19:27 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1652[Sep 21 2023 03:19:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1653[Sep 21 2023 03:19:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1654[Sep 21 2023 03:19:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1655[Sep 21 2023 03:19:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1656[Sep 21 2023 03:19:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.634s1657[Sep 21 2023 03:19:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-8b2276cb.test/gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/group-project-c56e34187e0c44c61658[Sep 21 2023 03:19:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/group-project-c56e34187e0c44c6'1659[Sep 21 2023 03:19:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-for-group-project-a930ce8e138622df'1660 grants group and members correct access level1661Create1662 Merge request push options1663[Sep 21 2023 03:19:31 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets merge when pipeline succeeds1664[Sep 21 2023 03:19:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1665[Sep 21 2023 03:19:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff' via api in 0.12 seconds1666[Sep 21 2023 03:19:32 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1667[Sep 21 2023 03:19:32 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1668[Sep 21 2023 03:19:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1669[Sep 21 2023 03:19:32 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-merge-request-push-options-e7e4fc0db392f7c9 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-merge-request-push-options-e7e4fc0db392f7c9 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-merge-request-push-options-e7e4fc0db392f7c9 --url http://gitlab-ce-8b2276cb.test --registration-token **** --tag-list runner-for-merge-request-push-options-e7e4fc0db392f7c9 --executor shell && gitlab-runner run" `1670[Sep 21 2023 03:19:33 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-merge-request-push-options-e7e4fc0db392f7c9`1671[Sep 21 2023 03:19:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1672[Sep 21 2023 03:19:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-merge-request-push-options-e7e4fc0db392f7c9' via api in 1.92 seconds1673[Sep 21 2023 03:19:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.71 seconds1674[Sep 21 2023 03:19:36 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1675[Sep 21 2023 03:19:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.32 seconds1676[Sep 21 2023 03:19:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.14 seconds1677[Sep 21 2023 03:19:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-merge-request-push-options-e7e4fc0db392f7c9'1678[Sep 21 2023 03:19:36 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-merge-request-push-options-e7e4fc0db392f7c9`1679[Sep 21 2023 03:19:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-09-21-02-59-04-5e237f0ef5b23fff/merge-request-push-options-e7e4fc0db392f7c9'1680 sets merge when pipeline succeeds1681 merges when pipeline succeeds (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/346425)1682Verify1683 Runner fleet management1684[Sep 21 2023 03:19:37 UTC (QA Tests)] INFO -- Starting test: Verify Runner fleet management shows group runner online count1685[Sep 21 2023 03:19:37 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1686[Sep 21 2023 03:19:37 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1687[Sep 21 2023 03:19:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1688[Sep 21 2023 03:19:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-with-ci-cd-7d57acafcd04e737' via api in 0.43 seconds1689[Sep 21 2023 03:19:41 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1690[Sep 21 2023 03:19:41 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1695266377 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1695266377 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-1695266377 --url http://gitlab-ce-8b2276cb.test --registration-token **** --run-untagged=true --executor shell && gitlab-runner run" `1691[Sep 21 2023 03:19:42 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1695266377`1692[Sep 21 2023 03:19:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1693[Sep 21 2023 03:19:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1695266377' via api in 6.35 seconds1694[Sep 21 2023 03:19:44 UTC (QA Tests)] INFO -- filling :login_field with "root"1695[Sep 21 2023 03:19:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1696[Sep 21 2023 03:19:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"1697[Sep 21 2023 03:19:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1698[Sep 21 2023 03:19:44 UTC (QA Tests)] INFO -- clicking :sign_in_button1699[Sep 21 2023 03:19:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.232s1700[Sep 21 2023 03:19:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-8b2276cb.test/groups/gitlab-qa-sandbox-group-5/group-with-ci-cd-7d57acafcd04e7371701[Sep 21 2023 03:19:49 UTC (QA Tests)] INFO -- clicking :menu_section_button1702[Sep 21 2023 03:19:49 UTC (QA Tests)] INFO -- clicking :nav_item_link1703[Sep 21 2023 03:19:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.684s1704[Sep 21 2023 03:19:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1695266377'1705[Sep 21 2023 03:19:50 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1695266377`1706 shows group runner online count1707[Sep 21 2023 03:19:50 UTC (QA Tests)] INFO -- 1708========= Knapsack Time Offset Warning ==========1709Time offset: 30s1710Max allowed node time execution: 22m 14s1711Exceeded time: -01m 27s1713Global time execution for this CI node is fine.1714Happy testing!1715Need explanation? See FAQ:1717=================================================1718Read up on the benefits of a dynamic test split with Knapsack Pro Queue Mode:1719https://docs.knapsackpro.com/2020/how-to-speed-up-ruby-and-javascript-tests-with-ci-parallelisation1720Sign up for Knapsack Pro here:1722=================================================1723[Sep 21 2023 03:19:50 UTC (QA Tests)] INFO -- 1724Knapsack global time execution for tests: 20m 46s1725Pending: (Failures listed here are expected and do not affect your suite's status)1726 1) Create Merge requests when merging once behaves like merge when pipeline succeeds merges after pipeline succeeds1727 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4030171728 # ./qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb:461729 2) Create Slack app integration when using Slash commands creates an issue1730 # Test is not compatible with this environment or pipeline1731 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:391732 3) Create Slack app integration when using Slash commands with gitlab issue closes an issue1733 # Test is not compatible with this environment or pipeline1734 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:711735 4) Create Slack app integration when using Slash commands with gitlab issue comments on an issue1736 # Test is not compatible with this environment or pipeline1737 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:811738 5) Create Slack app integration when using Slash commands with gitlab issue displays an issue1739 # Test is not compatible with this environment or pipeline1740 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:611741 6) Create Slack app integration when using Slash commands with gitlab issue with target project moves an issue1742 # Test is not compatible with this environment or pipeline1743 # ./qa/specs/features/browser_ui/1_manage/integrations/slash_commands_spec.rb:991744 7) Manage Gitlab migration migrates large gitlab group via api1745 # Test is not compatible with this environment or pipeline1746 # ./qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb:1261747 8) Configure Auto DevOps with a Kubernetes Agent runs auto devops1748 # Test is not compatible with this environment or pipeline1749 # ./qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb:351750 9) Package SaaS Container Registry pulls an image from an existing repository1751 # Test is not compatible with this environment or pipeline1752 # ./qa/specs/features/browser_ui/5_package/container_registry/saas/pull_container_registry_image_spec.rb:111753 10) Create Merge request push options merges when pipeline succeeds1754 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3464251755 # ./qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb:791756Failures:1757 1) Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository1758 Failure/Error: mirror_settings.mirror_direction = 'Push'1760 QA::Page::Base::ElementNotFound:1761 Couldn't find element named "authentication_method_field"1762 # ./qa/page/base.rb:391:in `wait_for_animated_element'1763 # ./qa/support/page/logging.rb:150:in `wait_for_animated_element'1764 # ./qa/page/project/settings/mirroring_repositories.rb:62:in `mirror_direction='1765 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:27:in `block (5 levels) in <module:QA>'1766 # ./qa/scenario/actable.rb:16:in `perform'1767 # ./qa/page/project/settings/repository.rb:54:in `block in expand_mirroring_repositories'1768 # ./qa/page/settings/common.rb:19:in `block in expand_content'1769 # ./qa/page/base.rb:400:in `within_element'1770 # ./qa/support/page/logging.rb:156:in `within_element'1771 # ./qa/page/settings/common.rb:11:in `expand_content'1772 # ./qa/page/project/settings/repository.rb:53:in `expand_mirroring_repositories'1773 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:24:in `block (4 levels) in <module:QA>'1774 # ./qa/scenario/actable.rb:16:in `perform'1775 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:23:in `block (3 levels) in <module:QA>'1776 # ./qa/specs/spec_helper.rb:134:in `block (2 levels) in <top (required)>'1777 # /home/gitlab/spec/support/fast_quarantine.rb:22:in `block (2 levels) in <top (required)>'1778 # ./qa/specs/knapsack_runner.rb:17:in `run'1779 # ./qa/specs/runner.rb:57:in `perform'1780 # ./qa/scenario/template.rb:10:in `block in perform'1781 # ./qa/scenario/template.rb:8:in `perform'1782 # ./qa/scenario/template.rb:50:in `perform'1783 # ./qa/scenario/template.rb:10:in `block in perform'1784 # ./qa/scenario/template.rb:8:in `perform'1785 # ./qa/scenario/bootable.rb:52:in `launch!'1786Finished in 20 minutes 50 seconds (files took 2.77 seconds to load)178771 examples, 1 failure, 10 pending1788Failed examples:1789rspec ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:6 # Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository1790Randomized with seed 383841791[Sep 21 2023 03:19:51 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-8b2276cb bash -c "gitlab-psql -c 'select n_live_tup, n_dead_tup, relname from pg_stat_all_tables order by n_live_tup DESC, n_dead_tup DESC;'"`1792[Sep 21 2023 03:19:51 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-8b2276cb bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`1793[Sep 21 2023 03:19:51 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ce-8b2276cb`1794[Sep 21 2023 03:19:51 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ce-8b2276cb`1795bundler: failed to load command: gitlab-qa (/builds/gitlab-org/gitlab/.gems/bin/gitlab-qa)1796/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)1798Running after script...1799$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command1800$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")1801$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"1939Uploading artifacts...1940gitlab-qa-run-*: found 361 matching artifact files and directories 1941Uploading artifacts as "archive" to coordinator... 201 Created id=5134226394 responseStatus=201 Created token=64_HX5Ne1942Uploading artifacts...1943gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 1944Uploading artifacts as "junit" to coordinator... 201 Created id=5134226394 responseStatus=201 Created token=64_HX5Ne1945Uploading artifacts...1946/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 1947Uploading artifacts as "dotenv" to coordinator... 201 Created id=5134226394 responseStatus=201 Created token=64_HX5Ne1949ERROR: Job failed: exit code 1