decomposition-single-db 2/5
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1690529978-2fc52217-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: 194346, done. 20remote: Counting objects: 100% (194346/194346), done. 21remote: Compressing objects: 100% (115006/115006), done. 22remote: Total 194346 (delta 103604), reused 137133 (delta 72406), pack-reused 0 23Receiving objects: 100% (194346/194346), 142.39 MiB | 45.31 MiB/s, done.24Resolving deltas: 100% (103604/103604), done.26 * [new ref] refs/pipelines/948364738 -> refs/pipelines/94836473827 * [new branch] master -> origin/master28Checking out 09612fea as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-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 (4758981991)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4758981991 responseStatus=200 OK token=64_6kR6Z39Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...40$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE41$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")42$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command43Bundle complete! 37 Gemfile dependencies, 135 gems now installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"46$ echo "Running - '$QA_COMMAND'"47Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:09612fea8bceb47ca2935844f4a8e1855a3f5898 --omnibus-config decomposition_single_db -- --format QA::Support::JsonFormatter --out tmp/rspec-4758982017.json --format RspecJunitFormatter --out tmp/rspec-4758982017.xml --format html --out tmp/rspec-$(echo decomposition-single-db 2/5 | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jul 28 2023 08:06:06 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-82f8a645$`50[Jul 28 2023 08:06:06 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-82f8a645 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`51[Jul 28 2023 08:06:07 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/authority/. alpine-82f8a645:/etc/gitlab/trusted-certs`52[Jul 28 2023 08:06:08 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/gitlab/. alpine-82f8a645:/etc/gitlab/ssl`53[Jul 28 2023 08:06:08 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-82f8a645`54[Jul 28 2023 08:06:08 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-82f8a645`55[Jul 28 2023 08:06:08 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`56[Jul 28 2023 08:06:08 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:09612fea8bceb47ca2935844f4a8e1855a3f5898`57[Jul 28 2023 08:06:47 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ee-ed332206$`58[Jul 28 2023 08:06:47 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`59[Jul 28 2023 08:06:47 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`60[Jul 28 2023 08:06:47 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ee-ed332206 --net test --hostname gitlab-ee-ed332206.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-07-28-08-06-06-53a25449/gitlab-ee-ed332206/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:09612fea8bceb47ca2935844f4a8e1855a3f5898`61[Jul 28 2023 08:06:59 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-ed332206 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-28 08:06:0662# Gitlab::QA::Runtime::OmnibusConfigurations::Default63gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme64gitlab_rails['gitlab_disable_animations'] = true # Disable animations65gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry66gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password67# Gitlab::QA::Runtime::OmnibusConfigurations::DecompositionSingleDb68gitlab_rails['databases']['main']['enable'] = true69gitlab_rails['databases']['ci']['enable'] = false70gitlab_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[Jul 28 2023 08:06:59 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ee-ed332206`72[Jul 28 2023 08:10:30 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...73[Jul 28 2023 08:10:30 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-ed332206`74[Jul 28 2023 08:10:30 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ee-ed332206 80/tcp`75[Jul 28 2023 08:10:30 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!76[Jul 28 2023 08:10:30 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-ed332206 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`77[Jul 28 2023 08:10:30 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-ed332206 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[Jul 28 2023 08:10:30 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-ed332206 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`84[Jul 28 2023 08:10:30 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/support/data gitlab-ee-ed332206:/tmp/data-seeds`85[Jul 28 2023 08:10:30 UTC (Gitlab QA)] INFO -- Running exec_commands...86[Jul 28 2023 08:10:30 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-ed332206 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`87[Jul 28 2023 08:11:17 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`88[Jul 28 2023 08:11:17 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:09612fea8bceb47ca2935844f4a8e1855a3f5898`89[Jul 28 2023 08:11:59 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee90[Jul 28 2023 08:11:59 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_KNAPSACK_REPORT_PATH="$QA_KNAPSACK_REPORT_PATH" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_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 KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --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-07-28-08-06-06-53a25449/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-08-06-06-53a25449/gitlab-ee-qa-467f2d5a:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/qa/knapsack:/home/gitlab/qa/knapsack:z --name gitlab-ee-qa-467f2d5a registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:09612fea8bceb47ca2935844f4a8e1855a3f5898 Test::Instance::All http://gitlab-ee-ed332206.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4758982017.json --format RspecJunitFormatter --out tmp/rspec-4758982017.xml --format html --out tmp/rspec-decomposition-single-db_2_5.htm --color --format documentation`912023-07-28 08:12:19 / CONF :: 92 ==> Base URL: http://gitlab-ee-ed332206.test93 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f6a808056c8>94 ==> Libraries: Chemlab::Vendor95[Jul 28 2023 08:12:19 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA96[Jul 28 2023 08:12:19 UTC (QA Tests)] INFO -- Browser: chrome97[Jul 28 2023 08:12:19 UTC (QA Tests)] INFO -- Performing sanity check for environment!98[Jul 28 2023 08:12:19 UTC (QA Tests)] INFO -- Performing initial license fabrication!99[Jul 28 2023 08:12:20 UTC (QA Tests)] INFO -- Successfully added license key. Details:100{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}101[Jul 28 2023 08:12:20 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.21 seconds102[Jul 28 2023 08:12:20 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-single-db' to 'knapsack/decomposition-single-db.json'103[Jul 28 2023 08:12:20 UTC (QA Tests)] INFO -- Report already exists, skipping!104[Jul 28 2023 08:12:20 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====105[Jul 28 2023 08:12:20 UTC (QA Tests)] INFO -- Report specs:106[Jul 28 2023 08:12:20 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/5_package/package_registry/npm/npm_project_level_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/group/restrict_by_ip_address_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/restrict_push_protected_branch_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/epic/epics_management_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb", "qa/specs/features/browser_ui/1_manage/login/2fa_recovery_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/rubygems_registry_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_creation_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_project_snippet_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/trigger_matrix_spec.rb", "qa/specs/features/browser_ui/1_manage/login/2fa_ssh_recovery_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/default_merge_request_template_spec.rb", "qa/specs/features/api/4_verify/file_variable_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_list_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/suggestions/custom_commit_suggestion_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/snippet_index_page_spec.rb", "qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_manipulation_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/create_project_milestone_spec.rb", "qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb", "qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_with_protected_branch_and_squashed_commits_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/custom_issue_template_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/iterations/assign_group_iteration_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/edit_file_via_web_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/create_group_issue_board_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configure_issue_board_by_label_spec.rb", "qa/specs/features/browser_ui/3_create/repository/branch_with_unusual_name_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issues_weight/issue_weight_visualization_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/delete_file_via_web_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_http_private_token_spec.rb", "qa/specs/features/browser_ui/2_plan/issue_boards/focus_mode_spec.rb", "qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/epic/roadmap_spec.rb", "qa/specs/features/api/2_plan/closes_issue_via_pushing_a_commit_spec.rb", "qa/specs/features/api/3_create/repository/tag_revision_trigger_prereceive_hook_spec.rb"]107[Jul 28 2023 08:12:20 UTC (QA Tests)] INFO -- Leftover specs:108[Jul 28 2023 08:12:20 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/import/import_github_repo_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_in_with_2fa_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/8_monitor/alert_management/email_notification_for_alert_spec.rb", "qa/specs/features/ee/api/1_manage/integrations/group_webhook_events_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/advanced_global_advanced_syntax_search_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/merge_request_index/merge_request_index_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/license/cloud_activation_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/saas_user_limit_experience_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/attachment_replication_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/geo_replication_project_snippets_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/ssh_push_to_secondary_spec.rb", "qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/group/group_saml_enforced_sso_git_access_spec.rb", "qa/specs/features/ee/browser_ui/3_create/remote_development/create_new_workspace_and_terminate_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/transient/merge_trains_transient_bug_spec.rb", "qa/specs/features/sanity/framework_spec.rb"]109[Jul 28 2023 08:12:20 UTC (QA Tests)] INFO -- Knapsack report generator started!110[Jul 28 2023 08:12:20 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-single-db' to 'knapsack/decomposition-single-db.json'111[Jul 28 2023 08:12:20 UTC (QA Tests)] INFO -- Report already exists, skipping!112Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}113Randomized with seed 29895114[Jul 28 2023 08:12:20 UTC (QA Tests)] ERROR -- [Allure]: Failed to fetch flaky spec data for report: panic: sync: negative WaitGroup counter115Create116 File management117[Jul 28 2023 08:12:20 UTC (QA Tests)] INFO -- Starting test: Create File management user deletes a file via the Web118[Jul 28 2023 08:12:20 UTC (QA Tests)] INFO -- filling :login_field with "root"119[Jul 28 2023 08:12:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field120[Jul 28 2023 08:12:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"121[Jul 28 2023 08:12:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field122[Jul 28 2023 08:12:21 UTC (QA Tests)] INFO -- clicking :sign_in_button123[Jul 28 2023 08:12:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.75s124[Jul 28 2023 08:12:25 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA125[Jul 28 2023 08:12:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-6r0fxxuv' via cache in 0.0 seconds126[Jul 28 2023 08:12:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.93 seconds127[Jul 28 2023 08:12:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 1.88 seconds128[Jul 28 2023 08:12:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-new-file-c119ff511ecc809d' via api in 4.02 seconds129[Jul 28 2023 08:12:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via api in 1.24 seconds130[Jul 28 2023 08:12:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::File at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-new-file-c119ff511ecc809d/-/blob/main/QA+Test+-+File+name131[Jul 28 2023 08:12:32 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Delete file"132[Jul 28 2023 08:12:32 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field133[Jul 28 2023 08:12:35 UTC (QA Tests)] ERROR -- Interceptor Api Errors134[200] POST http://gitlab-ee-ed332206.test/api/graphql -- Correlation Id: 01H6DRWWMWT3XAPKT0FXM14QTN135error-messages: Variable $refType of type RefType was provided invalid value136 user deletes a file via the Web137Create138 Default merge request templates139[Jul 28 2023 08:12:35 UTC (QA Tests)] INFO -- Starting test: Create Default merge request templates uses default template when creating a merge request140[Jul 28 2023 08:12:35 UTC (QA Tests)] INFO -- filling :login_field with "root"141[Jul 28 2023 08:12:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field142[Jul 28 2023 08:12:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"143[Jul 28 2023 08:12:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field144[Jul 28 2023 08:12:36 UTC (QA Tests)] INFO -- clicking :sign_in_button145[Jul 28 2023 08:12:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.043s146[Jul 28 2023 08:12:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.15 seconds147[Jul 28 2023 08:12:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.32 seconds148[Jul 28 2023 08:12:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/default-mr-template-project-bf0164be5af79cb3' via api in 1.53 seconds149[Jul 28 2023 08:12:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/default-mr-template-project-bf0164be5af79cb3150[Jul 28 2023 08:12:41 UTC (QA Tests)] INFO -- clicking :menu_section_button151[Jul 28 2023 08:12:42 UTC (QA Tests)] INFO -- clicking :nav_item_link152[Jul 28 2023 08:12:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.596s153[Jul 28 2023 08:12:43 UTC (QA Tests)] INFO -- filling :default_merge_request_template_field with "This is a default merge request template"154[Jul 28 2023 08:12:43 UTC (QA Tests)] INFO -- clicking the coordinates of :default_merge_request_template_field155[Jul 28 2023 08:12:44 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button156[Jul 28 2023 08:12:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_merge_request_changes_button' took 1.526s157[Jul 28 2023 08:12:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds158[Jul 28 2023 08:12:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds159[Jul 28 2023 08:12:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/default-mr-template-project-bf0164be5af79cb3160[Jul 28 2023 08:12:49 UTC (QA Tests)] INFO -- clicking :create_merge_request_button161[Jul 28 2023 08:12:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.47s162[Jul 28 2023 08:12:51 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "QA test - merge request"163[Jul 28 2023 08:12:51 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field164[Jul 28 2023 08:12:51 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present165[Jul 28 2023 08:12:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.506s166[Jul 28 2023 08:12:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 9.47 seconds167 uses default template when creating a merge request168Verify169 Unlocking job artifacts across pipelines170 when latest pipeline is blocked171 keeps job artifacts from the latest blocked pipeline and from latest successful pipeline (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/387087)172 when latest pipeline failed173 keeps job artifacts from latest failed pipelines and from latest successful pipeline (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/266958)174 when latest pipeline is successful175[Jul 28 2023 08:12:55 UTC (QA Tests)] INFO -- Starting test: Verify Unlocking job artifacts across pipelines when latest pipeline is successful unlocks job artifacts from previous successful pipeline176[Jul 28 2023 08:12:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds177[Jul 28 2023 08:12:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.16 seconds178[Jul 28 2023 08:12:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/unlock-job-artifacts-project-4b31f72c996afcae' via api in 0.76 seconds179[Jul 28 2023 08:12:56 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.180[Jul 28 2023 08:12:56 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`181[Jul 28 2023 08:12:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`182[Jul 28 2023 08:12:59 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-fi8097z4 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-fi8097z4 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-fi8097z4 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list qa-runner-fi8097z4 --executor shell && gitlab-runner run" `183[Jul 28 2023 08:13:02 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-fi8097z4`184[Jul 28 2023 08:13:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`185[Jul 28 2023 08:13:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-fi8097z4' via api in 7.33 seconds186[Jul 28 2023 08:13:04 UTC (QA Tests)] INFO -- filling :login_field with "root"187[Jul 28 2023 08:13:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field188[Jul 28 2023 08:13:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"189[Jul 28 2023 08:13:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field190[Jul 28 2023 08:13:05 UTC (QA Tests)] INFO -- clicking :sign_in_button191[Jul 28 2023 08:13:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.852s192[Jul 28 2023 08:13:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/unlock-job-artifacts-project-4b31f72c996afcae193[Jul 28 2023 08:13:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.04 seconds194[Jul 28 2023 08:13:09 UTC (QA Tests)] INFO -- Waiting for new pipeline to be created195[Jul 28 2023 08:13:10 UTC (QA Tests)] INFO -- clicking :menu_section_button196[Jul 28 2023 08:13:10 UTC (QA Tests)] INFO -- clicking :nav_item_link197[Jul 28 2023 08:13:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.88s198[Jul 28 2023 08:13:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '1' via api in 0.1 seconds199[Jul 28 2023 08:13:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/unlock-job-artifacts-project-4b31f72c996afcae/-/jobs/1200[Jul 28 2023 08:13:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds201[Jul 28 2023 08:13:24 UTC (QA Tests)] INFO -- Waiting for new pipeline to be created202[Jul 28 2023 08:13:25 UTC (QA Tests)] INFO -- clicking :nav_item_link203[Jul 28 2023 08:13:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.885s204[Jul 28 2023 08:13:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '2' via api in 0.1 seconds205[Jul 28 2023 08:13:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/unlock-job-artifacts-project-4b31f72c996afcae/-/jobs/2206[Jul 28 2023 08:13:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '1' via api in 0.1 seconds207[Jul 28 2023 08:13:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/unlock-job-artifacts-project-4b31f72c996afcae/-/jobs/1208[Jul 28 2023 08:13:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-fi8097z4'209[Jul 28 2023 08:13:40 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-fi8097z4`210 unlocks job artifacts from previous successful pipeline211Fulfillment212 Utilization213 when Saas user limit experience214 limit overage enforcement removed from private group when trial is started (PENDING: Test is not compatible with this environment or pipeline)215 enforcement does not allow adding more members (PENDING: Test is not compatible with this environment or pipeline)216 enforcement limit counts includes invited group and project members (PENDING: Test is not compatible with this environment or pipeline)217 new group enforcement removed when trial started (PENDING: Test is not compatible with this environment or pipeline)218Plan219 Epics roadmap220[Jul 28 2023 08:13:41 UTC (QA Tests)] INFO -- Starting test: Plan Epics roadmap presents epic on roadmap221[Jul 28 2023 08:13:41 UTC (QA Tests)] INFO -- filling :login_field with "root"222[Jul 28 2023 08:13:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field223[Jul 28 2023 08:13:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"224[Jul 28 2023 08:13:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field225[Jul 28 2023 08:13:42 UTC (QA Tests)] INFO -- clicking :sign_in_button226[Jul 28 2023 08:13:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.147s227[Jul 28 2023 08:13:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds228[Jul 28 2023 08:13:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.17 seconds229[Jul 28 2023 08:13:46 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '1' via api in 0.7 seconds230 presents epic on roadmap231Plan232 Project milestone233[Jul 28 2023 08:13:47 UTC (QA Tests)] INFO -- Starting test: Plan Project milestone creates a project milestone234[Jul 28 2023 08:13:47 UTC (QA Tests)] INFO -- filling :login_field with "root"235[Jul 28 2023 08:13:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field236[Jul 28 2023 08:13:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"237[Jul 28 2023 08:13:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field238[Jul 28 2023 08:13:48 UTC (QA Tests)] INFO -- clicking :sign_in_button239[Jul 28 2023 08:13:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.748s240[Jul 28 2023 08:13:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds241[Jul 28 2023 08:13:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.22 seconds242[Jul 28 2023 08:13:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-milestone-a76e5b6ce21917ab' via api in 1.16 seconds243[Jul 28 2023 08:13:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-milestone-a76e5b6ce21917ab244[Jul 28 2023 08:13:53 UTC (QA Tests)] INFO -- clicking :menu_section_button245[Jul 28 2023 08:13:53 UTC (QA Tests)] INFO -- clicking :nav_item_link246[Jul 28 2023 08:13:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.71s247[Jul 28 2023 08:13:54 UTC (QA Tests)] INFO -- clicking :new_project_milestone_link248[Jul 28 2023 08:13:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_milestone_link' took 0.76s249[Jul 28 2023 08:13:54 UTC (QA Tests)] INFO -- filling :milestone_title_field with "Project milestone"250[Jul 28 2023 08:13:54 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_title_field251[Jul 28 2023 08:13:55 UTC (QA Tests)] INFO -- filling :milestone_description_field with "This issue tests out project milestones."252[Jul 28 2023 08:13:55 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_description_field253[Jul 28 2023 08:13:56 UTC (QA Tests)] INFO -- filling :start_date_field with "2023/07/28254"255[Jul 28 2023 08:13:56 UTC (QA Tests)] INFO -- clicking the coordinates of :start_date_field256[Jul 28 2023 08:13:56 UTC (QA Tests)] INFO -- filling :due_date_field with "2023/08/28257"258[Jul 28 2023 08:13:56 UTC (QA Tests)] INFO -- clicking the coordinates of :due_date_field259[Jul 28 2023 08:13:56 UTC (QA Tests)] INFO -- clicking :create_milestone_button260[Jul 28 2023 08:13:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_milestone_button' took 1.184s261[Jul 28 2023 08:13:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone via browser_ui in 6.94 seconds262[Jul 28 2023 08:13:58 UTC (QA Tests)] INFO -- clicking :nav_item_link263[Jul 28 2023 08:13:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.7s264[Jul 28 2023 08:13:59 UTC (QA Tests)] INFO -- clicking :milestone_link265[Jul 28 2023 08:13:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element milestone_link' took 0.788s266 creates a project milestone267Package268 npm Registry instance level endpoint269 using ci job token270[Jul 28 2023 08:14:00 UTC (QA Tests)] INFO -- Starting test: Package npm Registry instance level endpoint using ci job token push and pull a npm package via CI271[Jul 28 2023 08:14:00 UTC (QA Tests)] INFO -- filling :login_field with "root"272[Jul 28 2023 08:14:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field273[Jul 28 2023 08:14:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"274[Jul 28 2023 08:14:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field275[Jul 28 2023 08:14:01 UTC (QA Tests)] INFO -- clicking :sign_in_button276[Jul 28 2023 08:14:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.746s277[Jul 28 2023 08:14:04 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA278[Jul 28 2023 08:14:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-bi11a4s7' via cache in 0.0 seconds279[Jul 28 2023 08:14:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds280[Jul 28 2023 08:14:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds281[Jul 28 2023 08:14:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instace-level-publish-358bbc5ba14e6cb6' via api in 0.69 seconds282[Jul 28 2023 08:14:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instance-level-install-dab16f27759eaa07' via api in 0.49 seconds283[Jul 28 2023 08:14:05 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.284[Jul 28 2023 08:14:05 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`285[Jul 28 2023 08:14:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`286[Jul 28 2023 08:14:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`287[Jul 28 2023 08:14:10 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690532045 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690532045 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-1690532045 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-08-12-25-5949891a6eceb444 --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" `288[Jul 28 2023 08:14:11 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690532045`289[Jul 28 2023 08:14:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`290[Jul 28 2023 08:14:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690532045' via api in 6.21 seconds291[Jul 28 2023 08:14:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds292[Jul 28 2023 08:14:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instace-level-publish-358bbc5ba14e6cb6293[Jul 28 2023 08:14:13 UTC (QA Tests)] INFO -- clicking :menu_section_button294[Jul 28 2023 08:14:13 UTC (QA Tests)] INFO -- clicking :nav_item_link295[Jul 28 2023 08:14:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.765s296[Jul 28 2023 08:14:16 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present297[Jul 28 2023 08:14:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.496s298[Jul 28 2023 08:14:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds299[Jul 28 2023 08:14:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instance-level-install-dab16f27759eaa07300[Jul 28 2023 08:14:50 UTC (QA Tests)] INFO -- clicking :menu_section_button301[Jul 28 2023 08:14:50 UTC (QA Tests)] INFO -- clicking :nav_item_link302[Jul 28 2023 08:14:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.772s303[Jul 28 2023 08:14:53 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present304[Jul 28 2023 08:14:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.307s305[Jul 28 2023 08:15:06 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button306[Jul 28 2023 08:15:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.658s307[Jul 28 2023 08:15:07 UTC (QA Tests)] INFO -- clicking :directory_name_link308[Jul 28 2023 08:15:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.676s309[Jul 28 2023 08:15:08 UTC (QA Tests)] INFO -- clicking :directory_name_link310[Jul 28 2023 08:15:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.644s311[Jul 28 2023 08:15:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instace-level-publish-358bbc5ba14e6cb6312[Jul 28 2023 08:15:10 UTC (QA Tests)] INFO -- clicking :menu_section_button313[Jul 28 2023 08:15:10 UTC (QA Tests)] INFO -- clicking :nav_item_link314[Jul 28 2023 08:15:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.202s315[Jul 28 2023 08:15:12 UTC (QA Tests)] INFO -- clicking :details_link316[Jul 28 2023 08:15:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-6/npm-instace-level-publish-358bbc5ba14e6cb6-7b86b90a982d4986'317[Jul 28 2023 08:15:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690532045'318[Jul 28 2023 08:15:12 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690532045`319[Jul 28 2023 08:15:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instace-level-publish-358bbc5ba14e6cb6'320[Jul 28 2023 08:15:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instance-level-install-dab16f27759eaa07'321 push and pull a npm package via CI322 using personal access token323[Jul 28 2023 08:15:14 UTC (QA Tests)] INFO -- Starting test: Package npm Registry instance level endpoint using personal access token push and pull a npm package via CI324[Jul 28 2023 08:15:14 UTC (QA Tests)] INFO -- filling :login_field with "root"325[Jul 28 2023 08:15:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field326[Jul 28 2023 08:15:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"327[Jul 28 2023 08:15:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field328[Jul 28 2023 08:15:15 UTC (QA Tests)] INFO -- clicking :sign_in_button329[Jul 28 2023 08:15:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.849s330[Jul 28 2023 08:15:18 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA331[Jul 28 2023 08:15:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-h2k6ukke' via cache in 0.0 seconds332[Jul 28 2023 08:15:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds333[Jul 28 2023 08:15:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.16 seconds334[Jul 28 2023 08:15:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instace-level-publish-4e055462b938ad54' via api in 0.7 seconds335[Jul 28 2023 08:15:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instance-level-install-2e42ab3c3300ab9e' via api in 0.94 seconds336[Jul 28 2023 08:15:19 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.337[Jul 28 2023 08:15:19 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`338[Jul 28 2023 08:15:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`339[Jul 28 2023 08:15:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`340[Jul 28 2023 08:15:20 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690532119 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690532119 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-1690532119 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-08-12-25-5949891a6eceb444 --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" `341[Jul 28 2023 08:15:20 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690532119`342[Jul 28 2023 08:15:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`343[Jul 28 2023 08:15:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690532119' via api in 1.21 seconds344[Jul 28 2023 08:15:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.24 seconds345[Jul 28 2023 08:15:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 1.1 seconds346[Jul 28 2023 08:15:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds347[Jul 28 2023 08:15:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instace-level-publish-4e055462b938ad54348[Jul 28 2023 08:15:24 UTC (QA Tests)] INFO -- clicking :menu_section_button349[Jul 28 2023 08:15:25 UTC (QA Tests)] INFO -- clicking :nav_item_link350[Jul 28 2023 08:15:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.723s351[Jul 28 2023 08:15:26 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present352[Jul 28 2023 08:15:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.548s353[Jul 28 2023 08:16:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_path' took 61.019s354[Jul 28 2023 08:16:30 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present355[Jul 28 2023 08:16:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 0.953s356[Jul 28 2023 08:16:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.0 seconds357[Jul 28 2023 08:16:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instance-level-install-2e42ab3c3300ab9e358[Jul 28 2023 08:16:34 UTC (QA Tests)] INFO -- clicking :menu_section_button359[Jul 28 2023 08:16:34 UTC (QA Tests)] INFO -- clicking :nav_item_link360[Jul 28 2023 08:16:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.742s361[Jul 28 2023 08:16:36 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present362[Jul 28 2023 08:16:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.24s363[Jul 28 2023 08:16:50 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button364[Jul 28 2023 08:16:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.684s365[Jul 28 2023 08:16:51 UTC (QA Tests)] INFO -- clicking :directory_name_link366[Jul 28 2023 08:16:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 1.065s367[Jul 28 2023 08:16:52 UTC (QA Tests)] INFO -- clicking :directory_name_link368[Jul 28 2023 08:16:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.703s369[Jul 28 2023 08:16:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instace-level-publish-4e055462b938ad54370[Jul 28 2023 08:16:54 UTC (QA Tests)] INFO -- clicking :menu_section_button371[Jul 28 2023 08:16:54 UTC (QA Tests)] INFO -- clicking :nav_item_link372[Jul 28 2023 08:16:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.782s373[Jul 28 2023 08:16:55 UTC (QA Tests)] INFO -- clicking :details_link374[Jul 28 2023 08:16:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-6/npm-instace-level-publish-4e055462b938ad54-da0747ce6c79ddbf'375[Jul 28 2023 08:16:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690532119'376[Jul 28 2023 08:16:56 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690532119`377[Jul 28 2023 08:16:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instace-level-publish-4e055462b938ad54'378[Jul 28 2023 08:16:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instance-level-install-2e42ab3c3300ab9e'379 push and pull a npm package via CI380 using project deploy token381[Jul 28 2023 08:16:57 UTC (QA Tests)] INFO -- Starting test: Package npm Registry instance level endpoint using project deploy token push and pull a npm package via CI382[Jul 28 2023 08:16:58 UTC (QA Tests)] INFO -- filling :login_field with "root"383[Jul 28 2023 08:16:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field384[Jul 28 2023 08:16:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"385[Jul 28 2023 08:16:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field386[Jul 28 2023 08:16:58 UTC (QA Tests)] INFO -- clicking :sign_in_button387[Jul 28 2023 08:16:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.539s388[Jul 28 2023 08:17:01 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA389[Jul 28 2023 08:17:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-3581eeqw' via cache in 0.0 seconds390[Jul 28 2023 08:17:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds391[Jul 28 2023 08:17:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.17 seconds392[Jul 28 2023 08:17:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instace-level-publish-2b4227dbe71bac64' via api in 0.99 seconds393[Jul 28 2023 08:17:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instance-level-install-1aab88281e187645' via api in 0.54 seconds394[Jul 28 2023 08:17:02 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.395[Jul 28 2023 08:17:02 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`396[Jul 28 2023 08:17:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`397[Jul 28 2023 08:17:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`398[Jul 28 2023 08:17:08 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690532222 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690532222 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-1690532222 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-08-12-25-5949891a6eceb444 --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" `399[Jul 28 2023 08:17:08 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690532222`400[Jul 28 2023 08:17:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`401[Jul 28 2023 08:17:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690532222' via api in 6.23 seconds402[Jul 28 2023 08:17:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.11 seconds403[Jul 28 2023 08:17:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds404[Jul 28 2023 08:17:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds405[Jul 28 2023 08:17:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds406[Jul 28 2023 08:17:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instace-level-publish-2b4227dbe71bac64407[Jul 28 2023 08:17:11 UTC (QA Tests)] INFO -- clicking :menu_section_button408[Jul 28 2023 08:17:12 UTC (QA Tests)] INFO -- clicking :nav_item_link409[Jul 28 2023 08:17:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.781s410[Jul 28 2023 08:17:13 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present411[Jul 28 2023 08:17:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.414s412[Jul 28 2023 08:17:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 1.023s413[Jul 28 2023 08:17:16 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instace-level-publish-2b4227dbe71bac64/-/jobs/7414[Jul 28 2023 08:17:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.6 seconds415[Jul 28 2023 08:17:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instance-level-install-1aab88281e187645416[Jul 28 2023 08:17:29 UTC (QA Tests)] INFO -- clicking :menu_section_button417[Jul 28 2023 08:17:30 UTC (QA Tests)] INFO -- clicking :nav_item_link418[Jul 28 2023 08:17:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.862s419[Jul 28 2023 08:17:32 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present420[Jul 28 2023 08:17:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.434s421[Jul 28 2023 08:17:46 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button422[Jul 28 2023 08:17:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.702s423[Jul 28 2023 08:17:46 UTC (QA Tests)] INFO -- clicking :directory_name_link424[Jul 28 2023 08:17:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.62s425[Jul 28 2023 08:17:47 UTC (QA Tests)] INFO -- clicking :directory_name_link426[Jul 28 2023 08:17:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.728s427[Jul 28 2023 08:17:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instace-level-publish-2b4227dbe71bac64428[Jul 28 2023 08:17:50 UTC (QA Tests)] INFO -- clicking :menu_section_button429[Jul 28 2023 08:17:50 UTC (QA Tests)] INFO -- clicking :nav_item_link430[Jul 28 2023 08:17:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.449s431[Jul 28 2023 08:17:51 UTC (QA Tests)] INFO -- clicking :details_link432[Jul 28 2023 08:17:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-6/npm-instace-level-publish-2b4227dbe71bac64-eb68325fb58c5c2a'433[Jul 28 2023 08:17:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690532222'434[Jul 28 2023 08:17:52 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690532222`435[Jul 28 2023 08:17:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instace-level-publish-2b4227dbe71bac64'436[Jul 28 2023 08:17:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-instance-level-install-1aab88281e187645'437 push and pull a npm package via CI438Create439 Merge request custom templates440[Jul 28 2023 08:17:53 UTC (QA Tests)] INFO -- Starting test: Create Merge request custom templates creates a merge request via custom template441[Jul 28 2023 08:17:54 UTC (QA Tests)] INFO -- filling :login_field with "root"442[Jul 28 2023 08:17:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field443[Jul 28 2023 08:17:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"444[Jul 28 2023 08:17:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field445[Jul 28 2023 08:17:55 UTC (QA Tests)] INFO -- clicking :sign_in_button446[Jul 28 2023 08:17:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.85s447[Jul 28 2023 08:17:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds448[Jul 28 2023 08:17:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds449[Jul 28 2023 08:17:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/custom-mr-template-project-c30f92d17df0fa5c' via api in 0.98 seconds450[Jul 28 2023 08:17:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds451[Jul 28 2023 08:17:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.35 seconds452[Jul 28 2023 08:17:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/custom-mr-template-project-c30f92d17df0fa5c453[Jul 28 2023 08:18:01 UTC (QA Tests)] INFO -- clicking :create_merge_request_button454[Jul 28 2023 08:18:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.194s455[Jul 28 2023 08:18:02 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"456[Jul 28 2023 08:18:02 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field457[Jul 28 2023 08:18:03 UTC (QA Tests)] INFO -- clicking :close_button458[Jul 28 2023 08:18:03 UTC (QA Tests)] INFO -- clicking :template_dropdown459[Jul 28 2023 08:18:03 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present460[Jul 28 2023 08:18:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.895s461[Jul 28 2023 08:18:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 7.41 seconds462 creates a merge request via custom template463Manage464 2FA465[Jul 28 2023 08:18:06 UTC (QA Tests)] INFO -- Starting test: Manage 2FA allows using 2FA recovery code once only466[Jul 28 2023 08:18:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-2b3a41f0dd0e52f1' via api in 0.28 seconds467[Jul 28 2023 08:18:06 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-2b3a41f0dd0e52f1468[Jul 28 2023 08:18:06 UTC (QA Tests)] INFO -- Caching token for username: qa-user-2b3a41f0dd0e52f1, last six chars of token:F-xcbg469[Jul 28 2023 08:18:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-2b3a41f0dd0e52f1-sac6e5eb' via api in 0.1 seconds470[Jul 28 2023 08:18:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-2fa-recovery-sandbox-group-df87cb4c' via api in 0.36 seconds471[Jul 28 2023 08:18:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-2fa-recovery-sandbox-group-df87cb4c/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.28 seconds472[Jul 28 2023 08:18:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-666817135eebdda2' via api in 0.31 seconds473[Jul 28 2023 08:18:07 UTC (QA Tests)] INFO -- Adding user qa-user-666817135eebdda2 to gitlab-qa-2fa-recovery-sandbox-group-df87cb4c/qa-test-2023-07-28-08-12-25-5949891a6eceb444 QA::Resource::Group474[Jul 28 2023 08:18:08 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-666817135eebdda2"475[Jul 28 2023 08:18:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field476[Jul 28 2023 08:18:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"477[Jul 28 2023 08:18:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field478[Jul 28 2023 08:18:09 UTC (QA Tests)] INFO -- clicking :sign_in_button479[Jul 28 2023 08:18:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.938s480[Jul 28 2023 08:18:30 UTC (QA Tests)] INFO -- filling :pin_code_field with "960930"481[Jul 28 2023 08:18:30 UTC (QA Tests)] INFO -- clicking the coordinates of :pin_code_field482[Jul 28 2023 08:18:30 UTC (QA Tests)] INFO -- filling :current_password_field with "*****"483[Jul 28 2023 08:18:30 UTC (QA Tests)] INFO -- clicking the coordinates of :current_password_field484[Jul 28 2023 08:18:31 UTC (QA Tests)] INFO -- clicking :register_2fa_app_button485[Jul 28 2023 08:18:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element register_2fa_app_button' took 1.112s486[Jul 28 2023 08:18:32 UTC (QA Tests)] INFO -- clicking :copy_button487[Jul 28 2023 08:18:32 UTC (QA Tests)] INFO -- clicking :proceed_button488[Jul 28 2023 08:18:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.026s489[Jul 28 2023 08:18:34 UTC (QA Tests)] INFO -- clicking :user_avatar_content490[Jul 28 2023 08:18:34 UTC (QA Tests)] INFO -- clicking :sign_out_link491[Jul 28 2023 08:18:35 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-666817135eebdda2"492[Jul 28 2023 08:18:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field493[Jul 28 2023 08:18:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"494[Jul 28 2023 08:18:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field495[Jul 28 2023 08:18:35 UTC (QA Tests)] INFO -- clicking :sign_in_button496[Jul 28 2023 08:18:37 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "9dc83c17ca7a59cc"497[Jul 28 2023 08:18:37 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field498[Jul 28 2023 08:18:37 UTC (QA Tests)] INFO -- clicking :verify_code_button499[Jul 28 2023 08:18:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 0.924s500[Jul 28 2023 08:18:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.032s501[Jul 28 2023 08:18:40 UTC (QA Tests)] INFO -- clicking :user_avatar_content502[Jul 28 2023 08:18:40 UTC (QA Tests)] INFO -- clicking :sign_out_link503[Jul 28 2023 08:18:40 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-666817135eebdda2"504[Jul 28 2023 08:18:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field505[Jul 28 2023 08:18:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"506[Jul 28 2023 08:18:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field507[Jul 28 2023 08:18:41 UTC (QA Tests)] INFO -- clicking :sign_in_button508[Jul 28 2023 08:18:43 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "9dc83c17ca7a59cc"509[Jul 28 2023 08:18:43 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field510[Jul 28 2023 08:18:43 UTC (QA Tests)] INFO -- clicking :verify_code_button511[Jul 28 2023 08:18:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 0.797s512 allows using 2FA recovery code once only513Manage514 Gitlab migration515 migrates large gitlab group via api (PENDING: Test is not compatible with this environment or pipeline)516Package517 SaaS Container Registry518 pulls an image from an existing repository (PENDING: Test is not compatible with this environment or pipeline)519Create520 Codeowners521[Jul 28 2023 08:18:44 UTC (QA Tests)] INFO -- Starting test: Create Codeowners displays owners specified in CODEOWNERS file522[Jul 28 2023 08:18:44 UTC (QA Tests)] INFO -- filling :login_field with "root"523[Jul 28 2023 08:18:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field524[Jul 28 2023 08:18:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"525[Jul 28 2023 08:18:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field526[Jul 28 2023 08:18:45 UTC (QA Tests)] INFO -- clicking :sign_in_button527[Jul 28 2023 08:18:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.785s528[Jul 28 2023 08:18:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds529[Jul 28 2023 08:18:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.2 seconds530[Jul 28 2023 08:18:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/codeowners-00d0b6a37b2115f4' via api in 0.73 seconds531[Jul 28 2023 08:18:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.3 seconds532[Jul 28 2023 08:18:49 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/codeowners-00d0b6a37b2115f4 QA::Resource::Project533[Jul 28 2023 08:18:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.31 seconds534[Jul 28 2023 08:18:49 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/codeowners-00d0b6a37b2115f4 QA::Resource::Project535[Jul 28 2023 08:18:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds536[Jul 28 2023 08:18:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/codeowners-00d0b6a37b2115f4537[Jul 28 2023 08:18:51 UTC (QA Tests)] INFO -- clicking :file_name_link538[Jul 28 2023 08:18:52 UTC (QA Tests)] INFO -- clicking :collapse_toggle539[Jul 28 2023 08:18:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/codeowners-00d0b6a37b2115f4540[Jul 28 2023 08:18:54 UTC (QA Tests)] INFO -- clicking :file_name_link541[Jul 28 2023 08:18:54 UTC (QA Tests)] INFO -- clicking :collapse_toggle542 displays owners specified in CODEOWNERS file543Create544 File management545[Jul 28 2023 08:18:55 UTC (QA Tests)] INFO -- Starting test: Create File management user edits a file via the Web546[Jul 28 2023 08:18:56 UTC (QA Tests)] INFO -- filling :login_field with "root"547[Jul 28 2023 08:18:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field548[Jul 28 2023 08:18:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"549[Jul 28 2023 08:18:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field550[Jul 28 2023 08:18:56 UTC (QA Tests)] INFO -- clicking :sign_in_button551[Jul 28 2023 08:18:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.783s552[Jul 28 2023 08:18:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds553[Jul 28 2023 08:18:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds554[Jul 28 2023 08:19:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-new-file-167577d66f68e2f7' via api in 0.98 seconds555[Jul 28 2023 08:19:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via api in 0.46 seconds556[Jul 28 2023 08:19:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::File at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-new-file-167577d66f68e2f7/-/blob/main/QA+Test+-+File+name557[Jul 28 2023 08:19:02 UTC (QA Tests)] INFO -- clicking :action_dropdown558[Jul 28 2023 08:19:02 UTC (QA Tests)] INFO -- clicking :edit_menu_item559[Jul 28 2023 08:19:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_menu_item' took 1.413s5602023-07-28 08:19:03 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:5622023-07-28 08:19:03 WARN Selenium [DEPRECATION] [:jwp_caps] `Capabilities#platform` is deprecated. Use `Capabilities#platform_name` instead.563[Jul 28 2023 08:19:03 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Update file"564[Jul 28 2023 08:19:03 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field565[Jul 28 2023 08:19:04 UTC (QA Tests)] INFO -- clicking :commit_button566[Jul 28 2023 08:19:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.339s567[Jul 28 2023 08:19:06 UTC (QA Tests)] ERROR -- Interceptor Api Errors568[200] POST http://gitlab-ee-ed332206.test/api/graphql -- Correlation Id: 01H6DS8XH1Q98TGY2P3B3NGZWM569error-messages: Variable $refType of type RefType was provided invalid value570 user edits a file via the Web571Create572 Version control for project snippets573[Jul 28 2023 08:19:06 UTC (QA Tests)] INFO -- Starting test: Create Version control for project snippets clones, pushes, and pulls a project snippet over HTTP, edits via UI574[Jul 28 2023 08:19:06 UTC (QA Tests)] INFO -- filling :login_field with "root"575[Jul 28 2023 08:19:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field576[Jul 28 2023 08:19:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"577[Jul 28 2023 08:19:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field578[Jul 28 2023 08:19:07 UTC (QA Tests)] INFO -- clicking :sign_in_button579[Jul 28 2023 08:19:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.789s580[Jul 28 2023 08:19:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds581[Jul 28 2023 08:19:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds582[Jul 28 2023 08:19:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-snippets-9fafdf28d862b39b' via api in 0.7 seconds583[Jul 28 2023 08:19:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '1' via api in 1.2 seconds584[Jul 28 2023 08:19:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-snippets-9fafdf28d862b39b/-/snippets/1585[Jul 28 2023 08:19:12 UTC (QA Tests)] INFO -- clicking :clone_button586[Jul 28 2023 08:19:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.08 seconds587[Jul 28 2023 08:19:14 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present588[Jul 28 2023 08:19:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.147s589[Jul 28 2023 08:19:26 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button590[Jul 28 2023 08:19:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.438s591[Jul 28 2023 08:19:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.451s592[Jul 28 2023 08:19:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectSnippet with id '1'593[Jul 28 2023 08:19:28 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230728-39-h5spel/id_rsa -N `594[Jul 28 2023 08:19:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '1' via api in 0.57 seconds595[Jul 28 2023 08:19:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '1'596 clones, pushes, and pulls a project snippet over HTTP, edits via UI597[Jul 28 2023 08:19:29 UTC (QA Tests)] INFO -- Starting test: Create Version control for project snippets clones, pushes, and pulls a project snippet over SSH, deletes via UI598[Jul 28 2023 08:19:29 UTC (QA Tests)] INFO -- filling :login_field with "root"599[Jul 28 2023 08:19:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field600[Jul 28 2023 08:19:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"601[Jul 28 2023 08:19:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field602[Jul 28 2023 08:19:30 UTC (QA Tests)] INFO -- clicking :sign_in_button603[Jul 28 2023 08:19:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.895s604[Jul 28 2023 08:19:33 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230728-39-goh5d5/id_rsa -N `605[Jul 28 2023 08:19:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '2' via api in 0.5 seconds606[Jul 28 2023 08:19:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds607[Jul 28 2023 08:19:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds608[Jul 28 2023 08:19:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-snippets-ec96452bbb1fc5d1' via api in 0.68 seconds609[Jul 28 2023 08:19:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '2' via api in 1.15 seconds610[Jul 28 2023 08:19:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-snippets-ec96452bbb1fc5d1/-/snippets/2611[Jul 28 2023 08:19:36 UTC (QA Tests)] INFO -- clicking :clone_button612[Jul 28 2023 08:19:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.0 seconds613[Jul 28 2023 08:19:38 UTC (QA Tests)] INFO -- clicking :snippet_action_button614[Jul 28 2023 08:19:38 UTC (QA Tests)] INFO -- clicking :delete_snippet_button615[Jul 28 2023 08:19:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.758s616[Jul 28 2023 08:19:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? delete_snippet_button' took 0.766s617[Jul 28 2023 08:19:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '2'618 clones, pushes, and pulls a project snippet over SSH, deletes via UI619Create620 Push over SSH using Git protocol version 2621[Jul 28 2023 08:19:40 UTC (QA Tests)] INFO -- filling :login_field with "root"622[Jul 28 2023 08:19:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field623[Jul 28 2023 08:19:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"624[Jul 28 2023 08:19:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field625[Jul 28 2023 08:19:41 UTC (QA Tests)] INFO -- clicking :sign_in_button626[Jul 28 2023 08:19:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.83s627[Jul 28 2023 08:19:44 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230728-39-wl9fmg/id_rsa -N `628[Jul 28 2023 08:19:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '3' via api in 0.99 seconds629[Jul 28 2023 08:19:45 UTC (QA Tests)] INFO -- Starting test: Create Push over SSH using Git protocol version 2 user pushes to the repository630[Jul 28 2023 08:19:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds631[Jul 28 2023 08:19:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds632[Jul 28 2023 08:19:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/git-protocol-project-b9cbffca8b335e66' via api in 0.71 seconds633[Jul 28 2023 08:19:47 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"634[Jul 28 2023 08:19:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/git-protocol-project-b9cbffca8b335e66635[Jul 28 2023 08:19:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '3'636 user pushes to the repository637Plan638 Project Wiki639 with Wiki Page List640[Jul 28 2023 08:19:49 UTC (QA Tests)] INFO -- Starting test: Plan Project Wiki with Wiki Page List has all expected links that work641[Jul 28 2023 08:19:50 UTC (QA Tests)] INFO -- filling :login_field with "root"642[Jul 28 2023 08:19:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field643[Jul 28 2023 08:19:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"644[Jul 28 2023 08:19:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field645[Jul 28 2023 08:19:51 UTC (QA Tests)] INFO -- clicking :sign_in_button646[Jul 28 2023 08:19:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.904s647[Jul 28 2023 08:19:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds648[Jul 28 2023 08:19:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds649[Jul 28 2023 08:19:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/wiki_testing-a60bbfaa1b6b76d1' via api in 0.75 seconds650[Jul 28 2023 08:19:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.22 seconds651[Jul 28 2023 08:19:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.42 seconds652[Jul 28 2023 08:19:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.36 seconds653[Jul 28 2023 08:19:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.42 seconds654[Jul 28 2023 08:19:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.43 seconds655[Jul 28 2023 08:19:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.37 seconds656[Jul 28 2023 08:19:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.4 seconds657[Jul 28 2023 08:19:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.35 seconds658[Jul 28 2023 08:19:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.37 seconds659[Jul 28 2023 08:19:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.42 seconds660[Jul 28 2023 08:19:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.38 seconds661[Jul 28 2023 08:19:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.39 seconds662[Jul 28 2023 08:19:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.35 seconds663[Jul 28 2023 08:20:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.36 seconds664[Jul 28 2023 08:20:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.37 seconds665[Jul 28 2023 08:20:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.38 seconds666[Jul 28 2023 08:20:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/wiki_testing-a60bbfaa1b6b76d1/-/wikis/Home667[Jul 28 2023 08:20:01 UTC (QA Tests)] INFO -- clicking :view_all_pages_button668[Jul 28 2023 08:20:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element view_all_pages_button' took 0.797s669[Jul 28 2023 08:20:03 UTC (QA Tests)] INFO -- clicking :wiki_page_link670[Jul 28 2023 08:20:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_page_link' took 0.746s671 has all expected links that work672 with Wiki Sidebar673[Jul 28 2023 08:20:03 UTC (QA Tests)] INFO -- Starting test: Plan Project Wiki with Wiki Sidebar has all expected links that work674[Jul 28 2023 08:20:04 UTC (QA Tests)] INFO -- filling :login_field with "root"675[Jul 28 2023 08:20:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field676[Jul 28 2023 08:20:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"677[Jul 28 2023 08:20:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field678[Jul 28 2023 08:20:05 UTC (QA Tests)] INFO -- clicking :sign_in_button679[Jul 28 2023 08:20:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.931s680[Jul 28 2023 08:20:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds681[Jul 28 2023 08:20:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds682[Jul 28 2023 08:20:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/wiki_testing-268117a3178d1837' via api in 0.76 seconds683[Jul 28 2023 08:20:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.22 seconds684[Jul 28 2023 08:20:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.39 seconds685[Jul 28 2023 08:20:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.42 seconds686[Jul 28 2023 08:20:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.37 seconds687[Jul 28 2023 08:20:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.36 seconds688[Jul 28 2023 08:20:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.38 seconds689[Jul 28 2023 08:20:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/wiki_testing-268117a3178d1837/-/wikis/Home690[Jul 28 2023 08:20:12 UTC (QA Tests)] INFO -- clicking :wiki_page_link691[Jul 28 2023 08:20:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_page_link' took 0.677s692 has all expected links that work693Data Stores694 Project695 in personal namespace696 behaves like successful project creation697[Jul 28 2023 08:20:13 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in personal namespace behaves like successful project creation creates a new project698[Jul 28 2023 08:20:13 UTC (QA Tests)] INFO -- filling :login_field with "root"699[Jul 28 2023 08:20:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field700[Jul 28 2023 08:20:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"701[Jul 28 2023 08:20:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field702[Jul 28 2023 08:20:14 UTC (QA Tests)] INFO -- clicking :sign_in_button703[Jul 28 2023 08:20:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.099s704[Jul 28 2023 08:20:17 UTC (QA Tests)] INFO -- clicking :new_project_button and ensuring QA::Page::Project::New is present705[Jul 28 2023 08:20:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.868s706[Jul 28 2023 08:20:18 UTC (QA Tests)] INFO -- clicking :panel_link707[Jul 28 2023 08:20:18 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown708[Jul 28 2023 08:20:18 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "root"709[Jul 28 2023 08:20:18 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field710[Jul 28 2023 08:20:19 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}711[Jul 28 2023 08:20:19 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}712[Jul 28 2023 08:20:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'root/project-in-personal-namespace-edf3ce7592357d22-fc7696a448a9a3d3' via browser_ui in 3.74 seconds713 creates a new project714 in group715 behaves like successful project creation716[Jul 28 2023 08:20:21 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in group behaves like successful project creation creates a new project717[Jul 28 2023 08:20:21 UTC (QA Tests)] INFO -- filling :login_field with "root"718[Jul 28 2023 08:20:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field719[Jul 28 2023 08:20:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"720[Jul 28 2023 08:20:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field721[Jul 28 2023 08:20:22 UTC (QA Tests)] INFO -- clicking :sign_in_button722[Jul 28 2023 08:20:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.938s723[Jul 28 2023 08:20:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds724[Jul 28 2023 08:20:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds725[Jul 28 2023 08:20:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-ed332206.test/groups/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444726[Jul 28 2023 08:20:26 UTC (QA Tests)] INFO -- clicking :new_project_button727[Jul 28 2023 08:20:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.8s728[Jul 28 2023 08:20:27 UTC (QA Tests)] INFO -- clicking :panel_link729[Jul 28 2023 08:20:27 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown730[Jul 28 2023 08:20:27 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444"731[Jul 28 2023 08:20:27 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field732[Jul 28 2023 08:20:28 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}733[Jul 28 2023 08:20:28 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}734[Jul 28 2023 08:20:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-in-group-5e18d6ec36521d7c-026305cce6e60e52' via browser_ui in 4.85 seconds735 creates a new project736Plan737 Issue738[Jul 28 2023 08:20:30 UTC (QA Tests)] INFO -- Starting test: Plan Issue closes via pushing a commit739[Jul 28 2023 08:20:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds740[Jul 28 2023 08:20:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds741[Jul 28 2023 08:20:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-for-issues-5cc6efc0a797972f' via api in 0.69 seconds742[Jul 28 2023 08:20:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 1.05 seconds743[Jul 28 2023 08:20:32 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Initial commit"744[Jul 28 2023 08:20:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.32 seconds745[Jul 28 2023 08:20:34 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Closes #1"746[Jul 28 2023 08:20:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.6 seconds747 closes via pushing a commit748Create749 Snippet index page750 behaves like displaying details on index page751[Jul 28 2023 08:20:36 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 number752[Jul 28 2023 08:20:36 UTC (QA Tests)] INFO -- filling :login_field with "root"753[Jul 28 2023 08:20:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field754[Jul 28 2023 08:20:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"755[Jul 28 2023 08:20:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field756[Jul 28 2023 08:20:37 UTC (QA Tests)] INFO -- clicking :sign_in_button757[Jul 28 2023 08:20:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.985s758[Jul 28 2023 08:20:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds759[Jul 28 2023 08:20:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.17 seconds760[Jul 28 2023 08:20:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-snippets-630a37f65e5d27b7' via api in 0.65 seconds761[Jul 28 2023 08:20:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '3' via api in 1.08 seconds762[Jul 28 2023 08:20:41 UTC (QA Tests)] INFO -- clicking :nav_item_link763 shows correct details of project_snippet_with_single_file including file number764 behaves like displaying details on index page765[Jul 28 2023 08:20:41 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 number766[Jul 28 2023 08:20:42 UTC (QA Tests)] INFO -- filling :login_field with "root"767[Jul 28 2023 08:20:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field768[Jul 28 2023 08:20:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"769[Jul 28 2023 08:20:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field770[Jul 28 2023 08:20:43 UTC (QA Tests)] INFO -- clicking :sign_in_button771[Jul 28 2023 08:20:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.95s772[Jul 28 2023 08:20:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '4' via api in 0.37 seconds773[Jul 28 2023 08:20:46 UTC (QA Tests)] INFO -- clicking :nav_item_link774[Jul 28 2023 08:20:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? snippet_file_count_content' took 6.032s775[Jul 28 2023 08:20:54 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-ed332206.test/dashboard/snippets776 shows correct details of personal_snippet_with_single_file including file number777 behaves like displaying details on index page778[Jul 28 2023 08:20:54 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 number779[Jul 28 2023 08:20:55 UTC (QA Tests)] INFO -- filling :login_field with "root"780[Jul 28 2023 08:20:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field781[Jul 28 2023 08:20:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"782[Jul 28 2023 08:20:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field783[Jul 28 2023 08:20:56 UTC (QA Tests)] INFO -- clicking :sign_in_button784[Jul 28 2023 08:20:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.922s785[Jul 28 2023 08:20:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds786[Jul 28 2023 08:20:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds787[Jul 28 2023 08:20:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-snippets-2c1cf08b8543c276' via api in 0.71 seconds788[Jul 28 2023 08:21:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '5' via api in 1.19 seconds789[Jul 28 2023 08:21:00 UTC (QA Tests)] INFO -- clicking :nav_item_link790 shows correct details of project_snippet_with_multiple_files including file number791 behaves like displaying details on index page792[Jul 28 2023 08:21:00 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 number793[Jul 28 2023 08:21:01 UTC (QA Tests)] INFO -- filling :login_field with "root"794[Jul 28 2023 08:21:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field795[Jul 28 2023 08:21:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"796[Jul 28 2023 08:21:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field797[Jul 28 2023 08:21:02 UTC (QA Tests)] INFO -- clicking :sign_in_button798[Jul 28 2023 08:21:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.042s799[Jul 28 2023 08:21:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '6' via api in 0.37 seconds800[Jul 28 2023 08:21:05 UTC (QA Tests)] INFO -- clicking :nav_item_link801 shows correct details of personal_snippet_with_multiple_files including file number802Plan803 Configure issue board by label804[Jul 28 2023 08:21:06 UTC (QA Tests)] INFO -- Starting test: Plan Configure issue board by label shows only issues that match the configured label805[Jul 28 2023 08:21:06 UTC (QA Tests)] INFO -- filling :login_field with "root"806[Jul 28 2023 08:21:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field807[Jul 28 2023 08:21:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"808[Jul 28 2023 08:21:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field809[Jul 28 2023 08:21:07 UTC (QA Tests)] INFO -- clicking :sign_in_button810[Jul 28 2023 08:21:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.06s811[Jul 28 2023 08:21:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds812[Jul 28 2023 08:21:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds813[Jul 28 2023 08:21:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-board-list-512bf115e74b4f5b' via api in 0.76 seconds814[Jul 28 2023 08:21:11 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.17 seconds815[Jul 28 2023 08:21:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '1' via api in 0.13 seconds816[Jul 28 2023 08:21:11 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::LabelBoardList with id '3' via api in 1.24 seconds817[Jul 28 2023 08:21:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 0.29 seconds818[Jul 28 2023 08:21:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 0.44 seconds819[Jul 28 2023 08:21:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-board-list-512bf115e74b4f5b820[Jul 28 2023 08:21:13 UTC (QA Tests)] INFO -- clicking :menu_section_button821[Jul 28 2023 08:21:13 UTC (QA Tests)] INFO -- clicking :nav_item_link822[Jul 28 2023 08:21:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.93s823[Jul 28 2023 08:21:14 UTC (QA Tests)] INFO -- clicking :boards_config_button824[Jul 28 2023 08:21:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.625s825[Jul 28 2023 08:21:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element boards_config_button' took 0.725s826[Jul 28 2023 08:21:15 UTC (QA Tests)] INFO -- clicking :labels_edit_button827[Jul 28 2023 08:21:17 UTC (QA Tests)] INFO -- clicking :labels_edit_button828[Jul 28 2023 08:21:17 UTC (QA Tests)] INFO -- clicking :close_labels_dropdown_button829[Jul 28 2023 08:21:17 UTC (QA Tests)] INFO -- clicking :save_changes_button830 shows only issues that match the configured label831Plan832 Testing wiki content manipulation inside a project833[Jul 28 2023 08:21:18 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content manipulation inside a project by manipulating content on the page using git push834[Jul 28 2023 08:21:19 UTC (QA Tests)] INFO -- filling :login_field with "root"835[Jul 28 2023 08:21:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field836[Jul 28 2023 08:21:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"837[Jul 28 2023 08:21:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field838[Jul 28 2023 08:21:19 UTC (QA Tests)] INFO -- clicking :sign_in_button839[Jul 28 2023 08:21:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.032s840[Jul 28 2023 08:21:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds841[Jul 28 2023 08:21:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds842[Jul 28 2023 08:21:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/wiki_testing-f280b9c728f116ff' via api in 0.73 seconds843[Jul 28 2023 08:21:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.18 seconds844[Jul 28 2023 08:21:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 0.99 seconds845[Jul 28 2023 08:21:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/wiki_testing-f280b9c728f116ff/-/wikis/Home846 by manipulating content on the page using git push847[Jul 28 2023 08:21:26 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content manipulation inside a project by manipulating content on the page848[Jul 28 2023 08:21:26 UTC (QA Tests)] INFO -- filling :login_field with "root"849[Jul 28 2023 08:21:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field850[Jul 28 2023 08:21:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"851[Jul 28 2023 08:21:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field852[Jul 28 2023 08:21:27 UTC (QA Tests)] INFO -- clicking :sign_in_button853[Jul 28 2023 08:21:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.131s854[Jul 28 2023 08:21:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds855[Jul 28 2023 08:21:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds856[Jul 28 2023 08:21:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/wiki_testing-735435f13aff79cb' via api in 0.82 seconds857[Jul 28 2023 08:21:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.22 seconds858[Jul 28 2023 08:21:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/wiki_testing-735435f13aff79cb/-/wikis/Home859[Jul 28 2023 08:21:32 UTC (QA Tests)] INFO -- clicking :edit_page_button860[Jul 28 2023 08:21:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_page_button' took 0.907s861[Jul 28 2023 08:21:33 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"862[Jul 28 2023 08:21:33 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox863[Jul 28 2023 08:21:34 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"864[Jul 28 2023 08:21:34 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field865[Jul 28 2023 08:21:35 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"866[Jul 28 2023 08:21:35 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox867[Jul 28 2023 08:21:35 UTC (QA Tests)] INFO -- clicking :wiki_submit_button868[Jul 28 2023 08:21:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.288s869 by manipulating content on the page870Manage871 2FA872[Jul 28 2023 08:21:37 UTC (QA Tests)] INFO -- Starting test: Manage 2FA allows 2FA code recovery via ssh873[Jul 28 2023 08:21:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-edc57565c24e7748' via api in 0.28 seconds874[Jul 28 2023 08:21:37 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230728-39-z9nf2w/id_rsa -N `875[Jul 28 2023 08:21:38 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-edc57565c24e7748876[Jul 28 2023 08:21:38 UTC (QA Tests)] INFO -- Caching token for username: qa-user-edc57565c24e7748, last six chars of token:2BoJ8u877[Jul 28 2023 08:21:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-edc57565c24e7748-6mvpdtth' via api in 0.09 seconds878[Jul 28 2023 08:21:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '4' via api in 0.48 seconds879[Jul 28 2023 08:21:39 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-edc57565c24e7748"880[Jul 28 2023 08:21:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field881[Jul 28 2023 08:21:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"882[Jul 28 2023 08:21:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field883[Jul 28 2023 08:21:39 UTC (QA Tests)] INFO -- clicking :sign_in_button884[Jul 28 2023 08:21:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.684s885[Jul 28 2023 08:21:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.065s886[Jul 28 2023 08:21:43 UTC (QA Tests)] INFO -- clicking :user_avatar_content887[Jul 28 2023 08:21:43 UTC (QA Tests)] INFO -- clicking :edit_profile_link888[Jul 28 2023 08:21:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.744s889[Jul 28 2023 08:21:44 UTC (QA Tests)] INFO -- clicking :nav_item_link890[Jul 28 2023 08:21:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.502s891[Jul 28 2023 08:21:44 UTC (QA Tests)] INFO -- clicking :enable_2fa_button892[Jul 28 2023 08:21:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element enable_2fa_button' took 0.695s893[Jul 28 2023 08:22:00 UTC (QA Tests)] INFO -- filling :pin_code_field with "365669"894[Jul 28 2023 08:22:00 UTC (QA Tests)] INFO -- clicking the coordinates of :pin_code_field895[Jul 28 2023 08:22:00 UTC (QA Tests)] INFO -- filling :current_password_field with "*****"896[Jul 28 2023 08:22:00 UTC (QA Tests)] INFO -- clicking the coordinates of :current_password_field897[Jul 28 2023 08:22:01 UTC (QA Tests)] INFO -- clicking :register_2fa_app_button898[Jul 28 2023 08:22:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element register_2fa_app_button' took 1.105s899[Jul 28 2023 08:22:02 UTC (QA Tests)] INFO -- clicking :copy_button900[Jul 28 2023 08:22:02 UTC (QA Tests)] INFO -- clicking :proceed_button901[Jul 28 2023 08:22:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.04s902[Jul 28 2023 08:22:04 UTC (QA Tests)] INFO -- clicking :user_avatar_content903[Jul 28 2023 08:22:04 UTC (QA Tests)] INFO -- clicking :sign_out_link904[Jul 28 2023 08:22:06 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-edc57565c24e7748"905[Jul 28 2023 08:22:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field906[Jul 28 2023 08:22:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"907[Jul 28 2023 08:22:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field908[Jul 28 2023 08:22:06 UTC (QA Tests)] INFO -- clicking :sign_in_button909[Jul 28 2023 08:22:08 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "c5d65f1ad655c360"910[Jul 28 2023 08:22:08 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field911[Jul 28 2023 08:22:08 UTC (QA Tests)] INFO -- clicking :verify_code_button912[Jul 28 2023 08:22:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.032s913[Jul 28 2023 08:22:10 UTC (QA Tests)] INFO -- clicking :user_avatar_content914[Jul 28 2023 08:22:10 UTC (QA Tests)] INFO -- clicking :sign_out_link915[Jul 28 2023 08:22:11 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-edc57565c24e7748"916[Jul 28 2023 08:22:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field917[Jul 28 2023 08:22:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"918[Jul 28 2023 08:22:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field919[Jul 28 2023 08:22:12 UTC (QA Tests)] INFO -- clicking :sign_in_button920[Jul 28 2023 08:22:13 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "c5d65f1ad655c360"921[Jul 28 2023 08:22:13 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field922[Jul 28 2023 08:22:14 UTC (QA Tests)] INFO -- clicking :verify_code_button923[Jul 28 2023 08:22:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 0.836s924 allows 2FA code recovery via ssh925Plan926 Assign Iterations927[Jul 28 2023 08:22:15 UTC (QA Tests)] INFO -- Starting test: Plan Assign Iterations assigns a group iteration to an existing issue928[Jul 28 2023 08:22:15 UTC (QA Tests)] INFO -- filling :login_field with "root"929[Jul 28 2023 08:22:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field930[Jul 28 2023 08:22:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"931[Jul 28 2023 08:22:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field932[Jul 28 2023 08:22:16 UTC (QA Tests)] INFO -- clicking :sign_in_button933[Jul 28 2023 08:22:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.189s934[Jul 28 2023 08:22:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds935[Jul 28 2023 08:22:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/group-to-test-assigning-iterations-23c67233a7848c9c' via api in 0.42 seconds936[Jul 28 2023 08:22:20 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::GroupCadence with id '1' via api in 0.09 seconds937[Jul 28 2023 08:22:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/group-to-test-assigning-iterations-23c67233a7848c9c/project-to-test-iterations-712b5055b2ed7228-f5b99b0caed830c4' via api in 0.5 seconds938[Jul 28 2023 08:22:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.35 seconds939[Jul 28 2023 08:22:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/group-to-test-assigning-iterations-23c67233a7848c9c/project-to-test-iterations-712b5055b2ed7228-f5b99b0caed830c4/-/issues/1940[Jul 28 2023 08:22:23 UTC (QA Tests)] INFO -- clicking :edit_button941[Jul 28 2023 08:22:24 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/group-to-test-assigning-iterations-23c67233a7848c9c/project-to-test-iterations-712b5055b2ed7228-f5b99b0caed830c4/-/issues/1942[Jul 28 2023 08:22:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.811s943[Jul 28 2023 08:22:26 UTC (QA Tests)] INFO -- clicking :iteration_link944[Jul 28 2023 08:22:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element iteration_link' took 0.935s945 assigns a group iteration to an existing issue946Verify947 Trigger matrix948[Jul 28 2023 08:22:27 UTC (QA Tests)] INFO -- Starting test: Verify Trigger matrix creates 2 trigger jobs and passes corresponding matrix variables949[Jul 28 2023 08:22:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds950[Jul 28 2023 08:22:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.25 seconds951[Jul 28 2023 08:22:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-pipeline-939ee1c02dc9e759' via api in 0.79 seconds952[Jul 28 2023 08:22:28 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.953[Jul 28 2023 08:22:28 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`954[Jul 28 2023 08:22:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`955[Jul 28 2023 08:22:29 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-asajhqrl --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-asajhqrl 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-asajhqrl --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list qa-runner-asajhqrl --executor shell && gitlab-runner run" `956[Jul 28 2023 08:22:29 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-asajhqrl`957[Jul 28 2023 08:22:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`958[Jul 28 2023 08:22:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-asajhqrl' via api in 1.32 seconds959[Jul 28 2023 08:22:30 UTC (QA Tests)] INFO -- filling :login_field with "root"960[Jul 28 2023 08:22:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field961[Jul 28 2023 08:22:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"962[Jul 28 2023 08:22:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field963[Jul 28 2023 08:22:31 UTC (QA Tests)] INFO -- clicking :sign_in_button964[Jul 28 2023 08:22:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.15s965[Jul 28 2023 08:22:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds966[Jul 28 2023 08:22:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-pipeline-939ee1c02dc9e759967[Jul 28 2023 08:22:37 UTC (QA Tests)] INFO -- clicking :menu_section_button968[Jul 28 2023 08:22:37 UTC (QA Tests)] INFO -- clicking :nav_item_link969[Jul 28 2023 08:22:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.729s970[Jul 28 2023 08:22:50 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button971[Jul 28 2023 08:22:50 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present972[Jul 28 2023 08:22:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.255s973[Jul 28 2023 08:22:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-asajhqrl'974[Jul 28 2023 08:22:52 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-asajhqrl`975[Jul 28 2023 08:22:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-pipeline-939ee1c02dc9e759'976 creates 2 trigger jobs and passes corresponding matrix variables977Package978 RubyGems Repository979[Jul 28 2023 08:22:53 UTC (QA Tests)] INFO -- Starting test: Package RubyGems Repository publishes a Ruby gem980[Jul 28 2023 08:22:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds981[Jul 28 2023 08:22:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.2 seconds982[Jul 28 2023 08:22:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/rubygems-package-project-8606845bcdd173ad' via api in 0.77 seconds983[Jul 28 2023 08:22:54 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.984[Jul 28 2023 08:22:54 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`985[Jul 28 2023 08:22:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`986[Jul 28 2023 08:22:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`987[Jul 28 2023 08:22:54 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690532573 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690532573 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-1690532573 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list runner-for-rubygems-package-project-8606845bcdd173ad --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" `988[Jul 28 2023 08:22:55 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690532573`989[Jul 28 2023 08:22:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`990[Jul 28 2023 08:22:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690532573' via api in 1.3 seconds991[Jul 28 2023 08:22:55 UTC (QA Tests)] INFO -- Enabling feature: rubygem_packages for scope "project: gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/rubygems-package-project-8606845bcdd173ad"992[Jul 28 2023 08:22:55 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: rubygem_packages993[Jul 28 2023 08:22:56 UTC (QA Tests)] INFO -- filling :login_field with "root"994[Jul 28 2023 08:22:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field995[Jul 28 2023 08:22:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"996[Jul 28 2023 08:22:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field997[Jul 28 2023 08:22:56 UTC (QA Tests)] INFO -- clicking :sign_in_button998[Jul 28 2023 08:22:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.154s999[Jul 28 2023 08:23:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds1000[Jul 28 2023 08:23:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/rubygems-package-project-8606845bcdd173ad1001[Jul 28 2023 08:23:02 UTC (QA Tests)] INFO -- clicking :menu_section_button1002[Jul 28 2023 08:23:02 UTC (QA Tests)] INFO -- clicking :nav_item_link1003[Jul 28 2023 08:23:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.748s1004[Jul 28 2023 08:23:04 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1005[Jul 28 2023 08:23:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.416s1006[Jul 28 2023 08:23:18 UTC (QA Tests)] INFO -- clicking :menu_section_button1007[Jul 28 2023 08:23:18 UTC (QA Tests)] INFO -- clicking :nav_item_link1008[Jul 28 2023 08:23:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.759s1009[Jul 28 2023 08:23:19 UTC (QA Tests)] INFO -- Disabling feature: rubygem_packages for scope "project: gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/rubygems-package-project-8606845bcdd173ad"1010[Jul 28 2023 08:23:19 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: rubygem_packages1011 publishes a Ruby gem1012Create1013 Branch with unusual name1014 when branch name contains slash, hash, double dash, and capital letter1015[Jul 28 2023 08:23:19 UTC (QA Tests)] INFO -- Starting test: Create Branch with unusual name when branch name contains slash, hash, double dash, and capital letter renders repository file tree correctly1016[Jul 28 2023 08:23:20 UTC (QA Tests)] INFO -- filling :login_field with "root"1017[Jul 28 2023 08:23:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1018[Jul 28 2023 08:23:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"1019[Jul 28 2023 08:23:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1020[Jul 28 2023 08:23:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1021[Jul 28 2023 08:23:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.127s1022[Jul 28 2023 08:23:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1023[Jul 28 2023 08:23:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.25 seconds1024[Jul 28 2023 08:23:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/unusually-named-branch-project-781dea3ec09fe3c8' via api in 1.09 seconds1025[Jul 28 2023 08:23:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds1026[Jul 28 2023 08:23:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/unusually-named-branch-project-781dea3ec09fe3c81027[Jul 28 2023 08:23:29 UTC (QA Tests)] INFO -- clicking :file_name_link1028[Jul 28 2023 08:23:30 UTC (QA Tests)] INFO -- clicking :file_name_link1029 renders repository file tree correctly1030Package1031 Maven group level endpoint1032 duplication setting1033 when disabled1034[Jul 28 2023 08:23:31 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when disabled prevents users from publishing duplicates1035[Jul 28 2023 08:23:32 UTC (QA Tests)] INFO -- filling :login_field with "root"1036[Jul 28 2023 08:23:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1037[Jul 28 2023 08:23:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"1038[Jul 28 2023 08:23:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1039[Jul 28 2023 08:23:32 UTC (QA Tests)] INFO -- clicking :sign_in_button1040[Jul 28 2023 08:23:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.166s1041[Jul 28 2023 08:23:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1042[Jul 28 2023 08:23:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds1043[Jul 28 2023 08:23:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-09db3a56fd10285f' via api in 0.99 seconds1044[Jul 28 2023 08:23:37 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1045[Jul 28 2023 08:23:37 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1046[Jul 28 2023 08:23:37 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1047[Jul 28 2023 08:23:37 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1048[Jul 28 2023 08:23:37 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690532616 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690532616 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-1690532616 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-08-12-25-5949891a6eceb444 --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" `1049[Jul 28 2023 08:23:38 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690532616`1050[Jul 28 2023 08:23:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1051[Jul 28 2023 08:23:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690532616' via api in 1.34 seconds1052[Jul 28 2023 08:23:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.24 seconds1053[Jul 28 2023 08:23:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_client_project-bba03a31a83c1f88' via api in 0.84 seconds1054[Jul 28 2023 08:23:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.19 seconds1055[Jul 28 2023 08:23:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-ed332206.test/groups/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb4441056[Jul 28 2023 08:23:40 UTC (QA Tests)] INFO -- clicking :menu_section_button1057[Jul 28 2023 08:23:41 UTC (QA Tests)] INFO -- clicking :nav_item_link1058[Jul 28 2023 08:23:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.746s1059[Jul 28 2023 08:23:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1060[Jul 28 2023 08:23:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-09db3a56fd10285f1061[Jul 28 2023 08:23:44 UTC (QA Tests)] INFO -- clicking :menu_section_button1062[Jul 28 2023 08:23:44 UTC (QA Tests)] INFO -- clicking :nav_item_link1063[Jul 28 2023 08:23:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.822s1064[Jul 28 2023 08:23:46 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1065[Jul 28 2023 08:23:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.607s1066[Jul 28 2023 08:24:19 UTC (QA Tests)] INFO -- clicking :retry_button1067[Jul 28 2023 08:24:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry_button' took 1.257s1068[Jul 28 2023 08:24:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-09db3a56fd10285f1069[Jul 28 2023 08:24:23 UTC (QA Tests)] INFO -- clicking :menu_section_button1070[Jul 28 2023 08:24:23 UTC (QA Tests)] INFO -- clicking :nav_item_link1071[Jul 28 2023 08:24:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.895s1072[Jul 28 2023 08:24:25 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1073[Jul 28 2023 08:24:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.412s1074[Jul 28 2023 08:24:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690532616'1075[Jul 28 2023 08:24:40 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690532616`1076[Jul 28 2023 08:24:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-7e9775156420593f'1077[Jul 28 2023 08:24:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-09db3a56fd10285f'1078[Jul 28 2023 08:24:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_client_project-bba03a31a83c1f88'1079 prevents users from publishing duplicates1080 when enabled1081[Jul 28 2023 08:24:41 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when enabled allows users to publish duplicates1082[Jul 28 2023 08:24:42 UTC (QA Tests)] INFO -- filling :login_field with "root"1083[Jul 28 2023 08:24:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1084[Jul 28 2023 08:24:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"1085[Jul 28 2023 08:24:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1086[Jul 28 2023 08:24:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1087[Jul 28 2023 08:24:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.134s1088[Jul 28 2023 08:24:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1089[Jul 28 2023 08:24:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds1090[Jul 28 2023 08:24:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-0d678c2b327d3b40' via api in 1.19 seconds1091[Jul 28 2023 08:24:47 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1092[Jul 28 2023 08:24:47 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1093[Jul 28 2023 08:24:52 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1094[Jul 28 2023 08:24:52 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1095[Jul 28 2023 08:24:52 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690532686 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690532686 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-1690532686 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-08-12-25-5949891a6eceb444 --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" `1096[Jul 28 2023 08:24:53 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690532686`1097[Jul 28 2023 08:24:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1098[Jul 28 2023 08:24:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690532686' via api in 6.34 seconds1099[Jul 28 2023 08:24:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.2 seconds1100[Jul 28 2023 08:24:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_client_project-8b8c080561c982a7' via api in 0.82 seconds1101[Jul 28 2023 08:24:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds1102[Jul 28 2023 08:24:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-ed332206.test/groups/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb4441103[Jul 28 2023 08:24:56 UTC (QA Tests)] INFO -- clicking :menu_section_button1104[Jul 28 2023 08:24:56 UTC (QA Tests)] INFO -- clicking :nav_item_link1105[Jul 28 2023 08:24:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.764s1106[Jul 28 2023 08:24:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds1107[Jul 28 2023 08:24:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-0d678c2b327d3b401108[Jul 28 2023 08:25:00 UTC (QA Tests)] INFO -- clicking :menu_section_button1109[Jul 28 2023 08:25:00 UTC (QA Tests)] INFO -- clicking :nav_item_link1110[Jul 28 2023 08:25:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.798s1111[Jul 28 2023 08:25:02 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1112[Jul 28 2023 08:25:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.288s1113[Jul 28 2023 08:25:25 UTC (QA Tests)] INFO -- clicking :retry_button1114[Jul 28 2023 08:25:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry_button' took 1.233s1115[Jul 28 2023 08:25:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-0d678c2b327d3b401116[Jul 28 2023 08:25:29 UTC (QA Tests)] INFO -- clicking :menu_section_button1117[Jul 28 2023 08:25:29 UTC (QA Tests)] INFO -- clicking :nav_item_link1118[Jul 28 2023 08:25:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.798s1119[Jul 28 2023 08:25:31 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1120[Jul 28 2023 08:25:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.6s1121[Jul 28 2023 08:25:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690532686'1122[Jul 28 2023 08:25:45 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690532686`1123[Jul 28 2023 08:25:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-8e87db5630f0bd29'1124[Jul 28 2023 08:25:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-0d678c2b327d3b40'1125[Jul 28 2023 08:25:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_client_project-8b8c080561c982a7'1126 allows users to publish duplicates1127 via maven1128 using a ci job token1129[Jul 28 2023 08:25:47 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a ci job token pushes and pulls a maven package1130[Jul 28 2023 08:25:47 UTC (QA Tests)] INFO -- filling :login_field with "root"1131[Jul 28 2023 08:25:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1132[Jul 28 2023 08:25:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"1133[Jul 28 2023 08:25:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1134[Jul 28 2023 08:25:48 UTC (QA Tests)] INFO -- clicking :sign_in_button1135[Jul 28 2023 08:25:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.126s1136[Jul 28 2023 08:25:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1137[Jul 28 2023 08:25:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds1138[Jul 28 2023 08:25:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-a2d0c42927e5dd56' via api in 1.05 seconds1139[Jul 28 2023 08:25:53 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1140[Jul 28 2023 08:25:53 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1141[Jul 28 2023 08:25:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1142[Jul 28 2023 08:25:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1143[Jul 28 2023 08:25:53 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690532751 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690532751 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-1690532751 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-08-12-25-5949891a6eceb444 --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" `1144[Jul 28 2023 08:25:54 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690532751`1145[Jul 28 2023 08:25:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1146[Jul 28 2023 08:25:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690532751' via api in 1.46 seconds1147[Jul 28 2023 08:25:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.08 seconds1148[Jul 28 2023 08:25:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_client_project-41957ec94704a23a' via api in 1.15 seconds1149[Jul 28 2023 08:25:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.09 seconds1150[Jul 28 2023 08:25:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1151[Jul 28 2023 08:25:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-a2d0c42927e5dd561152[Jul 28 2023 08:25:58 UTC (QA Tests)] INFO -- clicking :menu_section_button1153[Jul 28 2023 08:25:58 UTC (QA Tests)] INFO -- clicking :nav_item_link1154[Jul 28 2023 08:25:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.888s1155[Jul 28 2023 08:26:00 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1156[Jul 28 2023 08:26:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.4s1157[Jul 28 2023 08:26:24 UTC (QA Tests)] INFO -- clicking :menu_section_button1158[Jul 28 2023 08:26:24 UTC (QA Tests)] INFO -- clicking :nav_item_link1159[Jul 28 2023 08:26:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.788s1160[Jul 28 2023 08:26:25 UTC (QA Tests)] INFO -- clicking :details_link1161[Jul 28 2023 08:26:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds1162[Jul 28 2023 08:26:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_client_project-41957ec94704a23a1163[Jul 28 2023 08:26:28 UTC (QA Tests)] INFO -- clicking :menu_section_button1164[Jul 28 2023 08:26:28 UTC (QA Tests)] INFO -- clicking :nav_item_link1165[Jul 28 2023 08:26:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.874s1166[Jul 28 2023 08:26:30 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1167[Jul 28 2023 08:26:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.416s1168[Jul 28 2023 08:26:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690532751'1169[Jul 28 2023 08:26:45 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690532751`1170[Jul 28 2023 08:26:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-4f945aeb307db571'1171[Jul 28 2023 08:26:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-a2d0c42927e5dd56'1172[Jul 28 2023 08:26:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_client_project-41957ec94704a23a'1173 pushes and pulls a maven package1174 using a personal access token1175[Jul 28 2023 08:26:46 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a personal access token pushes and pulls a maven package1176[Jul 28 2023 08:26:47 UTC (QA Tests)] INFO -- filling :login_field with "root"1177[Jul 28 2023 08:26:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1178[Jul 28 2023 08:26:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"1179[Jul 28 2023 08:26:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1180[Jul 28 2023 08:26:48 UTC (QA Tests)] INFO -- clicking :sign_in_button1181[Jul 28 2023 08:26:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.135s1182[Jul 28 2023 08:26:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1183[Jul 28 2023 08:26:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds1184[Jul 28 2023 08:26:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-26b5c64a9eadac2a' via api in 1.06 seconds1185[Jul 28 2023 08:26:52 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1186[Jul 28 2023 08:26:52 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1187[Jul 28 2023 08:26:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1188[Jul 28 2023 08:26:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1189[Jul 28 2023 08:26:57 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690532811 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690532811 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-1690532811 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-08-12-25-5949891a6eceb444 --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" `1190[Jul 28 2023 08:26:58 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690532811`1191[Jul 28 2023 08:26:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1192[Jul 28 2023 08:26:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690532811' via api in 6.35 seconds1193[Jul 28 2023 08:26:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds1194[Jul 28 2023 08:26:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_client_project-1b68655e433407b9' via api in 0.82 seconds1195[Jul 28 2023 08:27:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.25 seconds1196[Jul 28 2023 08:27:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1197[Jul 28 2023 08:27:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-26b5c64a9eadac2a1198[Jul 28 2023 08:27:02 UTC (QA Tests)] INFO -- clicking :menu_section_button1199[Jul 28 2023 08:27:02 UTC (QA Tests)] INFO -- clicking :nav_item_link1200[Jul 28 2023 08:27:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.837s1201[Jul 28 2023 08:27:04 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1202[Jul 28 2023 08:27:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.351s1203[Jul 28 2023 08:27:28 UTC (QA Tests)] INFO -- clicking :menu_section_button1204[Jul 28 2023 08:27:28 UTC (QA Tests)] INFO -- clicking :nav_item_link1205[Jul 28 2023 08:27:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.923s1206[Jul 28 2023 08:27:29 UTC (QA Tests)] INFO -- clicking :details_link1207[Jul 28 2023 08:27:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds1208[Jul 28 2023 08:27:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_client_project-1b68655e433407b91209[Jul 28 2023 08:27:32 UTC (QA Tests)] INFO -- clicking :menu_section_button1210[Jul 28 2023 08:27:33 UTC (QA Tests)] INFO -- clicking :nav_item_link1211[Jul 28 2023 08:27:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.817s1212[Jul 28 2023 08:27:35 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1213[Jul 28 2023 08:27:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.559s1214[Jul 28 2023 08:27:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690532811'1215[Jul 28 2023 08:27:49 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690532811`1216[Jul 28 2023 08:27:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-3a2638c1d544f73e'1217[Jul 28 2023 08:27:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-26b5c64a9eadac2a'1218[Jul 28 2023 08:27:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_client_project-1b68655e433407b9'1219 pushes and pulls a maven package1220 using a project deploy token1221[Jul 28 2023 08:27:50 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a project deploy token pushes and pulls a maven package1222[Jul 28 2023 08:27:51 UTC (QA Tests)] INFO -- filling :login_field with "root"1223[Jul 28 2023 08:27:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1224[Jul 28 2023 08:27:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"1225[Jul 28 2023 08:27:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1226[Jul 28 2023 08:27:52 UTC (QA Tests)] INFO -- clicking :sign_in_button1227[Jul 28 2023 08:27:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.087s1228[Jul 28 2023 08:27:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1229[Jul 28 2023 08:27:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds1230[Jul 28 2023 08:27:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-8a164db9b1247384' via api in 1.01 seconds1231[Jul 28 2023 08:27:56 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1232[Jul 28 2023 08:27:56 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1233[Jul 28 2023 08:27:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1234[Jul 28 2023 08:27:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1235[Jul 28 2023 08:27:57 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690532875 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690532875 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-1690532875 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-08-12-25-5949891a6eceb444 --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" `1236[Jul 28 2023 08:27:57 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690532875`1237[Jul 28 2023 08:27:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1238[Jul 28 2023 08:27:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690532875' via api in 1.38 seconds1239[Jul 28 2023 08:27:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupDeployToken with username 'gitlab+deploy-token-2' via api in 0.11 seconds1240[Jul 28 2023 08:27:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds1241[Jul 28 2023 08:27:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_client_project-6273aa49a4606180' via api in 0.83 seconds1242[Jul 28 2023 08:27:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds1243[Jul 28 2023 08:27:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1244[Jul 28 2023 08:27:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-8a164db9b12473841245[Jul 28 2023 08:28:01 UTC (QA Tests)] INFO -- clicking :menu_section_button1246[Jul 28 2023 08:28:01 UTC (QA Tests)] INFO -- clicking :nav_item_link1247[Jul 28 2023 08:28:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.843s1248[Jul 28 2023 08:28:03 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1249[Jul 28 2023 08:28:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.469s1250[Jul 28 2023 08:28:27 UTC (QA Tests)] INFO -- clicking :menu_section_button1251[Jul 28 2023 08:28:27 UTC (QA Tests)] INFO -- clicking :nav_item_link1252[Jul 28 2023 08:28:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.799s1253[Jul 28 2023 08:28:28 UTC (QA Tests)] INFO -- clicking :details_link1254[Jul 28 2023 08:28:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds1255[Jul 28 2023 08:28:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_client_project-6273aa49a46061801256[Jul 28 2023 08:28:31 UTC (QA Tests)] INFO -- clicking :menu_section_button1257[Jul 28 2023 08:28:31 UTC (QA Tests)] INFO -- clicking :nav_item_link1258[Jul 28 2023 08:28:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.929s1259[Jul 28 2023 08:28:33 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1260[Jul 28 2023 08:28:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.363s1261[Jul 28 2023 08:28:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690532875'1262[Jul 28 2023 08:28:48 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690532875`1263[Jul 28 2023 08:28:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-4271277635d92702'1264[Jul 28 2023 08:28:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_package_project-8a164db9b1247384'1265[Jul 28 2023 08:28:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/maven_client_project-6273aa49a4606180'1266 pushes and pulls a maven package1267Package1268 npm Registry project level endpoint1269 using personal access token1270[Jul 28 2023 08:28:49 UTC (QA Tests)] INFO -- Starting test: Package npm Registry project level endpoint using personal access token push and pull a npm package via CI1271[Jul 28 2023 08:28:50 UTC (QA Tests)] INFO -- filling :login_field with "root"1272[Jul 28 2023 08:28:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1273[Jul 28 2023 08:28:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"1274[Jul 28 2023 08:28:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1275[Jul 28 2023 08:28:51 UTC (QA Tests)] INFO -- clicking :sign_in_button1276[Jul 28 2023 08:28:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.138s1277[Jul 28 2023 08:28:54 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA1278[Jul 28 2023 08:28:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-y36a9l0h' via cache in 0.0 seconds1279[Jul 28 2023 08:28:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1280[Jul 28 2023 08:28:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.21 seconds1281[Jul 28 2023 08:28:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-project-level-555225f3b619f6fe' via api in 0.74 seconds1282[Jul 28 2023 08:28:55 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1283[Jul 28 2023 08:28:55 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1284[Jul 28 2023 08:29:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1285[Jul 28 2023 08:29:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1286[Jul 28 2023 08:29:00 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690532935 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690532935 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-1690532935 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list runner-for-npm-project-level-555225f3b619f6fe --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" `1287[Jul 28 2023 08:29:01 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690532935`1288[Jul 28 2023 08:29:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1289[Jul 28 2023 08:29:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690532935' via api in 6.27 seconds1290[Jul 28 2023 08:29:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds1291[Jul 28 2023 08:29:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds1292[Jul 28 2023 08:29:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-project-level-555225f3b619f6fe1293[Jul 28 2023 08:29:03 UTC (QA Tests)] INFO -- clicking :menu_section_button1294[Jul 28 2023 08:29:04 UTC (QA Tests)] INFO -- clicking :nav_item_link1295[Jul 28 2023 08:29:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.831s1296[Jul 28 2023 08:29:06 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1297[Jul 28 2023 08:29:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.381s1298[Jul 28 2023 08:29:20 UTC (QA Tests)] INFO -- clicking :nav_item_link1299[Jul 28 2023 08:29:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.752s1300[Jul 28 2023 08:29:22 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1301[Jul 28 2023 08:29:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.342s1302[Jul 28 2023 08:29:23 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button1303[Jul 28 2023 08:29:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.67s1304[Jul 28 2023 08:29:24 UTC (QA Tests)] INFO -- clicking :directory_name_link1305[Jul 28 2023 08:29:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.64s1306[Jul 28 2023 08:29:25 UTC (QA Tests)] INFO -- clicking :directory_name_link1307[Jul 28 2023 08:29:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.705s1308[Jul 28 2023 08:29:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-project-level-555225f3b619f6fe1309[Jul 28 2023 08:29:27 UTC (QA Tests)] INFO -- clicking :menu_section_button1310[Jul 28 2023 08:29:27 UTC (QA Tests)] INFO -- clicking :nav_item_link1311[Jul 28 2023 08:29:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.778s1312[Jul 28 2023 08:29:28 UTC (QA Tests)] INFO -- clicking :details_link1313[Jul 28 2023 08:29:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-6/mypackage-9bf50eaffd452d17'1314[Jul 28 2023 08:29:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1690532935'1315[Jul 28 2023 08:29:29 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690532935`1316[Jul 28 2023 08:29:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-project-level-555225f3b619f6fe'1317 push and pull a npm package via CI1318 using ci job token1319[Jul 28 2023 08:29:29 UTC (QA Tests)] INFO -- Starting test: Package npm Registry project level endpoint using ci job token push and pull a npm package via CI1320[Jul 28 2023 08:29:30 UTC (QA Tests)] INFO -- filling :login_field with "root"1321[Jul 28 2023 08:29:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1322[Jul 28 2023 08:29:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"1323[Jul 28 2023 08:29:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1324[Jul 28 2023 08:29:31 UTC (QA Tests)] INFO -- clicking :sign_in_button1325[Jul 28 2023 08:29:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.159s1326[Jul 28 2023 08:29:34 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA1327[Jul 28 2023 08:29:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-wfpzvl3p' via cache in 0.0 seconds1328[Jul 28 2023 08:29:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1329[Jul 28 2023 08:29:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds1330[Jul 28 2023 08:29:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-project-level-d073b277a4abb706' via api in 0.71 seconds1331[Jul 28 2023 08:29:35 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1332[Jul 28 2023 08:29:35 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1333[Jul 28 2023 08:29:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1334[Jul 28 2023 08:29:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1335[Jul 28 2023 08:29:40 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690532975 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690532975 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-1690532975 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list runner-for-npm-project-level-d073b277a4abb706 --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" `1336[Jul 28 2023 08:29:41 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690532975`1337[Jul 28 2023 08:29:41 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1338[Jul 28 2023 08:29:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690532975' via api in 6.27 seconds1339[Jul 28 2023 08:29:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds1340[Jul 28 2023 08:29:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-project-level-d073b277a4abb7061341[Jul 28 2023 08:29:43 UTC (QA Tests)] INFO -- clicking :menu_section_button1342[Jul 28 2023 08:29:44 UTC (QA Tests)] INFO -- clicking :nav_item_link1343[Jul 28 2023 08:29:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.823s1344[Jul 28 2023 08:29:46 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1345[Jul 28 2023 08:29:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.314s1346[Jul 28 2023 08:30:00 UTC (QA Tests)] INFO -- clicking :nav_item_link1347[Jul 28 2023 08:30:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.764s1348[Jul 28 2023 08:30:02 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1349[Jul 28 2023 08:30:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.427s1350[Jul 28 2023 08:30:04 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button1351[Jul 28 2023 08:30:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.731s1352[Jul 28 2023 08:30:04 UTC (QA Tests)] INFO -- clicking :directory_name_link1353[Jul 28 2023 08:30:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.905s1354[Jul 28 2023 08:30:05 UTC (QA Tests)] INFO -- clicking :directory_name_link1355[Jul 28 2023 08:30:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.708s1356[Jul 28 2023 08:30:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-project-level-d073b277a4abb7061357[Jul 28 2023 08:30:07 UTC (QA Tests)] INFO -- clicking :menu_section_button1358[Jul 28 2023 08:30:08 UTC (QA Tests)] INFO -- clicking :nav_item_link1359[Jul 28 2023 08:30:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.873s1360[Jul 28 2023 08:30:09 UTC (QA Tests)] INFO -- clicking :details_link1361[Jul 28 2023 08:30:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-6/mypackage-afc2ac24003b0906'1362[Jul 28 2023 08:30:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1690532975'1363[Jul 28 2023 08:30:10 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690532975`1364[Jul 28 2023 08:30:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-project-level-d073b277a4abb706'1365 push and pull a npm package via CI1366 using project deploy token1367[Jul 28 2023 08:30:10 UTC (QA Tests)] INFO -- Starting test: Package npm Registry project level endpoint using project deploy token push and pull a npm package via CI1368[Jul 28 2023 08:30:11 UTC (QA Tests)] INFO -- filling :login_field with "root"1369[Jul 28 2023 08:30:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1370[Jul 28 2023 08:30:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"1371[Jul 28 2023 08:30:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1372[Jul 28 2023 08:30:12 UTC (QA Tests)] INFO -- clicking :sign_in_button1373[Jul 28 2023 08:30:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.136s1374[Jul 28 2023 08:30:15 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA1375[Jul 28 2023 08:30:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-3ajbj3k6' via cache in 0.0 seconds1376[Jul 28 2023 08:30:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1377[Jul 28 2023 08:30:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds1378[Jul 28 2023 08:30:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-project-level-d425397fe09c70fd' via api in 0.77 seconds1379[Jul 28 2023 08:30:16 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1380[Jul 28 2023 08:30:16 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1381[Jul 28 2023 08:30:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1382[Jul 28 2023 08:30:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1383[Jul 28 2023 08:30:22 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690533016 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690533016 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-1690533016 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list runner-for-npm-project-level-d425397fe09c70fd --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1384[Jul 28 2023 08:30:22 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690533016`1385[Jul 28 2023 08:30:22 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1386[Jul 28 2023 08:30:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690533016' via api in 6.29 seconds1387[Jul 28 2023 08:30:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-3' via api in 0.14 seconds1388[Jul 28 2023 08:30:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds1389[Jul 28 2023 08:30:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds1390[Jul 28 2023 08:30:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-project-level-d425397fe09c70fd1391[Jul 28 2023 08:30:25 UTC (QA Tests)] INFO -- clicking :menu_section_button1392[Jul 28 2023 08:30:25 UTC (QA Tests)] INFO -- clicking :nav_item_link1393[Jul 28 2023 08:30:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.905s1394[Jul 28 2023 08:30:27 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1395[Jul 28 2023 08:30:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.495s1396[Jul 28 2023 08:30:41 UTC (QA Tests)] INFO -- clicking :nav_item_link1397[Jul 28 2023 08:30:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.724s1398[Jul 28 2023 08:30:43 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1399[Jul 28 2023 08:30:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.327s1400[Jul 28 2023 08:30:45 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button1401[Jul 28 2023 08:30:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.739s1402[Jul 28 2023 08:30:46 UTC (QA Tests)] INFO -- clicking :directory_name_link1403[Jul 28 2023 08:30:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.696s1404[Jul 28 2023 08:30:46 UTC (QA Tests)] INFO -- clicking :directory_name_link1405[Jul 28 2023 08:30:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.81s1406[Jul 28 2023 08:30:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-project-level-d425397fe09c70fd1407[Jul 28 2023 08:30:49 UTC (QA Tests)] INFO -- clicking :menu_section_button1408[Jul 28 2023 08:30:49 UTC (QA Tests)] INFO -- clicking :nav_item_link1409[Jul 28 2023 08:30:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.811s1410[Jul 28 2023 08:30:50 UTC (QA Tests)] INFO -- clicking :details_link1411[Jul 28 2023 08:30:51 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-6/mypackage-7ff1517139665ad7'1412[Jul 28 2023 08:30:51 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1690533016'1413[Jul 28 2023 08:30:51 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690533016`1414[Jul 28 2023 08:30:51 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/npm-project-level-d425397fe09c70fd'1415 push and pull a npm package via CI1416Plan1417 Custom issue templates1418[Jul 28 2023 08:30:52 UTC (QA Tests)] INFO -- Starting test: Plan Custom issue templates creates an issue via custom template1419[Jul 28 2023 08:30:52 UTC (QA Tests)] INFO -- filling :login_field with "root"1420[Jul 28 2023 08:30:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1421[Jul 28 2023 08:30:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"1422[Jul 28 2023 08:30:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1423[Jul 28 2023 08:30:53 UTC (QA Tests)] INFO -- clicking :sign_in_button1424[Jul 28 2023 08:30:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.176s1425[Jul 28 2023 08:30:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1426[Jul 28 2023 08:30:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds1427[Jul 28 2023 08:30:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/custom-issue-template-project-b000c1c69c608da6' via api in 1.08 seconds1428[Jul 28 2023 08:30:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds1429[Jul 28 2023 08:30:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/custom-issue-template-project-b000c1c69c608da61430[Jul 28 2023 08:31:00 UTC (QA Tests)] INFO -- clicking :new_menu_toggle1431[Jul 28 2023 08:31:00 UTC (QA Tests)] INFO -- clicking :create_menu_item1432[Jul 28 2023 08:31:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.119s1433[Jul 28 2023 08:31:01 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title fe6c0b07a7d21f10"1434[Jul 28 2023 08:31:01 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1435[Jul 28 2023 08:31:01 UTC (QA Tests)] INFO -- clicking :template_dropdown1436[Jul 28 2023 08:31:02 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present1437[Jul 28 2023 08:31:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.722s1438[Jul 28 2023 08:31:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 6.4 seconds1439 creates an issue via custom template1440Create1441 Prereceive hook1442 when creating a tag for a ref1443 when it triggers a prereceive hook configured with a custom error1444[Jul 28 2023 08:31:05 UTC (QA Tests)] INFO -- Starting test: Create Prereceive hook when creating a tag for a ref when it triggers a prereceive hook configured with a custom error returns a custom server hook error1445[Jul 28 2023 08:31:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1446[Jul 28 2023 08:31:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds1447[Jul 28 2023 08:31:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/the_awesome_project-abaff79d554508ec' via api in 1.08 seconds1448 returns a custom server hook error1449Create1450 Merge request creation from fork1451[Jul 28 2023 08:31:07 UTC (QA Tests)] INFO -- Starting test: Create Merge request creation from fork can merge source branch from fork into upstream repository1452[Jul 28 2023 08:31:07 UTC (QA Tests)] INFO -- filling :login_field with "root"1453[Jul 28 2023 08:31:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1454[Jul 28 2023 08:31:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"1455[Jul 28 2023 08:31:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1456[Jul 28 2023 08:31:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1457[Jul 28 2023 08:31:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.128s1458[Jul 28 2023 08:31:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1459[Jul 28 2023 08:31:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds1460[Jul 28 2023 08:31:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-code-bc5c7359aa33cb5d' via api in 0.74 seconds1461[Jul 28 2023 08:31:13 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1462[Jul 28 2023 08:31:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.16 seconds1463[Jul 28 2023 08:31:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-fd6eb18536395501' via api in 0.32 seconds1464[Jul 28 2023 08:31:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.065s1465[Jul 28 2023 08:31:15 UTC (QA Tests)] INFO -- clicking :user_avatar_content1466[Jul 28 2023 08:31:15 UTC (QA Tests)] INFO -- clicking :sign_out_link1467[Jul 28 2023 08:31:16 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-fd6eb18536395501"1468[Jul 28 2023 08:31:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1469[Jul 28 2023 08:31:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1470[Jul 28 2023 08:31:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1471[Jul 28 2023 08:31:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1472[Jul 28 2023 08:31:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.515s1473[Jul 28 2023 08:31:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-code-bc5c7359aa33cb5d1474[Jul 28 2023 08:31:21 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown1475[Jul 28 2023 08:31:21 UTC (QA Tests)] INFO -- Searching in dropdown: "qa-user-fd6eb18536395501"1476[Jul 28 2023 08:31:22 UTC (QA Tests)] INFO -- clicking :fork_privacy_button1477[Jul 28 2023 08:31:22 UTC (QA Tests)] INFO -- clicking :fork_project_button1478[Jul 28 2023 08:31:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.031s1479[Jul 28 2023 08:31:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.027s1480[Jul 28 2023 08:31:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.019s1481[Jul 28 2023 08:31:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.003s1482[Jul 28 2023 08:31:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.574s1483[Jul 28 2023 08:31:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 6.254s1484[Jul 28 2023 08:31:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? forked_from_link' took 7.668s1485[Jul 28 2023 08:31:30 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-fd6eb185363955011486[Jul 28 2023 08:31:30 UTC (QA Tests)] INFO -- Caching token for username: qa-user-fd6eb18536395501, last six chars of token:JhB2j81487[Jul 28 2023 08:31:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-fd6eb18536395501-0g7r4awx' via api in 0.09 seconds1488[Jul 28 2023 08:31:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'qa-user-fd6eb18536395501/project-with-code-bc5c7359aa33cb5d' via api in 0.26 seconds1489[Jul 28 2023 08:31:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Fork with name 'project-with-code-bc5c7359aa33cb5d' via browser_ui in 18.83 seconds1490[Jul 28 2023 08:31:31 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1491[Jul 28 2023 08:31:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.16 seconds1492[Jul 28 2023 08:31:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/qa-user-fd6eb18536395501/project-with-code-bc5c7359aa33cb5d1493[Jul 28 2023 08:31:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.025s1494[Jul 28 2023 08:31:34 UTC (QA Tests)] INFO -- clicking :user_avatar_content1495[Jul 28 2023 08:31:34 UTC (QA Tests)] INFO -- clicking :user_avatar_content1496[Jul 28 2023 08:31:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.065s1497[Jul 28 2023 08:31:36 UTC (QA Tests)] INFO -- clicking :user_avatar_content1498[Jul 28 2023 08:31:36 UTC (QA Tests)] INFO -- clicking :sign_out_link1499[Jul 28 2023 08:31:36 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-fd6eb18536395501"1500[Jul 28 2023 08:31:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1501[Jul 28 2023 08:31:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"1502[Jul 28 2023 08:31:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1503[Jul 28 2023 08:31:37 UTC (QA Tests)] INFO -- clicking :sign_in_button1504[Jul 28 2023 08:31:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.803s1505[Jul 28 2023 08:31:40 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1506[Jul 28 2023 08:31:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.102s1507[Jul 28 2023 08:31:41 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1508[Jul 28 2023 08:31:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.481s1509[Jul 28 2023 08:31:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.038s1510[Jul 28 2023 08:31:46 UTC (QA Tests)] INFO -- clicking :user_avatar_content1511[Jul 28 2023 08:31:46 UTC (QA Tests)] INFO -- clicking :sign_out_link1512[Jul 28 2023 08:31:47 UTC (QA Tests)] INFO -- filling :login_field with "root"1513[Jul 28 2023 08:31:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1514[Jul 28 2023 08:31:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"1515[Jul 28 2023 08:31:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1516[Jul 28 2023 08:31:48 UTC (QA Tests)] INFO -- clicking :sign_in_button1517[Jul 28 2023 08:31:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.079s1518[Jul 28 2023 08:31:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.08 seconds1519[Jul 28 2023 08:31:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.26 seconds1520[Jul 28 2023 08:31:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-merge-request-d95f1678bfe2107b' via api in 1.29 seconds1521[Jul 28 2023 08:31:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequestFromFork via browser_ui in 41.02 seconds1522[Jul 28 2023 08:31:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequestFromFork at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-code-bc5c7359aa33cb5d/-/merge_requests/11523[Jul 28 2023 08:31:56 UTC (QA Tests)] INFO -- clicking :merge_button1524[Jul 28 2023 08:31:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.503s1525[Jul 28 2023 08:31:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'qa-user-fd6eb18536395501/project-with-code-bc5c7359aa33cb5d'1526[Jul 28 2023 08:31:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-code-bc5c7359aa33cb5d'1527[Jul 28 2023 08:31:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-fd6eb18536395501'1528 can merge source branch from fork into upstream repository1529Create1530 Create a new project from a template1531[Jul 28 2023 08:31:59 UTC (QA Tests)] INFO -- Starting test: Create Create a new project from a template commits via the api1532[Jul 28 2023 08:31:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1533[Jul 28 2023 08:32:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.26 seconds1534[Jul 28 2023 08:32:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/templated-project-e044623ba7048adc' via api in 6.03 seconds1535[Jul 28 2023 08:32:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds1536 commits via the api1537Plan1538 Issues weight visualization1539[Jul 28 2023 08:32:06 UTC (QA Tests)] INFO -- Starting test: Plan Issues weight visualization shows the set weight in the issue page, in the milestone page, and in the issues list page1540[Jul 28 2023 08:32:06 UTC (QA Tests)] INFO -- filling :login_field with "root"1541[Jul 28 2023 08:32:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1542[Jul 28 2023 08:32:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"1543[Jul 28 2023 08:32:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1544[Jul 28 2023 08:32:07 UTC (QA Tests)] INFO -- clicking :sign_in_button1545[Jul 28 2023 08:32:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.207s1546[Jul 28 2023 08:32:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1547[Jul 28 2023 08:32:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.17 seconds1548[Jul 28 2023 08:32:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-milestone-a0678f56247c468c' via api in 0.69 seconds1549[Jul 28 2023 08:32:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '2' via api in 0.83 seconds1550[Jul 28 2023 08:32:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '6' via api in 0.38 seconds1551[Jul 28 2023 08:32:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-milestone-a0678f56247c468c/-/issues/11552[Jul 28 2023 08:32:14 UTC (QA Tests)] INFO -- clicking :milestone_link1553[Jul 28 2023 08:32:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element milestone_link' took 0.983s1554[Jul 28 2023 08:32:15 UTC (QA Tests)] INFO -- clicking :nav_item_link1555[Jul 28 2023 08:32:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.991s1556 shows the set weight in the issue page, in the milestone page, and in the issues list page1557Secure1558 License Compliance1559 has empty state (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/397067)1560 when a license management report exists1561 License Management1562 Pipeline Licence tab1563 behaves like pipeline license display1564 can approve and deny licenses in the pipeline (PENDING: Test is not compatible with this environment or pipeline)1565 behaves like deny license1566 can deny a license in the settings page (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/397067)1567 behaves like approve license1568 can approve a license in the settings page (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/397067)1569 when a CycloneDX SBOM file exists1570 License Management1571 behaves like approve license1572 can approve a license in the settings page (PENDING: Test is not compatible with this environment or pipeline)1573 behaves like deny license1574 can deny a license in the settings page (PENDING: Test is not compatible with this environment or pipeline)1575 Pipeline Licence tab1576 behaves like pipeline license display1577 can approve and deny licenses in the pipeline (PENDING: Test is not compatible with this environment or pipeline)1578Verify1579 Update CI file with pipeline editor1580[Jul 28 2023 08:32:16 UTC (QA Tests)] INFO -- Starting test: Verify Update CI file with pipeline editor creates new pipeline and target branch1581[Jul 28 2023 08:32:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1582[Jul 28 2023 08:32:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds1583[Jul 28 2023 08:32:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/pipeline-editor-project-89f4003879643632' via api in 0.71 seconds1584[Jul 28 2023 08:32:17 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1585[Jul 28 2023 08:32:17 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1586[Jul 28 2023 08:32:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1587[Jul 28 2023 08:32:17 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name 872f4b174245dd7f79a5 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach 872f4b174245dd7f79a5 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 872f4b174245dd7f79a5 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list 872f4b174245dd7f79a5 --executor shell && gitlab-runner run" `1588[Jul 28 2023 08:32:18 UTC (QA Tests)] INFO -- Executing: `docker logs 872f4b174245dd7f79a5`1589[Jul 28 2023 08:32:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1590[Jul 28 2023 08:32:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name '872f4b174245dd7f79a5' via api in 1.41 seconds1591[Jul 28 2023 08:32:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.85 seconds1592[Jul 28 2023 08:32:20 UTC (QA Tests)] INFO -- filling :login_field with "root"1593[Jul 28 2023 08:32:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1594[Jul 28 2023 08:32:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"1595[Jul 28 2023 08:32:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1596[Jul 28 2023 08:32:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1597[Jul 28 2023 08:32:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.124s1598[Jul 28 2023 08:32:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/pipeline-editor-project-89f40038796436321599[Jul 28 2023 08:32:27 UTC (QA Tests)] INFO -- clicking :menu_section_button1600[Jul 28 2023 08:32:27 UTC (QA Tests)] INFO -- clicking :nav_item_link1601[Jul 28 2023 08:32:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.991s1602[Jul 28 2023 08:32:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.607s1603[Jul 28 2023 08:32:28 UTC (QA Tests)] INFO -- clicking :pipeline_editor_app1604[Jul 28 2023 08:32:29 UTC (QA Tests)] INFO -- clicking :commit_changes_button1605[Jul 28 2023 08:32:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.037s1606[Jul 28 2023 08:32:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.033s1607[Jul 28 2023 08:32:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.005s1608[Jul 28 2023 08:32:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.033s1609[Jul 28 2023 08:32:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.03s1610[Jul 28 2023 08:32:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.028s1611[Jul 28 2023 08:32:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.008s1612[Jul 28 2023 08:32:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.036s1613[Jul 28 2023 08:32:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.719s1614[Jul 28 2023 08:32:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 10.649s1615[Jul 28 2023 08:32:41 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>60, :sleep_interval=>3}' arguments1616[Jul 28 2023 08:32:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name '872f4b174245dd7f79a5'1617[Jul 28 2023 08:32:41 UTC (QA Tests)] INFO -- Executing: `docker rm -f 872f4b174245dd7f79a5`1618[Jul 28 2023 08:32:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/pipeline-editor-project-89f4003879643632'1619[Jul 28 2023 08:32:42 UTC (QA Tests)] ERROR -- Interceptor Api Errors1620[-1] POST /api/graphql -- Correlation Id: Correlation Id not found1621 creates new pipeline and target branch1622Verify1623 Pipeline with project file variables1624[Jul 28 2023 08:32:42 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with project file variables can read file variable content with cat1625[Jul 28 2023 08:32:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds1626[Jul 28 2023 08:32:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.17 seconds1627[Jul 28 2023 08:32:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-file-variables-ac04fb94d5accfbc' via api in 0.7 seconds1628[Jul 28 2023 08:32:42 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1629[Jul 28 2023 08:32:42 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1630[Jul 28 2023 08:32:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1631[Jul 28 2023 08:32:48 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-nnhgsj0m --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-nnhgsj0m 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-nnhgsj0m --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list qa-runner-nnhgsj0m --executor shell && gitlab-runner run" `1632[Jul 28 2023 08:32:48 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-nnhgsj0m`1633[Jul 28 2023 08:32:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1634[Jul 28 2023 08:32:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-nnhgsj0m' via api in 6.28 seconds1635[Jul 28 2023 08:32:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds1636[Jul 28 2023 08:32:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds1637[Jul 28 2023 08:32:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1638[Jul 28 2023 08:32:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Pipeline with id '27' via api in 0.73 seconds1639[Jul 28 2023 08:32:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '35' via api in 0.1 seconds1640[Jul 28 2023 08:32:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-nnhgsj0m'1641[Jul 28 2023 08:32:59 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-nnhgsj0m`1642 can read file variable content with cat1643[Jul 28 2023 08:32:59 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with project file variables does not expose file variable content with echo1644[Jul 28 2023 08:32:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1645[Jul 28 2023 08:32:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds1646[Jul 28 2023 08:33:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-file-variables-84c9b00d186e14ca' via api in 0.71 seconds1647[Jul 28 2023 08:33:00 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1648[Jul 28 2023 08:33:00 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1649[Jul 28 2023 08:33:05 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1650[Jul 28 2023 08:33:05 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-k3wm2ncl --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-k3wm2ncl 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-k3wm2ncl --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list qa-runner-k3wm2ncl --executor shell && gitlab-runner run" `1651[Jul 28 2023 08:33:06 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-k3wm2ncl`1652[Jul 28 2023 08:33:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1653[Jul 28 2023 08:33:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-k3wm2ncl' via api in 6.64 seconds1654[Jul 28 2023 08:33:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds1655[Jul 28 2023 08:33:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.19 seconds1656[Jul 28 2023 08:33:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.08 seconds1657[Jul 28 2023 08:33:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Pipeline with id '30' via api in 0.62 seconds1658[Jul 28 2023 08:33:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '38' via api in 0.1 seconds1659[Jul 28 2023 08:33:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-k3wm2ncl'1660[Jul 28 2023 08:33:16 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-k3wm2ncl`1661 does not expose file variable content with echo1662Plan1663 Epics Management1664[Jul 28 2023 08:33:16 UTC (QA Tests)] INFO -- Starting test: Plan Epics Management creates an epic1665[Jul 28 2023 08:33:17 UTC (QA Tests)] INFO -- filling :login_field with "root"1666[Jul 28 2023 08:33:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1667[Jul 28 2023 08:33:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"1668[Jul 28 2023 08:33:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1669[Jul 28 2023 08:33:18 UTC (QA Tests)] INFO -- clicking :sign_in_button1670[Jul 28 2023 08:33:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.171s1671[Jul 28 2023 08:33:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1672[Jul 28 2023 08:33:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds1673[Jul 28 2023 08:33:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-ed332206.test/groups/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb4441674[Jul 28 2023 08:33:22 UTC (QA Tests)] INFO -- clicking :nav_item_link1675[Jul 28 2023 08:33:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.809s1676[Jul 28 2023 08:33:23 UTC (QA Tests)] INFO -- clicking :new_epic_button and ensuring QA::EE::Page::Group::Epic::New is present1677[Jul 28 2023 08:33:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_epic_button' took 1.082s1678[Jul 28 2023 08:33:24 UTC (QA Tests)] INFO -- filling :epic_title_field with "Epic created via GUI"1679[Jul 28 2023 08:33:24 UTC (QA Tests)] INFO -- clicking the coordinates of :epic_title_field1680[Jul 28 2023 08:33:25 UTC (QA Tests)] INFO -- clicking :create_epic_button and ensuring QA::EE::Page::Group::Epic::Show is present1681[Jul 28 2023 08:33:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_epic_button' took 1.331s1682[Jul 28 2023 08:33:26 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic via browser_ui in 5.1 seconds1683 creates an epic1684[Jul 28 2023 08:33:27 UTC (QA Tests)] INFO -- Starting test: Plan Epics Management creates a confidential epic1685[Jul 28 2023 08:33:27 UTC (QA Tests)] INFO -- filling :login_field with "root"1686[Jul 28 2023 08:33:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1687[Jul 28 2023 08:33:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"1688[Jul 28 2023 08:33:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1689[Jul 28 2023 08:33:28 UTC (QA Tests)] INFO -- clicking :sign_in_button1690[Jul 28 2023 08:33:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.155s1691[Jul 28 2023 08:33:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1692[Jul 28 2023 08:33:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.27 seconds1693[Jul 28 2023 08:33:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-ed332206.test/groups/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb4441694[Jul 28 2023 08:33:33 UTC (QA Tests)] INFO -- clicking :nav_item_link1695[Jul 28 2023 08:33:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.689s1696[Jul 28 2023 08:33:34 UTC (QA Tests)] INFO -- clicking :new_epic_button and ensuring QA::EE::Page::Group::Epic::New is present1697[Jul 28 2023 08:33:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_epic_button' took 1.138s1698[Jul 28 2023 08:33:35 UTC (QA Tests)] INFO -- filling :epic_title_field with "Confidential epic created via GUI"1699[Jul 28 2023 08:33:35 UTC (QA Tests)] INFO -- clicking the coordinates of :epic_title_field1700[Jul 28 2023 08:33:35 UTC (QA Tests)] INFO -- checking via JS :confidential_epic_checkbox with args {}1701[Jul 28 2023 08:33:35 UTC (QA Tests)] INFO -- clicking :create_epic_button and ensuring QA::EE::Page::Group::Epic::Show is present1702[Jul 28 2023 08:33:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_epic_button' took 1.221s1703[Jul 28 2023 08:33:37 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic via browser_ui in 5.4 seconds1704 creates a confidential epic1705 Resources created via API1706[Jul 28 2023 08:33:37 UTC (QA Tests)] INFO -- Starting test: Plan Epics Management Resources created via API adds/removes issue to/from epic using quick actions1707[Jul 28 2023 08:33:38 UTC (QA Tests)] INFO -- filling :login_field with "root"1708[Jul 28 2023 08:33:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1709[Jul 28 2023 08:33:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"1710[Jul 28 2023 08:33:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1711[Jul 28 2023 08:33:39 UTC (QA Tests)] INFO -- clicking :sign_in_button1712[Jul 28 2023 08:33:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.125s1713[Jul 28 2023 08:33:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1714[Jul 28 2023 08:33:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.52 seconds1715[Jul 28 2023 08:33:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-for-issues-41cb7db22b9be116' via api in 1.07 seconds1716[Jul 28 2023 08:33:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '7' via api in 0.28 seconds1717[Jul 28 2023 08:33:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-for-issues-41cb7db22b9be116/-/issues/11718[Jul 28 2023 08:33:45 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '4' via api in 0.14 seconds1719[Jul 28 2023 08:33:45 UTC (QA Tests)] INFO -- clicking :issue_title1720[Jul 28 2023 08:33:45 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown1721[Jul 28 2023 08:33:46 UTC (QA Tests)] INFO -- filling :comment_field with "/epic http://gitlab-ee-ed332206.test/groups/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/-/epics/41722"1723[Jul 28 2023 08:33:46 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field1724[Jul 28 2023 08:33:46 UTC (QA Tests)] INFO -- clicking :comment_button1725[Jul 28 2023 08:33:47 UTC (QA Tests)] INFO -- clicking :issue_title1726[Jul 28 2023 08:33:47 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown1727[Jul 28 2023 08:33:47 UTC (QA Tests)] INFO -- filling :comment_field with "/remove_epic1728"1729[Jul 28 2023 08:33:47 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field1730[Jul 28 2023 08:33:48 UTC (QA Tests)] INFO -- clicking :comment_button1731[Jul 28 2023 08:33:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.881s1732[Jul 28 2023 08:33:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element comment_button' took 0.952s1733[Jul 28 2023 08:33:49 UTC (QA Tests)] INFO -- Visiting QA::EE::Resource::Epic at http://gitlab-ee-ed332206.test/groups/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/-/epics/41734 adds/removes issue to/from epic using quick actions1735 Visit epic first1736[Jul 28 2023 08:33:51 UTC (QA Tests)] INFO -- Starting test: Plan Epics Management Resources created via API Visit epic first adds/removes issue to/from epic1737[Jul 28 2023 08:33:52 UTC (QA Tests)] INFO -- filling :login_field with "root"1738[Jul 28 2023 08:33:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1739[Jul 28 2023 08:33:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1740[Jul 28 2023 08:33:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1741[Jul 28 2023 08:33:53 UTC (QA Tests)] INFO -- clicking :sign_in_button1742[Jul 28 2023 08:33:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.137s1743[Jul 28 2023 08:33:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1744[Jul 28 2023 08:33:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds1745[Jul 28 2023 08:33:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-for-issues-f745db9d0b1b6a04' via api in 0.75 seconds1746[Jul 28 2023 08:33:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '8' via api in 0.29 seconds1747[Jul 28 2023 08:33:57 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '5' via api in 0.13 seconds1748[Jul 28 2023 08:33:57 UTC (QA Tests)] INFO -- Visiting QA::EE::Resource::Epic at http://gitlab-ee-ed332206.test/groups/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/-/epics/51749[Jul 28 2023 08:33:59 UTC (QA Tests)] INFO -- clicking :epic_issue_actions_split_button1750[Jul 28 2023 08:33:59 UTC (QA Tests)] INFO -- filling :add_issue_field with "http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-for-issues-f745db9d0b1b6a04/-/issues/1"1751[Jul 28 2023 08:33:59 UTC (QA Tests)] INFO -- clicking the coordinates of :add_issue_field1752[Jul 28 2023 08:33:59 UTC (QA Tests)] INFO -- clicking :issue_title1753[Jul 28 2023 08:33:59 UTC (QA Tests)] INFO -- clicking :add_issue_button1754[Jul 28 2023 08:34:00 UTC (QA Tests)] INFO -- clicking :remove_issue_button1755 adds/removes issue to/from epic1756[Jul 28 2023 08:34:01 UTC (QA Tests)] INFO -- Starting test: Plan Epics Management Resources created via API Visit epic first comments on epic1757[Jul 28 2023 08:34:01 UTC (QA Tests)] INFO -- filling :login_field with "root"1758[Jul 28 2023 08:34:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1759[Jul 28 2023 08:34:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"1760[Jul 28 2023 08:34:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1761[Jul 28 2023 08:34:02 UTC (QA Tests)] INFO -- clicking :sign_in_button1762[Jul 28 2023 08:34:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.249s1763[Jul 28 2023 08:34:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1764[Jul 28 2023 08:34:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.41 seconds1765[Jul 28 2023 08:34:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-for-issues-dc8c889ce117181d' via api in 0.98 seconds1766[Jul 28 2023 08:34:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '9' via api in 0.25 seconds1767[Jul 28 2023 08:34:07 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '6' via api in 0.12 seconds1768[Jul 28 2023 08:34:07 UTC (QA Tests)] INFO -- Visiting QA::EE::Resource::Epic at http://gitlab-ee-ed332206.test/groups/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/-/epics/61769[Jul 28 2023 08:34:08 UTC (QA Tests)] INFO -- clicking :issue_title1770[Jul 28 2023 08:34:08 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown1771[Jul 28 2023 08:34:09 UTC (QA Tests)] INFO -- filling :comment_field with "My Epic Comment1772"1773[Jul 28 2023 08:34:09 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field1774[Jul 28 2023 08:34:09 UTC (QA Tests)] INFO -- clicking :comment_button1775 comments on epic1776[Jul 28 2023 08:34:10 UTC (QA Tests)] INFO -- Starting test: Plan Epics Management Resources created via API Visit epic first closes and reopens an epic1777[Jul 28 2023 08:34:11 UTC (QA Tests)] INFO -- filling :login_field with "root"1778[Jul 28 2023 08:34:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1779[Jul 28 2023 08:34:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"1780[Jul 28 2023 08:34:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1781[Jul 28 2023 08:34:11 UTC (QA Tests)] INFO -- clicking :sign_in_button1782[Jul 28 2023 08:34:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.242s1783[Jul 28 2023 08:34:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1784[Jul 28 2023 08:34:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.23 seconds1785[Jul 28 2023 08:34:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-for-issues-07d104f7f86eee52' via api in 0.82 seconds1786[Jul 28 2023 08:34:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '10' via api in 0.24 seconds1787[Jul 28 2023 08:34:16 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '7' via api in 0.13 seconds1788[Jul 28 2023 08:34:16 UTC (QA Tests)] INFO -- Visiting QA::EE::Resource::Epic at http://gitlab-ee-ed332206.test/groups/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/-/epics/71789[Jul 28 2023 08:34:18 UTC (QA Tests)] INFO -- clicking :close_reopen_epic_button1790[Jul 28 2023 08:34:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? system_note_content' took 2.116s1791[Jul 28 2023 08:34:20 UTC (QA Tests)] INFO -- clicking :close_reopen_epic_button1792[Jul 28 2023 08:34:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? system_note_content' took 6.032s1793 closes and reopens an epic1794Create1795 Restricted protected branch push and merge1796 when only one user is allowed to merge and push to a protected branch1797 behaves like unselected maintainer1798[Jul 28 2023 08:34:26 UTC (QA Tests)] INFO -- Starting test: Create Restricted protected branch push and merge when only one user is allowed to merge and push to a protected branch behaves like unselected maintainer user fails to push1799[Jul 28 2023 08:34:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1800[Jul 28 2023 08:34:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds1801[Jul 28 2023 08:34:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/user-with-access-to-protected-branch-9f6e8461e232ad57' via api in 1.11 seconds1802[Jul 28 2023 08:34:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds1803[Jul 28 2023 08:34:27 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/user-with-access-to-protected-branch-9f6e8461e232ad57 QA::Resource::Project1804[Jul 28 2023 08:34:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.19 seconds1805[Jul 28 2023 08:34:28 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/user-with-access-to-protected-branch-9f6e8461e232ad57 QA::Resource::Project1806[Jul 28 2023 08:34:28 UTC (QA Tests)] INFO -- filling :login_field with "root"1807[Jul 28 2023 08:34:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1808[Jul 28 2023 08:34:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1809[Jul 28 2023 08:34:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1810[Jul 28 2023 08:34:29 UTC (QA Tests)] INFO -- clicking :sign_in_button1811[Jul 28 2023 08:34:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.127s1812[Jul 28 2023 08:34:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds1813[Jul 28 2023 08:34:33 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1814[Jul 28 2023 08:34:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/user-with-access-to-protected-branch-9f6e8461e232ad571815[Jul 28 2023 08:34:35 UTC (QA Tests)] INFO -- clicking :menu_section_button1816[Jul 28 2023 08:34:35 UTC (QA Tests)] INFO -- clicking :nav_item_link1817[Jul 28 2023 08:34:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.274s1818[Jul 28 2023 08:34:38 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown1819[Jul 28 2023 08:34:38 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1820[Jul 28 2023 08:34:39 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "gitlab-qa-user1"1821[Jul 28 2023 08:34:39 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1822[Jul 28 2023 08:34:39 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1823[Jul 28 2023 08:34:39 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1824[Jul 28 2023 08:34:39 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "gitlab-qa-user1"1825[Jul 28 2023 08:34:39 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1826[Jul 28 2023 08:34:40 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1827[Jul 28 2023 08:34:40 UTC (QA Tests)] INFO -- clicking :protect_button1828[Jul 28 2023 08:34:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.561s1829[Jul 28 2023 08:34:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 9.09 seconds1830[Jul 28 2023 08:34:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/user-with-access-to-protected-branch-9f6e8461e232ad57'1831 user fails to push1832 behaves like selected developer1833[Jul 28 2023 08:34:44 UTC (QA Tests)] INFO -- Starting test: Create Restricted protected branch push and merge when only one user is allowed to merge and push to a protected branch behaves like selected developer user pushes and merges1834[Jul 28 2023 08:34:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1835[Jul 28 2023 08:34:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds1836[Jul 28 2023 08:34:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/user-with-access-to-protected-branch-b4990e4519fca97c' via api in 1.06 seconds1837[Jul 28 2023 08:34:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds1838[Jul 28 2023 08:34:45 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/user-with-access-to-protected-branch-b4990e4519fca97c QA::Resource::Project1839[Jul 28 2023 08:34:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1840[Jul 28 2023 08:34:45 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/user-with-access-to-protected-branch-b4990e4519fca97c QA::Resource::Project1841[Jul 28 2023 08:34:46 UTC (QA Tests)] INFO -- filling :login_field with "root"1842[Jul 28 2023 08:34:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1843[Jul 28 2023 08:34:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"1844[Jul 28 2023 08:34:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1845[Jul 28 2023 08:34:47 UTC (QA Tests)] INFO -- clicking :sign_in_button1846[Jul 28 2023 08:34:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.207s1847[Jul 28 2023 08:34:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.37 seconds1848[Jul 28 2023 08:34:51 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1849[Jul 28 2023 08:34:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/user-with-access-to-protected-branch-b4990e4519fca97c1850[Jul 28 2023 08:34:53 UTC (QA Tests)] INFO -- clicking :menu_section_button1851[Jul 28 2023 08:34:53 UTC (QA Tests)] INFO -- clicking :nav_item_link1852[Jul 28 2023 08:34:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.906s1853[Jul 28 2023 08:34:55 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown1854[Jul 28 2023 08:34:56 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1855[Jul 28 2023 08:34:56 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "gitlab-qa-user1"1856[Jul 28 2023 08:34:56 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1857[Jul 28 2023 08:34:56 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1858[Jul 28 2023 08:34:56 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1859[Jul 28 2023 08:34:57 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "gitlab-qa-user1"1860[Jul 28 2023 08:34:57 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1861[Jul 28 2023 08:34:57 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1862[Jul 28 2023 08:34:57 UTC (QA Tests)] INFO -- clicking :protect_button1863[Jul 28 2023 08:34:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.612s1864[Jul 28 2023 08:34:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 8.7 seconds1865[Jul 28 2023 08:35:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.96 seconds1866[Jul 28 2023 08:35:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.37 seconds1867[Jul 28 2023 08:35:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/user-with-access-to-protected-branch-b4990e4519fca97c/-/merge_requests/11868[Jul 28 2023 08:35:03 UTC (QA Tests)] INFO -- clicking :merge_button1869[Jul 28 2023 08:35:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 4.703s1870[Jul 28 2023 08:35:08 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/user-with-access-to-protected-branch-b4990e4519fca97c'1871 user pushes and merges1872 when only one group is allowed to merge and push to a protected branch1873 behaves like unselected maintainer1874[Jul 28 2023 08:35:08 UTC (QA Tests)] INFO -- Starting test: Create Restricted protected branch push and merge when only one group is allowed to merge and push to a protected branch behaves like unselected maintainer user fails to push1875[Jul 28 2023 08:35:09 UTC (QA Tests)] INFO -- filling :login_field with "root"1876[Jul 28 2023 08:35:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1877[Jul 28 2023 08:35:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"1878[Jul 28 2023 08:35:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1879[Jul 28 2023 08:35:10 UTC (QA Tests)] INFO -- clicking :sign_in_button1880[Jul 28 2023 08:35:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.104s1881[Jul 28 2023 08:35:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1882[Jul 28 2023 08:35:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/access-to-protected-branch-27b8619795a4913c' via api in 0.4 seconds1883[Jul 28 2023 08:35:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds1884[Jul 28 2023 08:35:14 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/access-to-protected-branch-27b8619795a4913c QA::Resource::Group1885[Jul 28 2023 08:35:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1886[Jul 28 2023 08:35:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds1887[Jul 28 2023 08:35:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/group-with-access-to-protected-branch-7b3243812f6186aa' via api in 1.07 seconds1888[Jul 28 2023 08:35:15 UTC (QA Tests)] INFO -- Sharing QA::Resource::Project with access-to-protected-branch-27b8619795a4913c1889[Jul 28 2023 08:35:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.2 seconds1890[Jul 28 2023 08:35:15 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/group-with-access-to-protected-branch-7b3243812f6186aa QA::Resource::Project1891[Jul 28 2023 08:35:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds1892[Jul 28 2023 08:35:16 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1893[Jul 28 2023 08:35:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/group-with-access-to-protected-branch-7b3243812f6186aa1894[Jul 28 2023 08:35:18 UTC (QA Tests)] INFO -- clicking :menu_section_button1895[Jul 28 2023 08:35:18 UTC (QA Tests)] INFO -- clicking :nav_item_link1896[Jul 28 2023 08:35:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.897s1897[Jul 28 2023 08:35:20 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown1898[Jul 28 2023 08:35:21 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1899[Jul 28 2023 08:35:21 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "access-to-protected-branch-27b8619795a4913c"1900[Jul 28 2023 08:35:21 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1901[Jul 28 2023 08:35:22 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1902[Jul 28 2023 08:35:22 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1903[Jul 28 2023 08:35:22 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "access-to-protected-branch-27b8619795a4913c"1904[Jul 28 2023 08:35:22 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1905[Jul 28 2023 08:35:22 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1906[Jul 28 2023 08:35:23 UTC (QA Tests)] INFO -- clicking :protect_button1907[Jul 28 2023 08:35:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.287s1908[Jul 28 2023 08:35:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 8.47 seconds1909[Jul 28 2023 08:35:26 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/group-with-access-to-protected-branch-7b3243812f6186aa'1910[Jul 28 2023 08:35:26 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/access-to-protected-branch-27b8619795a4913c'1911 user fails to push1912 behaves like selected developer1913[Jul 28 2023 08:35:26 UTC (QA Tests)] INFO -- Starting test: Create Restricted protected branch push and merge when only one group is allowed to merge and push to a protected branch behaves like selected developer user pushes and merges1914[Jul 28 2023 08:35:27 UTC (QA Tests)] INFO -- filling :login_field with "root"1915[Jul 28 2023 08:35:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1916[Jul 28 2023 08:35:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1917[Jul 28 2023 08:35:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1918[Jul 28 2023 08:35:28 UTC (QA Tests)] INFO -- clicking :sign_in_button1919[Jul 28 2023 08:35:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.191s1920[Jul 28 2023 08:35:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1921[Jul 28 2023 08:35:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/access-to-protected-branch-c587048ef9539ddb' via api in 0.37 seconds1922[Jul 28 2023 08:35:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds1923[Jul 28 2023 08:35:32 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/access-to-protected-branch-c587048ef9539ddb QA::Resource::Group1924[Jul 28 2023 08:35:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1925[Jul 28 2023 08:35:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds1926[Jul 28 2023 08:35:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/group-with-access-to-protected-branch-b5c665b677565619' via api in 1.01 seconds1927[Jul 28 2023 08:35:33 UTC (QA Tests)] INFO -- Sharing QA::Resource::Project with access-to-protected-branch-c587048ef9539ddb1928[Jul 28 2023 08:35:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds1929[Jul 28 2023 08:35:33 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/group-with-access-to-protected-branch-b5c665b677565619 QA::Resource::Project1930[Jul 28 2023 08:35:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.37 seconds1931[Jul 28 2023 08:35:34 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1932[Jul 28 2023 08:35:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/group-with-access-to-protected-branch-b5c665b6775656191933[Jul 28 2023 08:35:36 UTC (QA Tests)] INFO -- clicking :menu_section_button1934[Jul 28 2023 08:35:36 UTC (QA Tests)] INFO -- clicking :nav_item_link1935[Jul 28 2023 08:35:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.237s1936[Jul 28 2023 08:35:39 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown1937[Jul 28 2023 08:35:39 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1938[Jul 28 2023 08:35:39 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "access-to-protected-branch-c587048ef9539ddb"1939[Jul 28 2023 08:35:39 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1940[Jul 28 2023 08:35:40 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1941[Jul 28 2023 08:35:40 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1942[Jul 28 2023 08:35:40 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "access-to-protected-branch-c587048ef9539ddb"1943[Jul 28 2023 08:35:40 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1944[Jul 28 2023 08:35:40 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1945[Jul 28 2023 08:35:40 UTC (QA Tests)] INFO -- clicking :protect_button1946[Jul 28 2023 08:35:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.538s1947[Jul 28 2023 08:35:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 8.91 seconds1948[Jul 28 2023 08:35:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.98 seconds1949[Jul 28 2023 08:35:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.36 seconds1950[Jul 28 2023 08:35:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/group-with-access-to-protected-branch-b5c665b677565619/-/merge_requests/11951[Jul 28 2023 08:35:46 UTC (QA Tests)] INFO -- clicking :merge_button1952[Jul 28 2023 08:35:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.562s1953[Jul 28 2023 08:35:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/group-with-access-to-protected-branch-b5c665b677565619'1954[Jul 28 2023 08:35:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/access-to-protected-branch-c587048ef9539ddb'1955 user pushes and merges1956Create1957 Remote Development1958 creates a new workspace and then stops and terminates it (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/397005)1959Verify1960 Parent-child pipelines independent relationship1961[Jul 28 2023 08:35:49 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipeline passes even if child fails1962[Jul 28 2023 08:35:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1963[Jul 28 2023 08:35:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds1964[Jul 28 2023 08:35:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/pipeline-independent-relationship-cc9df7f8b7737be7' via api in 0.72 seconds1965[Jul 28 2023 08:35:50 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1966[Jul 28 2023 08:35:50 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1967[Jul 28 2023 08:35:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1968[Jul 28 2023 08:35:50 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-cc9df7f8b7737be7 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-cc9df7f8b7737be7 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-cc9df7f8b7737be7 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list pipeline-independent-relationship-cc9df7f8b7737be7 --executor shell && gitlab-runner run" `1969[Jul 28 2023 08:35:51 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-cc9df7f8b7737be7`1970[Jul 28 2023 08:35:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1971[Jul 28 2023 08:35:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-cc9df7f8b7737be7' via api in 1.23 seconds1972[Jul 28 2023 08:35:52 UTC (QA Tests)] INFO -- filling :login_field with "root"1973[Jul 28 2023 08:35:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1974[Jul 28 2023 08:35:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1975[Jul 28 2023 08:35:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1976[Jul 28 2023 08:35:53 UTC (QA Tests)] INFO -- clicking :sign_in_button1977[Jul 28 2023 08:35:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.208s1978[Jul 28 2023 08:35:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds1979[Jul 28 2023 08:35:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/pipeline-independent-relationship-cc9df7f8b7737be71980[Jul 28 2023 08:35:58 UTC (QA Tests)] INFO -- clicking :menu_section_button1981[Jul 28 2023 08:35:58 UTC (QA Tests)] INFO -- clicking :nav_item_link1982[Jul 28 2023 08:35:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.827s1983[Jul 28 2023 08:36:01 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments1984[Jul 28 2023 08:36:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-cc9df7f8b7737be7'1985[Jul 28 2023 08:36:13 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-cc9df7f8b7737be7`1986 parent pipeline passes even if child fails1987[Jul 28 2023 08:36:14 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipelines passes if child passes1988[Jul 28 2023 08:36:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1989[Jul 28 2023 08:36:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.2 seconds1990[Jul 28 2023 08:36:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/pipeline-independent-relationship-29f4c67d181910ac' via api in 0.76 seconds1991[Jul 28 2023 08:36:14 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1992[Jul 28 2023 08:36:14 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1993[Jul 28 2023 08:36:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1994[Jul 28 2023 08:36:20 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-29f4c67d181910ac --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-29f4c67d181910ac 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-29f4c67d181910ac --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list pipeline-independent-relationship-29f4c67d181910ac --executor shell && gitlab-runner run" `1995[Jul 28 2023 08:36:20 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-29f4c67d181910ac`1996[Jul 28 2023 08:36:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1997[Jul 28 2023 08:36:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-29f4c67d181910ac' via api in 6.22 seconds1998[Jul 28 2023 08:36:21 UTC (QA Tests)] INFO -- filling :login_field with "root"1999[Jul 28 2023 08:36:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2000[Jul 28 2023 08:36:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"2001[Jul 28 2023 08:36:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2002[Jul 28 2023 08:36:22 UTC (QA Tests)] INFO -- clicking :sign_in_button2003[Jul 28 2023 08:36:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.192s2004[Jul 28 2023 08:36:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds2005[Jul 28 2023 08:36:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/pipeline-independent-relationship-29f4c67d181910ac2006[Jul 28 2023 08:36:28 UTC (QA Tests)] INFO -- clicking :menu_section_button2007[Jul 28 2023 08:36:28 UTC (QA Tests)] INFO -- clicking :nav_item_link2008[Jul 28 2023 08:36:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.831s2009[Jul 28 2023 08:36:30 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments2010[Jul 28 2023 08:36:43 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-29f4c67d181910ac'2011[Jul 28 2023 08:36:43 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-29f4c67d181910ac`2012 parent pipelines passes if child passes2013Create2014 SSH keys support2015[Jul 28 2023 08:36:43 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support user can add an SSH key2016[Jul 28 2023 08:36:44 UTC (QA Tests)] INFO -- filling :login_field with "root"2017[Jul 28 2023 08:36:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2018[Jul 28 2023 08:36:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"2019[Jul 28 2023 08:36:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2020[Jul 28 2023 08:36:45 UTC (QA Tests)] INFO -- clicking :sign_in_button2021[Jul 28 2023 08:36:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.186s2022[Jul 28 2023 08:36:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.082s2023[Jul 28 2023 08:36:49 UTC (QA Tests)] INFO -- clicking :user_avatar_content2024[Jul 28 2023 08:36:49 UTC (QA Tests)] INFO -- clicking :edit_profile_link2025[Jul 28 2023 08:36:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.732s2026[Jul 28 2023 08:36:50 UTC (QA Tests)] INFO -- clicking :nav_item_link2027[Jul 28 2023 08:36:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.546s2028[Jul 28 2023 08:36:51 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230728-39-cirvge/id_rsa -N `2029[Jul 28 2023 08:36:51 UTC (QA Tests)] INFO -- filling :key_public_key_field with "*****"2030[Jul 28 2023 08:36:51 UTC (QA Tests)] INFO -- clicking the coordinates of :key_public_key_field2031[Jul 28 2023 08:36:52 UTC (QA Tests)] INFO -- filling :key_title_field with "*****"2032[Jul 28 2023 08:36:52 UTC (QA Tests)] INFO -- clicking the coordinates of :key_title_field2033[Jul 28 2023 08:36:52 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-07-30"2034[Jul 28 2023 08:36:52 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field2035[Jul 28 2023 08:36:53 UTC (QA Tests)] INFO -- clicking :add_key_button2036[Jul 28 2023 08:36:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey via browser_ui in 4.92 seconds2037 user can add an SSH key2038 after adding an ssh key2039[Jul 28 2023 08:36:53 UTC (QA Tests)] INFO -- Starting test: Create SSH keys support after adding an ssh key can delete an ssh key2040[Jul 28 2023 08:36:54 UTC (QA Tests)] INFO -- filling :login_field with "root"2041[Jul 28 2023 08:36:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2042[Jul 28 2023 08:36:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"2043[Jul 28 2023 08:36:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2044[Jul 28 2023 08:36:55 UTC (QA Tests)] INFO -- clicking :sign_in_button2045[Jul 28 2023 08:36:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.131s2046[Jul 28 2023 08:36:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.02s2047[Jul 28 2023 08:36:59 UTC (QA Tests)] INFO -- clicking :user_avatar_content2048[Jul 28 2023 08:36:59 UTC (QA Tests)] INFO -- clicking :edit_profile_link2049[Jul 28 2023 08:37:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 0.73s2050[Jul 28 2023 08:37:00 UTC (QA Tests)] INFO -- clicking :nav_item_link2051[Jul 28 2023 08:37:01 UTC (QA Tests)] INFO -- clicking :delete_ssh_key_button2052 can delete an ssh key2053Manage2054 2FA2055 allows enforcing 2FA via UI and logging in with 2FA (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/409336)2056Create2057 Git push over HTTP2058[Jul 28 2023 08:37:03 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user using a personal access token pushes code to the repository2059[Jul 28 2023 08:37:04 UTC (QA Tests)] INFO -- filling :login_field with "root"2060[Jul 28 2023 08:37:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2061[Jul 28 2023 08:37:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"2062[Jul 28 2023 08:37:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2063[Jul 28 2023 08:37:04 UTC (QA Tests)] INFO -- clicking :sign_in_button2064[Jul 28 2023 08:37:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.178s2065[Jul 28 2023 08:37:08 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA2066[Jul 28 2023 08:37:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-ah2taf1x' via cache in 0.0 seconds2067[Jul 28 2023 08:37:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2068[Jul 28 2023 08:37:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.22 seconds2069[Jul 28 2023 08:37:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-code-e4a911261ead9249' via api in 0.79 seconds2070[Jul 28 2023 08:37:09 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"2071[Jul 28 2023 08:37:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.14 seconds2072[Jul 28 2023 08:37:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-code-e4a911261ead92492073 user using a personal access token pushes code to the repository2074Plan2075 Issue board focus mode2076[Jul 28 2023 08:37:12 UTC (QA Tests)] INFO -- Starting test: Plan Issue board focus mode focuses on issue board2077[Jul 28 2023 08:37:12 UTC (QA Tests)] INFO -- filling :login_field with "root"2078[Jul 28 2023 08:37:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2079[Jul 28 2023 08:37:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"2080[Jul 28 2023 08:37:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2081[Jul 28 2023 08:37:13 UTC (QA Tests)] INFO -- clicking :sign_in_button2082[Jul 28 2023 08:37:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.161s2083[Jul 28 2023 08:37:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2084[Jul 28 2023 08:37:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds2085[Jul 28 2023 08:37:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/sample-project-issue-board-focus-mode-0f67d2caa9763e1d' via api in 0.78 seconds2086[Jul 28 2023 08:37:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/sample-project-issue-board-focus-mode-0f67d2caa9763e1d2087[Jul 28 2023 08:37:18 UTC (QA Tests)] INFO -- clicking :menu_section_button2088[Jul 28 2023 08:37:18 UTC (QA Tests)] INFO -- clicking :nav_item_link2089[Jul 28 2023 08:37:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.932s2090[Jul 28 2023 08:37:19 UTC (QA Tests)] INFO -- clicking :focus_mode_button2091 focuses on issue board2092Create2093 Merge requests2094 when merging once2095 behaves like merge when pipeline succeeds2096 merges after pipeline succeeds (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/403017)2097Create2098 File Locking2099[Jul 28 2023 08:37:20 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a directory and tries to push as a second user2100[Jul 28 2023 08:37:20 UTC (QA Tests)] INFO -- filling :login_field with "root"2101[Jul 28 2023 08:37:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2102[Jul 28 2023 08:37:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"2103[Jul 28 2023 08:37:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2104[Jul 28 2023 08:37:21 UTC (QA Tests)] INFO -- clicking :sign_in_button2105[Jul 28 2023 08:37:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.141s2106[Jul 28 2023 08:37:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2107[Jul 28 2023 08:37:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds2108[Jul 28 2023 08:37:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/file_locking-ae847a9c10db9c00' via api in 1.02 seconds2109[Jul 28 2023 08:37:26 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2110[Jul 28 2023 08:37:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.35 seconds2111[Jul 28 2023 08:37:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds2112[Jul 28 2023 08:37:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds2113[Jul 28 2023 08:37:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds2114[Jul 28 2023 08:37:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.17 seconds2115[Jul 28 2023 08:37:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch2116[Jul 28 2023 08:37:28 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2117[Jul 28 2023 08:37:28 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2118[Jul 28 2023 08:37:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.21 seconds2119[Jul 28 2023 08:37:29 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2120[Jul 28 2023 08:37:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.05 seconds2121[Jul 28 2023 08:37:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.075s2122[Jul 28 2023 08:37:30 UTC (QA Tests)] INFO -- clicking :user_avatar_content2123[Jul 28 2023 08:37:31 UTC (QA Tests)] INFO -- clicking :sign_out_link2124[Jul 28 2023 08:37:31 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2125[Jul 28 2023 08:37:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2126[Jul 28 2023 08:37:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"2127[Jul 28 2023 08:37:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2128[Jul 28 2023 08:37:32 UTC (QA Tests)] INFO -- clicking :sign_in_button2129[Jul 28 2023 08:37:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.755s2130[Jul 28 2023 08:37:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/file_locking-ae847a9c10db9c002131[Jul 28 2023 08:37:36 UTC (QA Tests)] INFO -- clicking :file_name_link2132[Jul 28 2023 08:37:36 UTC (QA Tests)] INFO -- clicking :lock_button2133[Jul 28 2023 08:37:36 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2134[Jul 28 2023 08:37:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? lock_button' took 1.099s2135[Jul 28 2023 08:37:41 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2136[Jul 28 2023 08:37:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.09 seconds2137 locks a directory and tries to push as a second user2138[Jul 28 2023 08:37:41 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a file and tries to push as a second user2139[Jul 28 2023 08:37:42 UTC (QA Tests)] INFO -- filling :login_field with "root"2140[Jul 28 2023 08:37:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2141[Jul 28 2023 08:37:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"2142[Jul 28 2023 08:37:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2143[Jul 28 2023 08:37:42 UTC (QA Tests)] INFO -- clicking :sign_in_button2144[Jul 28 2023 08:37:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.15s2145[Jul 28 2023 08:37:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2146[Jul 28 2023 08:37:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.17 seconds2147[Jul 28 2023 08:37:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/file_locking-c535717f496cc62e' via api in 1.0 seconds2148[Jul 28 2023 08:37:48 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2149[Jul 28 2023 08:37:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.37 seconds2150[Jul 28 2023 08:37:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds2151[Jul 28 2023 08:37:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.17 seconds2152[Jul 28 2023 08:37:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds2153[Jul 28 2023 08:37:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.17 seconds2154[Jul 28 2023 08:37:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch2155[Jul 28 2023 08:37:49 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2156[Jul 28 2023 08:37:49 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2157[Jul 28 2023 08:37:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.22 seconds2158[Jul 28 2023 08:37:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.039s2159[Jul 28 2023 08:37:51 UTC (QA Tests)] INFO -- clicking :user_avatar_content2160[Jul 28 2023 08:37:51 UTC (QA Tests)] INFO -- clicking :sign_out_link2161[Jul 28 2023 08:37:51 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2162[Jul 28 2023 08:37:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2163[Jul 28 2023 08:37:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"2164[Jul 28 2023 08:37:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2165[Jul 28 2023 08:37:52 UTC (QA Tests)] INFO -- clicking :sign_in_button2166[Jul 28 2023 08:37:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.542s2167[Jul 28 2023 08:37:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/file_locking-c535717f496cc62e2168[Jul 28 2023 08:37:56 UTC (QA Tests)] INFO -- clicking :file_name_link2169[Jul 28 2023 08:37:56 UTC (QA Tests)] INFO -- clicking :lock_button2170[Jul 28 2023 08:37:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.546s2171[Jul 28 2023 08:37:57 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2172[Jul 28 2023 08:38:00 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2173[Jul 28 2023 08:38:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.02 seconds2174 locks a file and tries to push as a second user2175[Jul 28 2023 08:38:00 UTC (QA Tests)] INFO -- Starting test: Create File Locking checks file locked by other user to be disabled2176[Jul 28 2023 08:38:01 UTC (QA Tests)] INFO -- filling :login_field with "root"2177[Jul 28 2023 08:38:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2178[Jul 28 2023 08:38:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"2179[Jul 28 2023 08:38:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2180[Jul 28 2023 08:38:02 UTC (QA Tests)] INFO -- clicking :sign_in_button2181[Jul 28 2023 08:38:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.098s2182[Jul 28 2023 08:38:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2183[Jul 28 2023 08:38:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds2184[Jul 28 2023 08:38:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/file_locking-3b74625096eebabd' via api in 0.96 seconds2185[Jul 28 2023 08:38:07 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2186[Jul 28 2023 08:38:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.41 seconds2187[Jul 28 2023 08:38:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds2188[Jul 28 2023 08:38:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.17 seconds2189[Jul 28 2023 08:38:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.17 seconds2190[Jul 28 2023 08:38:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.18 seconds2191[Jul 28 2023 08:38:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch2192[Jul 28 2023 08:38:09 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2193[Jul 28 2023 08:38:09 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2194[Jul 28 2023 08:38:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.19 seconds2195[Jul 28 2023 08:38:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/file_locking-3b74625096eebabd2196[Jul 28 2023 08:38:10 UTC (QA Tests)] INFO -- clicking :file_name_link2197[Jul 28 2023 08:38:10 UTC (QA Tests)] INFO -- clicking :lock_button2198[Jul 28 2023 08:38:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.572s2199[Jul 28 2023 08:38:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.653s2200[Jul 28 2023 08:38:11 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2201[Jul 28 2023 08:38:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.048s2202[Jul 28 2023 08:38:13 UTC (QA Tests)] INFO -- clicking :user_avatar_content2203[Jul 28 2023 08:38:13 UTC (QA Tests)] INFO -- clicking :sign_out_link2204[Jul 28 2023 08:38:13 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2205[Jul 28 2023 08:38:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2206[Jul 28 2023 08:38:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"2207[Jul 28 2023 08:38:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2208[Jul 28 2023 08:38:14 UTC (QA Tests)] INFO -- clicking :sign_in_button2209[Jul 28 2023 08:38:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.54s2210[Jul 28 2023 08:38:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/file_locking-3b74625096eebabd2211[Jul 28 2023 08:38:19 UTC (QA Tests)] INFO -- clicking :file_name_link2212[Jul 28 2023 08:38:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? disabled_lock_button' took 0.623s2213 checks file locked by other user to be disabled2214[Jul 28 2023 08:38:20 UTC (QA Tests)] INFO -- Starting test: Create File Locking creates a merge request and fails to merge2215[Jul 28 2023 08:38:20 UTC (QA Tests)] INFO -- filling :login_field with "root"2216[Jul 28 2023 08:38:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2217[Jul 28 2023 08:38:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"2218[Jul 28 2023 08:38:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2219[Jul 28 2023 08:38:21 UTC (QA Tests)] INFO -- clicking :sign_in_button2220[Jul 28 2023 08:38:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.114s2221[Jul 28 2023 08:38:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2222[Jul 28 2023 08:38:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.23 seconds2223[Jul 28 2023 08:38:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/file_locking-fa1b16e9ff199bd0' via api in 1.04 seconds2224[Jul 28 2023 08:38:28 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2225[Jul 28 2023 08:38:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.36 seconds2226[Jul 28 2023 08:38:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds2227[Jul 28 2023 08:38:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds2228[Jul 28 2023 08:38:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds2229[Jul 28 2023 08:38:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.17 seconds2230[Jul 28 2023 08:38:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch2231[Jul 28 2023 08:38:29 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2232[Jul 28 2023 08:38:29 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2233[Jul 28 2023 08:38:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.18 seconds2234[Jul 28 2023 08:38:30 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2235[Jul 28 2023 08:38:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.08 seconds2236[Jul 28 2023 08:38:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.23 seconds2237[Jul 28 2023 08:38:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/file_locking-fa1b16e9ff199bd02238[Jul 28 2023 08:38:32 UTC (QA Tests)] INFO -- clicking :file_name_link2239[Jul 28 2023 08:38:32 UTC (QA Tests)] INFO -- clicking :lock_button2240[Jul 28 2023 08:38:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.621s2241[Jul 28 2023 08:38:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.707s2242[Jul 28 2023 08:38:33 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2243[Jul 28 2023 08:38:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.02s2244[Jul 28 2023 08:38:35 UTC (QA Tests)] INFO -- clicking :user_avatar_content2245[Jul 28 2023 08:38:35 UTC (QA Tests)] INFO -- clicking :sign_out_link2246[Jul 28 2023 08:38:35 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2247[Jul 28 2023 08:38:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2248[Jul 28 2023 08:38:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"2249[Jul 28 2023 08:38:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2250[Jul 28 2023 08:38:36 UTC (QA Tests)] INFO -- clicking :sign_in_button2251[Jul 28 2023 08:38:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.56s2252[Jul 28 2023 08:38:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/file_locking-fa1b16e9ff199bd0/-/merge_requests/12253[Jul 28 2023 08:38:41 UTC (QA Tests)] INFO -- clicking :close_button2254[Jul 28 2023 08:38:41 UTC (QA Tests)] INFO -- clicking :merge_button2255[Jul 28 2023 08:38:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.015s2256[Jul 28 2023 08:38:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.252s2257[Jul 28 2023 08:38:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merge_request_error_content' took 2.282s2258[Jul 28 2023 08:38:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds2259 creates a merge request and fails to merge2260[Jul 28 2023 08:38:44 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a file and unlocks in list2261[Jul 28 2023 08:38:44 UTC (QA Tests)] INFO -- filling :login_field with "root"2262[Jul 28 2023 08:38:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2263[Jul 28 2023 08:38:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"2264[Jul 28 2023 08:38:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2265[Jul 28 2023 08:38:45 UTC (QA Tests)] INFO -- clicking :sign_in_button2266[Jul 28 2023 08:38:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.074s2267[Jul 28 2023 08:38:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.09 seconds2268[Jul 28 2023 08:38:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.23 seconds2269[Jul 28 2023 08:38:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/file_locking-85a2ae5733f25323' via api in 1.09 seconds2270[Jul 28 2023 08:38:50 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2271[Jul 28 2023 08:38:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.42 seconds2272[Jul 28 2023 08:38:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds2273[Jul 28 2023 08:38:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds2274[Jul 28 2023 08:38:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds2275[Jul 28 2023 08:38:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds2276[Jul 28 2023 08:38:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch2277[Jul 28 2023 08:38:52 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2278[Jul 28 2023 08:38:52 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2279[Jul 28 2023 08:38:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.2 seconds2280[Jul 28 2023 08:38:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.064s2281[Jul 28 2023 08:38:53 UTC (QA Tests)] INFO -- clicking :user_avatar_content2282[Jul 28 2023 08:38:53 UTC (QA Tests)] INFO -- clicking :sign_out_link2283[Jul 28 2023 08:38:54 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2284[Jul 28 2023 08:38:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2285[Jul 28 2023 08:38:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"2286[Jul 28 2023 08:38:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2287[Jul 28 2023 08:38:55 UTC (QA Tests)] INFO -- clicking :sign_in_button2288[Jul 28 2023 08:38:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.761s2289[Jul 28 2023 08:38:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/file_locking-85a2ae5733f253232290[Jul 28 2023 08:38:59 UTC (QA Tests)] INFO -- clicking :file_name_link2291[Jul 28 2023 08:38:59 UTC (QA Tests)] INFO -- clicking :lock_button2292[Jul 28 2023 08:38:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.519s2293[Jul 28 2023 08:38:59 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2294[Jul 28 2023 08:39:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/file_locking-85a2ae5733f253232295[Jul 28 2023 08:39:01 UTC (QA Tests)] INFO -- clicking :menu_section_button2296[Jul 28 2023 08:39:02 UTC (QA Tests)] INFO -- clicking :nav_item_link2297[Jul 28 2023 08:39:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.763s2298[Jul 28 2023 08:39:02 UTC (QA Tests)] INFO -- clicking :unlock_button2299[Jul 28 2023 08:39:02 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2300[Jul 28 2023 08:39:04 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2301[Jul 28 2023 08:39:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.08 seconds2302 locks a file and unlocks in list2303Create2304 Branch Rules Overview2305[Jul 28 2023 08:39:04 UTC (QA Tests)] INFO -- Starting test: Create Branch Rules Overview adds a new branch rule2306[Jul 28 2023 08:39:05 UTC (QA Tests)] INFO -- filling :login_field with "root"2307[Jul 28 2023 08:39:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2308[Jul 28 2023 08:39:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"2309[Jul 28 2023 08:39:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2310[Jul 28 2023 08:39:05 UTC (QA Tests)] INFO -- clicking :sign_in_button2311[Jul 28 2023 08:39:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.178s2312[Jul 28 2023 08:39:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2313[Jul 28 2023 08:39:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.2 seconds2314[Jul 28 2023 08:39:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/branch-rule-project-45f0f74db5ab4d0a' via api in 1.13 seconds2315[Jul 28 2023 08:39:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds2316[Jul 28 2023 08:39:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/branch-rule-project-45f0f74db5ab4d0a2317[Jul 28 2023 08:39:12 UTC (QA Tests)] INFO -- clicking :menu_section_button2318[Jul 28 2023 08:39:12 UTC (QA Tests)] INFO -- clicking :nav_item_link2319[Jul 28 2023 08:39:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 2.379s2320[Jul 28 2023 08:39:16 UTC (QA Tests)] INFO -- clicking :add_branch_rule_button2321[Jul 28 2023 08:39:16 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown2322[Jul 28 2023 08:39:17 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown2323[Jul 28 2023 08:39:17 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown2324[Jul 28 2023 08:39:17 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown2325[Jul 28 2023 08:39:17 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown2326[Jul 28 2023 08:39:17 UTC (QA Tests)] INFO -- clicking :protect_button2327[Jul 28 2023 08:39:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.197s2328[Jul 28 2023 08:39:20 UTC (QA Tests)] INFO -- clicking :details_button2329[Jul 28 2023 08:39:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element details_button' took 1.777s2330 adds a new branch rule2331Plan2332 Group issue boards2333[Jul 28 2023 08:39:22 UTC (QA Tests)] INFO -- Starting test: Plan Group issue boards creates a group issue board via the GUI2334[Jul 28 2023 08:39:23 UTC (QA Tests)] INFO -- filling :login_field with "root"2335[Jul 28 2023 08:39:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2336[Jul 28 2023 08:39:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"2337[Jul 28 2023 08:39:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2338[Jul 28 2023 08:39:24 UTC (QA Tests)] INFO -- clicking :sign_in_button2339[Jul 28 2023 08:39:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.159s2340[Jul 28 2023 08:39:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2341[Jul 28 2023 08:39:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.22 seconds2342[Jul 28 2023 08:39:28 UTC (QA Tests)] INFO -- clicking :nav_item_link2343[Jul 28 2023 08:39:28 UTC (QA Tests)] INFO -- filling :groups_filter_field with "qa-test-2023-07-28-08-12-25-5949891a6eceb444"2344[Jul 28 2023 08:39:28 UTC (QA Tests)] INFO -- clicking the coordinates of :groups_filter_field2345[Jul 28 2023 08:39:31 UTC (QA Tests)] INFO -- clicking :menu_section_button2346[Jul 28 2023 08:39:31 UTC (QA Tests)] INFO -- clicking :nav_item_link2347[Jul 28 2023 08:39:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.755s2348[Jul 28 2023 08:39:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.731s2349[Jul 28 2023 08:39:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.755s2350[Jul 28 2023 08:39:32 UTC (QA Tests)] INFO -- clicking :create_new_board_button2351[Jul 28 2023 08:39:33 UTC (QA Tests)] INFO -- clicking :save_changes_button2352[Jul 28 2023 08:39:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.762s2353[Jul 28 2023 08:39:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.776s2354 creates a group issue board via the GUI2355Verify2356 Runner registration2357[Jul 28 2023 08:39:34 UTC (QA Tests)] INFO -- Starting test: Verify Runner registration user registers a new project runner2358[Jul 28 2023 08:39:34 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2359[Jul 28 2023 08:39:34 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2360[Jul 28 2023 08:39:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2361[Jul 28 2023 08:39:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds2362[Jul 28 2023 08:39:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-ci-cd-5af60cfd38a7e240' via api in 0.76 seconds2363[Jul 28 2023 08:39:35 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2364[Jul 28 2023 08:39:35 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690533574 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690533574 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-1690533574 --url http://gitlab-ee-ed332206.test --registration-token **** --tag-list e2e-test --executor shell && gitlab-runner run" `2365[Jul 28 2023 08:39:35 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690533574`2366[Jul 28 2023 08:39:35 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2367[Jul 28 2023 08:39:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690533574' via api in 2.2 seconds2368[Jul 28 2023 08:39:36 UTC (QA Tests)] INFO -- filling :login_field with "root"2369[Jul 28 2023 08:39:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2370[Jul 28 2023 08:39:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"2371[Jul 28 2023 08:39:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2372[Jul 28 2023 08:39:37 UTC (QA Tests)] INFO -- clicking :sign_in_button2373[Jul 28 2023 08:39:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.183s2374[Jul 28 2023 08:39:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-ci-cd-5af60cfd38a7e2402375[Jul 28 2023 08:39:42 UTC (QA Tests)] INFO -- clicking :menu_section_button2376[Jul 28 2023 08:39:42 UTC (QA Tests)] INFO -- clicking :nav_item_link2377[Jul 28 2023 08:39:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.621s2378[Jul 28 2023 08:39:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1690533574'2379[Jul 28 2023 08:39:45 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690533574`2380 user registers a new project runner2381Plan2382 Testing wiki content creation inside a project2383[Jul 28 2023 08:39:46 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a second page to the wiki2384[Jul 28 2023 08:39:46 UTC (QA Tests)] INFO -- filling :login_field with "root"2385[Jul 28 2023 08:39:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2386[Jul 28 2023 08:39:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"2387[Jul 28 2023 08:39:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2388[Jul 28 2023 08:39:47 UTC (QA Tests)] INFO -- clicking :sign_in_button2389[Jul 28 2023 08:39:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.153s2390[Jul 28 2023 08:39:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2391[Jul 28 2023 08:39:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.2 seconds2392[Jul 28 2023 08:39:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/wiki_testing-b7afe866087b7413' via api in 0.75 seconds2393[Jul 28 2023 08:39:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.18 seconds2394[Jul 28 2023 08:39:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/wiki_testing-b7afe866087b7413/-/wikis/Home2395[Jul 28 2023 08:39:53 UTC (QA Tests)] INFO -- clicking :new_page_button2396[Jul 28 2023 08:39:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_page_button' took 1.086s2397[Jul 28 2023 08:39:54 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"2398[Jul 28 2023 08:39:54 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox2399[Jul 28 2023 08:39:54 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"2400[Jul 28 2023 08:39:54 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field2401[Jul 28 2023 08:39:55 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"2402[Jul 28 2023 08:39:55 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox2403[Jul 28 2023 08:39:56 UTC (QA Tests)] INFO -- clicking :wiki_submit_button2404[Jul 28 2023 08:39:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.215s2405 by adding a second page to the wiki2406[Jul 28 2023 08:39:57 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a second page to the wiki using git push2407[Jul 28 2023 08:39:58 UTC (QA Tests)] INFO -- filling :login_field with "root"2408[Jul 28 2023 08:39:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2409[Jul 28 2023 08:39:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"2410[Jul 28 2023 08:39:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2411[Jul 28 2023 08:39:59 UTC (QA Tests)] INFO -- clicking :sign_in_button2412[Jul 28 2023 08:40:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.15s2413[Jul 28 2023 08:40:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2414[Jul 28 2023 08:40:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.22 seconds2415[Jul 28 2023 08:40:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/wiki_testing-4d71dee3f44379fb' via api in 0.81 seconds2416[Jul 28 2023 08:40:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.24 seconds2417[Jul 28 2023 08:40:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 1.02 seconds2418[Jul 28 2023 08:40:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/wiki_testing-4d71dee3f44379fb/-/wikis/just_another_wiki_page2419 by adding a second page to the wiki using git push2420[Jul 28 2023 08:40:06 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a home page to the wiki using git push2421[Jul 28 2023 08:40:06 UTC (QA Tests)] INFO -- filling :login_field with "root"2422[Jul 28 2023 08:40:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2423[Jul 28 2023 08:40:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"2424[Jul 28 2023 08:40:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2425[Jul 28 2023 08:40:07 UTC (QA Tests)] INFO -- clicking :sign_in_button2426[Jul 28 2023 08:40:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.23s2427[Jul 28 2023 08:40:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2428[Jul 28 2023 08:40:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.21 seconds2429[Jul 28 2023 08:40:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/wiki_testing-1165e26f1b626c4c' via api in 0.74 seconds2430[Jul 28 2023 08:40:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 1.8 seconds2431[Jul 28 2023 08:40:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/wiki_testing-1165e26f1b626c4c/-/wikis/just_another_wiki_page2432 by adding a home page to the wiki using git push2433[Jul 28 2023 08:40:13 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a home page to the wiki2434[Jul 28 2023 08:40:14 UTC (QA Tests)] INFO -- filling :login_field with "root"2435[Jul 28 2023 08:40:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2436[Jul 28 2023 08:40:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"2437[Jul 28 2023 08:40:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2438[Jul 28 2023 08:40:15 UTC (QA Tests)] INFO -- clicking :sign_in_button2439[Jul 28 2023 08:40:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.132s2440[Jul 28 2023 08:40:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2441[Jul 28 2023 08:40:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds2442[Jul 28 2023 08:40:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/the_awesome_project-e3edee5cc99b676e' via api in 0.73 seconds2443[Jul 28 2023 08:40:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/the_awesome_project-e3edee5cc99b676e2444[Jul 28 2023 08:40:20 UTC (QA Tests)] INFO -- clicking :menu_section_button2445[Jul 28 2023 08:40:20 UTC (QA Tests)] INFO -- clicking :nav_item_link2446[Jul 28 2023 08:40:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.733s2447[Jul 28 2023 08:40:21 UTC (QA Tests)] INFO -- clicking :create_first_page_link2448[Jul 28 2023 08:40:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_page_link' took 0.841s2449[Jul 28 2023 08:40:21 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"2450[Jul 28 2023 08:40:21 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox2451[Jul 28 2023 08:40:22 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"2452[Jul 28 2023 08:40:22 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field2453[Jul 28 2023 08:40:23 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"2454[Jul 28 2023 08:40:23 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox2455[Jul 28 2023 08:40:24 UTC (QA Tests)] INFO -- clicking :wiki_submit_button2456[Jul 28 2023 08:40:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.148s2457 by adding a home page to the wiki2458Create2459 Setup an MR with codeowners file2460[Jul 28 2023 08:40:25 UTC (QA Tests)] INFO -- Starting test: Create Setup an MR with codeowners file creates a merge request with codeowners file and squashing commits enabled2461[Jul 28 2023 08:40:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2462[Jul 28 2023 08:40:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds2463[Jul 28 2023 08:40:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/the_awesome_project-d8ebf86a7ae9a9b7' via api in 1.35 seconds2464[Jul 28 2023 08:40:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds2465[Jul 28 2023 08:40:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds2466[Jul 28 2023 08:40:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds2467[Jul 28 2023 08:40:29 UTC (QA Tests)] INFO -- filling :login_field with "root"2468[Jul 28 2023 08:40:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2469[Jul 28 2023 08:40:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"2470[Jul 28 2023 08:40:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2471[Jul 28 2023 08:40:29 UTC (QA Tests)] INFO -- clicking :sign_in_button2472[Jul 28 2023 08:40:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.806s2473[Jul 28 2023 08:40:34 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch2474[Jul 28 2023 08:40:34 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2475[Jul 28 2023 08:40:34 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2476[Jul 28 2023 08:40:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.19 seconds2477[Jul 28 2023 08:40:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.21 seconds2478[Jul 28 2023 08:40:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.28 seconds2479[Jul 28 2023 08:40:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/the_awesome_project-d8ebf86a7ae9a9b7/-/merge_requests/12480[Jul 28 2023 08:40:37 UTC (QA Tests)] INFO -- checking via JS :squash_checkbox with args {}2481[Jul 28 2023 08:40:37 UTC (QA Tests)] INFO -- clicking :merge_button2482[Jul 28 2023 08:40:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.737s2483[Jul 28 2023 08:40:40 UTC (QA Tests)] ERROR -- Interceptor Api Errors2484[404] GET /gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/the_awesome_project-d8ebf86a7ae9a9b7/-/merge_requests/1/diffs_metadata.json -- Correlation Id: 01H6DTG9FNHZQF5G808FS5460J2485 creates a merge request with codeowners file and squashing commits enabled2486Create2487 with merge request suggestions2488[Jul 28 2023 08:40:40 UTC (QA Tests)] INFO -- Starting test: Create with merge request suggestions applies a single suggestion with a custom message2489[Jul 28 2023 08:40:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2490[Jul 28 2023 08:40:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.19 seconds2491[Jul 28 2023 08:40:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/suggestions_project-8da990cdb51459fd' via api in 0.69 seconds2492[Jul 28 2023 08:40:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds2493[Jul 28 2023 08:40:41 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/suggestions_project-8da990cdb51459fd QA::Resource::Project2494[Jul 28 2023 08:40:42 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2495[Jul 28 2023 08:40:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2496[Jul 28 2023 08:40:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"2497[Jul 28 2023 08:40:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2498[Jul 28 2023 08:40:43 UTC (QA Tests)] INFO -- clicking :sign_in_button2499[Jul 28 2023 08:40:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.794s2500[Jul 28 2023 08:40:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds2501[Jul 28 2023 08:40:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds2502[Jul 28 2023 08:40:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.36 seconds2503[Jul 28 2023 08:40:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/suggestions_project-8da990cdb51459fd/-/merge_requests/12504[Jul 28 2023 08:40:48 UTC (QA Tests)] INFO -- clicking :diffs_tab2505[Jul 28 2023 08:40:49 UTC (QA Tests)] INFO -- clicking :diff_comment_button2506[Jul 28 2023 08:40:49 UTC (QA Tests)] INFO -- clicking :suggestion_button2507[Jul 28 2023 08:40:50 UTC (QA Tests)] INFO -- filling :reply_field with ""2508[Jul 28 2023 08:40:50 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field2509[Jul 28 2023 08:40:50 UTC (QA Tests)] INFO -- filling :reply_field with "```suggestion:-0+02510This is the suggestion for line number 4!2511```"2512[Jul 28 2023 08:40:50 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field2513[Jul 28 2023 08:40:51 UTC (QA Tests)] INFO -- clicking :comment_now_button2514[Jul 28 2023 08:40:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.915s2515[Jul 28 2023 08:40:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.073s2516[Jul 28 2023 08:40:54 UTC (QA Tests)] INFO -- clicking :user_avatar_content2517[Jul 28 2023 08:40:54 UTC (QA Tests)] INFO -- clicking :sign_out_link2518[Jul 28 2023 08:40:55 UTC (QA Tests)] INFO -- filling :login_field with "root"2519[Jul 28 2023 08:40:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2520[Jul 28 2023 08:40:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"2521[Jul 28 2023 08:40:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2522[Jul 28 2023 08:40:55 UTC (QA Tests)] INFO -- clicking :sign_in_button2523[Jul 28 2023 08:40:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.095s2524[Jul 28 2023 08:40:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/suggestions_project-8da990cdb51459fd/-/merge_requests/12525[Jul 28 2023 08:41:01 UTC (QA Tests)] INFO -- clicking :diffs_tab2526[Jul 28 2023 08:41:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements apply_suggestion_dropdown' took 0.507s2527[Jul 28 2023 08:41:01 UTC (QA Tests)] INFO -- filling :commit_message_field with "Applying suggested change for testing purposes."2528[Jul 28 2023 08:41:01 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field2529[Jul 28 2023 08:41:02 UTC (QA Tests)] INFO -- clicking :commit_with_custom_message_button2530[Jul 28 2023 08:41:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.126s2531[Jul 28 2023 08:41:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? applying_badge' took 1.141s2532[Jul 28 2023 08:41:03 UTC (QA Tests)] INFO -- clicking :commits_tab2533 applies a single suggestion with a custom message2534Manage2535 Group access2536[Jul 28 2023 08:41:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e21504' via api in 0.23 seconds2537[Jul 28 2023 08:41:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.43 seconds2538[Jul 28 2023 08:41:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e21504/ip-address-restricted-group-26297a0e569f02dc' via api in 0.86 seconds2539[Jul 28 2023 08:41:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e21504/ip-address-restricted-group-26297a0e569f02dc/project-in-ip-restricted-group-b3ecc881033c332f' via api in 0.83 seconds2540[Jul 28 2023 08:41:07 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e21504/ip-address-restricted-group-26297a0e569f02dc/project-in-ip-restricted-group-b3ecc881033c332f QA::Resource::Project2541 when restricted by user's ip address2542 with UI2543[Jul 28 2023 08:41:07 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by user's ip address with UI allows access2544[Jul 28 2023 08:41:07 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.32545[Jul 28 2023 08:41:08 UTC (QA Tests)] INFO -- filling :login_field with "root"2546[Jul 28 2023 08:41:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2547[Jul 28 2023 08:41:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"2548[Jul 28 2023 08:41:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2549[Jul 28 2023 08:41:08 UTC (QA Tests)] INFO -- clicking :sign_in_button2550[Jul 28 2023 08:41:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.179s2551[Jul 28 2023 08:41:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-ed332206.test/groups/gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e215042552[Jul 28 2023 08:41:13 UTC (QA Tests)] INFO -- clicking :menu_section_button2553[Jul 28 2023 08:41:13 UTC (QA Tests)] INFO -- clicking :nav_item_link2554[Jul 28 2023 08:41:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.153s2555[Jul 28 2023 08:41:16 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button2556[Jul 28 2023 08:41:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 1.306s2557[Jul 28 2023 08:41:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.036s2558[Jul 28 2023 08:41:18 UTC (QA Tests)] INFO -- clicking :user_avatar_content2559[Jul 28 2023 08:41:19 UTC (QA Tests)] INFO -- clicking :sign_out_link2560[Jul 28 2023 08:41:19 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2561[Jul 28 2023 08:41:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2562[Jul 28 2023 08:41:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"2563[Jul 28 2023 08:41:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2564[Jul 28 2023 08:41:20 UTC (QA Tests)] INFO -- clicking :sign_in_button2565[Jul 28 2023 08:41:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.829s2566[Jul 28 2023 08:41:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-ed332206.test/groups/gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e215042567[Jul 28 2023 08:41:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-ed332206.test/groups/gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e21504/ip-address-restricted-group-26297a0e569f02dc2568 allows access2569 with API2570[Jul 28 2023 08:41:24 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by user's ip address with API allows access2571[Jul 28 2023 08:41:25 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.32572[Jul 28 2023 08:41:25 UTC (QA Tests)] INFO -- filling :login_field with "root"2573[Jul 28 2023 08:41:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2574[Jul 28 2023 08:41:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"2575[Jul 28 2023 08:41:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2576[Jul 28 2023 08:41:26 UTC (QA Tests)] INFO -- clicking :sign_in_button2577[Jul 28 2023 08:41:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.103s2578[Jul 28 2023 08:41:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-ed332206.test/groups/gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e215042579[Jul 28 2023 08:41:30 UTC (QA Tests)] INFO -- clicking :menu_section_button2580[Jul 28 2023 08:41:30 UTC (QA Tests)] INFO -- clicking :nav_item_link2581[Jul 28 2023 08:41:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.97s2582[Jul 28 2023 08:41:33 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button2583[Jul 28 2023 08:41:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 1.178s2584[Jul 28 2023 08:41:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.052s2585[Jul 28 2023 08:41:35 UTC (QA Tests)] INFO -- clicking :user_avatar_content2586[Jul 28 2023 08:41:36 UTC (QA Tests)] INFO -- clicking :sign_out_link2587[Jul 28 2023 08:41:36 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user12588[Jul 28 2023 08:41:36 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:nGR2xw2589[Jul 28 2023 08:41:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-tct9dd30' via api in 0.09 seconds2590 allows access2591 with SSH2592[Jul 28 2023 08:41:36 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by user's ip address with SSH allows access2593[Jul 28 2023 08:41:37 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.32594[Jul 28 2023 08:41:37 UTC (QA Tests)] INFO -- filling :login_field with "root"2595[Jul 28 2023 08:41:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2596[Jul 28 2023 08:41:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"2597[Jul 28 2023 08:41:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2598[Jul 28 2023 08:41:38 UTC (QA Tests)] INFO -- clicking :sign_in_button2599[Jul 28 2023 08:41:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.223s2600[Jul 28 2023 08:41:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-ed332206.test/groups/gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e215042601[Jul 28 2023 08:41:42 UTC (QA Tests)] INFO -- clicking :menu_section_button2602[Jul 28 2023 08:41:42 UTC (QA Tests)] INFO -- clicking :nav_item_link2603[Jul 28 2023 08:41:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.072s2604[Jul 28 2023 08:41:45 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button2605[Jul 28 2023 08:41:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 1.198s2606[Jul 28 2023 08:41:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.051s2607[Jul 28 2023 08:41:48 UTC (QA Tests)] INFO -- clicking :user_avatar_content2608[Jul 28 2023 08:41:48 UTC (QA Tests)] INFO -- clicking :sign_out_link2609[Jul 28 2023 08:41:48 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230728-39-3o565/id_rsa -N `2610[Jul 28 2023 08:41:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '6' via api in 0.28 seconds2611[Jul 28 2023 08:41:49 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2612[Jul 28 2023 08:41:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.21 seconds2613[Jul 28 2023 08:41:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '6'2614 allows access2615 when restricted by another ip address2616 with UI2617[Jul 28 2023 08:41:50 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by another ip address with UI denies access2618[Jul 28 2023 08:41:50 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.32619[Jul 28 2023 08:41:50 UTC (QA Tests)] INFO -- filling :login_field with "root"2620[Jul 28 2023 08:41:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2621[Jul 28 2023 08:41:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"2622[Jul 28 2023 08:41:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2623[Jul 28 2023 08:41:51 UTC (QA Tests)] INFO -- clicking :sign_in_button2624[Jul 28 2023 08:41:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.135s2625[Jul 28 2023 08:41:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-ed332206.test/groups/gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e215042626[Jul 28 2023 08:41:55 UTC (QA Tests)] INFO -- clicking :menu_section_button2627[Jul 28 2023 08:41:55 UTC (QA Tests)] INFO -- clicking :nav_item_link2628[Jul 28 2023 08:41:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.012s2629[Jul 28 2023 08:41:58 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button2630[Jul 28 2023 08:41:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 0.916s2631[Jul 28 2023 08:42:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.041s2632[Jul 28 2023 08:42:01 UTC (QA Tests)] INFO -- clicking :user_avatar_content2633[Jul 28 2023 08:42:01 UTC (QA Tests)] INFO -- clicking :sign_out_link2634[Jul 28 2023 08:42:01 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2635[Jul 28 2023 08:42:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2636[Jul 28 2023 08:42:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"2637[Jul 28 2023 08:42:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2638[Jul 28 2023 08:42:02 UTC (QA Tests)] INFO -- clicking :sign_in_button2639[Jul 28 2023 08:42:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.854s2640[Jul 28 2023 08:42:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-ed332206.test/groups/gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e215042641[Jul 28 2023 08:42:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-ed332206.test/groups/gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e21504/ip-address-restricted-group-26297a0e569f02dc2642 denies access2643 with SSH2644[Jul 28 2023 08:42:06 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by another ip address with SSH denies access2645[Jul 28 2023 08:42:06 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.32646[Jul 28 2023 08:42:06 UTC (QA Tests)] INFO -- filling :login_field with "root"2647[Jul 28 2023 08:42:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2648[Jul 28 2023 08:42:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"2649[Jul 28 2023 08:42:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2650[Jul 28 2023 08:42:07 UTC (QA Tests)] INFO -- clicking :sign_in_button2651[Jul 28 2023 08:42:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.157s2652[Jul 28 2023 08:42:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-ed332206.test/groups/gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e215042653[Jul 28 2023 08:42:11 UTC (QA Tests)] INFO -- clicking :menu_section_button2654[Jul 28 2023 08:42:11 UTC (QA Tests)] INFO -- clicking :nav_item_link2655[Jul 28 2023 08:42:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.783s2656[Jul 28 2023 08:42:14 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button2657[Jul 28 2023 08:42:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 0.951s2658[Jul 28 2023 08:42:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.053s2659[Jul 28 2023 08:42:16 UTC (QA Tests)] INFO -- clicking :user_avatar_content2660[Jul 28 2023 08:42:17 UTC (QA Tests)] INFO -- clicking :sign_out_link2661[Jul 28 2023 08:42:17 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230728-39-h5b2qp/id_rsa -N `2662[Jul 28 2023 08:42:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '7' via api in 0.42 seconds2663[Jul 28 2023 08:42:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '7'2664 denies access2665 with API2666[Jul 28 2023 08:42:19 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by another ip address with API denies access2667[Jul 28 2023 08:42:19 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.32668[Jul 28 2023 08:42:19 UTC (QA Tests)] INFO -- filling :login_field with "root"2669[Jul 28 2023 08:42:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2670[Jul 28 2023 08:42:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"2671[Jul 28 2023 08:42:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2672[Jul 28 2023 08:42:20 UTC (QA Tests)] INFO -- clicking :sign_in_button2673[Jul 28 2023 08:42:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.312s2674[Jul 28 2023 08:42:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-ee-ed332206.test/groups/gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e215042675[Jul 28 2023 08:42:25 UTC (QA Tests)] INFO -- clicking :menu_section_button2676[Jul 28 2023 08:42:26 UTC (QA Tests)] INFO -- clicking :nav_item_link2677[Jul 28 2023 08:42:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.806s2678[Jul 28 2023 08:42:28 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button2679[Jul 28 2023 08:42:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 0.96s2680[Jul 28 2023 08:42:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.072s2681[Jul 28 2023 08:42:31 UTC (QA Tests)] INFO -- clicking :user_avatar_content2682[Jul 28 2023 08:42:31 UTC (QA Tests)] INFO -- clicking :sign_out_link2683 denies access2684[Jul 28 2023 08:42:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-a3c53b5272e21504'2685Create2686 Git push over HTTP2687[Jul 28 2023 08:42:32 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user pushes code to the repository2688[Jul 28 2023 08:42:32 UTC (QA Tests)] INFO -- filling :login_field with "root"2689[Jul 28 2023 08:42:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2690[Jul 28 2023 08:42:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"2691[Jul 28 2023 08:42:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2692[Jul 28 2023 08:42:33 UTC (QA Tests)] INFO -- clicking :sign_in_button2693[Jul 28 2023 08:42:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.077s2694[Jul 28 2023 08:42:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2695[Jul 28 2023 08:42:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.2 seconds2696[Jul 28 2023 08:42:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-code-9a902bf43864fe6d' via api in 0.76 seconds2697[Jul 28 2023 08:42:39 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"2698[Jul 28 2023 08:42:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.1 seconds2699[Jul 28 2023 08:42:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/project-with-code-9a902bf43864fe6d2700 user pushes code to the repository2701Create2702 Pull mirror a repository over HTTP2703[Jul 28 2023 08:42:41 UTC (QA Tests)] INFO -- Starting test: Create Pull mirror a repository over HTTP configures and syncs a (pull) mirrored repository with password auth2704[Jul 28 2023 08:42:42 UTC (QA Tests)] INFO -- filling :login_field with "root"2705[Jul 28 2023 08:42:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2706[Jul 28 2023 08:42:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"2707[Jul 28 2023 08:42:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2708[Jul 28 2023 08:42:43 UTC (QA Tests)] INFO -- clicking :sign_in_button2709[Jul 28 2023 08:42:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.158s2710[Jul 28 2023 08:42:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2711[Jul 28 2023 08:42:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.2 seconds2712[Jul 28 2023 08:42:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/pull-mirror-source-project-7adc74ee8ff25e5b' via api in 0.84 seconds2713[Jul 28 2023 08:42:48 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"2714[Jul 28 2023 08:42:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.8 seconds2715[Jul 28 2023 08:42:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2716[Jul 28 2023 08:42:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444' via api in 0.18 seconds2717[Jul 28 2023 08:42:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/pull-mirror-target-project-c8df37aee51919c6' via api in 0.74 seconds2718[Jul 28 2023 08:42:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/pull-mirror-target-project-c8df37aee51919c62719[Jul 28 2023 08:42:51 UTC (QA Tests)] INFO -- clicking :menu_section_button2720[Jul 28 2023 08:42:51 UTC (QA Tests)] INFO -- clicking :nav_item_link2721[Jul 28 2023 08:42:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.872s2722[Jul 28 2023 08:42:53 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/pull-mirror-source-project-7adc74ee8ff25e5b.git"2723[Jul 28 2023 08:42:53 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field2724[Jul 28 2023 08:42:54 UTC (QA Tests)] INFO -- selecting "Pull" in :mirror_direction_field2725[Jul 28 2023 08:42:55 UTC (QA Tests)] INFO -- selecting "Password" in :authentication_method_field2726[Jul 28 2023 08:42:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"2727[Jul 28 2023 08:42:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2728[Jul 28 2023 08:42:55 UTC (QA Tests)] INFO -- clicking :mirror_repository_button2729[Jul 28 2023 08:42:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element mirror_repository_button' took 1.105s2730[Jul 28 2023 08:42:57 UTC (QA Tests)] INFO -- clicking :update_now_button2731[Jul 28 2023 08:42:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element update_now_button' took 1.17s2732[Jul 28 2023 08:42:58 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/pull-mirror-target-project-c8df37aee51919c6/-/settings/repository#js-push-remote-settings2733[Jul 28 2023 08:43:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-ed332206.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-08-12-25-5949891a6eceb444/pull-mirror-target-project-c8df37aee51919c62734[Jul 28 2023 08:43:02 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments2735 configures and syncs a (pull) mirrored repository with password auth2736[Jul 28 2023 08:43:02 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:2737{2738 "qa/specs/features/browser_ui/3_create/repository/file/delete_file_via_web_spec.rb": 14.411006776000022,2739 "qa/specs/features/ee/browser_ui/3_create/merge_request/default_merge_request_template_spec.rb": 20.349053239000114,2740 "qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb": 45.74004843800003,2741 "qa/specs/features/ee/browser_ui/2_plan/epic/roadmap_spec.rb": 6.1209906449998925,2742 "qa/specs/features/browser_ui/2_plan/milestone/create_project_milestone_spec.rb": 12.858831358000089,2743 "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_instance_level_spec.rb": 233.43192438300002,2744 "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb": 12.96974685799978,2745 "qa/specs/features/browser_ui/1_manage/login/2fa_recovery_spec.rb": 37.876190052999846,2746 "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_spec.rb": 11.196924701000171,2747 "qa/specs/features/browser_ui/3_create/repository/file/edit_file_via_web_spec.rb": 10.576666290000048,2748 "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_project_snippet_spec.rb": 34.023428673000126,2749 "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb": 9.586179678000008,2750 "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_list_spec.rb": 23.2338874940001,2751 "qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb": 17.714440219000153,2752 "qa/specs/features/api/2_plan/closes_issue_via_pushing_a_commit_spec.rb": 5.285692825999831,2753 "qa/specs/features/browser_ui/3_create/snippet/snippet_index_page_spec.rb": 29.996547792,2754 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configure_issue_board_by_label_spec.rb": 12.476908596000158,2755 "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_manipulation_spec.rb": 19.082228295000277,2756 "qa/specs/features/browser_ui/1_manage/login/2fa_ssh_recovery_spec.rb": 37.528680732999874,2757 "qa/specs/features/ee/browser_ui/2_plan/iterations/assign_group_iteration_spec.rb": 12.809845354000117,2758 "qa/specs/features/browser_ui/4_verify/pipeline/trigger_matrix_spec.rb": 25.421609074000116,2759 "qa/specs/features/browser_ui/5_package/package_registry/rubygems_registry_spec.rb": 26.534792480000306,2760 "qa/specs/features/browser_ui/3_create/repository/branch_with_unusual_name_spec.rb": 11.457132391999949,2761 "qa/specs/features/browser_ui/5_package/package_registry/maven/maven_group_level_spec.rb": 318.3257650739997,2762 "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_project_level_spec.rb": 122.43044384299992,2763 "qa/specs/features/browser_ui/2_plan/issue/custom_issue_template_spec.rb": 13.126089241000045,2764 "qa/specs/features/api/3_create/repository/tag_revision_trigger_prereceive_hook_spec.rb": 1.7511482610002531,2765 "qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb": 52.66727875399965,2766 "qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb": 6.60708802299996,2767 "qa/specs/features/ee/browser_ui/2_plan/issues_weight/issue_weight_visualization_spec.rb": 10.312318468000285,2768 "qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb": 25.48049818499976,2769 "qa/specs/features/api/4_verify/file_variable_spec.rb": 34.74990061800008,2770 "qa/specs/features/ee/browser_ui/2_plan/epic/epics_management_spec.rb": 69.65054462699982,2771 "qa/specs/features/ee/browser_ui/3_create/repository/restrict_push_protected_branch_spec.rb": 83.33805098999983,2772 "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb": 53.869267245000174,2773 "qa/specs/features/browser_ui/3_create/repository/ssh_key_support_spec.rb": 19.86478881100038,2774 "qa/specs/features/browser_ui/3_create/repository/push_http_private_token_spec.rb": 8.651171822999913,2775 "qa/specs/features/browser_ui/2_plan/issue_boards/focus_mode_spec.rb": 7.896640579000177,2776 "qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb": 104.35752410300029,2777 "qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb": 18.42877808000003,2778 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/create_group_issue_board_spec.rb": 11.150205323000137,2779 "qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb": 12.082632145999924,2780 "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_creation_spec.rb": 39.54121620900014,2781 "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_with_protected_branch_and_squashed_commits_spec.rb": 15.127564865000295,2782 "qa/specs/features/browser_ui/3_create/merge_request/suggestions/custom_commit_suggestion_spec.rb": 23.931496385000173,2783 "qa/specs/features/ee/browser_ui/1_manage/group/restrict_by_ip_address_spec.rb": 87.83587755100007,2784 "qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb": 9.362856872000066,2785 "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb": 20.5870876469998622786}2787[Jul 28 2023 08:43:02 UTC (QA Tests)] INFO -- 2788Knapsack global time execution for tests: 30m 41s2789Pending: (Failures listed here are expected and do not affect your suite's status)2790 1) Verify Unlocking job artifacts across pipelines when latest pipeline is blocked keeps job artifacts from the latest blocked pipeline and from latest successful pipeline2791 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3870872792 # ./qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb:1012793 2) Verify Unlocking job artifacts across pipelines when latest pipeline failed keeps job artifacts from latest failed pipelines and from latest successful pipeline2794 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/2669582795 # ./qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb:662796 3) Fulfillment Utilization when Saas user limit experience limit overage enforcement removed from private group when trial is started2797 # Test is not compatible with this environment or pipeline2798 # ./qa/specs/features/ee/browser_ui/11_fulfillment/saas_user_limit_experience_spec.rb:622799 4) Fulfillment Utilization when Saas user limit experience enforcement does not allow adding more members2800 # Test is not compatible with this environment or pipeline2801 # ./qa/specs/features/ee/browser_ui/11_fulfillment/saas_user_limit_experience_spec.rb:1102802 5) Fulfillment Utilization when Saas user limit experience enforcement limit counts includes invited group and project members2803 # Test is not compatible with this environment or pipeline2804 # ./qa/specs/features/ee/browser_ui/11_fulfillment/saas_user_limit_experience_spec.rb:1242805 6) Fulfillment Utilization when Saas user limit experience new group enforcement removed when trial started2806 # Test is not compatible with this environment or pipeline2807 # ./qa/specs/features/ee/browser_ui/11_fulfillment/saas_user_limit_experience_spec.rb:922808 7) Manage Gitlab migration migrates large gitlab group via api2809 # Test is not compatible with this environment or pipeline2810 # ./qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb:1262811 8) Package SaaS Container Registry pulls an image from an existing repository2812 # Test is not compatible with this environment or pipeline2813 # ./qa/specs/features/browser_ui/5_package/container_registry/saas/pull_container_registry_image_spec.rb:112814 9) Secure License Compliance has empty state2815 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3970672816 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:212817 10) Secure License Compliance when a license management report exists License Management Pipeline Licence tab behaves like pipeline license display can approve and deny licenses in the pipeline2818 # Test is not compatible with this environment or pipeline2819 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:562820 11) Secure License Compliance when a license management report exists License Management behaves like deny license can deny a license in the settings page2821 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3970672822 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:462823 12) Secure License Compliance when a license management report exists License Management behaves like approve license can approve a license in the settings page2824 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3970672825 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:362826 13) Secure License Compliance when a CycloneDX SBOM file exists License Management behaves like approve license can approve a license in the settings page2827 # Test is not compatible with this environment or pipeline2828 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:362829 14) Secure License Compliance when a CycloneDX SBOM file exists License Management behaves like deny license can deny a license in the settings page2830 # Test is not compatible with this environment or pipeline2831 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:462832 15) Secure License Compliance when a CycloneDX SBOM file exists License Management Pipeline Licence tab behaves like pipeline license display can approve and deny licenses in the pipeline2833 # Test is not compatible with this environment or pipeline2834 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:562835 16) Create Remote Development creates a new workspace and then stops and terminates it2836 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3970052837 # ./qa/specs/features/ee/browser_ui/3_create/remote_development/create_new_workspace_and_terminate_spec.rb:342838 17) Manage 2FA allows enforcing 2FA via UI and logging in with 2FA2839 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4093362840 # ./qa/specs/features/browser_ui/1_manage/login/log_in_with_2fa_spec.rb:532841 18) Create Merge requests when merging once behaves like merge when pipeline succeeds merges after pipeline succeeds2842 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4030172843 # ./qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb:532844Finished in 30 minutes 42 seconds (files took 2.74 seconds to load)2845104 examples, 0 failures, 18 pending2846Randomized with seed 298952847[Jul 28 2023 08:43:03 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-ed332206 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;'"`2848[Jul 28 2023 08:43:03 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-ed332206 bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`2849[Jul 28 2023 08:43:03 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ee-ed332206`2850[Jul 28 2023 08:43:03 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ee-ed332206`2852Running after script...2853$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command2854$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")2855$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"3039Not uploading cache qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 due to policy3041Uploading artifacts...3042gitlab-qa-run-*: found 465 matching artifact files and directories 3043Uploading artifacts as "archive" to coordinator... 201 Created id=4758982017 responseStatus=201 Created token=64_6kR6Z3044Uploading artifacts...3045gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 3046Uploading artifacts as "junit" to coordinator... 201 Created id=4758982017 responseStatus=201 Created token=64_6kR6Z3047Uploading artifacts...3048/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 3049Uploading artifacts as "dotenv" to coordinator... 201 Created id=4758982017 responseStatus=201 Created token=64_6kR6Z3051Job succeeded