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

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1687095264-2ebae19d-gcp...16Fetching changes with git depth set to 20...17Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/18Created fresh repository.19remote: Enumerating objects: 129829, done. 20remote: Counting objects: 100% (129829/129829), done. 21remote: Compressing objects: 100% (89767/89767), done. 22remote: Total 129829 (delta 52788), reused 85422 (delta 35058), pack-reused 0 23Receiving objects: 100% (129829/129829), 119.23 MiB | 43.43 MiB/s, done.24Resolving deltas: 100% (52788/52788), done.26 * [new ref] refs/pipelines/903605918 -> refs/pipelines/90360591827 * [new branch] master -> origin/master28Checking out 963bdc0e as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-f397e9c6e37138479b58004abf3f9032-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-f397e9c6e37138479b58004abf3f9032-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4494243624)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4494243624 responseStatus=200 OK token=64_sjX9P39Using docker image sha256:464c7cd37902135d7f6db6868fdb8402119104065aea7dd5f9274bd73b4b0515 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:11f18a6b934546cfd5b5027d678fac7af6950d42ee1bd99885ac66bcb66d98fe ...40$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE41$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")42$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command43Bundle complete! 36 Gemfile dependencies, 128 gems now installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"46$ echo "Running - '$QA_COMMAND'"47Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:963bdc0e11c104423537696fdc2fd054aa8886d8 --omnibus-config decomposition_single_db --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4494243645.json --format RspecJunitFormatter --out tmp/rspec-4494243645.xml --format html --out tmp/rspec-$(echo decomposition-single-db 2/5 | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jun 18 2023 13:36:41 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-4069b319$`50[Jun 18 2023 13:36:41 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-4069b319 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`51[Jun 18 2023 13:36:42 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/tls_certificates/authority/. alpine-4069b319:/etc/gitlab/trusted-certs`52[Jun 18 2023 13:36:43 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/tls_certificates/gitlab/. alpine-4069b319:/etc/gitlab/ssl`53[Jun 18 2023 13:36:43 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-4069b319`54[Jun 18 2023 13:36:43 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-4069b319`55[Jun 18 2023 13:36:43 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`56[Jun 18 2023 13:36:43 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:963bdc0e11c104423537696fdc2fd054aa8886d8`57[Jun 18 2023 13:37:19 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ee-c2906ca4$`58[Jun 18 2023 13:37:19 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`59[Jun 18 2023 13:37:19 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`60[Jun 18 2023 13:37:19 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ee-c2906ca4 --net test --hostname gitlab-ee-c2906ca4.test -p 80 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-18-13-36-41-f5bbd1c2/gitlab-ee-c2906ca4/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:963bdc0e11c104423537696fdc2fd054aa8886d8`61[Jun 18 2023 13:37:29 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-c2906ca4 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-06-18 13:36:4162# 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[Jun 18 2023 13:37:29 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ee-c2906ca4`72[Jun 18 2023 13:40:53 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...73[Jun 18 2023 13:40:53 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-c2906ca4`74[Jun 18 2023 13:40:53 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ee-c2906ca4 80/tcp`75[Jun 18 2023 13:40:53 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!76[Jun 18 2023 13:40:53 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-c2906ca4 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`77[Jun 18 2023 13:40:53 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-c2906ca4 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[Jun 18 2023 13:40:53 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-c2906ca4 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`84[Jun 18 2023 13:40:53 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-11.2.0/support/data gitlab-ee-c2906ca4:/tmp/data-seeds`85[Jun 18 2023 13:40:53 UTC (Gitlab QA)] INFO -- Running exec_commands...86[Jun 18 2023 13:40:53 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-c2906ca4 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`87[Jun 18 2023 13:41:40 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`88[Jun 18 2023 13:41:40 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:963bdc0e11c104423537696fdc2fd054aa8886d8`89[Jun 18 2023 13:42:39 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee90[Jun 18 2023 13:42:39 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled91[Jun 18 2023 13:42:39 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_KNAPSACK_REPORT_PATH="$QA_KNAPSACK_REPORT_PATH" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_INDEX="$CI_NODE_INDEX" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-18-13-36-41-f5bbd1c2/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-06-18-13-36-41-f5bbd1c2/gitlab-ee-qa-9bd2aca8:/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-9bd2aca8 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:963bdc0e11c104423537696fdc2fd054aa8886d8 Test::Instance::All http://gitlab-ee-c2906ca4.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4494243645.json --format RspecJunitFormatter --out tmp/rspec-4494243645.xml --format html --out tmp/rspec-decomposition-single-db_2_5.htm --color --format documentation`922023-06-18 13:42:43 / CONF :: 93 ==> Base URL: http://gitlab-ee-c2906ca4.test94 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f18f93027a8>95 ==> Libraries: Chemlab::Vendor96[Jun 18 2023 13:42:43 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA97[Jun 18 2023 13:42:43 UTC (QA Tests)] INFO -- Browser: chrome98[Jun 18 2023 13:42:43 UTC (QA Tests)] INFO -- Performing sanity check for environment!99[Jun 18 2023 13:42:44 UTC (QA Tests)] INFO -- Performing initial license fabrication!100[Jun 18 2023 13:42:44 UTC (QA Tests)] INFO -- Successfully added license key. Details:101{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}102[Jun 18 2023 13:42:44 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.2 seconds103[Jun 18 2023 13:42:44 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled104[Jun 18 2023 13:42:44 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled105[Jun 18 2023 13:42:44 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-single-db' to 'knapsack/decomposition-single-db.json'106[Jun 18 2023 13:42:44 UTC (QA Tests)] INFO -- Report already exists, skipping!107[Jun 18 2023 13:42:44 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====108[Jun 18 2023 13:42:44 UTC (QA Tests)] INFO -- Report specs:109[Jun 18 2023 13:42:44 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/5_package/package_registry/maven/maven_group_level_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_instance_level_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pipeline_with_image_pull_policy_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_non_inheritable_when_forward_pipeline_variables_false_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/fix_vulnerability_workflow_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/epic/epics_management_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb", "qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb", "qa/specs/features/browser_ui/4_verify/testing/endpoint_coverage_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/assign_milestone_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/automatically_creates_incident_for_alert_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/dismissed_vulnerabilities_in_security_widget_spec.rb", "qa/specs/features/ee/browser_ui/6_release/pipeline_status_on_operation_dashboard_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/recovery_alert_resolves_correct_alert_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/generic_repository_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/project_issue_boards_spec.rb", "qa/specs/features/api/4_verify/api_variable_inheritance_with_forward_pipeline_variables_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_multiple_projects_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/assign_code_owners_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_from_push_notification_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/suggestions/custom_commit_suggestion_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_manipulation_spec.rb", "qa/specs/features/browser_ui/14_analytics/performance_bar_spec.rb", "qa/specs/features/ee/browser_ui/9_data_stores/group/share_group_with_group_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/transfer_project_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/archive_design_content_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issues_analytics/issues_analytics_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/real_time_assignee_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/milestone/create_group_milestone_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/add_project_member_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_target_branch_spec.rb", "qa/specs/features/ee/api/2_plan/epics_milestone_dates_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/edit_file_via_web_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/create_file_via_web_spec.rb", "qa/specs/features/ee/api/10_govern/compliance_pipeline_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/create_group_issue_board_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/delete_file_via_web_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configurable_issue_board_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/epic/roadmap_spec.rb", "qa/specs/features/browser_ui/6_release/deploy_token/add_deploy_token_spec.rb", "qa/specs/features/api/1_manage/rate_limits_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb"]110[Jun 18 2023 13:42:44 UTC (QA Tests)] INFO -- Leftover specs:111[Jun 18 2023 13:42:44 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/backend_node_recovery_spec.rb", "qa/specs/features/api/12_systems/gitaly/praefect_replication_queue_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_group_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_pipeline_spec.rb", "qa/specs/features/browser_ui/14_analytics/service_ping_disabled_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/pipeline_status_emails_spec.rb", "qa/specs/features/browser_ui/1_manage/login/login_via_instance_wide_saml_sso_spec.rb", "qa/specs/features/browser_ui/2_plan/transient/comment_on_discussion_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_to_canary_gitaly_spec.rb", "qa/specs/features/browser_ui/5_package/dependency_proxy/dependency_proxy_spec.rb", "qa/specs/features/ee/api/12_systems/geo/geo_nodes_spec.rb", "qa/specs/features/ee/api/7_configure/kubernetes/kubernetes_agent_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/main_index/blob_index_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/vulnerabilities_jira_integration_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/upgrade_group_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/utilization/usage_quotas_seats_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/geo_replication_npm_registry_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/ssh_push_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/wiki_ssh_push_to_secondary_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/group/group_ldap_sync_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/ldap/admin_ldap_sync_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/transient/merge_trains_transient_bug_spec.rb", "qa/specs/features/sanity/framework_spec.rb"]112[Jun 18 2023 13:42:45 UTC (QA Tests)] INFO -- Knapsack report generator started!113[Jun 18 2023 13:42:45 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-single-db' to 'knapsack/decomposition-single-db.json'114[Jun 18 2023 13:42:45 UTC (QA Tests)] INFO -- Report already exists, skipping!115Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}116Randomized with seed 18182117Plan118 Project level issues analytics119 behaves like issues analytics page120[Jun 18 2023 13:44:38 UTC (QA Tests)] INFO -- Starting test: Plan Project level issues analytics behaves like issues analytics page displays a graph121[Jun 18 2023 13:44:38 UTC (QA Tests)] INFO -- filling :login_field with "root"122[Jun 18 2023 13:44:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field123[Jun 18 2023 13:44:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"124[Jun 18 2023 13:44:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field125[Jun 18 2023 13:44:39 UTC (QA Tests)] INFO -- clicking :sign_in_button126[Jun 18 2023 13:44:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.936s127[Jun 18 2023 13:44:41 UTC (QA Tests)] INFO -- Enabling super sidebar!128[Jun 18 2023 13:44:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled129[Jun 18 2023 13:44:43 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA130[Jun 18 2023 13:44:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-br3bvtpe' via cache in 0.0 seconds131[Jun 18 2023 13:44:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.67 seconds132[Jun 18 2023 13:44:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 1.88 seconds133[Jun 18 2023 13:44:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-issues-8d60d8c0c0f44f13' via api in 3.69 seconds134[Jun 18 2023 13:44:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 4.1 seconds135 displays a graph136 Group level issues analytics137 behaves like issues analytics page138[Jun 18 2023 13:44:49 UTC (QA Tests)] INFO -- Starting test: Plan Group level issues analytics behaves like issues analytics page displays a graph139[Jun 18 2023 13:44:49 UTC (QA Tests)] INFO -- filling :login_field with "root"140[Jun 18 2023 13:44:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field141[Jun 18 2023 13:44:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"142[Jun 18 2023 13:44:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field143[Jun 18 2023 13:44:50 UTC (QA Tests)] INFO -- clicking :sign_in_button144[Jun 18 2023 13:44:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.897s145[Jun 18 2023 13:44:51 UTC (QA Tests)] INFO -- Enabling super sidebar!146[Jun 18 2023 13:44:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled147[Jun 18 2023 13:44:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds148[Jun 18 2023 13:44:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.19 seconds149[Jun 18 2023 13:44:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-issues-835b15d1fe8f6fdb' via api in 1.44 seconds150[Jun 18 2023 13:44:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 1.83 seconds151 displays a graph152Monitor153 Recovery alert154 when using HTTP endpoint integration155 behaves like triggers recovery alert156[Jun 18 2023 13:44:57 UTC (QA Tests)] INFO -- Starting test: Monitor Recovery alert when using HTTP endpoint integration behaves like triggers recovery alert only resolves the correct alert157[Jun 18 2023 13:44:57 UTC (QA Tests)] INFO -- filling :login_field with "root"158[Jun 18 2023 13:44:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field159[Jun 18 2023 13:44:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"160[Jun 18 2023 13:44:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field161[Jun 18 2023 13:44:58 UTC (QA Tests)] INFO -- clicking :sign_in_button162[Jun 18 2023 13:44:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.146s163[Jun 18 2023 13:44:59 UTC (QA Tests)] INFO -- Enabling super sidebar!164[Jun 18 2023 13:44:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled165[Jun 18 2023 13:45:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.21 seconds166[Jun 18 2023 13:45:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.34 seconds167[Jun 18 2023 13:45:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-alerts-dfcfec371ed267bd' via api in 1.77 seconds168[Jun 18 2023 13:45:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-alerts-dfcfec371ed267bd169[Jun 18 2023 13:45:05 UTC (QA Tests)] INFO -- clicking :menu_section_button170[Jun 18 2023 13:45:05 UTC (QA Tests)] INFO -- clicking :nav_item_link171[Jun 18 2023 13:45:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.373s172[Jun 18 2023 13:45:09 UTC (QA Tests)] INFO -- clicking :add_integration_button173[Jun 18 2023 13:45:09 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown174[Jun 18 2023 13:45:09 UTC (QA Tests)] INFO -- clicking :integration_name_field175[Jun 18 2023 13:45:09 UTC (QA Tests)] INFO -- filling :integration_name_field with "ipsa"176[Jun 18 2023 13:45:09 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field177[Jun 18 2023 13:45:10 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button178[Jun 18 2023 13:45:10 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"Et voluptatem quisquam quia.","description":"Et voluptatem quisquam quia."}"179[Jun 18 2023 13:45:10 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field180[Jun 18 2023 13:45:10 UTC (QA Tests)] INFO -- clicking :send_test_alert_button181[Jun 18 2023 13:45:11 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"Omnis aliquid impedit enim.","description":"Omnis aliquid impedit enim."}"182[Jun 18 2023 13:45:11 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field183[Jun 18 2023 13:45:11 UTC (QA Tests)] INFO -- clicking :send_test_alert_button184[Jun 18 2023 13:45:14 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"Et voluptatem quisquam quia.","description":"Et voluptatem quisquam quia.","end_time":"2023-06-18 13:45:14 +0000"}"185[Jun 18 2023 13:45:14 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field186[Jun 18 2023 13:45:15 UTC (QA Tests)] INFO -- clicking :send_test_alert_button187[Jun 18 2023 13:45:15 UTC (QA Tests)] INFO -- clicking :menu_section_button188[Jun 18 2023 13:45:15 UTC (QA Tests)] INFO -- clicking :nav_item_link189[Jun 18 2023 13:45:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.805s190 only resolves the correct alert191 when using Prometheus integration192 behaves like triggers recovery alert193[Jun 18 2023 13:45:17 UTC (QA Tests)] INFO -- Starting test: Monitor Recovery alert when using Prometheus integration behaves like triggers recovery alert only resolves the correct alert194[Jun 18 2023 13:45:17 UTC (QA Tests)] INFO -- filling :login_field with "root"195[Jun 18 2023 13:45:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field196[Jun 18 2023 13:45:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"197[Jun 18 2023 13:45:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field198[Jun 18 2023 13:45:18 UTC (QA Tests)] INFO -- clicking :sign_in_button199[Jun 18 2023 13:45:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.879s200[Jun 18 2023 13:45:19 UTC (QA Tests)] INFO -- Enabling super sidebar!201[Jun 18 2023 13:45:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled202[Jun 18 2023 13:45:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.15 seconds203[Jun 18 2023 13:45:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.47 seconds204[Jun 18 2023 13:45:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-alerts-7061af4829375f5f' via api in 1.84 seconds205[Jun 18 2023 13:45:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-alerts-7061af4829375f5f206[Jun 18 2023 13:45:24 UTC (QA Tests)] INFO -- clicking :menu_section_button207[Jun 18 2023 13:45:24 UTC (QA Tests)] INFO -- clicking :nav_item_link208[Jun 18 2023 13:45:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.071s209[Jun 18 2023 13:45:26 UTC (QA Tests)] INFO -- clicking :add_integration_button210[Jun 18 2023 13:45:26 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown211[Jun 18 2023 13:45:26 UTC (QA Tests)] INFO -- clicking :prometheus_url_field212[Jun 18 2023 13:45:27 UTC (QA Tests)] INFO -- filling :prometheus_url_field with "http://gitlab-ee-c2906ca4.test"213[Jun 18 2023 13:45:27 UTC (QA Tests)] INFO -- clicking the coordinates of :prometheus_url_field214[Jun 18 2023 13:45:27 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button215[Jun 18 2023 13:45:27 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-06-18 13:45:27 +0000","generatorURL":"http://zemlak.example/jerrell_mitchell","endsAt":null,"status":null,"labels":{"gitlab_environment_name":"aliquid"},"annotations":{"title":"Assumenda ratione hic autem."}}]}"216[Jun 18 2023 13:45:27 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field217[Jun 18 2023 13:45:28 UTC (QA Tests)] INFO -- clicking :send_test_alert_button218[Jun 18 2023 13:45:28 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-06-18 13:45:27 +0000","generatorURL":"http://stiedemann-homenick.example/carlos.hauck","endsAt":null,"status":null,"labels":{"gitlab_environment_name":"nam"},"annotations":{"title":"Vero est aliquid dolorem."}}]}"219[Jun 18 2023 13:45:28 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field220[Jun 18 2023 13:45:29 UTC (QA Tests)] INFO -- clicking :send_test_alert_button221[Jun 18 2023 13:45:32 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-06-18 13:45:27 +0000","generatorURL":"http://zemlak.example/jerrell_mitchell","endsAt":"2023-06-18 13:45:32 +0000","status":"resolved","labels":{"gitlab_environment_name":"aliquid"},"annotations":{"title":"Assumenda ratione hic autem."}}]}"222[Jun 18 2023 13:45:32 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field223[Jun 18 2023 13:45:32 UTC (QA Tests)] INFO -- clicking :send_test_alert_button224[Jun 18 2023 13:45:33 UTC (QA Tests)] INFO -- clicking :menu_section_button225[Jun 18 2023 13:45:33 UTC (QA Tests)] INFO -- clicking :nav_item_link226[Jun 18 2023 13:45:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.744s227 only resolves the correct alert228Govern229 Dismissed vulnerabilities in MR security widget230[Jun 18 2023 13:45:34 UTC (QA Tests)] INFO -- Starting test: Govern Dismissed vulnerabilities in MR security widget checks that dismissed vulnerabilities do not show up in MR security widget231[Jun 18 2023 13:45:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds232[Jun 18 2023 13:45:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.19 seconds233[Jun 18 2023 13:45:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-vulnerabilities-bb47473563ddea31' via api in 1.26 seconds234[Jun 18 2023 13:45:35 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.235[Jun 18 2023 13:45:35 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`236[Jun 18 2023 13:45:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`237[Jun 18 2023 13:45:39 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-vulnerabilities-bb47473563ddea31 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-vulnerabilities-bb47473563ddea31 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-project-with-vulnerabilities-bb47473563ddea31 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `238[Jun 18 2023 13:45:41 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-vulnerabilities-bb47473563ddea31`239[Jun 18 2023 13:45:41 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`240[Jun 18 2023 13:45:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-project-with-vulnerabilities-bb47473563ddea31' via api in 7.5 seconds241[Jun 18 2023 13:45:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.6 seconds242[Jun 18 2023 13:45:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.59 seconds243[Jun 18 2023 13:45:45 UTC (QA Tests)] INFO -- filling :login_field with "root"244[Jun 18 2023 13:45:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field245[Jun 18 2023 13:45:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"246[Jun 18 2023 13:45:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field247[Jun 18 2023 13:45:45 UTC (QA Tests)] INFO -- clicking :sign_in_button248[Jun 18 2023 13:45:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.872s249[Jun 18 2023 13:45:47 UTC (QA Tests)] INFO -- Enabling super sidebar!250[Jun 18 2023 13:45:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled251[Jun 18 2023 13:45:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-vulnerabilities-bb47473563ddea31252[Jun 18 2023 13:45:50 UTC (QA Tests)] INFO -- clicking :menu_section_button253[Jun 18 2023 13:45:50 UTC (QA Tests)] INFO -- clicking :nav_item_link254[Jun 18 2023 13:45:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.872s255[Jun 18 2023 13:45:51 UTC (QA Tests)] INFO -- checking via JS :vulnerability_report_checkbox_all with args {}256[Jun 18 2023 13:46:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-project-with-vulnerabilities-bb47473563ddea31'257[Jun 18 2023 13:46:01 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-vulnerabilities-bb47473563ddea31`258[Jun 18 2023 13:46:02 UTC (QA Tests)] INFO -- Saving screenshot..259[Jun 18 2023 13:46:02 UTC (QA Tests)] INFO -- Starting test: Govern Dismissed vulnerabilities in MR security widget checks that dismissed vulnerabilities do not show up in MR security widget260[Jun 18 2023 13:46:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds261[Jun 18 2023 13:46:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.18 seconds262[Jun 18 2023 13:46:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-vulnerabilities-f59382d6c891c5ba' via api in 0.86 seconds263[Jun 18 2023 13:46:03 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.264[Jun 18 2023 13:46:03 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`265[Jun 18 2023 13:46:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`266[Jun 18 2023 13:46:03 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-vulnerabilities-f59382d6c891c5ba --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-vulnerabilities-f59382d6c891c5ba sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-project-with-vulnerabilities-f59382d6c891c5ba --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `267[Jun 18 2023 13:46:04 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-vulnerabilities-f59382d6c891c5ba`268[Jun 18 2023 13:46:04 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`269[Jun 18 2023 13:46:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-project-with-vulnerabilities-f59382d6c891c5ba' via api in 1.17 seconds270[Jun 18 2023 13:46:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.61 seconds271[Jun 18 2023 13:46:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.59 seconds272[Jun 18 2023 13:46:06 UTC (QA Tests)] INFO -- filling :login_field with "root"273[Jun 18 2023 13:46:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field274[Jun 18 2023 13:46:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"275[Jun 18 2023 13:46:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field276[Jun 18 2023 13:46:07 UTC (QA Tests)] INFO -- clicking :sign_in_button277[Jun 18 2023 13:46:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.97s278[Jun 18 2023 13:46:08 UTC (QA Tests)] INFO -- Enabling super sidebar!279[Jun 18 2023 13:46:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled280[Jun 18 2023 13:46:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-vulnerabilities-f59382d6c891c5ba281[Jun 18 2023 13:46:11 UTC (QA Tests)] INFO -- clicking :menu_section_button282[Jun 18 2023 13:46:12 UTC (QA Tests)] INFO -- clicking :nav_item_link283[Jun 18 2023 13:46:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.099s284[Jun 18 2023 13:46:13 UTC (QA Tests)] INFO -- checking via JS :vulnerability_report_checkbox_all with args {}285[Jun 18 2023 13:46:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element vulnerability_report_checkbox_all' took 0.507s286[Jun 18 2023 13:46:13 UTC (QA Tests)] INFO -- clicking :vulnerability_card_status_dropdown287[Jun 18 2023 13:46:13 UTC (QA Tests)] INFO -- clicking :listbox-item-dismissed288[Jun 18 2023 13:46:13 UTC (QA Tests)] INFO -- clicking :dismissal_reason_listbox289[Jun 18 2023 13:46:14 UTC (QA Tests)] INFO -- clicking :listbox-item-not_applicable290[Jun 18 2023 13:46:14 UTC (QA Tests)] INFO -- filling :change_status_comment_textbox with "E2E Test"291[Jun 18 2023 13:46:14 UTC (QA Tests)] INFO -- clicking the coordinates of :change_status_comment_textbox292[Jun 18 2023 13:46:14 UTC (QA Tests)] INFO -- clicking :change_status_button293[Jun 18 2023 13:46:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds294[Jun 18 2023 13:46:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds295[Jun 18 2023 13:46:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.5 seconds296[Jun 18 2023 13:46:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-vulnerabilities-f59382d6c891c5ba/-/merge_requests/1297[Jun 18 2023 13:46:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.01s298[Jun 18 2023 13:46:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.034s299[Jun 18 2023 13:46:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.604s300[Jun 18 2023 13:46:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 3.709s301[Jun 18 2023 13:46:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? vulnerability_report_grouped' took 5.141s302[Jun 18 2023 13:46:37 UTC (QA Tests)] INFO -- clicking :expand_report_button303[Jun 18 2023 13:46:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-project-with-vulnerabilities-f59382d6c891c5ba'304[Jun 18 2023 13:46:38 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-vulnerabilities-f59382d6c891c5ba`305 checks that dismissed vulnerabilities do not show up in MR security widget3071st Try error in ./qa/specs/features/ee/browser_ui/10_govern/dismissed_vulnerabilities_in_security_widget_spec.rb:72:308Unable to find css "[data-testid=\"vulnerability_report_checkbox_all\"],[data-testid=\"vulnerability-report-checkbox-all\"],[data-qa-selector=\"vulnerability_report_checkbox_all\"],.qa-vulnerability-report-checkbox-all"310RSpec::Retry: 2nd try ./qa/specs/features/ee/browser_ui/10_govern/dismissed_vulnerabilities_in_security_widget_spec.rb:72311Plan312 Group issue boards313[Jun 18 2023 13:46:38 UTC (QA Tests)] INFO -- Starting test: Plan Group issue boards creates a group issue board via the GUI314[Jun 18 2023 13:46:39 UTC (QA Tests)] INFO -- filling :login_field with "root"315[Jun 18 2023 13:46:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field316[Jun 18 2023 13:46:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"317[Jun 18 2023 13:46:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field318[Jun 18 2023 13:46:40 UTC (QA Tests)] INFO -- clicking :sign_in_button319[Jun 18 2023 13:46:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.979s320[Jun 18 2023 13:46:41 UTC (QA Tests)] INFO -- Enabling super sidebar!321[Jun 18 2023 13:46:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled322[Jun 18 2023 13:46:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds323[Jun 18 2023 13:46:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.21 seconds324[Jun 18 2023 13:46:43 UTC (QA Tests)] INFO -- clicking :nav_item_link325[Jun 18 2023 13:46:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.768s326[Jun 18 2023 13:46:43 UTC (QA Tests)] INFO -- filling :groups_filter_field with "qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc"327[Jun 18 2023 13:46:43 UTC (QA Tests)] INFO -- clicking the coordinates of :groups_filter_field328[Jun 18 2023 13:46:46 UTC (QA Tests)] INFO -- clicking :menu_section_button329[Jun 18 2023 13:46:46 UTC (QA Tests)] INFO -- clicking :nav_item_link330[Jun 18 2023 13:46:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.924s331[Jun 18 2023 13:46:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.597s332[Jun 18 2023 13:46:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.616s333[Jun 18 2023 13:46:47 UTC (QA Tests)] INFO -- clicking :create_new_board_button334[Jun 18 2023 13:46:48 UTC (QA Tests)] INFO -- clicking :save_changes_button335[Jun 18 2023 13:46:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.566s336[Jun 18 2023 13:46:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.579s337 creates a group issue board via the GUI338Release339 Deploy token creation340[Jun 18 2023 13:46:49 UTC (QA Tests)] INFO -- Starting test: Release Deploy token creation user adds a deploy token341[Jun 18 2023 13:46:49 UTC (QA Tests)] INFO -- filling :login_field with "root"342[Jun 18 2023 13:46:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field343[Jun 18 2023 13:46:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"344[Jun 18 2023 13:46:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field345[Jun 18 2023 13:46:50 UTC (QA Tests)] INFO -- clicking :sign_in_button346[Jun 18 2023 13:46:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.811s347[Jun 18 2023 13:46:51 UTC (QA Tests)] INFO -- Enabling super sidebar!348[Jun 18 2023 13:46:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled349[Jun 18 2023 13:46:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds350[Jun 18 2023 13:46:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.17 seconds351[Jun 18 2023 13:46:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-to-deploy-2b71640128ee9769' via api in 0.66 seconds352[Jun 18 2023 13:46:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.79 seconds353 user adds a deploy token354Fulfillment355 Purchase356 group plan357 upgrades from free to ultimate (PENDING: Test is not compatible with this environment or pipeline)358 with existing CI minutes pack359 upgrades from free to premium with correct CI minutes (PENDING: Test is not compatible with this environment or pipeline)360Govern361 Compliance pipeline362 when a compliance framework has a compliance pipeline363[Jun 18 2023 13:46:53 UTC (QA Tests)] INFO -- Starting test: Govern Compliance pipeline when a compliance framework has a compliance pipeline runs that pipeline in a different project that has the compliance framework assigned364[Jun 18 2023 13:46:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds365[Jun 18 2023 13:46:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/compliance-pipeline-ricgz8dh' via api in 0.39 seconds366[Jun 18 2023 13:46:54 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.367[Jun 18 2023 13:46:54 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`368[Jun 18 2023 13:46:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`369[Jun 18 2023 13:46:59 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-compliance-pipeline-ricgz8dh --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-compliance-pipeline-ricgz8dh sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-compliance-pipeline-ricgz8dh --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list runner-for-compliance-pipeline-ricgz8dh --executor shell && gitlab-runner run" `370[Jun 18 2023 13:47:00 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-compliance-pipeline-ricgz8dh`371[Jun 18 2023 13:47:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`372[Jun 18 2023 13:47:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'runner-for-compliance-pipeline-ricgz8dh' via api in 6.17 seconds373[Jun 18 2023 13:47:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/compliance-pipeline-ricgz8dh/pipeline-project-fb1d5b97954ff14b' via api in 0.52 seconds374[Jun 18 2023 13:47:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.9 seconds375[Jun 18 2023 13:47:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/compliance-pipeline-ricgz8dh/compliant-project-ef20e04271c4fa46' via api in 0.44 seconds376[Jun 18 2023 13:47:02 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::ComplianceFramework with name 'Minus quisquam sunt ut.' via api in 0.1 seconds377[Jun 18 2023 13:47:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds378[Jun 18 2023 13:47:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds379[Jun 18 2023 13:47:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.61 seconds380 runs that pipeline in a different project that has the compliance framework assigned381Analytics382 Performance bar display383 when logged in as an admin user384[Jun 18 2023 13:47:08 UTC (QA Tests)] INFO -- Starting test: Analytics Performance bar display when logged in as an admin user shows results for the original request and AJAX requests385[Jun 18 2023 13:47:08 UTC (QA Tests)] INFO -- filling :login_field with "root"386[Jun 18 2023 13:47:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field387[Jun 18 2023 13:47:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"388[Jun 18 2023 13:47:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field389[Jun 18 2023 13:47:09 UTC (QA Tests)] INFO -- clicking :sign_in_button390[Jun 18 2023 13:47:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.031s391[Jun 18 2023 13:47:11 UTC (QA Tests)] INFO -- Enabling super sidebar!392[Jun 18 2023 13:47:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled393[Jun 18 2023 13:47:12 UTC (QA Tests)] INFO -- clicking :context_switcher394[Jun 18 2023 13:47:12 UTC (QA Tests)] INFO -- clicking :nav_item_link395[Jun 18 2023 13:47:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.659s396[Jun 18 2023 13:47:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.129s397[Jun 18 2023 13:47:14 UTC (QA Tests)] INFO -- clicking :menu_section_button398[Jun 18 2023 13:47:14 UTC (QA Tests)] INFO -- clicking :nav_item_link399[Jun 18 2023 13:47:16 UTC (QA Tests)] INFO -- checking via JS :enable_performance_bar_checkbox with args {}400[Jun 18 2023 13:47:16 UTC (QA Tests)] INFO -- clicking :save_changes_button401[Jun 18 2023 13:47:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 6.002s402[Jun 18 2023 13:47:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds403[Jun 18 2023 13:47:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.18 seconds404[Jun 18 2023 13:47:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-issues-48baff906616e57b' via api in 0.79 seconds405[Jun 18 2023 13:47:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-issues-48baff906616e57b406[Jun 18 2023 13:47:25 UTC (QA Tests)] INFO -- clicking :new_menu_toggle407[Jun 18 2023 13:47:25 UTC (QA Tests)] INFO -- clicking :create_menu_item408[Jun 18 2023 13:47:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 2.54s409[Jun 18 2023 13:47:27 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Performance bar test"410[Jun 18 2023 13:47:27 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field411[Jun 18 2023 13:47:28 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description 1431b08ba6b0e918"412[Jun 18 2023 13:47:28 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field413[Jun 18 2023 13:47:28 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present414[Jun 18 2023 13:47:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 4.426s415[Jun 18 2023 13:47:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 10.56 seconds416[Jun 18 2023 13:47:33 UTC (QA Tests)] INFO -- clicking :request_dropdown417 shows results for the original request and AJAX requests418Create419 Web IDE file templates420[Jun 18 2023 13:47:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds421[Jun 18 2023 13:47:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.17 seconds422[Jun 18 2023 13:47:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/file-template-project-c2c8ce7da2d3b5e4' via api in 1.11 seconds423[Jun 18 2023 13:47:35 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds Dockerfile via file template Python424 user adds Dockerfile via file template Python (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)425[Jun 18 2023 13:47:35 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds .gitlab-ci.yml via file template Julia426 user adds .gitlab-ci.yml via file template Julia (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)427[Jun 18 2023 13:47:35 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds .gitignore via file template Android428 user adds .gitignore via file template Android (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)429[Jun 18 2023 13:47:35 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds LICENSE via file template Mozilla Public License 2.0430 user adds LICENSE via file template Mozilla Public License 2.0 (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)431Plan432 Configurable issue board433[Jun 18 2023 13:47:35 UTC (QA Tests)] INFO -- Starting test: Plan Configurable issue board renames the issue board434[Jun 18 2023 13:47:35 UTC (QA Tests)] INFO -- filling :login_field with "root"435[Jun 18 2023 13:47:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field436[Jun 18 2023 13:47:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"437[Jun 18 2023 13:47:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field438[Jun 18 2023 13:47:36 UTC (QA Tests)] INFO -- clicking :sign_in_button439[Jun 18 2023 13:47:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.956s440[Jun 18 2023 13:47:37 UTC (QA Tests)] INFO -- Enabling super sidebar!441[Jun 18 2023 13:47:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled442[Jun 18 2023 13:47:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds443[Jun 18 2023 13:47:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.18 seconds444[Jun 18 2023 13:47:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-board-list-e90fcffdf35d5371' via api in 0.63 seconds445[Jun 18 2023 13:47:40 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.12 seconds446[Jun 18 2023 13:47:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '1' via api in 0.14 seconds447[Jun 18 2023 13:47:40 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::LabelBoardList with id '7' via api in 1.01 seconds448[Jun 18 2023 13:47:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-board-list-e90fcffdf35d5371449[Jun 18 2023 13:47:41 UTC (QA Tests)] INFO -- clicking :menu_section_button450[Jun 18 2023 13:47:41 UTC (QA Tests)] INFO -- clicking :nav_item_link451[Jun 18 2023 13:47:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.801s452[Jun 18 2023 13:47:42 UTC (QA Tests)] INFO -- clicking :boards_config_button453[Jun 18 2023 13:47:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.557s454[Jun 18 2023 13:47:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element boards_config_button' took 0.678s455[Jun 18 2023 13:47:43 UTC (QA Tests)] INFO -- clicking :save_changes_button456 renames the issue board457Data Stores458 Project transfer between groups459[Jun 18 2023 13:47:43 UTC (QA Tests)] INFO -- Starting test: Data Stores Project transfer between groups user transfers a project between groups460[Jun 18 2023 13:47:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds461[Jun 18 2023 13:47:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/target-group-for-transfer_adf0cea8941e799f' via api in 0.34 seconds462[Jun 18 2023 13:47:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds463[Jun 18 2023 13:47:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/source-group-21e11e5969a981a8' via api in 0.39 seconds464[Jun 18 2023 13:47:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/source-group-21e11e5969a981a8/transfer-project-280d8beed87d61d5' via api in 0.66 seconds465[Jun 18 2023 13:47:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.92 seconds466[Jun 18 2023 13:47:46 UTC (QA Tests)] INFO -- filling :login_field with "root"467[Jun 18 2023 13:47:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field468[Jun 18 2023 13:47:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"469[Jun 18 2023 13:47:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field470[Jun 18 2023 13:47:47 UTC (QA Tests)] INFO -- clicking :sign_in_button471[Jun 18 2023 13:47:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.932s472[Jun 18 2023 13:47:48 UTC (QA Tests)] INFO -- Enabling super sidebar!473[Jun 18 2023 13:47:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled474[Jun 18 2023 13:47:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/source-group-21e11e5969a981a8/transfer-project-280d8beed87d61d5475[Jun 18 2023 13:47:52 UTC (QA Tests)] INFO -- clicking :menu_section_button476[Jun 18 2023 13:47:52 UTC (QA Tests)] INFO -- clicking :nav_item_link477[Jun 18 2023 13:47:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.005s478[Jun 18 2023 13:47:55 UTC (QA Tests)] INFO -- Transferring project: transfer-project-280d8beed87d61d5 to namespace: gitlab-qa-sandbox-group-1/target-group-for-transfer_adf0cea8941e799f479[Jun 18 2023 13:47:55 UTC (QA Tests)] INFO -- scrolling to :[data-testid="transfer_project_content"],[data-testid="transfer-project-content"],[data-qa-selector="transfer_project_content"],.qa-transfer-project-content480[Jun 18 2023 13:47:55 UTC (QA Tests)] INFO -- clicking :namespaces_list481[Jun 18 2023 13:47:55 UTC (QA Tests)] INFO -- filling :namespaces_list_search with "gitlab-qa-sandbox-group-1 / target-group-for-transfer_adf0cea8941e799f"482[Jun 18 2023 13:47:55 UTC (QA Tests)] INFO -- clicking the coordinates of :namespaces_list_search483[Jun 18 2023 13:47:56 UTC (QA Tests)] INFO -- clicking :transfer_project_button484[Jun 18 2023 13:47:56 UTC (QA Tests)] INFO -- filling :confirm_danger_field with "transfer-project-280d8beed87d61d5"485[Jun 18 2023 13:47:56 UTC (QA Tests)] INFO -- clicking the coordinates of :confirm_danger_field486[Jun 18 2023 13:47:57 UTC (QA Tests)] INFO -- clicking :confirm_danger_modal_button487[Jun 18 2023 13:47:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_danger_modal_button' took 1.584s488[Jun 18 2023 13:47:58 UTC (QA Tests)] INFO -- clicking :nav_item_link489[Jun 18 2023 13:47:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.186s490 user transfers a project between groups491Release492 Operations Dashboard493[Jun 18 2023 13:48:00 UTC (QA Tests)] INFO -- Starting test: Release Operations Dashboard has many pipelines with appropriate statuses494[Jun 18 2023 13:48:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds495[Jun 18 2023 13:48:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.17 seconds496[Jun 18 2023 13:48:00 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.497[Jun 18 2023 13:48:00 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`498[Jun 18 2023 13:48:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`499[Jun 18 2023 13:48:00 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc --executor shell && gitlab-runner run" `500[Jun 18 2023 13:48:01 UTC (QA Tests)] INFO -- Executing: `docker logs qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc`501[Jun 18 2023 13:48:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`502[Jun 18 2023 13:48:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 1.42 seconds503[Jun 18 2023 13:48:02 UTC (QA Tests)] INFO -- filling :login_field with "root"504[Jun 18 2023 13:48:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field505[Jun 18 2023 13:48:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"506[Jun 18 2023 13:48:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field507[Jun 18 2023 13:48:03 UTC (QA Tests)] INFO -- clicking :sign_in_button508[Jun 18 2023 13:48:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.013s509[Jun 18 2023 13:48:04 UTC (QA Tests)] INFO -- Enabling super sidebar!510[Jun 18 2023 13:48:04 UTC (QA Tests)] INFO -- Super sidebar is already enabled511[Jun 18 2023 13:48:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-success-run-66f266ddf35f80aa' via api in 0.41 seconds512[Jun 18 2023 13:48:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds513[Jun 18 2023 13:48:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-pending-run-a7bc49676e42b304' via api in 0.45 seconds514[Jun 18 2023 13:48:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds515[Jun 18 2023 13:48:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-failed-run-7dda2b0c3b4e3315' via api in 0.92 seconds516[Jun 18 2023 13:48:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds517[Jun 18 2023 13:48:17 UTC (QA Tests)] INFO -- clicking :nav_item_link518[Jun 18 2023 13:48:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.97s519[Jun 18 2023 13:48:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-without-ci-424b29cf1ca02e3e' via api in 0.4 seconds520[Jun 18 2023 13:48:19 UTC (QA Tests)] INFO -- clicking :add_projects_button521[Jun 18 2023 13:48:19 UTC (QA Tests)] INFO -- filling :project_search_field with "project-with-success-run-66f266ddf35f80aa"522[Jun 18 2023 13:48:19 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field523[Jun 18 2023 13:48:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_list_item' took 0.686s524[Jun 18 2023 13:48:20 UTC (QA Tests)] INFO -- clicking :project_list_item525[Jun 18 2023 13:48:20 UTC (QA Tests)] INFO -- clicking :add_projects_button526[Jun 18 2023 13:48:20 UTC (QA Tests)] INFO -- filling :project_search_field with "project-with-pending-run-a7bc49676e42b304"527[Jun 18 2023 13:48:20 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field528[Jun 18 2023 13:48:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_list_item' took 0.657s529[Jun 18 2023 13:48:21 UTC (QA Tests)] INFO -- clicking :project_list_item530[Jun 18 2023 13:48:22 UTC (QA Tests)] INFO -- clicking :add_projects_button531[Jun 18 2023 13:48:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_projects_button' took 0.503s532[Jun 18 2023 13:48:22 UTC (QA Tests)] INFO -- filling :project_search_field with "project-without-ci-424b29cf1ca02e3e"533[Jun 18 2023 13:48:22 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field534[Jun 18 2023 13:48:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_list_item' took 0.667s535[Jun 18 2023 13:48:23 UTC (QA Tests)] INFO -- clicking :project_list_item536[Jun 18 2023 13:48:23 UTC (QA Tests)] INFO -- clicking :add_projects_button537[Jun 18 2023 13:48:24 UTC (QA Tests)] INFO -- filling :project_search_field with "project-with-failed-run-7dda2b0c3b4e3315"538[Jun 18 2023 13:48:24 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field539[Jun 18 2023 13:48:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_list_item' took 0.689s540[Jun 18 2023 13:48:25 UTC (QA Tests)] INFO -- clicking :project_list_item541[Jun 18 2023 13:48:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.544s542[Jun 18 2023 13:48:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements dashboard_project_card' took 0.569s543[Jun 18 2023 13:48:26 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc'544[Jun 18 2023 13:48:26 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc`545 has many pipelines with appropriate statuses546Create547 Merge request creation from fork548[Jun 18 2023 13:48:27 UTC (QA Tests)] INFO -- Starting test: Create Merge request creation from fork can merge source branch from fork into upstream repository549[Jun 18 2023 13:48:27 UTC (QA Tests)] INFO -- filling :login_field with "root"550[Jun 18 2023 13:48:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field551[Jun 18 2023 13:48:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"552[Jun 18 2023 13:48:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field553[Jun 18 2023 13:48:28 UTC (QA Tests)] INFO -- clicking :sign_in_button554[Jun 18 2023 13:48:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.274s555[Jun 18 2023 13:48:30 UTC (QA Tests)] INFO -- Enabling super sidebar!556[Jun 18 2023 13:48:30 UTC (QA Tests)] INFO -- Super sidebar is already enabled557[Jun 18 2023 13:48:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.12 seconds558[Jun 18 2023 13:48:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.37 seconds559[Jun 18 2023 13:48:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-code-19977a6d1ab1e2b5' via api in 0.86 seconds560[Jun 18 2023 13:48:34 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"561[Jun 18 2023 13:48:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.07 seconds562[Jun 18 2023 13:48:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-ff0b5a8e57251cb3' via api in 0.27 seconds563[Jun 18 2023 13:48:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.055s564[Jun 18 2023 13:48:36 UTC (QA Tests)] INFO -- clicking :user_avatar_content565[Jun 18 2023 13:48:37 UTC (QA Tests)] INFO -- clicking :sign_out_link566[Jun 18 2023 13:48:37 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-ff0b5a8e57251cb3"567[Jun 18 2023 13:48:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field568[Jun 18 2023 13:48:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"569[Jun 18 2023 13:48:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field570[Jun 18 2023 13:48:38 UTC (QA Tests)] INFO -- clicking :sign_in_button571[Jun 18 2023 13:48:39 UTC (QA Tests)] INFO -- Enabling super sidebar!572[Jun 18 2023 13:48:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled573[Jun 18 2023 13:48:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-code-19977a6d1ab1e2b5574[Jun 18 2023 13:48:42 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown575[Jun 18 2023 13:48:42 UTC (QA Tests)] INFO -- Searching in dropdown: "qa-user-ff0b5a8e57251cb3"576[Jun 18 2023 13:48:43 UTC (QA Tests)] INFO -- clicking :fork_privacy_button577[Jun 18 2023 13:48:43 UTC (QA Tests)] INFO -- clicking :fork_project_button578[Jun 18 2023 13:48:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.016s579[Jun 18 2023 13:48:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.03s580[Jun 18 2023 13:48:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.029s581[Jun 18 2023 13:48:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.008s582[Jun 18 2023 13:48:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.628s583[Jun 18 2023 13:48:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 6.369s584[Jun 18 2023 13:48:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? forked_from_link' took 7.473s585[Jun 18 2023 13:48:51 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-ff0b5a8e57251cb3586[Jun 18 2023 13:48:51 UTC (QA Tests)] INFO -- Caching token for username: qa-user-ff0b5a8e57251cb3, last six chars of token:LoMGv-587[Jun 18 2023 13:48:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-ff0b5a8e57251cb3-8xnhx6l0' via api in 0.1 seconds588[Jun 18 2023 13:48:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'qa-user-ff0b5a8e57251cb3/project-with-code-19977a6d1ab1e2b5' via api in 0.24 seconds589[Jun 18 2023 13:48:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Fork with name 'project-with-code-19977a6d1ab1e2b5' via browser_ui in 19.56 seconds590[Jun 18 2023 13:48:52 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"591[Jun 18 2023 13:48:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.32 seconds592[Jun 18 2023 13:48:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/qa-user-ff0b5a8e57251cb3/project-with-code-19977a6d1ab1e2b5593[Jun 18 2023 13:48:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.06s594[Jun 18 2023 13:48:55 UTC (QA Tests)] INFO -- clicking :user_avatar_content595[Jun 18 2023 13:48:55 UTC (QA Tests)] INFO -- clicking :user_avatar_content596[Jun 18 2023 13:48:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.072s597[Jun 18 2023 13:48:57 UTC (QA Tests)] INFO -- clicking :user_avatar_content598[Jun 18 2023 13:48:57 UTC (QA Tests)] INFO -- clicking :sign_out_link599[Jun 18 2023 13:48:57 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-ff0b5a8e57251cb3"600[Jun 18 2023 13:48:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field601[Jun 18 2023 13:48:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"602[Jun 18 2023 13:48:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field603[Jun 18 2023 13:48:58 UTC (QA Tests)] INFO -- clicking :sign_in_button604[Jun 18 2023 13:48:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.674s605[Jun 18 2023 13:48:59 UTC (QA Tests)] INFO -- Enabling super sidebar!606[Jun 18 2023 13:48:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled607[Jun 18 2023 13:49:00 UTC (QA Tests)] INFO -- clicking :create_merge_request_button608[Jun 18 2023 13:49:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.089s609[Jun 18 2023 13:49:02 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present610[Jun 18 2023 13:49:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.604s611[Jun 18 2023 13:49:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.048s612[Jun 18 2023 13:49:06 UTC (QA Tests)] INFO -- clicking :user_avatar_content613[Jun 18 2023 13:49:06 UTC (QA Tests)] INFO -- clicking :sign_out_link614[Jun 18 2023 13:49:07 UTC (QA Tests)] INFO -- filling :login_field with "root"615[Jun 18 2023 13:49:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field616[Jun 18 2023 13:49:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"617[Jun 18 2023 13:49:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field618[Jun 18 2023 13:49:08 UTC (QA Tests)] INFO -- clicking :sign_in_button619[Jun 18 2023 13:49:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.087s620[Jun 18 2023 13:49:09 UTC (QA Tests)] INFO -- Enabling super sidebar!621[Jun 18 2023 13:49:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled622[Jun 18 2023 13:49:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.09 seconds623[Jun 18 2023 13:49:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.28 seconds624[Jun 18 2023 13:49:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-merge-request-82680736d874ba3e' via api in 1.18 seconds625[Jun 18 2023 13:49:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequestFromFork via browser_ui in 40.73 seconds626[Jun 18 2023 13:49:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequestFromFork at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-code-19977a6d1ab1e2b5/-/merge_requests/1627[Jun 18 2023 13:49:16 UTC (QA Tests)] INFO -- clicking :merge_button628[Jun 18 2023 13:49:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.589s629[Jun 18 2023 13:49:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'qa-user-ff0b5a8e57251cb3/project-with-code-19977a6d1ab1e2b5'630[Jun 18 2023 13:49:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-code-19977a6d1ab1e2b5'631[Jun 18 2023 13:49:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-ff0b5a8e57251cb3'632 can merge source branch from fork into upstream repository633Verify634 Endpoint Coverage635[Jun 18 2023 13:49:20 UTC (QA Tests)] INFO -- Starting test: Verify Endpoint Coverage spans r/w postgres web sidekiq git api636[Jun 18 2023 13:49:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds637[Jun 18 2023 13:49:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.21 seconds638[Jun 18 2023 13:49:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/endpoint-coverage-ddaee5523238b569' via api in 0.78 seconds639[Jun 18 2023 13:49:20 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.640[Jun 18 2023 13:49:20 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`641[Jun 18 2023 13:49:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`642[Jun 18 2023 13:49:21 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name endpoint-coverage-ddaee5523238b569 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach endpoint-coverage-ddaee5523238b569 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 endpoint-coverage-ddaee5523238b569 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list endpoint-coverage-ddaee5523238b569 --executor shell && gitlab-runner run" `643[Jun 18 2023 13:49:21 UTC (QA Tests)] INFO -- Executing: `docker logs endpoint-coverage-ddaee5523238b569`644[Jun 18 2023 13:49:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`645[Jun 18 2023 13:49:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'endpoint-coverage-ddaee5523238b569' via api in 1.38 seconds646[Jun 18 2023 13:49:22 UTC (QA Tests)] INFO -- filling :login_field with "root"647[Jun 18 2023 13:49:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field648[Jun 18 2023 13:49:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"649[Jun 18 2023 13:49:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field650[Jun 18 2023 13:49:23 UTC (QA Tests)] INFO -- clicking :sign_in_button651[Jun 18 2023 13:49:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.178s652[Jun 18 2023 13:49:25 UTC (QA Tests)] INFO -- Enabling super sidebar!653[Jun 18 2023 13:49:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled654[Jun 18 2023 13:49:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/endpoint-coverage-ddaee5523238b569655[Jun 18 2023 13:49:27 UTC (QA Tests)] INFO -- clicking :menu_section_button656[Jun 18 2023 13:49:28 UTC (QA Tests)] INFO -- clicking :nav_item_link657[Jun 18 2023 13:49:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.608s658[Jun 18 2023 13:49:31 UTC (QA Tests)] INFO -- clicking :add_ci_variable_button659[Jun 18 2023 13:49:31 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "secret-value"660[Jun 18 2023 13:49:31 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field661[Jun 18 2023 13:49:32 UTC (QA Tests)] INFO -- clicking :ci_variable_save_button662[Jun 18 2023 13:49:43 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/endpoint-coverage-ddaee5523238b569'663[Jun 18 2023 13:49:43 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'endpoint-coverage-ddaee5523238b569'664[Jun 18 2023 13:49:43 UTC (QA Tests)] INFO -- Executing: `docker rm -f endpoint-coverage-ddaee5523238b569`665[Jun 18 2023 13:49:43 UTC (QA Tests)] INFO -- Saving screenshot..666[Jun 18 2023 13:49:44 UTC (QA Tests)] INFO -- Starting test: Verify Endpoint Coverage spans r/w postgres web sidekiq git api667[Jun 18 2023 13:49:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds668[Jun 18 2023 13:49:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.18 seconds669[Jun 18 2023 13:49:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/endpoint-coverage-7e642b6f0820b590' via api in 0.66 seconds670[Jun 18 2023 13:49:44 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.671[Jun 18 2023 13:49:44 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`672[Jun 18 2023 13:49:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`673[Jun 18 2023 13:49:50 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name endpoint-coverage-7e642b6f0820b590 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach endpoint-coverage-7e642b6f0820b590 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 endpoint-coverage-7e642b6f0820b590 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list endpoint-coverage-7e642b6f0820b590 --executor shell && gitlab-runner run" `674[Jun 18 2023 13:49:50 UTC (QA Tests)] INFO -- Executing: `docker logs endpoint-coverage-7e642b6f0820b590`675[Jun 18 2023 13:49:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`676[Jun 18 2023 13:49:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'endpoint-coverage-7e642b6f0820b590' via api in 6.21 seconds677[Jun 18 2023 13:49:51 UTC (QA Tests)] INFO -- filling :login_field with "root"678[Jun 18 2023 13:49:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field679[Jun 18 2023 13:49:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"680[Jun 18 2023 13:49:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field681[Jun 18 2023 13:49:52 UTC (QA Tests)] INFO -- clicking :sign_in_button682[Jun 18 2023 13:49:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.192s683[Jun 18 2023 13:49:54 UTC (QA Tests)] INFO -- Enabling super sidebar!684[Jun 18 2023 13:49:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled685[Jun 18 2023 13:49:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/endpoint-coverage-7e642b6f0820b590686[Jun 18 2023 13:49:57 UTC (QA Tests)] INFO -- clicking :menu_section_button687[Jun 18 2023 13:49:57 UTC (QA Tests)] INFO -- clicking :nav_item_link688[Jun 18 2023 13:49:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.462s689[Jun 18 2023 13:49:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.641s690[Jun 18 2023 13:50:00 UTC (QA Tests)] INFO -- clicking :add_ci_variable_button691[Jun 18 2023 13:50:01 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "secret-value"692[Jun 18 2023 13:50:01 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field693[Jun 18 2023 13:50:01 UTC (QA Tests)] INFO -- clicking :ci_variable_save_button694[Jun 18 2023 13:50:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/endpoint-coverage-7e642b6f0820b590'695[Jun 18 2023 13:50:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'endpoint-coverage-7e642b6f0820b590'696[Jun 18 2023 13:50:12 UTC (QA Tests)] INFO -- Executing: `docker rm -f endpoint-coverage-7e642b6f0820b590`697[Jun 18 2023 13:50:13 UTC (QA Tests)] INFO -- Saving screenshot..698 spans r/w postgres web sidekiq git api (FAILED - 1)7001st Try error in ./qa/specs/features/browser_ui/4_verify/testing/endpoint_coverage_spec.rb:41:701Ambiguous match, found 2 elements matching visible css "[data-testid=\"ci_variable_table_content\"],[data-testid=\"ci-variable-table-content\"],[data-qa-selector=\"ci_variable_table_content\"],.qa-ci-variable-table-content" within #<Capybara::Node::Element tag="section" path="/HTML/BODY[1]/DIV[1]/DIV[3]/DIV[3]/MAIN[1]/SECTION[6]">703RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/4_verify/testing/endpoint_coverage_spec.rb:41704 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/verify_endpoint_coverage_spans_r_w_postgres_web_sidekiq_git_api_2023-06-18-13-50-13.283.html705 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/verify_endpoint_coverage_spans_r_w_postgres_web_sidekiq_git_api_2023-06-18-13-50-13.283.png706Package707 Package Registry708 npm instance level endpoint709 using ci job token710[Jun 18 2023 13:50:13 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm instance level endpoint using ci job token push and pull a npm package via CI711[Jun 18 2023 13:50:14 UTC (QA Tests)] INFO -- filling :login_field with "root"712[Jun 18 2023 13:50:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field713[Jun 18 2023 13:50:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"714[Jun 18 2023 13:50:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field715[Jun 18 2023 13:50:15 UTC (QA Tests)] INFO -- clicking :sign_in_button716[Jun 18 2023 13:50:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.098s717[Jun 18 2023 13:50:16 UTC (QA Tests)] INFO -- Enabling super sidebar!718[Jun 18 2023 13:50:16 UTC (QA Tests)] INFO -- Super sidebar is already enabled719[Jun 18 2023 13:50:18 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA720[Jun 18 2023 13:50:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-xb9s3uvi' via cache in 0.0 seconds721[Jun 18 2023 13:50:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds722[Jun 18 2023 13:50:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.19 seconds723[Jun 18 2023 13:50:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instace-level-publish-4ef8da0a22ceaac6' via api in 0.67 seconds724[Jun 18 2023 13:50:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instance-level-install-cb219f658fa3fb76' via api in 0.43 seconds725[Jun 18 2023 13:50:19 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.726[Jun 18 2023 13:50:19 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`727[Jun 18 2023 13:50:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`728[Jun 18 2023 13:50:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`729[Jun 18 2023 13:50:25 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096219 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096219 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-1687096219 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc --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" `730[Jun 18 2023 13:50:25 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096219`731[Jun 18 2023 13:50:25 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`732[Jun 18 2023 13:50:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687096219' via api in 6.27 seconds733[Jun 18 2023 13:50:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds734[Jun 18 2023 13:50:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instace-level-publish-4ef8da0a22ceaac6735[Jun 18 2023 13:50:27 UTC (QA Tests)] INFO -- clicking :menu_section_button736[Jun 18 2023 13:50:28 UTC (QA Tests)] INFO -- clicking :nav_item_link737[Jun 18 2023 13:50:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.897s738[Jun 18 2023 13:50:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 10.419s739[Jun 18 2023 13:50:40 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present740[Jun 18 2023 13:50:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.732s741[Jun 18 2023 13:51:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds742[Jun 18 2023 13:51:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instance-level-install-cb219f658fa3fb76743[Jun 18 2023 13:51:06 UTC (QA Tests)] INFO -- clicking :menu_section_button744[Jun 18 2023 13:51:06 UTC (QA Tests)] INFO -- clicking :nav_item_link745[Jun 18 2023 13:51:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.755s746[Jun 18 2023 13:51:08 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present747[Jun 18 2023 13:51:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.33s748[Jun 18 2023 13:51:22 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button749[Jun 18 2023 13:51:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.678s750[Jun 18 2023 13:51:22 UTC (QA Tests)] INFO -- clicking :directory_name_link751[Jun 18 2023 13:51:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.733s752[Jun 18 2023 13:51:23 UTC (QA Tests)] INFO -- clicking :directory_name_link753[Jun 18 2023 13:51:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.715s754[Jun 18 2023 13:51:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instace-level-publish-4ef8da0a22ceaac6755[Jun 18 2023 13:51:25 UTC (QA Tests)] INFO -- clicking :menu_section_button756[Jun 18 2023 13:51:25 UTC (QA Tests)] INFO -- clicking :nav_item_link757[Jun 18 2023 13:51:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.798s758[Jun 18 2023 13:51:26 UTC (QA Tests)] INFO -- clicking :package_link759[Jun 18 2023 13:51:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-1/npm-instace-level-publish-4ef8da0a22ceaac6-365a5bd598a26463'760[Jun 18 2023 13:51:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687096219'761[Jun 18 2023 13:51:27 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096219`762[Jun 18 2023 13:51:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instace-level-publish-4ef8da0a22ceaac6'763[Jun 18 2023 13:51:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instance-level-install-cb219f658fa3fb76'764 push and pull a npm package via CI765 using project deploy token766[Jun 18 2023 13:51:28 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm instance level endpoint using project deploy token push and pull a npm package via CI767[Jun 18 2023 13:51:29 UTC (QA Tests)] INFO -- filling :login_field with "root"768[Jun 18 2023 13:51:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field769[Jun 18 2023 13:51:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"770[Jun 18 2023 13:51:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field771[Jun 18 2023 13:51:30 UTC (QA Tests)] INFO -- clicking :sign_in_button772[Jun 18 2023 13:51:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.076s773[Jun 18 2023 13:51:31 UTC (QA Tests)] INFO -- Enabling super sidebar!774[Jun 18 2023 13:51:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled775[Jun 18 2023 13:51:33 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA776[Jun 18 2023 13:51:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-mfvm0huk' via cache in 0.0 seconds777[Jun 18 2023 13:51:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.05 seconds778[Jun 18 2023 13:51:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.17 seconds779[Jun 18 2023 13:51:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instace-level-publish-31d79b069b95362e' via api in 0.63 seconds780[Jun 18 2023 13:51:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instance-level-install-f518babcb3d11102' via api in 0.4 seconds781[Jun 18 2023 13:51:34 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.782[Jun 18 2023 13:51:34 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`783[Jun 18 2023 13:51:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`784[Jun 18 2023 13:51:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`785[Jun 18 2023 13:51:39 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096294 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096294 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-1687096294 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc --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" `786[Jun 18 2023 13:51:40 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096294`787[Jun 18 2023 13:51:40 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`788[Jun 18 2023 13:51:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687096294' via api in 6.36 seconds789[Jun 18 2023 13:51:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-2' via api in 0.09 seconds790[Jun 18 2023 13:51:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds791[Jun 18 2023 13:51:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.19 seconds792[Jun 18 2023 13:51:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds793[Jun 18 2023 13:51:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instace-level-publish-31d79b069b95362e794[Jun 18 2023 13:51:44 UTC (QA Tests)] INFO -- clicking :menu_section_button795[Jun 18 2023 13:51:44 UTC (QA Tests)] INFO -- clicking :nav_item_link796[Jun 18 2023 13:51:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.78s797[Jun 18 2023 13:51:46 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present798[Jun 18 2023 13:51:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.334s799[Jun 18 2023 13:52:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds800[Jun 18 2023 13:52:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instance-level-install-f518babcb3d11102801[Jun 18 2023 13:52:01 UTC (QA Tests)] INFO -- clicking :menu_section_button802[Jun 18 2023 13:52:02 UTC (QA Tests)] INFO -- clicking :nav_item_link803[Jun 18 2023 13:52:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.664s804[Jun 18 2023 13:52:03 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present805[Jun 18 2023 13:52:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.238s806[Jun 18 2023 13:52:17 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button807[Jun 18 2023 13:52:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.71s808[Jun 18 2023 13:52:18 UTC (QA Tests)] INFO -- clicking :directory_name_link809[Jun 18 2023 13:52:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.725s810[Jun 18 2023 13:52:18 UTC (QA Tests)] INFO -- clicking :directory_name_link811[Jun 18 2023 13:52:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.62s812[Jun 18 2023 13:52:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instace-level-publish-31d79b069b95362e813[Jun 18 2023 13:52:20 UTC (QA Tests)] INFO -- clicking :menu_section_button814[Jun 18 2023 13:52:21 UTC (QA Tests)] INFO -- clicking :nav_item_link815[Jun 18 2023 13:52:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.695s816[Jun 18 2023 13:52:22 UTC (QA Tests)] INFO -- clicking :package_link817[Jun 18 2023 13:52:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 1.094s818[Jun 18 2023 13:52:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-1/npm-instace-level-publish-31d79b069b95362e-ea33605ac79bb252'819[Jun 18 2023 13:52:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687096294'820[Jun 18 2023 13:52:23 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096294`821[Jun 18 2023 13:52:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instace-level-publish-31d79b069b95362e'822[Jun 18 2023 13:52:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instance-level-install-f518babcb3d11102'823 push and pull a npm package via CI824 using personal access token825[Jun 18 2023 13:52:24 UTC (QA Tests)] INFO -- Starting test: Package Package Registry npm instance level endpoint using personal access token push and pull a npm package via CI826[Jun 18 2023 13:52:25 UTC (QA Tests)] INFO -- filling :login_field with "root"827[Jun 18 2023 13:52:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field828[Jun 18 2023 13:52:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"829[Jun 18 2023 13:52:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field830[Jun 18 2023 13:52:25 UTC (QA Tests)] INFO -- clicking :sign_in_button831[Jun 18 2023 13:52:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.085s832[Jun 18 2023 13:52:27 UTC (QA Tests)] INFO -- Enabling super sidebar!833[Jun 18 2023 13:52:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled834[Jun 18 2023 13:52:29 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA835[Jun 18 2023 13:52:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-rv229lbw' via cache in 0.0 seconds836[Jun 18 2023 13:52:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds837[Jun 18 2023 13:52:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.27 seconds838[Jun 18 2023 13:52:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instace-level-publish-c6080622bd57b598' via api in 0.78 seconds839[Jun 18 2023 13:52:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instance-level-install-e826fbbcd862cbb6' via api in 0.39 seconds840[Jun 18 2023 13:52:30 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.841[Jun 18 2023 13:52:30 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`842[Jun 18 2023 13:52:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`843[Jun 18 2023 13:52:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`844[Jun 18 2023 13:52:30 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096350 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096350 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-1687096350 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc --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" `845[Jun 18 2023 13:52:31 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096350`846[Jun 18 2023 13:52:31 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`847[Jun 18 2023 13:52:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687096350' via api in 1.22 seconds848[Jun 18 2023 13:52:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds849[Jun 18 2023 13:52:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds850[Jun 18 2023 13:52:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds851[Jun 18 2023 13:52:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instace-level-publish-c6080622bd57b598852[Jun 18 2023 13:52:33 UTC (QA Tests)] INFO -- clicking :menu_section_button853[Jun 18 2023 13:52:33 UTC (QA Tests)] INFO -- clicking :nav_item_link854[Jun 18 2023 13:52:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.126s855[Jun 18 2023 13:52:36 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present856[Jun 18 2023 13:52:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.295s857[Jun 18 2023 13:52:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 1.149s858[Jun 18 2023 13:52:38 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instace-level-publish-c6080622bd57b598/-/jobs/14859[Jun 18 2023 13:52:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.029s860[Jun 18 2023 13:52:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds861[Jun 18 2023 13:52:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instance-level-install-e826fbbcd862cbb6862[Jun 18 2023 13:52:51 UTC (QA Tests)] INFO -- clicking :menu_section_button863[Jun 18 2023 13:52:52 UTC (QA Tests)] INFO -- clicking :nav_item_link864[Jun 18 2023 13:52:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.703s865[Jun 18 2023 13:52:54 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present866[Jun 18 2023 13:52:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.379s867[Jun 18 2023 13:53:08 UTC (QA Tests)] INFO -- clicking :browse_artifacts_button868[Jun 18 2023 13:53:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element browse_artifacts_button' took 0.747s869[Jun 18 2023 13:53:08 UTC (QA Tests)] INFO -- clicking :directory_name_link870[Jun 18 2023 13:53:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.749s871[Jun 18 2023 13:53:09 UTC (QA Tests)] INFO -- clicking :directory_name_link872[Jun 18 2023 13:53:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element directory_name_link' took 0.74s873[Jun 18 2023 13:53:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instace-level-publish-c6080622bd57b598874[Jun 18 2023 13:53:11 UTC (QA Tests)] INFO -- clicking :menu_section_button875[Jun 18 2023 13:53:12 UTC (QA Tests)] INFO -- clicking :nav_item_link876[Jun 18 2023 13:53:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.813s877[Jun 18 2023 13:53:13 UTC (QA Tests)] INFO -- clicking :package_link878[Jun 18 2023 13:53:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name '@gitlab-qa-sandbox-group-1/npm-instace-level-publish-c6080622bd57b598-e02e616c4699db44'879[Jun 18 2023 13:53:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687096350'880[Jun 18 2023 13:53:14 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096350`881[Jun 18 2023 13:53:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instace-level-publish-c6080622bd57b598'882[Jun 18 2023 13:53:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/npm-instance-level-install-e826fbbcd862cbb6'883 push and pull a npm package via CI884Plan885 Group milestone886[Jun 18 2023 13:53:15 UTC (QA Tests)] INFO -- Starting test: Plan Group milestone creates a group milestone887[Jun 18 2023 13:53:15 UTC (QA Tests)] INFO -- filling :login_field with "root"888[Jun 18 2023 13:53:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field889[Jun 18 2023 13:53:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"890[Jun 18 2023 13:53:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field891[Jun 18 2023 13:53:16 UTC (QA Tests)] INFO -- clicking :sign_in_button892[Jun 18 2023 13:53:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.244s893[Jun 18 2023 13:53:18 UTC (QA Tests)] INFO -- Enabling super sidebar!894[Jun 18 2023 13:53:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled895[Jun 18 2023 13:53:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds896[Jun 18 2023 13:53:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-with-milestone-f3a5242e' via api in 1.09 seconds897[Jun 18 2023 13:53:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c2906ca4.test/groups/gitlab-qa-sandbox-group-1/group-with-milestone-f3a5242e898[Jun 18 2023 13:53:22 UTC (QA Tests)] INFO -- clicking :menu_section_button899[Jun 18 2023 13:53:22 UTC (QA Tests)] INFO -- clicking :nav_item_link900[Jun 18 2023 13:53:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.238s901[Jun 18 2023 13:53:24 UTC (QA Tests)] INFO -- clicking :new_group_milestone_link902[Jun 18 2023 13:53:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_group_milestone_link' took 0.712s903[Jun 18 2023 13:53:24 UTC (QA Tests)] INFO -- filling :milestone_title_field with "Group milestone"904[Jun 18 2023 13:53:24 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_title_field905[Jun 18 2023 13:53:25 UTC (QA Tests)] INFO -- filling :milestone_description_field with "This milestone tests out group milestones."906[Jun 18 2023 13:53:25 UTC (QA Tests)] INFO -- clicking the coordinates of :milestone_description_field907[Jun 18 2023 13:53:25 UTC (QA Tests)] INFO -- filling :start_date_field with "2023/06/18908"909[Jun 18 2023 13:53:25 UTC (QA Tests)] INFO -- clicking the coordinates of :start_date_field910[Jun 18 2023 13:53:26 UTC (QA Tests)] INFO -- filling :due_date_field with "2023/07/18911"912[Jun 18 2023 13:53:26 UTC (QA Tests)] INFO -- clicking the coordinates of :due_date_field913[Jun 18 2023 13:53:26 UTC (QA Tests)] INFO -- clicking :create_milestone_button914[Jun 18 2023 13:53:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_milestone_button' took 1.498s915[Jun 18 2023 13:53:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone via browser_ui in 7.8 seconds916[Jun 18 2023 13:53:28 UTC (QA Tests)] INFO -- clicking :menu_section_button917[Jun 18 2023 13:53:28 UTC (QA Tests)] INFO -- clicking :nav_item_link918[Jun 18 2023 13:53:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.794s919[Jun 18 2023 13:53:29 UTC (QA Tests)] INFO -- clicking :milestone_link920[Jun 18 2023 13:53:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element milestone_link' took 0.844s921 creates a group milestone922Plan923 Milestones924 Group milestone925 behaves like milestone assigned to existing issue926[Jun 18 2023 13:53:30 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Group milestone behaves like milestone assigned to existing issue is assigned to an existing issue927[Jun 18 2023 13:53:31 UTC (QA Tests)] INFO -- filling :login_field with "root"928[Jun 18 2023 13:53:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field929[Jun 18 2023 13:53:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"930[Jun 18 2023 13:53:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field931[Jun 18 2023 13:53:32 UTC (QA Tests)] INFO -- clicking :sign_in_button932[Jun 18 2023 13:53:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.08s933[Jun 18 2023 13:53:33 UTC (QA Tests)] INFO -- Enabling super sidebar!934[Jun 18 2023 13:53:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled935[Jun 18 2023 13:53:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.14 seconds936[Jun 18 2023 13:53:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-28fb44a4' via api in 0.98 seconds937[Jun 18 2023 13:53:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-28fb44a4/project-to-test-milestones-addbf3d4-51309db94fd2a6c0' via api in 0.92 seconds938[Jun 18 2023 13:53:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.25 seconds939[Jun 18 2023 13:53:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/group-to-test-milestones-28fb44a4/project-to-test-milestones-addbf3d4-51309db94fd2a6c0/-/issues/1940[Jun 18 2023 13:53:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone with id '2' via api in 0.11 seconds941[Jun 18 2023 13:53:39 UTC (QA Tests)] INFO -- clicking :edit_button942[Jun 18 2023 13:53:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.662s943[Jun 18 2023 13:53:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? milestone_block' took 0.694s944[Jun 18 2023 13:53:41 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/group-to-test-milestones-28fb44a4/project-to-test-milestones-addbf3d4-51309db94fd2a6c0/-/issues/1945[Jun 18 2023 13:53:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.763s946 is assigned to an existing issue947 behaves like milestone assigned to new issue948[Jun 18 2023 13:53:42 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Group milestone behaves like milestone assigned to new issue is assigned to a new issue949[Jun 18 2023 13:53:43 UTC (QA Tests)] INFO -- filling :login_field with "root"950[Jun 18 2023 13:53:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field951[Jun 18 2023 13:53:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"952[Jun 18 2023 13:53:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field953[Jun 18 2023 13:53:44 UTC (QA Tests)] INFO -- clicking :sign_in_button954[Jun 18 2023 13:53:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.977s955[Jun 18 2023 13:53:46 UTC (QA Tests)] INFO -- Enabling super sidebar!956[Jun 18 2023 13:53:46 UTC (QA Tests)] INFO -- Super sidebar is already enabled957[Jun 18 2023 13:53:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds958[Jun 18 2023 13:53:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-1337e565' via api in 0.43 seconds959[Jun 18 2023 13:53:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-1337e565/project-to-test-milestones-6c2863fe-da35931268c0addb' via api in 1.2 seconds960[Jun 18 2023 13:53:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone with id '3' via api in 0.13 seconds961[Jun 18 2023 13:53:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/group-to-test-milestones-1337e565/project-to-test-milestones-6c2863fe-da35931268c0addb962[Jun 18 2023 13:53:51 UTC (QA Tests)] INFO -- clicking :new_menu_toggle963[Jun 18 2023 13:53:51 UTC (QA Tests)] INFO -- clicking :create_menu_item964[Jun 18 2023 13:53:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 1.152s965[Jun 18 2023 13:53:52 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 3b92bd2842e81b44"966[Jun 18 2023 13:53:52 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field967[Jun 18 2023 13:53:53 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description 3237dcc697ffa6dc"968[Jun 18 2023 13:53:53 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field969[Jun 18 2023 13:53:54 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present970[Jun 18 2023 13:53:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.572s971[Jun 18 2023 13:53:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 6.28 seconds972 is assigned to a new issue973 Project milestone974 behaves like milestone assigned to new issue975[Jun 18 2023 13:53:57 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Project milestone behaves like milestone assigned to new issue is assigned to a new issue976[Jun 18 2023 13:53:58 UTC (QA Tests)] INFO -- filling :login_field with "root"977[Jun 18 2023 13:53:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field978[Jun 18 2023 13:53:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"979[Jun 18 2023 13:53:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field980[Jun 18 2023 13:53:59 UTC (QA Tests)] INFO -- clicking :sign_in_button981[Jun 18 2023 13:54:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.19s982[Jun 18 2023 13:54:01 UTC (QA Tests)] INFO -- Enabling super sidebar!983[Jun 18 2023 13:54:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled984[Jun 18 2023 13:54:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds985[Jun 18 2023 13:54:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-5d0cec29' via api in 0.34 seconds986[Jun 18 2023 13:54:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-5d0cec29/project-to-test-milestones-6d48be91-2d3452d816cbe956' via api in 1.34 seconds987[Jun 18 2023 13:54:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '4' via api in 0.53 seconds988[Jun 18 2023 13:54:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/group-to-test-milestones-5d0cec29/project-to-test-milestones-6d48be91-2d3452d816cbe956989[Jun 18 2023 13:54:06 UTC (QA Tests)] INFO -- clicking :new_menu_toggle990[Jun 18 2023 13:54:07 UTC (QA Tests)] INFO -- clicking :create_menu_item991[Jun 18 2023 13:54:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.956s992[Jun 18 2023 13:54:08 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 72de842edd61b8b0"993[Jun 18 2023 13:54:08 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field994[Jun 18 2023 13:54:08 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description c72ccdf6a2ec5964"995[Jun 18 2023 13:54:08 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field996[Jun 18 2023 13:54:09 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present997[Jun 18 2023 13:54:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.536s998[Jun 18 2023 13:54:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 7.92 seconds999 is assigned to a new issue1000 behaves like milestone assigned to existing issue1001[Jun 18 2023 13:54:13 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Project milestone behaves like milestone assigned to existing issue is assigned to an existing issue1002[Jun 18 2023 13:54:13 UTC (QA Tests)] INFO -- filling :login_field with "root"1003[Jun 18 2023 13:54:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1004[Jun 18 2023 13:54:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"1005[Jun 18 2023 13:54:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1006[Jun 18 2023 13:54:14 UTC (QA Tests)] INFO -- clicking :sign_in_button1007[Jun 18 2023 13:54:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.281s1008[Jun 18 2023 13:54:16 UTC (QA Tests)] INFO -- Enabling super sidebar!1009[Jun 18 2023 13:54:16 UTC (QA Tests)] INFO -- Super sidebar is already enabled1010[Jun 18 2023 13:54:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds1011[Jun 18 2023 13:54:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-3344cb17' via api in 0.46 seconds1012[Jun 18 2023 13:54:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-to-test-milestones-3344cb17/project-to-test-milestones-380ef2e3-d9851b1c562a20e8' via api in 0.49 seconds1013[Jun 18 2023 13:54:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '7' via api in 0.26 seconds1014[Jun 18 2023 13:54:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/group-to-test-milestones-3344cb17/project-to-test-milestones-380ef2e3-d9851b1c562a20e8/-/issues/11015[Jun 18 2023 13:54:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '5' via api in 0.24 seconds1016[Jun 18 2023 13:54:23 UTC (QA Tests)] INFO -- clicking :edit_button1017[Jun 18 2023 13:54:24 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/group-to-test-milestones-3344cb17/project-to-test-milestones-380ef2e3-d9851b1c562a20e8/-/issues/11018[Jun 18 2023 13:54:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.867s1019 is assigned to an existing issue1020Create1021 Merge request push options1022[Jun 18 2023 13:54:26 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options merges when pipeline succeeds1023[Jun 18 2023 13:54:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.08 seconds1024[Jun 18 2023 13:54:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.2 seconds1025[Jun 18 2023 13:54:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/merge-request-push-options-2936af39319d8926' via api in 1.36 seconds1026[Jun 18 2023 13:54:27 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1027[Jun 18 2023 13:54:27 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1028[Jun 18 2023 13:54:27 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1029[Jun 18 2023 13:54:27 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-merge-request-push-options-2936af39319d8926 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-merge-request-push-options-2936af39319d8926 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-merge-request-push-options-2936af39319d8926 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list runner-for-merge-request-push-options-2936af39319d8926 --executor shell && gitlab-runner run" `1030[Jun 18 2023 13:54:28 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-merge-request-push-options-2936af39319d8926`1031[Jun 18 2023 13:54:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1032[Jun 18 2023 13:54:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-merge-request-push-options-2936af39319d8926' via api in 2.52 seconds1033[Jun 18 2023 13:54:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds1034[Jun 18 2023 13:54:32 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1035[Jun 18 2023 13:54:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.82 seconds1036[Jun 18 2023 13:54:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.21 seconds1037[Jun 18 2023 13:54:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.45 seconds1038[Jun 18 2023 13:54:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-merge-request-push-options-2936af39319d8926'1039[Jun 18 2023 13:54:38 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-merge-request-push-options-2936af39319d8926`1040[Jun 18 2023 13:54:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/merge-request-push-options-2936af39319d8926'1041 merges when pipeline succeeds1042[Jun 18 2023 13:54:39 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets merge when pipeline succeeds1043[Jun 18 2023 13:54:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.08 seconds1044[Jun 18 2023 13:54:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.21 seconds1045[Jun 18 2023 13:54:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/merge-request-push-options-24cbdc5f92e5ce51' via api in 1.02 seconds1046[Jun 18 2023 13:54:40 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1047[Jun 18 2023 13:54:40 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1048[Jun 18 2023 13:54:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1049[Jun 18 2023 13:54:45 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-merge-request-push-options-24cbdc5f92e5ce51 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-merge-request-push-options-24cbdc5f92e5ce51 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-merge-request-push-options-24cbdc5f92e5ce51 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list runner-for-merge-request-push-options-24cbdc5f92e5ce51 --executor shell && gitlab-runner run" `1050[Jun 18 2023 13:54:46 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-merge-request-push-options-24cbdc5f92e5ce51`1051[Jun 18 2023 13:54:46 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1052[Jun 18 2023 13:54:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-merge-request-push-options-24cbdc5f92e5ce51' via api in 7.33 seconds1053[Jun 18 2023 13:54:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds1054[Jun 18 2023 13:54:50 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1055[Jun 18 2023 13:54:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.71 seconds1056[Jun 18 2023 13:54:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.15 seconds1057[Jun 18 2023 13:54:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-merge-request-push-options-24cbdc5f92e5ce51'1058[Jun 18 2023 13:54:50 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-merge-request-push-options-24cbdc5f92e5ce51`1059[Jun 18 2023 13:54:51 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/merge-request-push-options-24cbdc5f92e5ce51'1060 sets merge when pipeline succeeds1061Package1062 Maven group level endpoint1063 via maven1064 using a personal access token1065[Jun 18 2023 13:54:51 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a personal access token pushes and pulls a maven package1066[Jun 18 2023 13:54:52 UTC (QA Tests)] INFO -- filling :login_field with "root"1067[Jun 18 2023 13:54:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1068[Jun 18 2023 13:54:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1069[Jun 18 2023 13:54:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1070[Jun 18 2023 13:54:52 UTC (QA Tests)] INFO -- clicking :sign_in_button1071[Jun 18 2023 13:54:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.231s1072[Jun 18 2023 13:54:54 UTC (QA Tests)] INFO -- Enabling super sidebar!1073[Jun 18 2023 13:54:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled1074[Jun 18 2023 13:54:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1075[Jun 18 2023 13:54:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.18 seconds1076[Jun 18 2023 13:54:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-41c37e7f224b94cc' via api in 1.04 seconds1077[Jun 18 2023 13:54:57 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1078[Jun 18 2023 13:54:57 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1079[Jun 18 2023 13:54:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1080[Jun 18 2023 13:54:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1081[Jun 18 2023 13:54:57 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096496 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096496 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-1687096496 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc --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" `1082[Jun 18 2023 13:54:58 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096496`1083[Jun 18 2023 13:54:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1084[Jun 18 2023 13:54:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687096496' via api in 1.34 seconds1085[Jun 18 2023 13:54:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.24 seconds1086[Jun 18 2023 13:55:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_client_project-7ad67dbce8ee17e1' via api in 1.02 seconds1087[Jun 18 2023 13:55:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.21 seconds1088[Jun 18 2023 13:55:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1089[Jun 18 2023 13:55:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-41c37e7f224b94cc1090[Jun 18 2023 13:55:02 UTC (QA Tests)] INFO -- clicking :menu_section_button1091[Jun 18 2023 13:55:02 UTC (QA Tests)] INFO -- clicking :nav_item_link1092[Jun 18 2023 13:55:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.9s1093[Jun 18 2023 13:55:05 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1094[Jun 18 2023 13:55:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.339s1095[Jun 18 2023 13:55:38 UTC (QA Tests)] INFO -- clicking :menu_section_button1096[Jun 18 2023 13:55:38 UTC (QA Tests)] INFO -- clicking :nav_item_link1097[Jun 18 2023 13:55:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.815s1098[Jun 18 2023 13:55:39 UTC (QA Tests)] INFO -- clicking :package_link1099[Jun 18 2023 13:55:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? package_information_content' took 0.512s1100[Jun 18 2023 13:55:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1101[Jun 18 2023 13:55:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_client_project-7ad67dbce8ee17e11102[Jun 18 2023 13:55:43 UTC (QA Tests)] INFO -- clicking :menu_section_button1103[Jun 18 2023 13:55:43 UTC (QA Tests)] INFO -- clicking :nav_item_link1104[Jun 18 2023 13:55:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.882s1105[Jun 18 2023 13:55:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 0.797s1106[Jun 18 2023 13:55:46 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1107[Jun 18 2023 13:56:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_path' took 61.029s1108[Jun 18 2023 13:56:50 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1109[Jun 18 2023 13:56:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.044s1110[Jun 18 2023 13:56:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.785s1111[Jun 18 2023 13:56:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_log_content' took 0.804s1112[Jun 18 2023 13:56:52 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687096496'1113[Jun 18 2023 13:56:53 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096496`1114[Jun 18 2023 13:56:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-0dc75458ec77ca94'1115[Jun 18 2023 13:56:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-41c37e7f224b94cc'1116[Jun 18 2023 13:56:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_client_project-7ad67dbce8ee17e1'1117 pushes and pulls a maven package1118 using a ci job token1119[Jun 18 2023 13:56:54 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a ci job token pushes and pulls a maven package1120[Jun 18 2023 13:56:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1121[Jun 18 2023 13:56:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1122[Jun 18 2023 13:56:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"1123[Jun 18 2023 13:56:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1124[Jun 18 2023 13:56:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1125[Jun 18 2023 13:56:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.948s1126[Jun 18 2023 13:56:58 UTC (QA Tests)] INFO -- Enabling super sidebar!1127[Jun 18 2023 13:56:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled1128[Jun 18 2023 13:57:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds1129[Jun 18 2023 13:57:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.25 seconds1130[Jun 18 2023 13:57:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-a1625aac830fabce' via api in 1.23 seconds1131[Jun 18 2023 13:57:01 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1132[Jun 18 2023 13:57:01 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1133[Jun 18 2023 13:57:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1134[Jun 18 2023 13:57:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1135[Jun 18 2023 13:57:01 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096620 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096620 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-1687096620 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc --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" `1136[Jun 18 2023 13:57:02 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096620`1137[Jun 18 2023 13:57:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1138[Jun 18 2023 13:57:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687096620' via api in 1.42 seconds1139[Jun 18 2023 13:57:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.09 seconds1140[Jun 18 2023 13:57:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_client_project-637b6723b72ffffc' via api in 0.73 seconds1141[Jun 18 2023 13:57:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.08 seconds1142[Jun 18 2023 13:57:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1143[Jun 18 2023 13:57:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-a1625aac830fabce1144[Jun 18 2023 13:57:06 UTC (QA Tests)] INFO -- clicking :menu_section_button1145[Jun 18 2023 13:57:06 UTC (QA Tests)] INFO -- clicking :nav_item_link1146[Jun 18 2023 13:57:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.886s1147[Jun 18 2023 13:57:10 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1148[Jun 18 2023 13:57:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.487s1149[Jun 18 2023 13:57:24 UTC (QA Tests)] INFO -- clicking :menu_section_button1150[Jun 18 2023 13:57:24 UTC (QA Tests)] INFO -- clicking :nav_item_link1151[Jun 18 2023 13:57:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.848s1152[Jun 18 2023 13:57:25 UTC (QA Tests)] INFO -- clicking :package_link1153[Jun 18 2023 13:57:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds1154[Jun 18 2023 13:57:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_client_project-637b6723b72ffffc1155[Jun 18 2023 13:57:28 UTC (QA Tests)] INFO -- clicking :menu_section_button1156[Jun 18 2023 13:57:28 UTC (QA Tests)] INFO -- clicking :nav_item_link1157[Jun 18 2023 13:57:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.955s1158[Jun 18 2023 13:57:30 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1159[Jun 18 2023 13:57:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.343s1160[Jun 18 2023 13:57:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687096620'1161[Jun 18 2023 13:57:54 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096620`1162[Jun 18 2023 13:57:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-99cf43d294c726d1'1163[Jun 18 2023 13:57:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-a1625aac830fabce'1164[Jun 18 2023 13:57:55 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_client_project-637b6723b72ffffc'1165 pushes and pulls a maven package1166 using a project deploy token1167[Jun 18 2023 13:57:55 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a project deploy token pushes and pulls a maven package1168[Jun 18 2023 13:57:56 UTC (QA Tests)] INFO -- filling :login_field with "root"1169[Jun 18 2023 13:57:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1170[Jun 18 2023 13:57:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1171[Jun 18 2023 13:57:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1172[Jun 18 2023 13:57:57 UTC (QA Tests)] INFO -- clicking :sign_in_button1173[Jun 18 2023 13:57:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.288s1174[Jun 18 2023 13:57:59 UTC (QA Tests)] INFO -- Enabling super sidebar!1175[Jun 18 2023 13:57:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled1176[Jun 18 2023 13:58:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds1177[Jun 18 2023 13:58:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.21 seconds1178[Jun 18 2023 13:58:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-1da22ed779a136f2' via api in 1.03 seconds1179[Jun 18 2023 13:58:02 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1180[Jun 18 2023 13:58:02 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1181[Jun 18 2023 13:58:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1182[Jun 18 2023 13:58:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1183[Jun 18 2023 13:58:02 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096681 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096681 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-1687096681 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc --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" `1184[Jun 18 2023 13:58:03 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096681`1185[Jun 18 2023 13:58:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1186[Jun 18 2023 13:58:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687096681' via api in 1.32 seconds1187[Jun 18 2023 13:58:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupDeployToken with username 'gitlab+deploy-token-3' via api in 0.12 seconds1188[Jun 18 2023 13:58:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.19 seconds1189[Jun 18 2023 13:58:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_client_project-f7858715c9d0e17b' via api in 0.8 seconds1190[Jun 18 2023 13:58:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.16 seconds1191[Jun 18 2023 13:58:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds1192[Jun 18 2023 13:58:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-1da22ed779a136f21193[Jun 18 2023 13:58:06 UTC (QA Tests)] INFO -- clicking :menu_section_button1194[Jun 18 2023 13:58:07 UTC (QA Tests)] INFO -- clicking :nav_item_link1195[Jun 18 2023 13:58:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.835s1196[Jun 18 2023 13:58:09 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1197[Jun 18 2023 13:58:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.505s1198[Jun 18 2023 13:58:32 UTC (QA Tests)] INFO -- clicking :menu_section_button1199[Jun 18 2023 13:58:32 UTC (QA Tests)] INFO -- clicking :nav_item_link1200[Jun 18 2023 13:58:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.833s1201[Jun 18 2023 13:58:34 UTC (QA Tests)] INFO -- clicking :package_link1202[Jun 18 2023 13:58:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds1203[Jun 18 2023 13:58:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_client_project-f7858715c9d0e17b1204[Jun 18 2023 13:58:36 UTC (QA Tests)] INFO -- clicking :menu_section_button1205[Jun 18 2023 13:58:36 UTC (QA Tests)] INFO -- clicking :nav_item_link1206[Jun 18 2023 13:58:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.837s1207[Jun 18 2023 13:58:39 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1208[Jun 18 2023 13:58:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.639s1209[Jun 18 2023 13:59:03 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687096681'1210[Jun 18 2023 13:59:03 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096681`1211[Jun 18 2023 13:59:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-6012280e320aef08'1212[Jun 18 2023 13:59:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-1da22ed779a136f2'1213[Jun 18 2023 13:59:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_client_project-f7858715c9d0e17b'1214 pushes and pulls a maven package1215 duplication setting1216 when disabled1217[Jun 18 2023 13:59:05 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when disabled prevents users from publishing duplicates1218[Jun 18 2023 13:59:05 UTC (QA Tests)] INFO -- filling :login_field with "root"1219[Jun 18 2023 13:59:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1220[Jun 18 2023 13:59:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"1221[Jun 18 2023 13:59:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1222[Jun 18 2023 13:59:06 UTC (QA Tests)] INFO -- clicking :sign_in_button1223[Jun 18 2023 13:59:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.353s1224[Jun 18 2023 13:59:08 UTC (QA Tests)] INFO -- Enabling super sidebar!1225[Jun 18 2023 13:59:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled1226[Jun 18 2023 13:59:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds1227[Jun 18 2023 13:59:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.19 seconds1228[Jun 18 2023 13:59:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-f5b8b1cd43089bd7' via api in 1.02 seconds1229[Jun 18 2023 13:59:11 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1230[Jun 18 2023 13:59:11 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1231[Jun 18 2023 13:59:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1232[Jun 18 2023 13:59:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1233[Jun 18 2023 13:59:16 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096750 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096750 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-1687096750 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc --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" `1234[Jun 18 2023 13:59:17 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096750`1235[Jun 18 2023 13:59:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1236[Jun 18 2023 13:59:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687096750' via api in 6.33 seconds1237[Jun 18 2023 13:59:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds1238[Jun 18 2023 13:59:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_client_project-58c8952dcc40fb9c' via api in 0.86 seconds1239[Jun 18 2023 13:59:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds1240[Jun 18 2023 13:59:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c2906ca4.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc1241[Jun 18 2023 13:59:19 UTC (QA Tests)] INFO -- clicking :menu_section_button1242[Jun 18 2023 13:59:20 UTC (QA Tests)] INFO -- clicking :nav_item_link1243[Jun 18 2023 13:59:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.793s1244[Jun 18 2023 13:59:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.59 seconds1245[Jun 18 2023 13:59:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-f5b8b1cd43089bd71246[Jun 18 2023 13:59:23 UTC (QA Tests)] INFO -- clicking :menu_section_button1247[Jun 18 2023 13:59:23 UTC (QA Tests)] INFO -- clicking :nav_item_link1248[Jun 18 2023 13:59:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.86s1249[Jun 18 2023 13:59:26 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1250[Jun 18 2023 13:59:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.36s1251[Jun 18 2023 13:59:49 UTC (QA Tests)] INFO -- clicking :retry_button1252[Jun 18 2023 13:59:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry_button' took 1.228s1253[Jun 18 2023 13:59:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-f5b8b1cd43089bd71254[Jun 18 2023 13:59:53 UTC (QA Tests)] INFO -- clicking :menu_section_button1255[Jun 18 2023 13:59:53 UTC (QA Tests)] INFO -- clicking :nav_item_link1256[Jun 18 2023 13:59:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.886s1257[Jun 18 2023 13:59:55 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1258[Jun 18 2023 13:59:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.588s1259[Jun 18 2023 14:00:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687096750'1260[Jun 18 2023 14:00:10 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096750`1261[Jun 18 2023 14:00:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-4df267c9d249cb7b'1262[Jun 18 2023 14:00:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-f5b8b1cd43089bd7'1263[Jun 18 2023 14:00:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_client_project-58c8952dcc40fb9c'1264 prevents users from publishing duplicates1265 when enabled1266[Jun 18 2023 14:00:11 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when enabled allows users to publish duplicates1267[Jun 18 2023 14:00:12 UTC (QA Tests)] INFO -- filling :login_field with "root"1268[Jun 18 2023 14:00:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1269[Jun 18 2023 14:00:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"1270[Jun 18 2023 14:00:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1271[Jun 18 2023 14:00:12 UTC (QA Tests)] INFO -- clicking :sign_in_button1272[Jun 18 2023 14:00:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.158s1273[Jun 18 2023 14:00:14 UTC (QA Tests)] INFO -- Enabling super sidebar!1274[Jun 18 2023 14:00:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled1275[Jun 18 2023 14:00:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1276[Jun 18 2023 14:00:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.17 seconds1277[Jun 18 2023 14:00:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-aac7565d756abe95' via api in 1.05 seconds1278[Jun 18 2023 14:00:17 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1279[Jun 18 2023 14:00:17 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1280[Jun 18 2023 14:00:22 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1281[Jun 18 2023 14:00:22 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1282[Jun 18 2023 14:00:22 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096816 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096816 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-1687096816 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list runner-for-qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc --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" `1283[Jun 18 2023 14:00:23 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096816`1284[Jun 18 2023 14:00:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1285[Jun 18 2023 14:00:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1687096816' via api in 6.35 seconds1286[Jun 18 2023 14:00:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.19 seconds1287[Jun 18 2023 14:00:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_client_project-d643d78c90694670' via api in 0.78 seconds1288[Jun 18 2023 14:00:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.2 seconds1289[Jun 18 2023 14:00:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c2906ca4.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc1290[Jun 18 2023 14:00:26 UTC (QA Tests)] INFO -- clicking :menu_section_button1291[Jun 18 2023 14:00:26 UTC (QA Tests)] INFO -- clicking :nav_item_link1292[Jun 18 2023 14:00:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.788s1293[Jun 18 2023 14:00:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1294[Jun 18 2023 14:00:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-aac7565d756abe951295[Jun 18 2023 14:00:29 UTC (QA Tests)] INFO -- clicking :menu_section_button1296[Jun 18 2023 14:00:29 UTC (QA Tests)] INFO -- clicking :nav_item_link1297[Jun 18 2023 14:00:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.814s1298[Jun 18 2023 14:00:32 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1299[Jun 18 2023 14:00:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.344s1300[Jun 18 2023 14:00:55 UTC (QA Tests)] INFO -- clicking :retry_button1301[Jun 18 2023 14:00:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry_button' took 1.31s1302[Jun 18 2023 14:00:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-aac7565d756abe951303[Jun 18 2023 14:00:59 UTC (QA Tests)] INFO -- clicking :menu_section_button1304[Jun 18 2023 14:00:59 UTC (QA Tests)] INFO -- clicking :nav_item_link1305[Jun 18 2023 14:01:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.917s1306[Jun 18 2023 14:01:01 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1307[Jun 18 2023 14:01:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.565s1308[Jun 18 2023 14:01:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1687096816'1309[Jun 18 2023 14:01:16 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096816`1310[Jun 18 2023 14:01:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-01b8cba5ac5752ac'1311[Jun 18 2023 14:01:17 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_package_project-aac7565d756abe95'1312[Jun 18 2023 14:01:17 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/maven_client_project-d643d78c90694670'1313 allows users to publish duplicates1314Configure1315 Kubernetes Agent1316 deploys a K8s manifest file (PENDING: Test is not compatible with this environment or pipeline)1317Create1318 Create a new merge request from the event notification after a push1319[Jun 18 2023 14:01:17 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request from the event notification after a push creates a merge request after a push via the API1320[Jun 18 2023 14:01:18 UTC (QA Tests)] INFO -- filling :login_field with "root"1321[Jun 18 2023 14:01:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1322[Jun 18 2023 14:01:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"1323[Jun 18 2023 14:01:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1324[Jun 18 2023 14:01:18 UTC (QA Tests)] INFO -- clicking :sign_in_button1325[Jun 18 2023 14:01:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.297s1326[Jun 18 2023 14:01:20 UTC (QA Tests)] INFO -- Enabling super sidebar!1327[Jun 18 2023 14:01:20 UTC (QA Tests)] INFO -- Super sidebar is already enabled1328[Jun 18 2023 14:01:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds1329[Jun 18 2023 14:01:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.21 seconds1330[Jun 18 2023 14:01:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/the_awesome_project-6d7ec36eb852bf77' via api in 1.04 seconds1331[Jun 18 2023 14:01:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds1332[Jun 18 2023 14:01:24 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "QA Test - Commit message"1333[Jun 18 2023 14:01:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/the_awesome_project-6d7ec36eb852bf771334[Jun 18 2023 14:01:25 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1335[Jun 18 2023 14:01:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.393s1336[Jun 18 2023 14:01:27 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Merge from push event notification test a7225ef95108ce5e"1337[Jun 18 2023 14:01:27 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1338[Jun 18 2023 14:01:27 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1339[Jun 18 2023 14:01:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.634s1340 creates a merge request after a push via the API1341[Jun 18 2023 14:01:30 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request from the event notification after a push creates a merge request after a push via the git CLI1342[Jun 18 2023 14:01:31 UTC (QA Tests)] INFO -- filling :login_field with "root"1343[Jun 18 2023 14:01:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1344[Jun 18 2023 14:01:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"1345[Jun 18 2023 14:01:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1346[Jun 18 2023 14:01:32 UTC (QA Tests)] INFO -- clicking :sign_in_button1347[Jun 18 2023 14:01:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.187s1348[Jun 18 2023 14:01:33 UTC (QA Tests)] INFO -- Enabling super sidebar!1349[Jun 18 2023 14:01:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled1350[Jun 18 2023 14:01:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1351[Jun 18 2023 14:01:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.18 seconds1352[Jun 18 2023 14:01:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/the_awesome_project-1df24b55cb5085ba' via api in 0.95 seconds1353[Jun 18 2023 14:01:37 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1354[Jun 18 2023 14:01:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.41 seconds1355[Jun 18 2023 14:01:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/the_awesome_project-1df24b55cb5085ba1356[Jun 18 2023 14:01:39 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1357[Jun 18 2023 14:01:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.197s1358[Jun 18 2023 14:01:40 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Merge from push event notification test b1cacf961e1b4a03"1359[Jun 18 2023 14:01:40 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1360[Jun 18 2023 14:01:41 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1361[Jun 18 2023 14:01:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.519s1362 creates a merge request after a push via the git CLI1363Create1364 File management1365[Jun 18 2023 14:01:43 UTC (QA Tests)] INFO -- Starting test: Create File management user deletes a file via the Web1366[Jun 18 2023 14:01:44 UTC (QA Tests)] INFO -- filling :login_field with "root"1367[Jun 18 2023 14:01:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1368[Jun 18 2023 14:01:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"1369[Jun 18 2023 14:01:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1370[Jun 18 2023 14:01:45 UTC (QA Tests)] INFO -- clicking :sign_in_button1371[Jun 18 2023 14:01:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.281s1372[Jun 18 2023 14:01:46 UTC (QA Tests)] INFO -- Enabling super sidebar!1373[Jun 18 2023 14:01:46 UTC (QA Tests)] INFO -- Super sidebar is already enabled1374[Jun 18 2023 14:01:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.08 seconds1375[Jun 18 2023 14:01:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.19 seconds1376[Jun 18 2023 14:01:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-new-file-6419ed9c6455fc87' via api in 0.95 seconds1377[Jun 18 2023 14:01:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via api in 0.41 seconds1378[Jun 18 2023 14:01:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::File at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-new-file-6419ed9c6455fc87/-/blob/main/QA+Test+-+File+name1379[Jun 18 2023 14:01:51 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Delete file"1380[Jun 18 2023 14:01:51 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1381 user deletes a file via the Web1382Fulfillment1383 Utilization1384 in usage quotas1385 max seats used count does not change after members are removed (PENDING: Test is not compatible with this environment or pipeline)1386 user seat data is displayed correctly (PENDING: Test is not compatible with this environment or pipeline)1387Package1388 Generic Repository1389[Jun 18 2023 14:01:53 UTC (QA Tests)] INFO -- Starting test: Package Generic Repository uploads a generic package and downloads it1390[Jun 18 2023 14:01:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.05 seconds1391[Jun 18 2023 14:01:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.16 seconds1392[Jun 18 2023 14:01:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/generic-package-project-d5c9bbc4d350c3b5' via api in 0.64 seconds1393[Jun 18 2023 14:01:54 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1394[Jun 18 2023 14:01:54 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1395[Jun 18 2023 14:01:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1396[Jun 18 2023 14:01:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1397[Jun 18 2023 14:01:54 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1687096913 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1687096913 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-1687096913 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list runner-for-generic-package-project-d5c9bbc4d350c3b5 --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" `1398[Jun 18 2023 14:01:55 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1687096913`1399[Jun 18 2023 14:01:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1400[Jun 18 2023 14:01:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1687096913' via api in 1.48 seconds1401[Jun 18 2023 14:01:56 UTC (QA Tests)] INFO -- filling :login_field with "root"1402[Jun 18 2023 14:01:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1403[Jun 18 2023 14:01:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1404[Jun 18 2023 14:01:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1405[Jun 18 2023 14:01:57 UTC (QA Tests)] INFO -- clicking :sign_in_button1406[Jun 18 2023 14:01:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.063s1407[Jun 18 2023 14:01:58 UTC (QA Tests)] INFO -- Enabling super sidebar!1408[Jun 18 2023 14:01:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled1409[Jun 18 2023 14:02:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds1410[Jun 18 2023 14:02:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/generic-package-project-d5c9bbc4d350c3b51411[Jun 18 2023 14:02:02 UTC (QA Tests)] INFO -- clicking :menu_section_button1412[Jun 18 2023 14:02:02 UTC (QA Tests)] INFO -- clicking :nav_item_link1413[Jun 18 2023 14:02:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.785s1414[Jun 18 2023 14:02:04 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1415[Jun 18 2023 14:02:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.343s1416[Jun 18 2023 14:02:18 UTC (QA Tests)] INFO -- clicking :pipeline_path1417[Jun 18 2023 14:02:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipeline_path' took 0.854s1418[Jun 18 2023 14:02:19 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1419[Jun 18 2023 14:02:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.242s1420[Jun 18 2023 14:02:20 UTC (QA Tests)] INFO -- clicking :menu_section_button1421[Jun 18 2023 14:02:20 UTC (QA Tests)] INFO -- clicking :nav_item_link1422[Jun 18 2023 14:02:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.454s1423[Jun 18 2023 14:02:22 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1687096913'1424[Jun 18 2023 14:02:22 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1687096913`1425[Jun 18 2023 14:02:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'my_package-458dcd161cad489b'1426 uploads a generic package and downloads it1427Create1428 Multiple file snippet1429 behaves like deleting file from snippet1430[Jun 18 2023 14:02:23 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like deleting file from snippet deletes second file from an existing personal_snippet to make it single-file1431[Jun 18 2023 14:02:24 UTC (QA Tests)] INFO -- filling :login_field with "root"1432[Jun 18 2023 14:02:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1433[Jun 18 2023 14:02:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"1434[Jun 18 2023 14:02:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1435[Jun 18 2023 14:02:25 UTC (QA Tests)] INFO -- clicking :sign_in_button1436[Jun 18 2023 14:02:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.158s1437[Jun 18 2023 14:02:26 UTC (QA Tests)] INFO -- Enabling super sidebar!1438[Jun 18 2023 14:02:26 UTC (QA Tests)] INFO -- Super sidebar is already enabled1439[Jun 18 2023 14:02:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '1' via api in 0.32 seconds1440[Jun 18 2023 14:02:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-c2906ca4.test/-/snippets/11441[Jun 18 2023 14:02:29 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1442[Jun 18 2023 14:02:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.019s1443[Jun 18 2023 14:02:30 UTC (QA Tests)] INFO -- clicking :delete_file_button1444[Jun 18 2023 14:02:30 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1445[Jun 18 2023 14:02:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.044s1446[Jun 18 2023 14:02:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.056s1447[Jun 18 2023 14:02:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Second file name' took 10.031s1448 deletes second file from an existing personal_snippet to make it single-file1449 behaves like deleting file from snippet1450[Jun 18 2023 14:02:42 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like deleting file from snippet deletes second file from an existing project_snippet to make it single-file1451[Jun 18 2023 14:02:43 UTC (QA Tests)] INFO -- filling :login_field with "root"1452[Jun 18 2023 14:02:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1453[Jun 18 2023 14:02:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"1454[Jun 18 2023 14:02:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1455[Jun 18 2023 14:02:43 UTC (QA Tests)] INFO -- clicking :sign_in_button1456[Jun 18 2023 14:02:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.072s1457[Jun 18 2023 14:02:45 UTC (QA Tests)] INFO -- Enabling super sidebar!1458[Jun 18 2023 14:02:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled1459[Jun 18 2023 14:02:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.05 seconds1460[Jun 18 2023 14:02:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.16 seconds1461[Jun 18 2023 14:02:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-snippets-ab01aca32e6f4e2d' via api in 0.66 seconds1462[Jun 18 2023 14:02:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '2' via api in 1.1 seconds1463[Jun 18 2023 14:02:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-snippets-ab01aca32e6f4e2d/-/snippets/21464[Jun 18 2023 14:02:49 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1465[Jun 18 2023 14:02:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.294s1466[Jun 18 2023 14:02:50 UTC (QA Tests)] INFO -- clicking :delete_file_button1467[Jun 18 2023 14:02:51 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1468[Jun 18 2023 14:02:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.693s1469[Jun 18 2023 14:02:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.705s1470[Jun 18 2023 14:03:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Second file name' took 10.015s1471 deletes second file from an existing project_snippet to make it single-file1472Data Stores1473 Add project member1474[Jun 18 2023 14:03:03 UTC (QA Tests)] INFO -- Starting test: Data Stores Add project member user adds project member1475[Jun 18 2023 14:03:03 UTC (QA Tests)] INFO -- filling :login_field with "root"1476[Jun 18 2023 14:03:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1477[Jun 18 2023 14:03:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"1478[Jun 18 2023 14:03:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1479[Jun 18 2023 14:03:04 UTC (QA Tests)] INFO -- clicking :sign_in_button1480[Jun 18 2023 14:03:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.289s1481[Jun 18 2023 14:03:06 UTC (QA Tests)] INFO -- Enabling super sidebar!1482[Jun 18 2023 14:03:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled1483[Jun 18 2023 14:03:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.31 seconds1484[Jun 18 2023 14:03:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1485[Jun 18 2023 14:03:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.2 seconds1486[Jun 18 2023 14:03:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/add-member-project-74b8e0923dce07a2' via api in 0.84 seconds1487[Jun 18 2023 14:03:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/add-member-project-74b8e0923dce07a21488[Jun 18 2023 14:03:10 UTC (QA Tests)] INFO -- clicking :menu_section_button1489[Jun 18 2023 14:03:10 UTC (QA Tests)] INFO -- clicking :nav_item_link1490[Jun 18 2023 14:03:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.05s1491[Jun 18 2023 14:03:11 UTC (QA Tests)] INFO -- clicking :invite_members_button1492[Jun 18 2023 14:03:12 UTC (QA Tests)] INFO -- filling :members_token_select_input with "*****"1493[Jun 18 2023 14:03:12 UTC (QA Tests)] INFO -- clicking the coordinates of :members_token_select_input1494[Jun 18 2023 14:03:12 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown1495[Jun 18 2023 14:03:13 UTC (QA Tests)] INFO -- clicking :invite_button1496[Jun 18 2023 14:03:15 UTC (QA Tests)] INFO -- filling :search_bar_input with "gitlab-qa-user1"1497[Jun 18 2023 14:03:15 UTC (QA Tests)] INFO -- clicking the coordinates of :search_bar_input1498[Jun 18 2023 14:03:15 UTC (QA Tests)] INFO -- clicking :search_button1499[Jun 18 2023 14:03:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element search_button' took 0.873s1500 user adds project member1501Verify1502 Include multiple files from multiple projects1503[Jun 18 2023 14:03:16 UTC (QA Tests)] INFO -- Starting test: Verify Include multiple files from multiple projects runs the pipeline with composed config1504[Jun 18 2023 14:03:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds1505[Jun 18 2023 14:03:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.19 seconds1506[Jun 18 2023 14:03:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-pipeline-d5aa1b8639bc9abd' via api in 0.68 seconds1507[Jun 18 2023 14:03:17 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1508[Jun 18 2023 14:03:17 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1509[Jun 18 2023 14:03:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1510[Jun 18 2023 14:03:17 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-pfe2io3e --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-pfe2io3e 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-pfe2io3e --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list qa-runner-pfe2io3e --executor shell && gitlab-runner run" `1511[Jun 18 2023 14:03:18 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-pfe2io3e`1512[Jun 18 2023 14:03:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1513[Jun 18 2023 14:03:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-pfe2io3e' via api in 2.41 seconds1514[Jun 18 2023 14:03:20 UTC (QA Tests)] INFO -- filling :login_field with "root"1515[Jun 18 2023 14:03:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1516[Jun 18 2023 14:03:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"1517[Jun 18 2023 14:03:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1518[Jun 18 2023 14:03:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1519[Jun 18 2023 14:03:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.274s1520[Jun 18 2023 14:03:23 UTC (QA Tests)] INFO -- Enabling super sidebar!1521[Jun 18 2023 14:03:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled1522[Jun 18 2023 14:03:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1523[Jun 18 2023 14:03:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.08 seconds1524[Jun 18 2023 14:03:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.22 seconds1525[Jun 18 2023 14:03:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/external-project-1-72e0a865cff1e771' via api in 0.7 seconds1526[Jun 18 2023 14:03:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1527[Jun 18 2023 14:03:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds1528[Jun 18 2023 14:03:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.2 seconds1529[Jun 18 2023 14:03:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/external-project-2-f26d31a4a15799da' via api in 0.74 seconds1530[Jun 18 2023 14:03:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds1531[Jun 18 2023 14:03:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.61 seconds1532[Jun 18 2023 14:03:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-pipeline-d5aa1b8639bc9abd1533[Jun 18 2023 14:03:30 UTC (QA Tests)] INFO -- clicking :menu_section_button1534[Jun 18 2023 14:03:30 UTC (QA Tests)] INFO -- clicking :nav_item_link1535[Jun 18 2023 14:03:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.957s1536[Jun 18 2023 14:03:43 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-pfe2io3e'1537[Jun 18 2023 14:03:43 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-pfe2io3e`1538 runs the pipeline with composed config1539Govern1540 Project vulnerability report1541[Jun 18 2023 14:03:44 UTC (QA Tests)] INFO -- Starting test: Govern Project vulnerability report validates "fix a vulnerability" workflow1542[Jun 18 2023 14:03:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1543[Jun 18 2023 14:03:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.18 seconds1544[Jun 18 2023 14:03:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-secure-4b4ae7ad28e7095e' via api in 0.44 seconds1545[Jun 18 2023 14:03:45 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1546[Jun 18 2023 14:03:45 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1547[Jun 18 2023 14:03:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1548[Jun 18 2023 14:03:50 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-4b4ae7ad28e7095e --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-4b4ae7ad28e7095e sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-project-with-secure-4b4ae7ad28e7095e --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `1549[Jun 18 2023 14:03:50 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-4b4ae7ad28e7095e`1550[Jun 18 2023 14:03:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1551[Jun 18 2023 14:03:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-4b4ae7ad28e7095e' via api in 6.35 seconds1552[Jun 18 2023 14:03:52 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1553[Jun 18 2023 14:03:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.72 seconds1554[Jun 18 2023 14:03:53 UTC (QA Tests)] INFO -- filling :login_field with "root"1555[Jun 18 2023 14:03:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1556[Jun 18 2023 14:03:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1557[Jun 18 2023 14:03:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1558[Jun 18 2023 14:03:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1559[Jun 18 2023 14:03:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.088s1560[Jun 18 2023 14:03:56 UTC (QA Tests)] INFO -- Enabling super sidebar!1561[Jun 18 2023 14:03:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled1562[Jun 18 2023 14:03:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-secure-4b4ae7ad28e7095e1563[Jun 18 2023 14:03:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1564[Jun 18 2023 14:03:59 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments1565[Jun 18 2023 14:04:00 UTC (QA Tests)] INFO -- clicking :menu_section_button1566[Jun 18 2023 14:04:00 UTC (QA Tests)] INFO -- clicking :nav_item_link1567[Jun 18 2023 14:04:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.81s1568[Jun 18 2023 14:04:12 UTC (QA Tests)] INFO -- clicking :menu_section_button1569[Jun 18 2023 14:04:12 UTC (QA Tests)] INFO -- clicking :nav_item_link1570[Jun 18 2023 14:04:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.034s1571[Jun 18 2023 14:04:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds1572[Jun 18 2023 14:04:14 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments1573[Jun 18 2023 14:04:15 UTC (QA Tests)] INFO -- clicking :menu_section_button1574[Jun 18 2023 14:04:15 UTC (QA Tests)] INFO -- clicking :nav_item_link1575[Jun 18 2023 14:04:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.771s1576[Jun 18 2023 14:04:27 UTC (QA Tests)] INFO -- clicking :menu_section_button1577[Jun 18 2023 14:04:27 UTC (QA Tests)] INFO -- clicking :nav_item_link1578[Jun 18 2023 14:04:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.406s1579[Jun 18 2023 14:04:29 UTC (QA Tests)] INFO -- clicking :vulnerability_status_content1580[Jun 18 2023 14:04:29 UTC (QA Tests)] INFO -- clicking :vulnerability_card_status_dropdown1581[Jun 18 2023 14:04:29 UTC (QA Tests)] INFO -- clicking :listbox-item-resolved1582[Jun 18 2023 14:04:30 UTC (QA Tests)] INFO -- filling :change_status_comment_textbox with "E2E Test"1583[Jun 18 2023 14:04:30 UTC (QA Tests)] INFO -- clicking the coordinates of :change_status_comment_textbox1584[Jun 18 2023 14:04:30 UTC (QA Tests)] INFO -- clicking :change_status_button1585[Jun 18 2023 14:04:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? vulnerability_status_content' took 11.036s1586[Jun 18 2023 14:04:45 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-secure-4b4ae7ad28e7095e/-/security/vulnerability_report/?state=RESOLVED1587[Jun 18 2023 14:04:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.638s1588[Jun 18 2023 14:04:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.61 seconds1589[Jun 18 2023 14:04:47 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments1590[Jun 18 2023 14:04:48 UTC (QA Tests)] INFO -- clicking :menu_section_button1591[Jun 18 2023 14:04:48 UTC (QA Tests)] INFO -- clicking :nav_item_link1592[Jun 18 2023 14:04:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.881s1593[Jun 18 2023 14:05:00 UTC (QA Tests)] INFO -- clicking :menu_section_button1594[Jun 18 2023 14:05:00 UTC (QA Tests)] INFO -- clicking :nav_item_link1595[Jun 18 2023 14:05:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.003s1596[Jun 18 2023 14:05:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? vulnerability_remediated_badge_content' took 11.027s1597[Jun 18 2023 14:05:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-project-with-secure-4b4ae7ad28e7095e'1598[Jun 18 2023 14:05:13 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-4b4ae7ad28e7095e`1599 validates "fix a vulnerability" workflow1600Manage1601 rate limits1602[Jun 18 2023 14:05:14 UTC (QA Tests)] INFO -- Starting test: Manage rate limits throttles authenticated api requests by user1603[Jun 18 2023 14:05:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-bbe4ae6f3398b228' via api in 0.29 seconds1604[Jun 18 2023 14:05:14 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-bbe4ae6f3398b2281605[Jun 18 2023 14:05:14 UTC (QA Tests)] INFO -- Caching token for username: qa-user-bbe4ae6f3398b228, last six chars of token:jgd3tZ1606[Jun 18 2023 14:05:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-bbe4ae6f3398b228-uemxlnmr' via api in 0.08 seconds1607[Jun 18 2023 14:05:14 UTC (QA Tests)] INFO -- Setting application settings: {:throttle_authenticated_api_requests_per_period=>5, :throttle_authenticated_api_period_in_seconds=>60, :throttle_authenticated_api_enabled=>true}1608[Jun 18 2023 14:05:21 UTC (QA Tests)] INFO -- Setting application settings: {:throttle_authenticated_api_requests_per_period=>7200, :throttle_authenticated_api_period_in_seconds=>3600, :throttle_authenticated_api_enabled=>false}1609[Jun 18 2023 14:05:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-bbe4ae6f3398b228'1610 throttles authenticated api requests by user1611Plan1612 Assignees1613[Jun 18 2023 14:05:21 UTC (QA Tests)] INFO -- Starting test: Plan Assignees update without refresh1614[Jun 18 2023 14:05:22 UTC (QA Tests)] INFO -- filling :login_field with "root"1615[Jun 18 2023 14:05:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1616[Jun 18 2023 14:05:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"1617[Jun 18 2023 14:05:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1618[Jun 18 2023 14:05:23 UTC (QA Tests)] INFO -- clicking :sign_in_button1619[Jun 18 2023 14:05:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.742s1620[Jun 18 2023 14:05:25 UTC (QA Tests)] INFO -- Enabling super sidebar!1621[Jun 18 2023 14:05:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled1622[Jun 18 2023 14:05:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.22 seconds1623[Jun 18 2023 14:05:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.39 seconds1624[Jun 18 2023 14:05:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-to-test-assignees-bc7f6a2a7146c971' via api in 1.81 seconds1625[Jun 18 2023 14:05:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.41 seconds1626[Jun 18 2023 14:05:29 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-to-test-assignees-bc7f6a2a7146c971 QA::Resource::Project1627[Jun 18 2023 14:05:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.38 seconds1628[Jun 18 2023 14:05:30 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-to-test-assignees-bc7f6a2a7146c971 QA::Resource::Project1629[Jun 18 2023 14:05:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '8' via api in 1.07 seconds1630[Jun 18 2023 14:05:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-to-test-assignees-bc7f6a2a7146c971/-/issues/11631 update without refresh1632Create1633 File management1634[Jun 18 2023 14:05:37 UTC (QA Tests)] INFO -- Starting test: Create File management user creates a file via the Web1635[Jun 18 2023 14:05:38 UTC (QA Tests)] INFO -- filling :login_field with "root"1636[Jun 18 2023 14:05:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1637[Jun 18 2023 14:05:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"1638[Jun 18 2023 14:05:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1639[Jun 18 2023 14:05:38 UTC (QA Tests)] INFO -- clicking :sign_in_button1640[Jun 18 2023 14:05:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.724s1641[Jun 18 2023 14:05:41 UTC (QA Tests)] INFO -- Enabling super sidebar!1642[Jun 18 2023 14:05:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled1643[Jun 18 2023 14:05:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.14 seconds1644[Jun 18 2023 14:05:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.26 seconds1645[Jun 18 2023 14:05:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-new-file-2d6448e104d34289' via api in 1.15 seconds1646[Jun 18 2023 14:05:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-new-file-2d6448e104d342891647[Jun 18 2023 14:05:45 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1648[Jun 18 2023 14:05:45 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1649[Jun 18 2023 14:05:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.261s1650[Jun 18 2023 14:05:46 UTC (QA Tests)] INFO -- filling :file_name_field with "QA Test - File name"1651[Jun 18 2023 14:05:46 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1652[Jun 18 2023 14:05:47 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Create new file"1653[Jun 18 2023 14:05:47 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1654[Jun 18 2023 14:05:48 UTC (QA Tests)] INFO -- clicking :commit_button1655[Jun 18 2023 14:05:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.789s1656[Jun 18 2023 14:05:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via browser_ui in 5.85 seconds1657 user creates a file via the Web1658Create1659 with merge request suggestions1660[Jun 18 2023 14:05:50 UTC (QA Tests)] INFO -- Starting test: Create with merge request suggestions applies a single suggestion with a custom message1661[Jun 18 2023 14:05:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.08 seconds1662[Jun 18 2023 14:05:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.2 seconds1663[Jun 18 2023 14:05:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/suggestions_project-c4e185d9ef2e6d09' via api in 1.33 seconds1664[Jun 18 2023 14:05:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.18 seconds1665[Jun 18 2023 14:05:51 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/suggestions_project-c4e185d9ef2e6d09 QA::Resource::Project1666[Jun 18 2023 14:05:53 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1667[Jun 18 2023 14:05:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1668[Jun 18 2023 14:05:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"1669[Jun 18 2023 14:05:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1670[Jun 18 2023 14:05:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1671[Jun 18 2023 14:05:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.045s1672[Jun 18 2023 14:05:55 UTC (QA Tests)] INFO -- Enabling super sidebar!1673[Jun 18 2023 14:05:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled1674[Jun 18 2023 14:05:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds1675[Jun 18 2023 14:05:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds1676[Jun 18 2023 14:05:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.64 seconds1677[Jun 18 2023 14:05:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/suggestions_project-c4e185d9ef2e6d09/-/merge_requests/11678[Jun 18 2023 14:06:00 UTC (QA Tests)] INFO -- clicking :diffs_tab1679[Jun 18 2023 14:06:01 UTC (QA Tests)] INFO -- clicking :diff_comment_button1680[Jun 18 2023 14:06:02 UTC (QA Tests)] INFO -- clicking :suggestion_button1681[Jun 18 2023 14:06:02 UTC (QA Tests)] INFO -- filling :reply_field with ""1682[Jun 18 2023 14:06:02 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field1683[Jun 18 2023 14:06:03 UTC (QA Tests)] INFO -- filling :reply_field with "```suggestion:-0+01684This is the suggestion for line number 4!1685```"1686[Jun 18 2023 14:06:03 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field1687[Jun 18 2023 14:06:03 UTC (QA Tests)] INFO -- clicking :comment_now_button1688[Jun 18 2023 14:06:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.158s1689[Jun 18 2023 14:06:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.059s1690[Jun 18 2023 14:06:07 UTC (QA Tests)] INFO -- clicking :user_avatar_content1691[Jun 18 2023 14:06:07 UTC (QA Tests)] INFO -- clicking :sign_out_link1692[Jun 18 2023 14:06:07 UTC (QA Tests)] INFO -- filling :login_field with "root"1693[Jun 18 2023 14:06:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1694[Jun 18 2023 14:06:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"1695[Jun 18 2023 14:06:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1696[Jun 18 2023 14:06:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1697[Jun 18 2023 14:06:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.288s1698[Jun 18 2023 14:06:10 UTC (QA Tests)] INFO -- Enabling super sidebar!1699[Jun 18 2023 14:06:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled1700[Jun 18 2023 14:06:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/suggestions_project-c4e185d9ef2e6d09/-/merge_requests/11701[Jun 18 2023 14:06:15 UTC (QA Tests)] INFO -- clicking :diffs_tab1702[Jun 18 2023 14:06:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.54s1703[Jun 18 2023 14:06:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.547s1704[Jun 18 2023 14:06:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements apply_suggestion_dropdown' took 0.577s1705[Jun 18 2023 14:06:15 UTC (QA Tests)] INFO -- filling :commit_message_field with "Applying suggested change for testing purposes."1706[Jun 18 2023 14:06:15 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1707[Jun 18 2023 14:06:16 UTC (QA Tests)] INFO -- clicking :commit_with_custom_message_button1708[Jun 18 2023 14:06:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.453s1709[Jun 18 2023 14:06:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? applying_badge' took 1.467s1710[Jun 18 2023 14:06:17 UTC (QA Tests)] INFO -- clicking :commits_tab1711 applies a single suggestion with a custom message1712Plan1713 Project issue boards1714 Assignee issue board1715[Jun 18 2023 14:06:18 UTC (QA Tests)] INFO -- Starting test: Plan Project issue boards Assignee issue board shows the just created board with an assignee list, and an issue on it1716[Jun 18 2023 14:06:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1717[Jun 18 2023 14:06:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1718[Jun 18 2023 14:06:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"1719[Jun 18 2023 14:06:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1720[Jun 18 2023 14:06:20 UTC (QA Tests)] INFO -- clicking :sign_in_button1721[Jun 18 2023 14:06:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.156s1722[Jun 18 2023 14:06:22 UTC (QA Tests)] INFO -- Enabling super sidebar!1723[Jun 18 2023 14:06:22 UTC (QA Tests)] INFO -- Super sidebar is already enabled1724[Jun 18 2023 14:06:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1725[Jun 18 2023 14:06:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.09 seconds1726[Jun 18 2023 14:06:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.23 seconds1727[Jun 18 2023 14:06:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-to-test-assignee-issue-board-list-06fd04faa99234cd' via api in 0.77 seconds1728[Jun 18 2023 14:06:24 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-to-test-assignee-issue-board-list-06fd04faa99234cd QA::Resource::Project1729[Jun 18 2023 14:06:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '9' via api in 0.44 seconds1730[Jun 18 2023 14:06:25 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.21 seconds1731[Jun 18 2023 14:06:25 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::AssigneeBoardList with id '10' via api in 0.31 seconds1732[Jun 18 2023 14:06:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-to-test-assignee-issue-board-list-06fd04faa99234cd1733[Jun 18 2023 14:06:27 UTC (QA Tests)] INFO -- clicking :menu_section_button1734[Jun 18 2023 14:06:27 UTC (QA Tests)] INFO -- clicking :nav_item_link1735[Jun 18 2023 14:06:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.938s1736[Jun 18 2023 14:06:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.667s1737[Jun 18 2023 14:06:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.686s1738 shows the just created board with an assignee list, and an issue on it1739 Milestone issue board1740[Jun 18 2023 14:06:29 UTC (QA Tests)] INFO -- Starting test: Plan Project issue boards Milestone issue board shows the just created board with a "1.0" (milestone) list, and an issue on it1741[Jun 18 2023 14:06:30 UTC (QA Tests)] INFO -- filling :login_field with "root"1742[Jun 18 2023 14:06:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1743[Jun 18 2023 14:06:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"1744[Jun 18 2023 14:06:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1745[Jun 18 2023 14:06:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1746[Jun 18 2023 14:06:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.124s1747[Jun 18 2023 14:06:32 UTC (QA Tests)] INFO -- Enabling super sidebar!1748[Jun 18 2023 14:06:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled1749[Jun 18 2023 14:06:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1750[Jun 18 2023 14:06:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.18 seconds1751[Jun 18 2023 14:06:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-board-list-25cef5ade0d73558' via api in 0.83 seconds1752[Jun 18 2023 14:06:35 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.11 seconds1753[Jun 18 2023 14:06:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '6' via api in 0.23 seconds1754[Jun 18 2023 14:06:35 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::MilestoneBoardList with id '13' via api in 1.35 seconds1755[Jun 18 2023 14:06:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '10' via api in 0.27 seconds1756[Jun 18 2023 14:06:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-board-list-25cef5ade0d735581757[Jun 18 2023 14:06:37 UTC (QA Tests)] INFO -- clicking :menu_section_button1758[Jun 18 2023 14:06:37 UTC (QA Tests)] INFO -- clicking :nav_item_link1759[Jun 18 2023 14:06:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.899s1760[Jun 18 2023 14:06:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.802s1761[Jun 18 2023 14:06:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.818s1762 shows the just created board with a "1.0" (milestone) list, and an issue on it1763 Label issue board1764[Jun 18 2023 14:06:39 UTC (QA Tests)] INFO -- Starting test: Plan Project issue boards Label issue board shows the just created board with a "Testing" (label) list, and an issue on it1765[Jun 18 2023 14:06:40 UTC (QA Tests)] INFO -- filling :login_field with "root"1766[Jun 18 2023 14:06:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1767[Jun 18 2023 14:06:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1768[Jun 18 2023 14:06:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1769[Jun 18 2023 14:06:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1770[Jun 18 2023 14:06:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.169s1771[Jun 18 2023 14:06:42 UTC (QA Tests)] INFO -- Enabling super sidebar!1772[Jun 18 2023 14:06:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled1773[Jun 18 2023 14:06:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1774[Jun 18 2023 14:06:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.19 seconds1775[Jun 18 2023 14:06:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-board-list-fb0f73cfc79dbc9f' via api in 0.72 seconds1776[Jun 18 2023 14:06:45 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.15 seconds1777[Jun 18 2023 14:06:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '2' via api in 0.13 seconds1778[Jun 18 2023 14:06:45 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::LabelBoardList with id '16' via api in 1.12 seconds1779[Jun 18 2023 14:06:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '11' via api in 0.37 seconds1780[Jun 18 2023 14:06:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-board-list-fb0f73cfc79dbc9f1781[Jun 18 2023 14:06:47 UTC (QA Tests)] INFO -- clicking :menu_section_button1782[Jun 18 2023 14:06:47 UTC (QA Tests)] INFO -- clicking :nav_item_link1783[Jun 18 2023 14:06:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.869s1784[Jun 18 2023 14:06:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.806s1785[Jun 18 2023 14:06:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element boards_dropdown' took 0.821s1786 shows the just created board with a "Testing" (label) list, and an issue on it1787Monitor1788 Alert1789 when using Prometheus integration1790 behaves like new alert1791[Jun 18 2023 14:06:49 UTC (QA Tests)] INFO -- Starting test: Monitor Alert when using Prometheus integration behaves like new alert automatically creates new incident1792[Jun 18 2023 14:06:50 UTC (QA Tests)] INFO -- filling :login_field with "root"1793[Jun 18 2023 14:06:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1794[Jun 18 2023 14:06:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"1795[Jun 18 2023 14:06:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1796[Jun 18 2023 14:06:51 UTC (QA Tests)] INFO -- clicking :sign_in_button1797[Jun 18 2023 14:06:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.346s1798[Jun 18 2023 14:06:53 UTC (QA Tests)] INFO -- Enabling super sidebar!1799[Jun 18 2023 14:06:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled1800[Jun 18 2023 14:06:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1801[Jun 18 2023 14:06:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.19 seconds1802[Jun 18 2023 14:06:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-alerts-0e117687287eff22' via api in 0.68 seconds1803[Jun 18 2023 14:06:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-alerts-0e117687287eff221804[Jun 18 2023 14:06:56 UTC (QA Tests)] INFO -- clicking :menu_section_button1805[Jun 18 2023 14:06:56 UTC (QA Tests)] INFO -- clicking :nav_item_link1806[Jun 18 2023 14:06:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.073s1807[Jun 18 2023 14:06:59 UTC (QA Tests)] INFO -- checking via JS :create_incident_checkbox with args {}1808[Jun 18 2023 14:06:59 UTC (QA Tests)] INFO -- clicking :save_changes_button1809[Jun 18 2023 14:07:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.002s1810[Jun 18 2023 14:07:01 UTC (QA Tests)] INFO -- clicking :add_integration_button1811[Jun 18 2023 14:07:01 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown1812[Jun 18 2023 14:07:01 UTC (QA Tests)] INFO -- clicking :prometheus_url_field1813[Jun 18 2023 14:07:01 UTC (QA Tests)] INFO -- filling :prometheus_url_field with "http://gitlab-ee-c2906ca4.test"1814[Jun 18 2023 14:07:01 UTC (QA Tests)] INFO -- clicking the coordinates of :prometheus_url_field1815[Jun 18 2023 14:07:02 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button1816[Jun 18 2023 14:07:02 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"version":"4","groupKey":null,"status":"firing","receiver":"","groupLabels":{},"commonLabels":{},"commonAnnotations":{},"externalURL":"","alerts":[{"startsAt":"2023-06-18 14:07:02 +0000","generatorURL":"http://kemmer.example/francoise","endsAt":null,"status":"firing","labels":{"gitlab_environment_name":"ut"},"annotations":{"title":"quo","gitlab_y_label":"status"}}]}"1817[Jun 18 2023 14:07:02 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field1818[Jun 18 2023 14:07:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.614s1819[Jun 18 2023 14:07:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element test_payload_field' took 0.634s1820[Jun 18 2023 14:07:03 UTC (QA Tests)] INFO -- clicking :send_test_alert_button1821[Jun 18 2023 14:07:04 UTC (QA Tests)] INFO -- clicking :menu_section_button1822[Jun 18 2023 14:07:04 UTC (QA Tests)] INFO -- clicking :nav_item_link1823[Jun 18 2023 14:07:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.019s1824 automatically creates new incident1825 when using HTTP endpoint integration1826 behaves like new alert1827[Jun 18 2023 14:07:05 UTC (QA Tests)] INFO -- Starting test: Monitor Alert when using HTTP endpoint integration behaves like new alert automatically creates new incident1828[Jun 18 2023 14:07:06 UTC (QA Tests)] INFO -- filling :login_field with "root"1829[Jun 18 2023 14:07:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1830[Jun 18 2023 14:07:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"1831[Jun 18 2023 14:07:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1832[Jun 18 2023 14:07:06 UTC (QA Tests)] INFO -- clicking :sign_in_button1833[Jun 18 2023 14:07:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.079s1834[Jun 18 2023 14:07:08 UTC (QA Tests)] INFO -- Enabling super sidebar!1835[Jun 18 2023 14:07:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled1836[Jun 18 2023 14:07:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.16 seconds1837[Jun 18 2023 14:07:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.49 seconds1838[Jun 18 2023 14:07:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-alerts-3f438fec0cdf4c7b' via api in 1.73 seconds1839[Jun 18 2023 14:07:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-alerts-3f438fec0cdf4c7b1840[Jun 18 2023 14:07:13 UTC (QA Tests)] INFO -- clicking :menu_section_button1841[Jun 18 2023 14:07:13 UTC (QA Tests)] INFO -- clicking :nav_item_link1842[Jun 18 2023 14:07:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.0s1843[Jun 18 2023 14:07:15 UTC (QA Tests)] INFO -- checking via JS :create_incident_checkbox with args {}1844[Jun 18 2023 14:07:15 UTC (QA Tests)] INFO -- clicking :save_changes_button1845[Jun 18 2023 14:07:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.077s1846[Jun 18 2023 14:07:19 UTC (QA Tests)] INFO -- clicking :add_integration_button1847[Jun 18 2023 14:07:19 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown1848[Jun 18 2023 14:07:19 UTC (QA Tests)] INFO -- clicking :integration_name_field1849[Jun 18 2023 14:07:19 UTC (QA Tests)] INFO -- filling :integration_name_field with "voluptatem"1850[Jun 18 2023 14:07:19 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field1851[Jun 18 2023 14:07:20 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button1852[Jun 18 2023 14:07:20 UTC (QA Tests)] INFO -- filling :test_payload_field with "{"title":"vel","description":"dolore"}"1853[Jun 18 2023 14:07:20 UTC (QA Tests)] INFO -- clicking the coordinates of :test_payload_field1854[Jun 18 2023 14:07:21 UTC (QA Tests)] INFO -- clicking :send_test_alert_button1855[Jun 18 2023 14:07:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.863s1856[Jun 18 2023 14:07:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? menu_section' took 0.896s1857[Jun 18 2023 14:07:22 UTC (QA Tests)] INFO -- clicking :menu_section_button1858[Jun 18 2023 14:07:22 UTC (QA Tests)] INFO -- clicking :nav_item_link1859[Jun 18 2023 14:07:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.3s1860[Jun 18 2023 14:07:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? incident_link' took 11.029s1861[Jun 18 2023 14:07:34 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-alerts-3f438fec0cdf4c7b/-/incidents1862[Jun 18 2023 14:07:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.919s1863 automatically creates new incident1864Verify1865 Pipeline with image:pull_policy1866 when policy is not allowed1867[Jun 18 2023 14:07:35 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with image:pull_policy when policy is not allowed fails job with policy not allowed message1868[Jun 18 2023 14:07:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1869[Jun 18 2023 14:07:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.19 seconds1870[Jun 18 2023 14:07:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/pipeline-with-image-pull-policy-dd52efa55573a837' via api in 0.85 seconds1871[Jun 18 2023 14:07:36 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1872[Jun 18 2023 14:07:36 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1873[Jun 18 2023 14:07:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1874[Jun 18 2023 14:07:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1875[Jun 18 2023 14:07:37 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-r7c9ks8p -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-r7c9ks8p 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-r7c9ks8p --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list qa-runner-r7c9ks8p --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" `1876[Jun 18 2023 14:07:37 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-r7c9ks8p`1877[Jun 18 2023 14:07:37 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1878[Jun 18 2023 14:07:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-r7c9ks8p' via api in 1.44 seconds1879[Jun 18 2023 14:07:37 UTC (QA Tests)] INFO -- Updating runner config to allow pull policies...1880[Jun 18 2023 14:07:37 UTC (QA Tests)] INFO -- Executing: `docker cp qa-runner-r7c9ks8p:/etc/gitlab-runner/config.toml /tmp/config.toml20230618-39-mi48ex`1881[Jun 18 2023 14:07:38 UTC (QA Tests)] INFO -- Executing: `docker cp /tmp/config.toml20230618-39-mi48ex qa-runner-r7c9ks8p:/etc/gitlab-runner/config.toml`1882[Jun 18 2023 14:07:38 UTC (QA Tests)] INFO -- Restarting runner container qa-runner-r7c9ks8p...1883[Jun 18 2023 14:07:38 UTC (QA Tests)] INFO -- Executing: `docker restart qa-runner-r7c9ks8p`1884[Jun 18 2023 14:07:38 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-r7c9ks8p`1885[Jun 18 2023 14:07:39 UTC (QA Tests)] INFO -- Waiting for runner to come online...1886[Jun 18 2023 14:07:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.62 seconds1887[Jun 18 2023 14:07:40 UTC (QA Tests)] INFO -- filling :login_field with "root"1888[Jun 18 2023 14:07:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1889[Jun 18 2023 14:07:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1890[Jun 18 2023 14:07:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1891[Jun 18 2023 14:07:41 UTC (QA Tests)] INFO -- clicking :sign_in_button1892[Jun 18 2023 14:07:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.57s1893[Jun 18 2023 14:07:43 UTC (QA Tests)] INFO -- Enabling super sidebar!1894[Jun 18 2023 14:07:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled1895[Jun 18 2023 14:07:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/pipeline-with-image-pull-policy-dd52efa55573a8371896[Jun 18 2023 14:07:46 UTC (QA Tests)] INFO -- clicking :menu_section_button1897[Jun 18 2023 14:07:47 UTC (QA Tests)] INFO -- clicking :nav_item_link1898[Jun 18 2023 14:07:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.856s1899[Jun 18 2023 14:08:03 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1900[Jun 18 2023 14:08:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.257s1901[Jun 18 2023 14:08:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'gitlab-runner'1902[Jun 18 2023 14:08:04 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-r7c9ks8p`1903 fails job with policy not allowed message1904 when policy is allowed1905 with [always if-not-present] policies1906[Jun 18 2023 14:08:05 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with image:pull_policy when policy is allowed with [always if-not-present] policies applies pull policy in job correctly1907[Jun 18 2023 14:08:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.09 seconds1908[Jun 18 2023 14:08:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.22 seconds1909[Jun 18 2023 14:08:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/pipeline-with-image-pull-policy-ed1848e56f350806' via api in 0.72 seconds1910[Jun 18 2023 14:08:05 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1911[Jun 18 2023 14:08:05 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1912[Jun 18 2023 14:08:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1913[Jun 18 2023 14:08:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1914[Jun 18 2023 14:08:11 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-tjclc6so -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-tjclc6so 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-tjclc6so --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list qa-runner-tjclc6so --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" `1915[Jun 18 2023 14:08:11 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-tjclc6so`1916[Jun 18 2023 14:08:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1917[Jun 18 2023 14:08:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-tjclc6so' via api in 6.29 seconds1918[Jun 18 2023 14:08:12 UTC (QA Tests)] INFO -- Updating runner config to allow pull policies...1919[Jun 18 2023 14:08:12 UTC (QA Tests)] INFO -- Executing: `docker cp qa-runner-tjclc6so:/etc/gitlab-runner/config.toml /tmp/config.toml20230618-39-1d9l31g`1920[Jun 18 2023 14:08:12 UTC (QA Tests)] INFO -- Executing: `docker cp /tmp/config.toml20230618-39-1d9l31g qa-runner-tjclc6so:/etc/gitlab-runner/config.toml`1921[Jun 18 2023 14:08:12 UTC (QA Tests)] INFO -- Restarting runner container qa-runner-tjclc6so...1922[Jun 18 2023 14:08:12 UTC (QA Tests)] INFO -- Executing: `docker restart qa-runner-tjclc6so`1923[Jun 18 2023 14:08:13 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-tjclc6so`1924[Jun 18 2023 14:08:13 UTC (QA Tests)] INFO -- Waiting for runner to come online...1925[Jun 18 2023 14:08:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds1926[Jun 18 2023 14:08:14 UTC (QA Tests)] INFO -- filling :login_field with "root"1927[Jun 18 2023 14:08:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1928[Jun 18 2023 14:08:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"1929[Jun 18 2023 14:08:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1930[Jun 18 2023 14:08:15 UTC (QA Tests)] INFO -- clicking :sign_in_button1931[Jun 18 2023 14:08:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.182s1932[Jun 18 2023 14:08:17 UTC (QA Tests)] INFO -- Enabling super sidebar!1933[Jun 18 2023 14:08:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled1934[Jun 18 2023 14:08:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/pipeline-with-image-pull-policy-ed1848e56f3508061935[Jun 18 2023 14:08:21 UTC (QA Tests)] INFO -- clicking :menu_section_button1936[Jun 18 2023 14:08:22 UTC (QA Tests)] INFO -- clicking :nav_item_link1937[Jun 18 2023 14:08:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.074s1938[Jun 18 2023 14:08:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.27s1939[Jun 18 2023 14:08:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element status_badge_link' took 1.29s1940[Jun 18 2023 14:08:48 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1941[Jun 18 2023 14:08:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.085s1942[Jun 18 2023 14:08:50 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'gitlab-runner'1943[Jun 18 2023 14:08:50 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-tjclc6so`1944 applies pull policy in job correctly1945 with [always] policy1946[Jun 18 2023 14:08:50 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with image:pull_policy when policy is allowed with [always] policy applies pull policy in job correctly1947[Jun 18 2023 14:08:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.12 seconds1948[Jun 18 2023 14:08:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.23 seconds1949[Jun 18 2023 14:08:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/pipeline-with-image-pull-policy-766aec3aa5e6e70a' via api in 1.42 seconds1950[Jun 18 2023 14:08:51 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1951[Jun 18 2023 14:08:51 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1952[Jun 18 2023 14:08:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1953[Jun 18 2023 14:08:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1954[Jun 18 2023 14:08:57 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-vjahnbfw -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-vjahnbfw 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-vjahnbfw --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list qa-runner-vjahnbfw --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" `1955[Jun 18 2023 14:08:57 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-vjahnbfw`1956[Jun 18 2023 14:08:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1957[Jun 18 2023 14:08:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-vjahnbfw' via api in 6.39 seconds1958[Jun 18 2023 14:08:58 UTC (QA Tests)] INFO -- Updating runner config to allow pull policies...1959[Jun 18 2023 14:08:58 UTC (QA Tests)] INFO -- Executing: `docker cp qa-runner-vjahnbfw:/etc/gitlab-runner/config.toml /tmp/config.toml20230618-39-r6gby9`1960[Jun 18 2023 14:08:58 UTC (QA Tests)] INFO -- Executing: `docker cp /tmp/config.toml20230618-39-r6gby9 qa-runner-vjahnbfw:/etc/gitlab-runner/config.toml`1961[Jun 18 2023 14:08:58 UTC (QA Tests)] INFO -- Restarting runner container qa-runner-vjahnbfw...1962[Jun 18 2023 14:08:58 UTC (QA Tests)] INFO -- Executing: `docker restart qa-runner-vjahnbfw`1963[Jun 18 2023 14:08:59 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-vjahnbfw`1964[Jun 18 2023 14:08:59 UTC (QA Tests)] INFO -- Waiting for runner to come online...1965[Jun 18 2023 14:09:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1966[Jun 18 2023 14:09:00 UTC (QA Tests)] INFO -- filling :login_field with "root"1967[Jun 18 2023 14:09:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1968[Jun 18 2023 14:09:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"1969[Jun 18 2023 14:09:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1970[Jun 18 2023 14:09:01 UTC (QA Tests)] INFO -- clicking :sign_in_button1971[Jun 18 2023 14:09:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.244s1972[Jun 18 2023 14:09:03 UTC (QA Tests)] INFO -- Enabling super sidebar!1973[Jun 18 2023 14:09:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled1974[Jun 18 2023 14:09:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/pipeline-with-image-pull-policy-766aec3aa5e6e70a1975[Jun 18 2023 14:09:07 UTC (QA Tests)] INFO -- clicking :menu_section_button1976[Jun 18 2023 14:09:07 UTC (QA Tests)] INFO -- clicking :nav_item_link1977[Jun 18 2023 14:09:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.776s1978[Jun 18 2023 14:09:09 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1979[Jun 18 2023 14:09:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.027s1980[Jun 18 2023 14:09:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'gitlab-runner'1981[Jun 18 2023 14:09:11 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-vjahnbfw`1982 applies pull policy in job correctly1983 with [never] policy1984[Jun 18 2023 14:09:11 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with image:pull_policy when policy is allowed with [never] policy applies pull policy in job correctly1985[Jun 18 2023 14:09:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds1986[Jun 18 2023 14:09:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.17 seconds1987[Jun 18 2023 14:09:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/pipeline-with-image-pull-policy-678f98aeb6b9ac7a' via api in 0.66 seconds1988[Jun 18 2023 14:09:12 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1989[Jun 18 2023 14:09:12 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1990[Jun 18 2023 14:09:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1991[Jun 18 2023 14:09:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1992[Jun 18 2023 14:09:13 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-3bzwliy7 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-3bzwliy7 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-3bzwliy7 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list qa-runner-3bzwliy7 --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" `1993[Jun 18 2023 14:09:13 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-3bzwliy7`1994[Jun 18 2023 14:09:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1995[Jun 18 2023 14:09:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-3bzwliy7' via api in 1.34 seconds1996[Jun 18 2023 14:09:13 UTC (QA Tests)] INFO -- Updating runner config to allow pull policies...1997[Jun 18 2023 14:09:13 UTC (QA Tests)] INFO -- Executing: `docker cp qa-runner-3bzwliy7:/etc/gitlab-runner/config.toml /tmp/config.toml20230618-39-i8mx78`1998[Jun 18 2023 14:09:14 UTC (QA Tests)] INFO -- Executing: `docker cp /tmp/config.toml20230618-39-i8mx78 qa-runner-3bzwliy7:/etc/gitlab-runner/config.toml`1999[Jun 18 2023 14:09:14 UTC (QA Tests)] INFO -- Restarting runner container qa-runner-3bzwliy7...2000[Jun 18 2023 14:09:14 UTC (QA Tests)] INFO -- Executing: `docker restart qa-runner-3bzwliy7`2001[Jun 18 2023 14:09:14 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-3bzwliy7`2002[Jun 18 2023 14:09:14 UTC (QA Tests)] INFO -- Waiting for runner to come online...2003[Jun 18 2023 14:09:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds2004[Jun 18 2023 14:09:16 UTC (QA Tests)] INFO -- filling :login_field with "root"2005[Jun 18 2023 14:09:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2006[Jun 18 2023 14:09:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"2007[Jun 18 2023 14:09:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2008[Jun 18 2023 14:09:17 UTC (QA Tests)] INFO -- clicking :sign_in_button2009[Jun 18 2023 14:09:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.356s2010[Jun 18 2023 14:09:19 UTC (QA Tests)] INFO -- Enabling super sidebar!2011[Jun 18 2023 14:09:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled2012[Jun 18 2023 14:09:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/pipeline-with-image-pull-policy-678f98aeb6b9ac7a2013[Jun 18 2023 14:09:22 UTC (QA Tests)] INFO -- clicking :menu_section_button2014[Jun 18 2023 14:09:22 UTC (QA Tests)] INFO -- clicking :nav_item_link2015[Jun 18 2023 14:09:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.73s2016[Jun 18 2023 14:09:24 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2017[Jun 18 2023 14:09:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.061s2018[Jun 18 2023 14:09:26 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'gitlab-runner'2019[Jun 18 2023 14:09:26 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-3bzwliy7`2020 applies pull policy in job correctly2021 with [if-not-present] policy2022[Jun 18 2023 14:09:26 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with image:pull_policy when policy is allowed with [if-not-present] policy applies pull policy in job correctly2023[Jun 18 2023 14:09:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2024[Jun 18 2023 14:09:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.18 seconds2025[Jun 18 2023 14:09:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/pipeline-with-image-pull-policy-502b159f0d6fc9e2' via api in 0.66 seconds2026[Jun 18 2023 14:09:27 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2027[Jun 18 2023 14:09:27 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2028[Jun 18 2023 14:09:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2029[Jun 18 2023 14:09:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2030[Jun 18 2023 14:09:32 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-sgywqd9i -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-sgywqd9i 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-sgywqd9i --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list qa-runner-sgywqd9i --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" `2031[Jun 18 2023 14:09:33 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-sgywqd9i`2032[Jun 18 2023 14:09:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2033[Jun 18 2023 14:09:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-sgywqd9i' via api in 6.31 seconds2034[Jun 18 2023 14:09:33 UTC (QA Tests)] INFO -- Updating runner config to allow pull policies...2035[Jun 18 2023 14:09:33 UTC (QA Tests)] INFO -- Executing: `docker cp qa-runner-sgywqd9i:/etc/gitlab-runner/config.toml /tmp/config.toml20230618-39-1q0rl4x`2036[Jun 18 2023 14:09:34 UTC (QA Tests)] INFO -- Executing: `docker cp /tmp/config.toml20230618-39-1q0rl4x qa-runner-sgywqd9i:/etc/gitlab-runner/config.toml`2037[Jun 18 2023 14:09:34 UTC (QA Tests)] INFO -- Restarting runner container qa-runner-sgywqd9i...2038[Jun 18 2023 14:09:34 UTC (QA Tests)] INFO -- Executing: `docker restart qa-runner-sgywqd9i`2039[Jun 18 2023 14:09:34 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-sgywqd9i`2040[Jun 18 2023 14:09:34 UTC (QA Tests)] INFO -- Waiting for runner to come online...2041[Jun 18 2023 14:09:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds2042[Jun 18 2023 14:09:36 UTC (QA Tests)] INFO -- filling :login_field with "root"2043[Jun 18 2023 14:09:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2044[Jun 18 2023 14:09:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"2045[Jun 18 2023 14:09:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2046[Jun 18 2023 14:09:36 UTC (QA Tests)] INFO -- clicking :sign_in_button2047[Jun 18 2023 14:09:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.237s2048[Jun 18 2023 14:09:38 UTC (QA Tests)] INFO -- Enabling super sidebar!2049[Jun 18 2023 14:09:38 UTC (QA Tests)] INFO -- Super sidebar is already enabled2050[Jun 18 2023 14:09:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/pipeline-with-image-pull-policy-502b159f0d6fc9e22051[Jun 18 2023 14:09:42 UTC (QA Tests)] INFO -- clicking :menu_section_button2052[Jun 18 2023 14:09:42 UTC (QA Tests)] INFO -- clicking :nav_item_link2053[Jun 18 2023 14:09:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.801s2054[Jun 18 2023 14:09:44 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2055[Jun 18 2023 14:09:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_path' took 1.425s2056[Jun 18 2023 14:09:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 2.407s2057[Jun 18 2023 14:09:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'gitlab-runner'2058[Jun 18 2023 14:09:47 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-sgywqd9i`2059 applies pull policy in job correctly2060Plan2061 Testing wiki content manipulation inside a project2062[Jun 18 2023 14:09:47 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content manipulation inside a project by manipulating content on the page using git push2063[Jun 18 2023 14:09:48 UTC (QA Tests)] INFO -- filling :login_field with "root"2064[Jun 18 2023 14:09:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2065[Jun 18 2023 14:09:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"2066[Jun 18 2023 14:09:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2067[Jun 18 2023 14:09:49 UTC (QA Tests)] INFO -- clicking :sign_in_button2068[Jun 18 2023 14:09:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.121s2069[Jun 18 2023 14:09:50 UTC (QA Tests)] INFO -- Enabling super sidebar!2070[Jun 18 2023 14:09:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled2071[Jun 18 2023 14:09:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2072[Jun 18 2023 14:09:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.17 seconds2073[Jun 18 2023 14:09:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/wiki_testing-f6960d771e8567ae' via api in 0.68 seconds2074[Jun 18 2023 14:09:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.09 seconds2075[Jun 18 2023 14:09:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 1.19 seconds2076[Jun 18 2023 14:09:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/wiki_testing-f6960d771e8567ae/-/wikis/Home2077 by manipulating content on the page using git push2078[Jun 18 2023 14:09:56 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content manipulation inside a project by manipulating content on the page2079[Jun 18 2023 14:09:56 UTC (QA Tests)] INFO -- filling :login_field with "root"2080[Jun 18 2023 14:09:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2081[Jun 18 2023 14:09:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"2082[Jun 18 2023 14:09:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2083[Jun 18 2023 14:09:57 UTC (QA Tests)] INFO -- clicking :sign_in_button2084[Jun 18 2023 14:09:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.233s2085[Jun 18 2023 14:10:00 UTC (QA Tests)] INFO -- Enabling super sidebar!2086[Jun 18 2023 14:10:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled2087[Jun 18 2023 14:10:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds2088[Jun 18 2023 14:10:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.19 seconds2089[Jun 18 2023 14:10:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/wiki_testing-54a32917a2e58e7d' via api in 0.66 seconds2090[Jun 18 2023 14:10:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.07 seconds2091[Jun 18 2023 14:10:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/wiki_testing-54a32917a2e58e7d/-/wikis/Home2092[Jun 18 2023 14:10:03 UTC (QA Tests)] INFO -- clicking :edit_page_button2093[Jun 18 2023 14:10:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_page_button' took 0.907s2094[Jun 18 2023 14:10:04 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"2095[Jun 18 2023 14:10:04 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox2096[Jun 18 2023 14:10:05 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"2097[Jun 18 2023 14:10:05 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field2098[Jun 18 2023 14:10:06 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"2099[Jun 18 2023 14:10:06 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox2100[Jun 18 2023 14:10:07 UTC (QA Tests)] INFO -- clicking :wiki_submit_button2101[Jun 18 2023 14:10:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.375s2102 by manipulating content on the page2103Create2104 push after setting the file size limit via admin/application_settings2105[Jun 18 2023 14:10:08 UTC (QA Tests)] INFO -- Starting test: Create push after setting the file size limit via admin/application_settings push fails when the file size is above the limit2106[Jun 18 2023 14:10:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.09 seconds2107[Jun 18 2023 14:10:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.21 seconds2108[Jun 18 2023 14:10:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-test-push-limit-071196bde56c5c1a' via api in 1.03 seconds2109 push fails when the file size is above the limit2110[Jun 18 2023 14:10:12 UTC (QA Tests)] INFO -- Starting test: Create push after setting the file size limit via admin/application_settings push successful when the file size is under the limit2111[Jun 18 2023 14:10:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2112[Jun 18 2023 14:10:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.17 seconds2113[Jun 18 2023 14:10:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-test-push-limit-2177d0e7c161361b' via api in 0.96 seconds2114[Jun 18 2023 14:10:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.72 seconds2115[Jun 18 2023 14:10:15 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Adding a new file"2116 push successful when the file size is under the limit2117Create2118 File management2119[Jun 18 2023 14:10:16 UTC (QA Tests)] INFO -- Starting test: Create File management user edits a file via the Web2120[Jun 18 2023 14:10:16 UTC (QA Tests)] INFO -- filling :login_field with "root"2121[Jun 18 2023 14:10:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2122[Jun 18 2023 14:10:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"2123[Jun 18 2023 14:10:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2124[Jun 18 2023 14:10:17 UTC (QA Tests)] INFO -- clicking :sign_in_button2125[Jun 18 2023 14:10:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.116s2126[Jun 18 2023 14:10:19 UTC (QA Tests)] INFO -- Enabling super sidebar!2127[Jun 18 2023 14:10:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled2128[Jun 18 2023 14:10:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.05 seconds2129[Jun 18 2023 14:10:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.15 seconds2130[Jun 18 2023 14:10:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-new-file-45418ad4c0a693bf' via api in 0.98 seconds2131[Jun 18 2023 14:10:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via api in 0.41 seconds2132[Jun 18 2023 14:10:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::File at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-with-new-file-45418ad4c0a693bf/-/blob/main/QA+Test+-+File+name2133[Jun 18 2023 14:10:23 UTC (QA Tests)] INFO -- clicking :action_dropdown2134[Jun 18 2023 14:10:23 UTC (QA Tests)] INFO -- clicking :edit_menu_item2135[Jun 18 2023 14:10:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_menu_item' took 1.065s21362023-06-18 14:10:24 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:21382023-06-18 14:10:24 WARN Selenium [DEPRECATION] [:jwp_caps] `Capabilities#platform` is deprecated. Use `Capabilities#platform_name` instead.2139[Jun 18 2023 14:10:25 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Update file"2140[Jun 18 2023 14:10:25 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field2141[Jun 18 2023 14:10:25 UTC (QA Tests)] INFO -- clicking :commit_button2142[Jun 18 2023 14:10:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.295s2143 user edits a file via the Web2144Create2145 Approval rules2146[Jun 18 2023 14:10:27 UTC (QA Tests)] INFO -- Starting test: Create Approval rules allows multiple approval rules with users and groups2147[Jun 18 2023 14:10:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2148[Jun 18 2023 14:10:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.18 seconds2149[Jun 18 2023 14:10:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/approval-rules-6b2865d605bc8749' via api in 0.66 seconds2150[Jun 18 2023 14:10:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds2151[Jun 18 2023 14:10:28 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/approval-rules-6b2865d605bc8749 QA::Resource::Project2152[Jun 18 2023 14:10:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds2153[Jun 18 2023 14:10:28 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc QA::Resource::Group2154[Jun 18 2023 14:10:29 UTC (QA Tests)] INFO -- filling :login_field with "root"2155[Jun 18 2023 14:10:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2156[Jun 18 2023 14:10:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"2157[Jun 18 2023 14:10:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2158[Jun 18 2023 14:10:29 UTC (QA Tests)] INFO -- clicking :sign_in_button2159[Jun 18 2023 14:10:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.156s2160[Jun 18 2023 14:10:31 UTC (QA Tests)] INFO -- Enabling super sidebar!2161[Jun 18 2023 14:10:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled2162[Jun 18 2023 14:10:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.36 seconds2163[Jun 18 2023 14:10:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds2164[Jun 18 2023 14:10:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/approval-rules-6b2865d605bc87492165[Jun 18 2023 14:10:35 UTC (QA Tests)] INFO -- clicking :create_merge_request_button2166[Jun 18 2023 14:10:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.208s2167[Jun 18 2023 14:10:36 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Add a new feature"2168[Jun 18 2023 14:10:36 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field2169[Jun 18 2023 14:10:37 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Great feature, much approval"2170[Jun 18 2023 14:10:37 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field2171[Jun 18 2023 14:10:38 UTC (QA Tests)] INFO -- clicking :add_approvers_button2172[Jun 18 2023 14:10:39 UTC (QA Tests)] INFO -- filling :rule_name_field with "user"2173[Jun 18 2023 14:10:39 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field2174[Jun 18 2023 14:10:39 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"2175[Jun 18 2023 14:10:39 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field2176[Jun 18 2023 14:10:40 UTC (QA Tests)] INFO -- Searching in dropdown: "gitlab-qa-user1"2177[Jun 18 2023 14:10:43 UTC (QA Tests)] INFO -- clicking :add_approvers_button2178[Jun 18 2023 14:10:44 UTC (QA Tests)] INFO -- filling :rule_name_field with "group"2179[Jun 18 2023 14:10:44 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field2180[Jun 18 2023 14:10:45 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"2181[Jun 18 2023 14:10:45 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field2182[Jun 18 2023 14:10:45 UTC (QA Tests)] INFO -- Searching in dropdown: "gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc"2183[Jun 18 2023 14:10:50 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present2184[Jun 18 2023 14:10:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.605s2185[Jun 18 2023 14:10:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 19.33 seconds2186[Jun 18 2023 14:10:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.062s2187[Jun 18 2023 14:10:56 UTC (QA Tests)] INFO -- clicking :user_avatar_content2188[Jun 18 2023 14:10:56 UTC (QA Tests)] INFO -- clicking :sign_out_link2189[Jun 18 2023 14:10:57 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2190[Jun 18 2023 14:10:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2191[Jun 18 2023 14:10:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"2192[Jun 18 2023 14:10:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2193[Jun 18 2023 14:10:58 UTC (QA Tests)] INFO -- clicking :sign_in_button2194[Jun 18 2023 14:10:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.712s2195[Jun 18 2023 14:10:59 UTC (QA Tests)] INFO -- Enabling super sidebar!2196[Jun 18 2023 14:10:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled2197[Jun 18 2023 14:11:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/approval-rules-6b2865d605bc8749/-/merge_requests/12198[Jun 18 2023 14:11:02 UTC (QA Tests)] INFO -- clicking :approve_button2199[Jun 18 2023 14:11:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.556s2200[Jun 18 2023 14:11:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element approve_button' took 0.582s2201[Jun 18 2023 14:11:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.053s2202[Jun 18 2023 14:11:09 UTC (QA Tests)] INFO -- clicking :user_avatar_content2203[Jun 18 2023 14:11:09 UTC (QA Tests)] INFO -- clicking :sign_out_link2204[Jun 18 2023 14:11:10 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"2205[Jun 18 2023 14:11:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2206[Jun 18 2023 14:11:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"2207[Jun 18 2023 14:11:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2208[Jun 18 2023 14:11:11 UTC (QA Tests)] INFO -- clicking :sign_in_button2209[Jun 18 2023 14:11:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.193s2210[Jun 18 2023 14:11:12 UTC (QA Tests)] INFO -- Enabling super sidebar!2211[Jun 18 2023 14:11:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled2212[Jun 18 2023 14:11:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/approval-rules-6b2865d605bc8749/-/merge_requests/12213[Jun 18 2023 14:11:16 UTC (QA Tests)] INFO -- clicking :approve_button2214[Jun 18 2023 14:11:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.587s2215[Jun 18 2023 14:11:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element approve_button' took 0.617s2216[Jun 18 2023 14:11:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.031s2217[Jun 18 2023 14:11:21 UTC (QA Tests)] INFO -- clicking :user_avatar_content2218[Jun 18 2023 14:11:21 UTC (QA Tests)] INFO -- clicking :sign_out_link2219[Jun 18 2023 14:11:22 UTC (QA Tests)] INFO -- filling :login_field with "root"2220[Jun 18 2023 14:11:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2221[Jun 18 2023 14:11:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"2222[Jun 18 2023 14:11:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2223[Jun 18 2023 14:11:22 UTC (QA Tests)] INFO -- clicking :sign_in_button2224[Jun 18 2023 14:11:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.086s2225[Jun 18 2023 14:11:24 UTC (QA Tests)] INFO -- Enabling super sidebar!2226[Jun 18 2023 14:11:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled2227[Jun 18 2023 14:11:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/approval-rules-6b2865d605bc8749/-/merge_requests/12228[Jun 18 2023 14:11:28 UTC (QA Tests)] INFO -- clicking :merge_button2229[Jun 18 2023 14:11:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.623s2230[Jun 18 2023 14:11:31 UTC (QA Tests)] INFO -- Removing user gitlab-qa-user2 from gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc QA::Resource::Group2231[Jun 18 2023 14:11:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/approval-rules-6b2865d605bc8749'2232 allows multiple approval rules with users and groups2233Verify2234 Parent-child pipelines independent relationship2235[Jun 18 2023 14:11:32 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipeline passes even if child fails2236[Jun 18 2023 14:11:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds2237[Jun 18 2023 14:11:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.19 seconds2238[Jun 18 2023 14:11:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/pipeline-independent-relationship-40c804d1b1815530' via api in 0.75 seconds2239[Jun 18 2023 14:11:33 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2240[Jun 18 2023 14:11:33 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2241[Jun 18 2023 14:11:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2242[Jun 18 2023 14:11:33 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-40c804d1b1815530 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-40c804d1b1815530 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-40c804d1b1815530 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list pipeline-independent-relationship-40c804d1b1815530 --executor shell && gitlab-runner run" `2243[Jun 18 2023 14:11:33 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-40c804d1b1815530`2244[Jun 18 2023 14:11:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2245[Jun 18 2023 14:11:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-40c804d1b1815530' via api in 1.3 seconds2246[Jun 18 2023 14:11:34 UTC (QA Tests)] INFO -- filling :login_field with "root"2247[Jun 18 2023 14:11:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2248[Jun 18 2023 14:11:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"2249[Jun 18 2023 14:11:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2250[Jun 18 2023 14:11:35 UTC (QA Tests)] INFO -- clicking :sign_in_button2251[Jun 18 2023 14:11:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.221s2252[Jun 18 2023 14:11:37 UTC (QA Tests)] INFO -- Enabling super sidebar!2253[Jun 18 2023 14:11:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled2254[Jun 18 2023 14:11:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds2255[Jun 18 2023 14:11:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/pipeline-independent-relationship-40c804d1b18155302256[Jun 18 2023 14:11:41 UTC (QA Tests)] INFO -- clicking :menu_section_button2257[Jun 18 2023 14:11:41 UTC (QA Tests)] INFO -- clicking :nav_item_link2258[Jun 18 2023 14:11:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.794s2259[Jun 18 2023 14:11:44 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments2260[Jun 18 2023 14:11:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-40c804d1b1815530'2261[Jun 18 2023 14:11:56 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-40c804d1b1815530`2262 parent pipeline passes even if child fails2263[Jun 18 2023 14:11:57 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipelines passes if child passes2264[Jun 18 2023 14:11:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds2265[Jun 18 2023 14:11:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.19 seconds2266[Jun 18 2023 14:11:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/pipeline-independent-relationship-1b7a351a74a33e8d' via api in 0.72 seconds2267[Jun 18 2023 14:11:57 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2268[Jun 18 2023 14:11:57 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2269[Jun 18 2023 14:11:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2270[Jun 18 2023 14:11:58 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-1b7a351a74a33e8d --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-1b7a351a74a33e8d 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-1b7a351a74a33e8d --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list pipeline-independent-relationship-1b7a351a74a33e8d --executor shell && gitlab-runner run" `2271[Jun 18 2023 14:11:58 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-1b7a351a74a33e8d`2272[Jun 18 2023 14:11:58 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2273[Jun 18 2023 14:11:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-1b7a351a74a33e8d' via api in 1.24 seconds2274[Jun 18 2023 14:11:59 UTC (QA Tests)] INFO -- filling :login_field with "root"2275[Jun 18 2023 14:11:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2276[Jun 18 2023 14:11:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"2277[Jun 18 2023 14:11:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2278[Jun 18 2023 14:12:00 UTC (QA Tests)] INFO -- clicking :sign_in_button2279[Jun 18 2023 14:12:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.266s2280[Jun 18 2023 14:12:02 UTC (QA Tests)] INFO -- Enabling super sidebar!2281[Jun 18 2023 14:12:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled2282[Jun 18 2023 14:12:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds2283[Jun 18 2023 14:12:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/pipeline-independent-relationship-1b7a351a74a33e8d2284[Jun 18 2023 14:12:06 UTC (QA Tests)] INFO -- clicking :menu_section_button2285[Jun 18 2023 14:12:06 UTC (QA Tests)] INFO -- clicking :nav_item_link2286[Jun 18 2023 14:12:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.858s2287[Jun 18 2023 14:12:08 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments2288[Jun 18 2023 14:12:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-1b7a351a74a33e8d'2289[Jun 18 2023 14:12:21 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-1b7a351a74a33e8d`2290 parent pipelines passes if child passes2291Data Stores2292 Group with members2293[Jun 18 2023 14:12:21 UTC (QA Tests)] INFO -- Starting test: Data Stores Group with members can be shared with another group with correct access level2294[Jun 18 2023 14:12:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2295[Jun 18 2023 14:12:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/target-group-with-project_a1221f0725d1f13e' via api in 0.41 seconds2296[Jun 18 2023 14:12:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/target-group-with-project_a1221f0725d1f13e/the_awesome_project-a7445b7776ae2721' via api in 0.73 seconds2297[Jun 18 2023 14:12:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2298[Jun 18 2023 14:12:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/source-group-with-members_5bbb1e3107e9c37d' via api in 0.4 seconds2299[Jun 18 2023 14:12:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.2 seconds2300[Jun 18 2023 14:12:23 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-1/source-group-with-members_5bbb1e3107e9c37d QA::Resource::Group2301[Jun 18 2023 14:12:24 UTC (QA Tests)] INFO -- filling :login_field with "root"2302[Jun 18 2023 14:12:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2303[Jun 18 2023 14:12:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"2304[Jun 18 2023 14:12:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2305[Jun 18 2023 14:12:25 UTC (QA Tests)] INFO -- clicking :sign_in_button2306[Jun 18 2023 14:12:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.237s2307[Jun 18 2023 14:12:27 UTC (QA Tests)] INFO -- Enabling super sidebar!2308[Jun 18 2023 14:12:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled2309[Jun 18 2023 14:12:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c2906ca4.test/groups/gitlab-qa-sandbox-group-1/target-group-with-project_a1221f0725d1f13e2310[Jun 18 2023 14:12:29 UTC (QA Tests)] INFO -- clicking :menu_section_button2311[Jun 18 2023 14:12:29 UTC (QA Tests)] INFO -- clicking :nav_item_link2312[Jun 18 2023 14:12:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.918s2313[Jun 18 2023 14:12:30 UTC (QA Tests)] INFO -- clicking :invite_a_group_button2314[Jun 18 2023 14:12:31 UTC (QA Tests)] INFO -- filling :group_select_dropdown_search_field with "source-group-with-members_5bbb1e3107e9c37d"2315[Jun 18 2023 14:12:31 UTC (QA Tests)] INFO -- clicking the coordinates of :group_select_dropdown_search_field2316[Jun 18 2023 14:12:32 UTC (QA Tests)] INFO -- clicking :invite_button2317[Jun 18 2023 14:12:34 UTC (QA Tests)] INFO -- clicking :groups_list_tab2318[Jun 18 2023 14:12:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.017s2319[Jun 18 2023 14:12:35 UTC (QA Tests)] INFO -- clicking :user_avatar_content2320[Jun 18 2023 14:12:35 UTC (QA Tests)] INFO -- clicking :sign_out_link2321[Jun 18 2023 14:12:36 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2322[Jun 18 2023 14:12:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2323[Jun 18 2023 14:12:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"2324[Jun 18 2023 14:12:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2325[Jun 18 2023 14:12:37 UTC (QA Tests)] INFO -- clicking :sign_in_button2326[Jun 18 2023 14:12:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.63s2327[Jun 18 2023 14:12:38 UTC (QA Tests)] INFO -- Enabling super sidebar!2328[Jun 18 2023 14:12:38 UTC (QA Tests)] INFO -- Super sidebar is already enabled2329[Jun 18 2023 14:12:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/target-group-with-project_a1221f0725d1f13e/the_awesome_project-a7445b7776ae2721'2330[Jun 18 2023 14:12:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/source-group-with-members_5bbb1e3107e9c37d'2331[Jun 18 2023 14:12:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/target-group-with-project_a1221f0725d1f13e'2332 can be shared with another group with correct access level2333Plan2334 Epics milestone dates API2335[Jun 18 2023 14:12:41 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when removing issue2336[Jun 18 2023 14:12:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2337[Jun 18 2023 14:12:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/epic-milestone-group-3e76cfe69ffadda4' via api in 0.36 seconds2338[Jun 18 2023 14:12:41 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '1' via api in 0.21 seconds2339[Jun 18 2023 14:12:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/epic-milestone-group-3e76cfe69ffadda4/epic-milestone-project-677afbbdeba84078-e7451f10f26db211' via api in 0.49 seconds2340[Jun 18 2023 14:12:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '7' via api in 0.16 seconds2341[Jun 18 2023 14:12:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '14' via api in 0.41 seconds2342 updates epic dates when removing issue2343[Jun 18 2023 14:12:43 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when updating milestones2344[Jun 18 2023 14:12:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2345[Jun 18 2023 14:12:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/epic-milestone-group-2e1262529f397567' via api in 0.44 seconds2346[Jun 18 2023 14:12:44 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '2' via api in 0.15 seconds2347[Jun 18 2023 14:12:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/epic-milestone-group-2e1262529f397567/epic-milestone-project-aba57ace236349a9-935dbe5f452e2f5e' via api in 0.43 seconds2348[Jun 18 2023 14:12:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '8' via api in 0.12 seconds2349[Jun 18 2023 14:12:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '15' via api in 0.33 seconds2350 updates epic dates when updating milestones2351[Jun 18 2023 14:12:46 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when deleting milestones2352[Jun 18 2023 14:12:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2353[Jun 18 2023 14:12:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/epic-milestone-group-7d17b3f40f9865d0' via api in 0.36 seconds2354[Jun 18 2023 14:12:46 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '3' via api in 0.16 seconds2355[Jun 18 2023 14:12:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/epic-milestone-group-7d17b3f40f9865d0/epic-milestone-project-646bddef9300c587-3ff4581a6994bf16' via api in 0.44 seconds2356[Jun 18 2023 14:12:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '9' via api in 0.13 seconds2357[Jun 18 2023 14:12:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '16' via api in 0.28 seconds2358[Jun 18 2023 14:12:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectMilestone with id '9'2359 updates epic dates when deleting milestones2360[Jun 18 2023 14:12:48 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when adding another issue2361[Jun 18 2023 14:12:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2362[Jun 18 2023 14:12:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/epic-milestone-group-f44cb0b60c579578' via api in 0.4 seconds2363[Jun 18 2023 14:12:48 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '4' via api in 0.16 seconds2364[Jun 18 2023 14:12:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/epic-milestone-group-f44cb0b60c579578/epic-milestone-project-e203e9300b289f7b-dc3f89f1ae2b9c38' via api in 0.56 seconds2365[Jun 18 2023 14:12:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '10' via api in 0.14 seconds2366[Jun 18 2023 14:12:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '17' via api in 0.29 seconds2367[Jun 18 2023 14:12:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '11' via api in 0.12 seconds2368[Jun 18 2023 14:12:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '18' via api in 0.27 seconds2369 updates epic dates when adding another issue2370Verify2371 Pipeline API defined variable inheritance2372[Jun 18 2023 14:12:50 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline API defined variable inheritance is determined based on forward:pipeline_variables condition2373[Jun 18 2023 14:12:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2374[Jun 18 2023 14:12:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-for-variable-inheritance-kd4elg3v' via api in 0.38 seconds2375[Jun 18 2023 14:12:51 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.2376[Jun 18 2023 14:12:51 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2377[Jun 18 2023 14:12:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2378[Jun 18 2023 14:12:56 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name kd4elg3v --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach kd4elg3v 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 kd4elg3v --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list kd4elg3v --executor shell && gitlab-runner run" `2379[Jun 18 2023 14:12:57 UTC (QA Tests)] INFO -- Executing: `docker logs kd4elg3v`2380[Jun 18 2023 14:12:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2381[Jun 18 2023 14:12:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'kd4elg3v' via api in 6.17 seconds2382[Jun 18 2023 14:12:57 UTC (QA Tests)] INFO -- filling :login_field with "root"2383[Jun 18 2023 14:12:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2384[Jun 18 2023 14:12:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"2385[Jun 18 2023 14:12:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2386[Jun 18 2023 14:12:58 UTC (QA Tests)] INFO -- clicking :sign_in_button2387[Jun 18 2023 14:12:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.223s2388[Jun 18 2023 14:13:00 UTC (QA Tests)] INFO -- Enabling super sidebar!2389[Jun 18 2023 14:13:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled2390[Jun 18 2023 14:13:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-for-variable-inheritance-kd4elg3v/downstream1-variable-inheritance-e002f5536557853f' via api in 0.45 seconds2391[Jun 18 2023 14:13:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds2392[Jun 18 2023 14:13:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-for-variable-inheritance-kd4elg3v/upstream-variable-inheritance-40b46af2bc177f60' via api in 0.44 seconds2393[Jun 18 2023 14:13:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds2394[Jun 18 2023 14:13:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.08 seconds2395[Jun 18 2023 14:13:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.08 seconds2396[Jun 18 2023 14:13:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.08 seconds2397[Jun 18 2023 14:13:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.08 seconds2398[Jun 18 2023 14:13:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.08 seconds2399[Jun 18 2023 14:13:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.15 seconds2400[Jun 18 2023 14:13:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.07 seconds2401[Jun 18 2023 14:13:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.07 seconds2402[Jun 18 2023 14:13:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.09 seconds2403[Jun 18 2023 14:13:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.09 seconds2404[Jun 18 2023 14:13:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.09 seconds2405[Jun 18 2023 14:13:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.07 seconds2406[Jun 18 2023 14:13:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.08 seconds2407[Jun 18 2023 14:13:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.1 seconds2408[Jun 18 2023 14:13:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '44' via api in 0.09 seconds2409[Jun 18 2023 14:13:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Pipeline with id '48' via api in 0.74 seconds2410[Jun 18 2023 14:13:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '48' via api in 0.08 seconds2411[Jun 18 2023 14:13:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '48' via api in 0.08 seconds2412[Jun 18 2023 14:13:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '48' via api in 0.07 seconds2413[Jun 18 2023 14:13:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '51' via api in 0.07 seconds2414[Jun 18 2023 14:13:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '48' via api in 0.08 seconds2415[Jun 18 2023 14:13:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '49' via api in 0.07 seconds2416[Jun 18 2023 14:13:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '48' via api in 0.07 seconds2417[Jun 18 2023 14:13:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '50' via api in 0.08 seconds2418[Jun 18 2023 14:13:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '48' via api in 0.07 seconds2419[Jun 18 2023 14:13:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '51' via api in 0.07 seconds2420[Jun 18 2023 14:13:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'kd4elg3v'2421[Jun 18 2023 14:13:23 UTC (QA Tests)] INFO -- Executing: `docker rm -f kd4elg3v`2422 is determined based on forward:pipeline_variables condition2423Create2424 Setup an MR with codeowners file2425[Jun 18 2023 14:13:23 UTC (QA Tests)] INFO -- Starting test: Create Setup an MR with codeowners file creates a merge request with codeowners file and squashing commits enabled2426[Jun 18 2023 14:13:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2427[Jun 18 2023 14:13:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.2 seconds2428[Jun 18 2023 14:13:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/the_awesome_project-9024b4e0f598cb03' via api in 1.02 seconds2429[Jun 18 2023 14:13:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds2430[Jun 18 2023 14:13:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.36 seconds2431[Jun 18 2023 14:13:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds2432[Jun 18 2023 14:13:26 UTC (QA Tests)] INFO -- filling :login_field with "root"2433[Jun 18 2023 14:13:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2434[Jun 18 2023 14:13:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"2435[Jun 18 2023 14:13:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2436[Jun 18 2023 14:13:27 UTC (QA Tests)] INFO -- clicking :sign_in_button2437[Jun 18 2023 14:13:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.333s2438[Jun 18 2023 14:13:29 UTC (QA Tests)] INFO -- Enabling super sidebar!2439[Jun 18 2023 14:13:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled2440[Jun 18 2023 14:13:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch2441[Jun 18 2023 14:13:31 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2442[Jun 18 2023 14:13:31 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!2443[Jun 18 2023 14:13:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.19 seconds2444[Jun 18 2023 14:13:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.26 seconds2445[Jun 18 2023 14:13:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.24 seconds2446[Jun 18 2023 14:13:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/the_awesome_project-9024b4e0f598cb03/-/merge_requests/12447[Jun 18 2023 14:13:34 UTC (QA Tests)] INFO -- checking via JS :squash_checkbox with args {}2448[Jun 18 2023 14:13:34 UTC (QA Tests)] INFO -- clicking :merge_button2449[Jun 18 2023 14:13:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.609s2450 creates a merge request with codeowners file and squashing commits enabled2451Create2452 Git push to canary Gitaly node over HTTP2453 pushes to a project using a canary specific Gitaly repository storage (PENDING: Test is not compatible with this environment or pipeline)2454Plan2455 Epics roadmap2456[Jun 18 2023 14:13:37 UTC (QA Tests)] INFO -- Starting test: Plan Epics roadmap presents epic on roadmap2457[Jun 18 2023 14:13:37 UTC (QA Tests)] INFO -- filling :login_field with "root"2458[Jun 18 2023 14:13:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2459[Jun 18 2023 14:13:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"2460[Jun 18 2023 14:13:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2461[Jun 18 2023 14:13:38 UTC (QA Tests)] INFO -- clicking :sign_in_button2462[Jun 18 2023 14:13:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.353s2463[Jun 18 2023 14:13:40 UTC (QA Tests)] INFO -- Enabling super sidebar!2464[Jun 18 2023 14:13:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled2465[Jun 18 2023 14:13:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2466[Jun 18 2023 14:13:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.2 seconds2467[Jun 18 2023 14:13:42 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '5' via api in 0.39 seconds2468 presents epic on roadmap2469Create2470 Merge request push options2471[Jun 18 2023 14:13:44 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets a target branch2472[Jun 18 2023 14:13:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2473[Jun 18 2023 14:13:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.18 seconds2474[Jun 18 2023 14:13:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/merge-request-push-options-086dcfb77768abd3' via api in 1.02 seconds2475[Jun 18 2023 14:13:46 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2476[Jun 18 2023 14:13:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.49 seconds2477[Jun 18 2023 14:13:48 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2478[Jun 18 2023 14:13:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.53 seconds2479[Jun 18 2023 14:13:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.16 seconds2480[Jun 18 2023 14:13:48 UTC (QA Tests)] INFO -- Merging via PUT /projects/84/merge_requests/1/merge2481[Jun 18 2023 14:13:54 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_merge with title "MR push options test fb01eb1ea3bf0cb5"2482 sets a target branch2483Create2484 Codeowners2485[Jun 18 2023 14:13:54 UTC (QA Tests)] INFO -- Starting test: Create Codeowners merge request assigns code owners as approvers2486[Jun 18 2023 14:13:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.09 seconds2487[Jun 18 2023 14:13:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.22 seconds2488[Jun 18 2023 14:13:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/assign-approvers-f3dd12d0fb72bf0a' via api in 1.11 seconds2489[Jun 18 2023 14:13:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds2490[Jun 18 2023 14:13:55 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/assign-approvers-f3dd12d0fb72bf0a QA::Resource::Project2491[Jun 18 2023 14:13:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds2492[Jun 18 2023 14:13:56 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/assign-approvers-f3dd12d0fb72bf0a QA::Resource::Project2493[Jun 18 2023 14:13:56 UTC (QA Tests)] INFO -- filling :login_field with "root"2494[Jun 18 2023 14:13:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2495[Jun 18 2023 14:13:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"2496[Jun 18 2023 14:13:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2497[Jun 18 2023 14:13:57 UTC (QA Tests)] INFO -- clicking :sign_in_button2498[Jun 18 2023 14:13:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.279s2499[Jun 18 2023 14:13:59 UTC (QA Tests)] INFO -- Enabling super sidebar!2500[Jun 18 2023 14:13:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled2501[Jun 18 2023 14:14:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/assign-approvers-f3dd12d0fb72bf0a2502[Jun 18 2023 14:14:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds2503[Jun 18 2023 14:14:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds2504[Jun 18 2023 14:14:03 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"2505[Jun 18 2023 14:14:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/assign-approvers-f3dd12d0fb72bf0a2506[Jun 18 2023 14:14:06 UTC (QA Tests)] INFO -- clicking :menu_section_button2507[Jun 18 2023 14:14:06 UTC (QA Tests)] INFO -- clicking :nav_item_link2508[Jun 18 2023 14:14:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.253s2509[Jun 18 2023 14:14:08 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown2510[Jun 18 2023 14:14:09 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown2511[Jun 18 2023 14:14:09 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown2512[Jun 18 2023 14:14:09 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown2513[Jun 18 2023 14:14:09 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown2514[Jun 18 2023 14:14:09 UTC (QA Tests)] INFO -- clicking :protect_button2515[Jun 18 2023 14:14:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.666s2516[Jun 18 2023 14:14:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 8.52 seconds2517[Jun 18 2023 14:14:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.15 seconds2518[Jun 18 2023 14:14:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.24 seconds2519[Jun 18 2023 14:14:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/assign-approvers-f3dd12d0fb72bf0a/-/merge_requests/12520 merge request assigns code owners as approvers2521Create2522 Merge request push options2523[Jun 18 2023 14:14:16 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets labels2524[Jun 18 2023 14:14:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds2525[Jun 18 2023 14:14:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.21 seconds2526[Jun 18 2023 14:14:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/the_awesome_project-28f205001750abc1' via api in 1.14 seconds2527[Jun 18 2023 14:14:19 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"2528[Jun 18 2023 14:14:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.95 seconds2529 sets labels2530 when labels are set already2531[Jun 18 2023 14:14:20 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options when labels are set already removes them on subsequent push2532[Jun 18 2023 14:14:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.19 seconds2533[Jun 18 2023 14:14:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.36 seconds2534[Jun 18 2023 14:14:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/the_awesome_project-c9546b6c87e21eff' via api in 1.25 seconds2535[Jun 18 2023 14:14:23 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"2536[Jun 18 2023 14:14:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.68 seconds2537[Jun 18 2023 14:14:25 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"2538[Jun 18 2023 14:14:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.51 seconds2539 removes them on subsequent push2540Plan2541 Epics Management2542[Jun 18 2023 14:14:25 UTC (QA Tests)] INFO -- Starting test: Plan Epics Management creates an epic2543[Jun 18 2023 14:14:26 UTC (QA Tests)] INFO -- filling :login_field with "root"2544[Jun 18 2023 14:14:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2545[Jun 18 2023 14:14:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"2546[Jun 18 2023 14:14:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2547[Jun 18 2023 14:14:27 UTC (QA Tests)] INFO -- clicking :sign_in_button2548[Jun 18 2023 14:14:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.264s2549[Jun 18 2023 14:14:28 UTC (QA Tests)] INFO -- Enabling super sidebar!2550[Jun 18 2023 14:14:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled2551[Jun 18 2023 14:14:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds2552[Jun 18 2023 14:14:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.19 seconds2553[Jun 18 2023 14:14:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c2906ca4.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc2554[Jun 18 2023 14:14:32 UTC (QA Tests)] INFO -- clicking :nav_item_link2555[Jun 18 2023 14:14:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.717s2556[Jun 18 2023 14:14:32 UTC (QA Tests)] INFO -- clicking :new_epic_button and ensuring QA::EE::Page::Group::Epic::New is present2557[Jun 18 2023 14:14:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_epic_button' took 1.217s2558[Jun 18 2023 14:14:34 UTC (QA Tests)] INFO -- filling :epic_title_field with "Epic created via GUI"2559[Jun 18 2023 14:14:34 UTC (QA Tests)] INFO -- clicking the coordinates of :epic_title_field2560[Jun 18 2023 14:14:34 UTC (QA Tests)] INFO -- clicking :create_epic_button and ensuring QA::EE::Page::Group::Epic::Show is present2561[Jun 18 2023 14:14:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? issue_title' took 1.532s2562[Jun 18 2023 14:14:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_epic_button' took 1.849s2563[Jun 18 2023 14:14:36 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic via browser_ui in 5.71 seconds2564 creates an epic2565[Jun 18 2023 14:14:36 UTC (QA Tests)] INFO -- Starting test: Plan Epics Management creates a confidential epic2566[Jun 18 2023 14:14:37 UTC (QA Tests)] INFO -- filling :login_field with "root"2567[Jun 18 2023 14:14:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2568[Jun 18 2023 14:14:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"2569[Jun 18 2023 14:14:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2570[Jun 18 2023 14:14:38 UTC (QA Tests)] INFO -- clicking :sign_in_button2571[Jun 18 2023 14:14:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.332s2572[Jun 18 2023 14:14:39 UTC (QA Tests)] INFO -- Enabling super sidebar!2573[Jun 18 2023 14:14:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled2574[Jun 18 2023 14:14:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2575[Jun 18 2023 14:14:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.18 seconds2576[Jun 18 2023 14:14:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-c2906ca4.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc2577[Jun 18 2023 14:14:43 UTC (QA Tests)] INFO -- clicking :nav_item_link2578[Jun 18 2023 14:14:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.692s2579[Jun 18 2023 14:14:44 UTC (QA Tests)] INFO -- clicking :new_epic_button and ensuring QA::EE::Page::Group::Epic::New is present2580[Jun 18 2023 14:14:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_epic_button' took 1.125s2581[Jun 18 2023 14:14:45 UTC (QA Tests)] INFO -- filling :epic_title_field with "Confidential epic created via GUI"2582[Jun 18 2023 14:14:45 UTC (QA Tests)] INFO -- clicking the coordinates of :epic_title_field2583[Jun 18 2023 14:14:45 UTC (QA Tests)] INFO -- checking via JS :confidential_epic_checkbox with args {}2584[Jun 18 2023 14:14:45 UTC (QA Tests)] INFO -- clicking :create_epic_button and ensuring QA::EE::Page::Group::Epic::Show is present2585[Jun 18 2023 14:14:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? issue_title' took 1.066s2586[Jun 18 2023 14:14:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_epic_button' took 1.387s2587[Jun 18 2023 14:14:47 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic via browser_ui in 5.58 seconds2588 creates a confidential epic2589 Resources created via API2590[Jun 18 2023 14:14:47 UTC (QA Tests)] INFO -- Starting test: Plan Epics Management Resources created via API adds/removes issue to/from epic using quick actions2591[Jun 18 2023 14:14:48 UTC (QA Tests)] INFO -- filling :login_field with "root"2592[Jun 18 2023 14:14:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2593[Jun 18 2023 14:14:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"2594[Jun 18 2023 14:14:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2595[Jun 18 2023 14:14:49 UTC (QA Tests)] INFO -- clicking :sign_in_button2596[Jun 18 2023 14:14:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.233s2597[Jun 18 2023 14:14:51 UTC (QA Tests)] INFO -- Enabling super sidebar!2598[Jun 18 2023 14:14:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled2599[Jun 18 2023 14:14:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds2600[Jun 18 2023 14:14:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.2 seconds2601[Jun 18 2023 14:14:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-issues-01dbf11608a9076c' via api in 0.74 seconds2602[Jun 18 2023 14:14:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '19' via api in 0.23 seconds2603[Jun 18 2023 14:14:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-issues-01dbf11608a9076c/-/issues/12604[Jun 18 2023 14:14:55 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '8' via api in 0.12 seconds2605[Jun 18 2023 14:14:55 UTC (QA Tests)] INFO -- clicking :issue_title2606[Jun 18 2023 14:14:55 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown2607[Jun 18 2023 14:14:56 UTC (QA Tests)] INFO -- filling :comment_field with "/epic http://gitlab-ee-c2906ca4.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/-/epics/42608"2609[Jun 18 2023 14:14:56 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field2610[Jun 18 2023 14:14:57 UTC (QA Tests)] INFO -- clicking :comment_button2611[Jun 18 2023 14:14:57 UTC (QA Tests)] INFO -- clicking :issue_title2612[Jun 18 2023 14:14:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.671s2613[Jun 18 2023 14:14:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issue_title' took 0.721s2614[Jun 18 2023 14:14:57 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown2615[Jun 18 2023 14:14:58 UTC (QA Tests)] INFO -- filling :comment_field with "/remove_epic2616"2617[Jun 18 2023 14:14:58 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field2618[Jun 18 2023 14:14:58 UTC (QA Tests)] INFO -- clicking :comment_button2619[Jun 18 2023 14:14:59 UTC (QA Tests)] INFO -- Visiting QA::EE::Resource::Epic at http://gitlab-ee-c2906ca4.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/-/epics/42620 adds/removes issue to/from epic using quick actions2621 Visit epic first2622[Jun 18 2023 14:15:01 UTC (QA Tests)] INFO -- Starting test: Plan Epics Management Resources created via API Visit epic first adds/removes issue to/from epic2623[Jun 18 2023 14:15:02 UTC (QA Tests)] INFO -- filling :login_field with "root"2624[Jun 18 2023 14:15:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2625[Jun 18 2023 14:15:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"2626[Jun 18 2023 14:15:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2627[Jun 18 2023 14:15:02 UTC (QA Tests)] INFO -- clicking :sign_in_button2628[Jun 18 2023 14:15:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.576s2629[Jun 18 2023 14:15:06 UTC (QA Tests)] INFO -- Enabling super sidebar!2630[Jun 18 2023 14:15:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled2631[Jun 18 2023 14:15:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds2632[Jun 18 2023 14:15:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.2 seconds2633[Jun 18 2023 14:15:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-issues-c8e12383a3db2cf8' via api in 0.75 seconds2634[Jun 18 2023 14:15:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '20' via api in 0.25 seconds2635[Jun 18 2023 14:15:08 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '9' via api in 0.13 seconds2636[Jun 18 2023 14:15:08 UTC (QA Tests)] INFO -- Visiting QA::EE::Resource::Epic at http://gitlab-ee-c2906ca4.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/-/epics/52637[Jun 18 2023 14:15:10 UTC (QA Tests)] INFO -- clicking :epic_issue_actions_split_button2638[Jun 18 2023 14:15:10 UTC (QA Tests)] INFO -- filling :add_issue_field with "http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-issues-c8e12383a3db2cf8/-/issues/1"2639[Jun 18 2023 14:15:10 UTC (QA Tests)] INFO -- clicking the coordinates of :add_issue_field2640[Jun 18 2023 14:15:11 UTC (QA Tests)] INFO -- clicking :issue_title2641[Jun 18 2023 14:15:11 UTC (QA Tests)] INFO -- clicking :add_issue_button2642[Jun 18 2023 14:15:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? related_issue_item' took 0.513s2643[Jun 18 2023 14:15:11 UTC (QA Tests)] INFO -- clicking :remove_issue_button2644 adds/removes issue to/from epic2645[Jun 18 2023 14:15:12 UTC (QA Tests)] INFO -- Starting test: Plan Epics Management Resources created via API Visit epic first comments on epic2646[Jun 18 2023 14:15:13 UTC (QA Tests)] INFO -- filling :login_field with "root"2647[Jun 18 2023 14:15:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2648[Jun 18 2023 14:15:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"2649[Jun 18 2023 14:15:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2650[Jun 18 2023 14:15:13 UTC (QA Tests)] INFO -- clicking :sign_in_button2651[Jun 18 2023 14:15:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.18s2652[Jun 18 2023 14:15:15 UTC (QA Tests)] INFO -- Enabling super sidebar!2653[Jun 18 2023 14:15:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled2654[Jun 18 2023 14:15:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds2655[Jun 18 2023 14:15:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.24 seconds2656[Jun 18 2023 14:15:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-issues-063e862eaba64af6' via api in 0.73 seconds2657[Jun 18 2023 14:15:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '21' via api in 0.41 seconds2658[Jun 18 2023 14:15:18 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '10' via api in 0.12 seconds2659[Jun 18 2023 14:15:18 UTC (QA Tests)] INFO -- Visiting QA::EE::Resource::Epic at http://gitlab-ee-c2906ca4.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/-/epics/62660[Jun 18 2023 14:15:20 UTC (QA Tests)] INFO -- clicking :issue_title2661[Jun 18 2023 14:15:20 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown2662[Jun 18 2023 14:15:20 UTC (QA Tests)] INFO -- filling :comment_field with "My Epic Comment2663"2664[Jun 18 2023 14:15:20 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field2665[Jun 18 2023 14:15:21 UTC (QA Tests)] INFO -- clicking :comment_button2666 comments on epic2667[Jun 18 2023 14:15:21 UTC (QA Tests)] INFO -- Starting test: Plan Epics Management Resources created via API Visit epic first closes and reopens an epic2668[Jun 18 2023 14:15:22 UTC (QA Tests)] INFO -- filling :login_field with "root"2669[Jun 18 2023 14:15:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2670[Jun 18 2023 14:15:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"2671[Jun 18 2023 14:15:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2672[Jun 18 2023 14:15:23 UTC (QA Tests)] INFO -- clicking :sign_in_button2673[Jun 18 2023 14:15:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.328s2674[Jun 18 2023 14:15:25 UTC (QA Tests)] INFO -- Enabling super sidebar!2675[Jun 18 2023 14:15:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled2676[Jun 18 2023 14:15:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.08 seconds2677[Jun 18 2023 14:15:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.45 seconds2678[Jun 18 2023 14:15:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-issues-ce93476d3f5aea2e' via api in 0.97 seconds2679[Jun 18 2023 14:15:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '22' via api in 0.35 seconds2680[Jun 18 2023 14:15:28 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '11' via api in 0.2 seconds2681[Jun 18 2023 14:15:28 UTC (QA Tests)] INFO -- Visiting QA::EE::Resource::Epic at http://gitlab-ee-c2906ca4.test/groups/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/-/epics/72682[Jun 18 2023 14:15:29 UTC (QA Tests)] INFO -- clicking :close_reopen_epic_button2683[Jun 18 2023 14:15:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? system_note_content' took 2.142s2684[Jun 18 2023 14:15:32 UTC (QA Tests)] INFO -- clicking :close_reopen_epic_button2685[Jun 18 2023 14:15:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? system_note_content' took 6.083s2686 closes and reopens an epic2687Plan2688 Design Management2689[Jun 18 2023 14:15:38 UTC (QA Tests)] INFO -- Starting test: Plan Design Management user archives a design2690[Jun 18 2023 14:15:38 UTC (QA Tests)] INFO -- filling :login_field with "root"2691[Jun 18 2023 14:15:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2692[Jun 18 2023 14:15:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"2693[Jun 18 2023 14:15:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2694[Jun 18 2023 14:15:39 UTC (QA Tests)] INFO -- clicking :sign_in_button2695[Jun 18 2023 14:15:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.629s2696[Jun 18 2023 14:15:41 UTC (QA Tests)] INFO -- Enabling super sidebar!2697[Jun 18 2023 14:15:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled2698[Jun 18 2023 14:15:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2699[Jun 18 2023 14:15:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.18 seconds2700[Jun 18 2023 14:15:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-issues-77e7dabea5d4f775' via api in 0.7 seconds2701[Jun 18 2023 14:15:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '23' via api in 0.96 seconds2702[Jun 18 2023 14:15:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Design with full_path 'designs/issue-1/banana_sample.gif' via api in 1.49 seconds2703[Jun 18 2023 14:15:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Design with full_path 'designs/issue-1/values.png' via api in 0.75 seconds2704[Jun 18 2023 14:15:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-issues-77e7dabea5d4f775/-/issues/12705[Jun 18 2023 14:15:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.776s2706[Jun 18 2023 14:15:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element design_image' took 0.795s2707[Jun 18 2023 14:15:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Design via browser_ui in 2.95 seconds2708[Jun 18 2023 14:15:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/project-for-issues-77e7dabea5d4f775/-/issues/12709[Jun 18 2023 14:15:51 UTC (QA Tests)] INFO -- clicking :design_checkbox2710[Jun 18 2023 14:15:51 UTC (QA Tests)] INFO -- clicking :archive_button2711[Jun 18 2023 14:15:51 UTC (QA Tests)] INFO -- clicking :confirm_archiving_button2712[Jun 18 2023 14:15:51 UTC (QA Tests)] INFO -- clicking :design_checkbox2713[Jun 18 2023 14:15:52 UTC (QA Tests)] INFO -- clicking :design_checkbox2714[Jun 18 2023 14:15:52 UTC (QA Tests)] INFO -- clicking :archive_button2715[Jun 18 2023 14:15:52 UTC (QA Tests)] INFO -- clicking :confirm_archiving_button2716[Jun 18 2023 14:15:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.683s2717[Jun 18 2023 14:15:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? design_file_name' took 0.692s2718 user archives a design2719Create2720 File templates2721[Jun 18 2023 14:15:53 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds .gitignore via file template Android2722[Jun 18 2023 14:15:53 UTC (QA Tests)] INFO -- filling :login_field with "root"2723[Jun 18 2023 14:15:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2724[Jun 18 2023 14:15:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"2725[Jun 18 2023 14:15:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2726[Jun 18 2023 14:15:54 UTC (QA Tests)] INFO -- clicking :sign_in_button2727[Jun 18 2023 14:15:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.321s2728[Jun 18 2023 14:15:57 UTC (QA Tests)] INFO -- Enabling super sidebar!2729[Jun 18 2023 14:15:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled2730[Jun 18 2023 14:15:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.07 seconds2731[Jun 18 2023 14:15:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.21 seconds2732[Jun 18 2023 14:16:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/file-template-project-1e8adb1e7b05ed56' via api in 1.94 seconds2733[Jun 18 2023 14:16:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/file-template-project-1e8adb1e7b05ed562734[Jun 18 2023 14:16:03 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown2735[Jun 18 2023 14:16:03 UTC (QA Tests)] INFO -- clicking :new_file_menu_item2736[Jun 18 2023 14:16:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.488s2737[Jun 18 2023 14:16:04 UTC (QA Tests)] INFO -- filling :file_name_field with "d57319c9997d9104/.gitignore"2738[Jun 18 2023 14:16:04 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field2739[Jun 18 2023 14:16:05 UTC (QA Tests)] INFO -- clicking :gitignore_dropdown2740[Jun 18 2023 14:16:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.145s2741[Jun 18 2023 14:16:06 UTC (QA Tests)] INFO -- clicking :commit_button2742[Jun 18 2023 14:16:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.913s2743 user adds .gitignore via file template Android2744[Jun 18 2023 14:16:09 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds .gitlab-ci.yml via file template Julia2745[Jun 18 2023 14:16:10 UTC (QA Tests)] INFO -- filling :login_field with "root"2746[Jun 18 2023 14:16:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2747[Jun 18 2023 14:16:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"2748[Jun 18 2023 14:16:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2749[Jun 18 2023 14:16:11 UTC (QA Tests)] INFO -- clicking :sign_in_button2750[Jun 18 2023 14:16:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.42s2751[Jun 18 2023 14:16:13 UTC (QA Tests)] INFO -- Enabling super sidebar!2752[Jun 18 2023 14:16:13 UTC (QA Tests)] INFO -- Super sidebar is already enabled2753[Jun 18 2023 14:16:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2754[Jun 18 2023 14:16:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.18 seconds2755[Jun 18 2023 14:16:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/file-template-project-2380953902eb1647' via api in 1.03 seconds2756[Jun 18 2023 14:16:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/file-template-project-2380953902eb16472757[Jun 18 2023 14:16:17 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown2758[Jun 18 2023 14:16:17 UTC (QA Tests)] INFO -- clicking :new_file_menu_item2759[Jun 18 2023 14:16:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.113s2760[Jun 18 2023 14:16:18 UTC (QA Tests)] INFO -- filling :file_name_field with "65e4d44ab1745fe5/.gitlab-ci.yml"2761[Jun 18 2023 14:16:18 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field2762[Jun 18 2023 14:16:19 UTC (QA Tests)] INFO -- clicking :gitlab_ci_yml_dropdown2763[Jun 18 2023 14:16:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.167s2764[Jun 18 2023 14:16:20 UTC (QA Tests)] INFO -- clicking :commit_button2765[Jun 18 2023 14:16:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.653s2766 user adds .gitlab-ci.yml via file template Julia2767[Jun 18 2023 14:16:23 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds LICENSE via file template Mozilla Public License 2.02768[Jun 18 2023 14:16:24 UTC (QA Tests)] INFO -- filling :login_field with "root"2769[Jun 18 2023 14:16:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2770[Jun 18 2023 14:16:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"2771[Jun 18 2023 14:16:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2772[Jun 18 2023 14:16:25 UTC (QA Tests)] INFO -- clicking :sign_in_button2773[Jun 18 2023 14:16:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.215s2774[Jun 18 2023 14:16:27 UTC (QA Tests)] INFO -- Enabling super sidebar!2775[Jun 18 2023 14:16:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled2776[Jun 18 2023 14:16:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.29 seconds2777[Jun 18 2023 14:16:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.41 seconds2778[Jun 18 2023 14:16:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/file-template-project-0d495cb74ea4ddcd' via api in 1.3 seconds2779[Jun 18 2023 14:16:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/file-template-project-0d495cb74ea4ddcd2780[Jun 18 2023 14:16:31 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown2781[Jun 18 2023 14:16:32 UTC (QA Tests)] INFO -- clicking :new_file_menu_item2782[Jun 18 2023 14:16:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 0.951s2783[Jun 18 2023 14:16:32 UTC (QA Tests)] INFO -- filling :file_name_field with "LICENSE"2784[Jun 18 2023 14:16:32 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field2785[Jun 18 2023 14:16:33 UTC (QA Tests)] INFO -- clicking :license_dropdown2786[Jun 18 2023 14:16:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.235s2787[Jun 18 2023 14:16:35 UTC (QA Tests)] INFO -- clicking :commit_button2788[Jun 18 2023 14:16:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 2.413s2789 user adds LICENSE via file template Mozilla Public License 2.02790[Jun 18 2023 14:16:40 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds Dockerfile via file template Python2791[Jun 18 2023 14:16:40 UTC (QA Tests)] INFO -- filling :login_field with "root"2792[Jun 18 2023 14:16:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2793[Jun 18 2023 14:16:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"2794[Jun 18 2023 14:16:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2795[Jun 18 2023 14:16:41 UTC (QA Tests)] INFO -- clicking :sign_in_button2796[Jun 18 2023 14:16:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.308s2797[Jun 18 2023 14:16:43 UTC (QA Tests)] INFO -- Enabling super sidebar!2798[Jun 18 2023 14:16:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled2799[Jun 18 2023 14:16:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2800[Jun 18 2023 14:16:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc' via api in 0.19 seconds2801[Jun 18 2023 14:16:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/file-template-project-6fe60624df7cd060' via api in 1.38 seconds2802[Jun 18 2023 14:16:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/qa-test-2023-06-18-13-44-43-9b854c7f8f2ca9dc/file-template-project-6fe60624df7cd0602803[Jun 18 2023 14:16:48 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown2804[Jun 18 2023 14:16:48 UTC (QA Tests)] INFO -- clicking :new_file_menu_item2805[Jun 18 2023 14:16:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.355s2806[Jun 18 2023 14:16:49 UTC (QA Tests)] INFO -- filling :file_name_field with "ea30b65ea50886cc/Dockerfile"2807[Jun 18 2023 14:16:49 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field2808[Jun 18 2023 14:16:50 UTC (QA Tests)] INFO -- clicking :dockerfile_dropdown2809[Jun 18 2023 14:16:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.144s2810[Jun 18 2023 14:16:51 UTC (QA Tests)] INFO -- clicking :commit_button2811[Jun 18 2023 14:16:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.35s2812 user adds Dockerfile via file template Python2813Verify2814 UI defined variable2815[Jun 18 2023 14:16:53 UTC (QA Tests)] INFO -- Starting test: Verify UI defined variable is not inheritable when forward:pipeline_variables is false2816[Jun 18 2023 14:16:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2817[Jun 18 2023 14:16:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-for-variable-inheritance-5rtxjy1r' via api in 0.4 seconds2818[Jun 18 2023 14:16:54 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.2819[Jun 18 2023 14:16:54 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2820[Jun 18 2023 14:16:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2821[Jun 18 2023 14:16:54 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name 5rtxjy1r --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach 5rtxjy1r 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 5rtxjy1r --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list 5rtxjy1r --executor shell && gitlab-runner run" `2822[Jun 18 2023 14:16:55 UTC (QA Tests)] INFO -- Executing: `docker logs 5rtxjy1r`2823[Jun 18 2023 14:16:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2824[Jun 18 2023 14:16:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name '5rtxjy1r' via api in 2.27 seconds2825[Jun 18 2023 14:16:57 UTC (QA Tests)] INFO -- filling :login_field with "root"2826[Jun 18 2023 14:16:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2827[Jun 18 2023 14:16:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"2828[Jun 18 2023 14:16:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2829[Jun 18 2023 14:16:57 UTC (QA Tests)] INFO -- clicking :sign_in_button2830[Jun 18 2023 14:16:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.224s2831[Jun 18 2023 14:16:59 UTC (QA Tests)] INFO -- Enabling super sidebar!2832[Jun 18 2023 14:16:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled2833[Jun 18 2023 14:17:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-for-variable-inheritance-5rtxjy1r/downstream1-variable-inheritance-fd3d31d63273cd0f' via api in 1.0 seconds2834[Jun 18 2023 14:17:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds2835[Jun 18 2023 14:17:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-for-variable-inheritance-5rtxjy1r/downstream2-variable-inheritance-02d0fbceb85bce82' via api in 0.45 seconds2836[Jun 18 2023 14:17:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds2837[Jun 18 2023 14:17:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-for-variable-inheritance-5rtxjy1r/upstream-variable-inheritance-97e08ab6f454abd3' via api in 0.49 seconds2838[Jun 18 2023 14:17:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds2839[Jun 18 2023 14:17:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/group-for-variable-inheritance-5rtxjy1r/upstream-variable-inheritance-97e08ab6f454abd32840[Jun 18 2023 14:17:08 UTC (QA Tests)] INFO -- clicking :menu_section_button2841[Jun 18 2023 14:17:08 UTC (QA Tests)] INFO -- clicking :nav_item_link2842[Jun 18 2023 14:17:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.921s2843[Jun 18 2023 14:17:20 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present2844[Jun 18 2023 14:17:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 0.966s2845[Jun 18 2023 14:17:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.017s2846[Jun 18 2023 14:17:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.731s2847[Jun 18 2023 14:17:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.861s2848[Jun 18 2023 14:17:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements ci_variable_row_container' took 1.881s2849[Jun 18 2023 14:17:23 UTC (QA Tests)] INFO -- filling :ci_variable_key_field with "*****"2850[Jun 18 2023 14:17:23 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_key_field2851[Jun 18 2023 14:17:23 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "This is great!"2852[Jun 18 2023 14:17:23 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field2853[Jun 18 2023 14:17:24 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::Show is present2854[Jun 18 2023 14:17:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_item_container' took 1.708s2855[Jun 18 2023 14:17:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 2.047s2856[Jun 18 2023 14:17:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '60' via api in 0.11 seconds2857[Jun 18 2023 14:17:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '60' via api in 0.08 seconds2858[Jun 18 2023 14:17:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '60' via api in 0.08 seconds2859[Jun 18 2023 14:17:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '64' via api in 0.07 seconds2860[Jun 18 2023 14:17:37 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button2861[Jun 18 2023 14:17:37 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2862[Jun 18 2023 14:17:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.29s2863[Jun 18 2023 14:17:40 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button2864[Jun 18 2023 14:17:40 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2865[Jun 18 2023 14:17:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.273s2866[Jun 18 2023 14:17:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name '5rtxjy1r'2867[Jun 18 2023 14:17:42 UTC (QA Tests)] INFO -- Executing: `docker rm -f 5rtxjy1r`2868 is not inheritable when forward:pipeline_variables is false2869[Jun 18 2023 14:17:42 UTC (QA Tests)] INFO -- Starting test: Verify UI defined variable is not inheritable by default2870[Jun 18 2023 14:17:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-1' via api in 0.06 seconds2871[Jun 18 2023 14:17:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-1/group-for-variable-inheritance-og7l3f45' via api in 0.37 seconds2872[Jun 18 2023 14:17:43 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.2873[Jun 18 2023 14:17:43 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2874[Jun 18 2023 14:17:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2875[Jun 18 2023 14:17:48 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name og7l3f45 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach og7l3f45 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 og7l3f45 --url http://gitlab-ee-c2906ca4.test --registration-token **** --tag-list og7l3f45 --executor shell && gitlab-runner run" `2876[Jun 18 2023 14:17:49 UTC (QA Tests)] INFO -- Executing: `docker logs og7l3f45`2877[Jun 18 2023 14:17:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2878[Jun 18 2023 14:17:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'og7l3f45' via api in 6.19 seconds2879[Jun 18 2023 14:17:50 UTC (QA Tests)] INFO -- filling :login_field with "root"2880[Jun 18 2023 14:17:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2881[Jun 18 2023 14:17:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"2882[Jun 18 2023 14:17:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2883[Jun 18 2023 14:17:50 UTC (QA Tests)] INFO -- clicking :sign_in_button2884[Jun 18 2023 14:17:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.248s2885[Jun 18 2023 14:17:52 UTC (QA Tests)] INFO -- Enabling super sidebar!2886[Jun 18 2023 14:17:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled2887[Jun 18 2023 14:17:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-for-variable-inheritance-og7l3f45/downstream1-variable-inheritance-250be5a01dbd868a' via api in 0.45 seconds2888[Jun 18 2023 14:17:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds2889[Jun 18 2023 14:17:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-for-variable-inheritance-og7l3f45/downstream2-variable-inheritance-02bc16c908432745' via api in 0.49 seconds2890[Jun 18 2023 14:17:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds2891[Jun 18 2023 14:17:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-1/group-for-variable-inheritance-og7l3f45/upstream-variable-inheritance-881873dccb61e951' via api in 0.45 seconds2892[Jun 18 2023 14:17:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds2893[Jun 18 2023 14:17:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-c2906ca4.test/gitlab-qa-sandbox-group-1/group-for-variable-inheritance-og7l3f45/upstream-variable-inheritance-881873dccb61e9512894[Jun 18 2023 14:17:59 UTC (QA Tests)] INFO -- clicking :menu_section_button2895[Jun 18 2023 14:17:59 UTC (QA Tests)] INFO -- clicking :nav_item_link2896[Jun 18 2023 14:18:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.903s2897[Jun 18 2023 14:18:11 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present2898[Jun 18 2023 14:18:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 0.969s2899[Jun 18 2023 14:18:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.023s2900[Jun 18 2023 14:18:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.632s2901[Jun 18 2023 14:18:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.768s2902[Jun 18 2023 14:18:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements ci_variable_row_container' took 1.788s2903[Jun 18 2023 14:18:14 UTC (QA Tests)] INFO -- filling :ci_variable_key_field with "*****"2904[Jun 18 2023 14:18:14 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_key_field2905[Jun 18 2023 14:18:14 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "This is great!"2906[Jun 18 2023 14:18:14 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field2907[Jun 18 2023 14:18:15 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::Show is present2908[Jun 18 2023 14:18:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? job_item_container' took 1.452s2909[Jun 18 2023 14:18:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element run_pipeline_button' took 1.786s2910[Jun 18 2023 14:18:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '72' via api in 0.07 seconds2911[Jun 18 2023 14:18:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '72' via api in 0.13 seconds2912[Jun 18 2023 14:18:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '72' via api in 0.09 seconds2913[Jun 18 2023 14:18:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '75' via api in 0.99 seconds2914[Jun 18 2023 14:18:28 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button2915[Jun 18 2023 14:18:28 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2916[Jun 18 2023 14:18:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.866s2917[Jun 18 2023 14:18:32 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button2918[Jun 18 2023 14:18:32 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2919[Jun 18 2023 14:18:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.579s2920[Jun 18 2023 14:18:34 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'og7l3f45'2921[Jun 18 2023 14:18:34 UTC (QA Tests)] INFO -- Executing: `docker rm -f og7l3f45`2922 is not inheritable by default2923[Jun 18 2023 14:18:34 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:2924{2925 "qa/specs/features/ee/browser_ui/2_plan/issues_analytics/issues_analytics_spec.rb": 18.620833501999982,2926 "qa/specs/features/browser_ui/8_monitor/alert_management/recovery_alert_resolves_correct_alert_spec.rb": 37.332157583000026,2927 "qa/specs/features/ee/browser_ui/10_govern/dismissed_vulnerabilities_in_security_widget_spec.rb": 64.384476199,2928 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/create_group_issue_board_spec.rb": 10.28704837500004,2929 "qa/specs/features/browser_ui/6_release/deploy_token/add_deploy_token_spec.rb": 4.7939571059999935,2930 "qa/specs/features/ee/api/10_govern/compliance_pipeline_spec.rb": 14.548995626999954,2931 "qa/specs/features/browser_ui/14_analytics/performance_bar_spec.rb": 25.565238844999953,2932 "qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb": 1.1570746789999475,2933 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configurable_issue_board_spec.rb": 8.509698274000016,2934 "qa/specs/features/browser_ui/9_data_stores/group/transfer_project_spec.rb": 16.590943143000004,2935 "qa/specs/features/ee/browser_ui/6_release/pipeline_status_on_operation_dashboard_spec.rb": 27.07147837499997,2936 "qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb": 52.73761376999994,2937 "qa/specs/features/browser_ui/4_verify/testing/endpoint_coverage_spec.rb": 53.65918294200003,2938 "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_instance_level_spec.rb": 181.35953931799986,2939 "qa/specs/features/browser_ui/2_plan/milestone/create_group_milestone_spec.rb": 15.488395394999998,2940 "qa/specs/features/browser_ui/2_plan/milestone/assign_milestone_spec.rb": 55.59983923799996,2941 "qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb": 25.177034547999938,2942 "qa/specs/features/browser_ui/5_package/package_registry/maven/maven_group_level_spec.rb": 386.17290653200007,2943 "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_from_push_notification_spec.rb": 26.250146389000065,2944 "qa/specs/features/browser_ui/3_create/repository/file/delete_file_via_web_spec.rb": 9.92786702300009,2945 "qa/specs/features/browser_ui/5_package/package_registry/generic_repository_spec.rb": 30.061980581999933,2946 "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb": 39.58084873200005,2947 "qa/specs/features/browser_ui/9_data_stores/project/add_project_member_spec.rb": 13.544143665000092,2948 "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_multiple_projects_spec.rb": 27.443853046999948,2949 "qa/specs/features/ee/browser_ui/10_govern/fix_vulnerability_workflow_spec.rb": 89.95372360500005,2950 "qa/specs/features/api/1_manage/rate_limits_spec.rb": 7.359452836999935,2951 "qa/specs/features/browser_ui/2_plan/issue/real_time_assignee_spec.rb": 15.76809498700004,2952 "qa/specs/features/browser_ui/3_create/repository/file/create_file_via_web_spec.rb": 12.83633622299999,2953 "qa/specs/features/browser_ui/3_create/merge_request/suggestions/custom_commit_suggestion_spec.rb": 28.62510887999997,2954 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/project_issue_boards_spec.rb": 30.90027279500009,2955 "qa/specs/features/browser_ui/8_monitor/alert_management/automatically_creates_incident_for_alert_spec.rb": 45.87287623999987,2956 "qa/specs/features/browser_ui/4_verify/pipeline/pipeline_with_image_pull_policy_spec.rb": 132.1006088199997,2957 "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_manipulation_spec.rb": 20.892680394999843,2958 "qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb": 7.732974409000235,2959 "qa/specs/features/browser_ui/3_create/repository/file/edit_file_via_web_spec.rb": 10.922395829999914,2960 "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb": 64.94215674499992,2961 "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb": 49.441394579999724,2962 "qa/specs/features/ee/browser_ui/9_data_stores/group/share_group_with_group_spec.rb": 19.52001824800027,2963 "qa/specs/features/ee/api/2_plan/epics_milestone_dates_spec.rb": 9.573783361000096,2964 "qa/specs/features/api/4_verify/api_variable_inheritance_with_forward_pipeline_variables_spec.rb": 32.69543455699977,2965 "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_with_protected_branch_and_squashed_commits_spec.rb": 13.804564412000218,2966 "qa/specs/features/ee/browser_ui/2_plan/epic/roadmap_spec.rb": 6.8460737740001605,2967 "qa/specs/features/api/3_create/merge_request/push_options_target_branch_spec.rb": 10.443176176000179,2968 "qa/specs/features/ee/browser_ui/3_create/repository/assign_code_owners_spec.rb": 22.154372668999713,2969 "qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb": 8.913834051999856,2970 "qa/specs/features/ee/browser_ui/2_plan/epic/epics_management_spec.rb": 72.6410587989999,2971 "qa/specs/features/browser_ui/2_plan/design_management/archive_design_content_spec.rb": 14.9182095809997,2972 "qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb": 60.53470323400006,2973 "qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_non_inheritable_when_forward_pipeline_variables_false_spec.rb": 101.203777640000232974}2975[Jun 18 2023 14:18:34 UTC (QA Tests)] INFO -- 2976Knapsack global time execution for tests: 33m 56s2977Pending: (Failures listed here are expected and do not affect your suite's status)2978 1) Fulfillment Purchase group plan upgrades from free to ultimate2979 # Test is not compatible with this environment or pipeline2980 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/upgrade_group_spec.rb:372981 2) Fulfillment Purchase group plan with existing CI minutes pack upgrades from free to premium with correct CI minutes2982 # Test is not compatible with this environment or pipeline2983 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/upgrade_group_spec.rb:672984 3) Create Web IDE file templates user adds Dockerfile via file template Python2985 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442986 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532987 4) Create Web IDE file templates user adds .gitlab-ci.yml via file template Julia2988 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442989 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532990 5) Create Web IDE file templates user adds .gitignore via file template Android2991 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442992 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532993 6) Create Web IDE file templates user adds LICENSE via file template Mozilla Public License 2.02994 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442995 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532996 7) Configure Kubernetes Agent deploys a K8s manifest file2997 # Test is not compatible with this environment or pipeline2998 # ./qa/specs/features/ee/api/7_configure/kubernetes/kubernetes_agent_spec.rb:352999 8) Fulfillment Utilization in usage quotas max seats used count does not change after members are removed3000 # Test is not compatible with this environment or pipeline3001 # ./qa/specs/features/ee/browser_ui/11_fulfillment/utilization/usage_quotas_seats_spec.rb:673002 9) Fulfillment Utilization in usage quotas user seat data is displayed correctly3003 # Test is not compatible with this environment or pipeline3004 # ./qa/specs/features/ee/browser_ui/11_fulfillment/utilization/usage_quotas_seats_spec.rb:473005 10) Create Git push to canary Gitaly node over HTTP pushes to a project using a canary specific Gitaly repository storage3006 # Test is not compatible with this environment or pipeline3007 # ./qa/specs/features/browser_ui/3_create/repository/push_to_canary_gitaly_spec.rb:63008Failures:3009 1) Verify Endpoint Coverage spans r/w postgres web sidekiq git api3010 Failure/Error: vars.fill_variable('CI_VARIABLE', 'secret-value')3012 Capybara::Ambiguous:3013 Ambiguous match, found 2 elements matching visible css "[data-testid=\"ci_variable_table_content\"],[data-testid=\"ci-variable-table-content\"],[data-qa-selector=\"ci_variable_table_content\"],.qa-ci-variable-table-content" within #<Capybara::Node::Element tag="section" path="/HTML/BODY[1]/DIV[1]/DIV[3]/DIV[3]/MAIN[1]/SECTION[6]">3014 # ./qa/page/base.rb:382:in `within_element'3015 # ./qa/support/page/logging.rb:156:in `within_element'3016 # ./qa/page/project/settings/ci_variables.rb:22:in `block in fill_variable'3017 # ./qa/page/base.rb:77:in `block in wait_until'3018 # ./qa/support/waiter.rb:29:in `block in wait_until'3019 # ./qa/support/repeater.rb:46:in `repeat_until'3020 # ./qa/support/waiter.rb:20:in `wait_until'3021 # ./qa/page/base.rb:71:in `wait_until'3022 # ./qa/page/project/settings/ci_variables.rb:21:in `fill_variable'3023 # ./qa/specs/features/browser_ui/4_verify/testing/endpoint_coverage_spec.rb:47:in `block (5 levels) in <module:QA>'3024 # ./qa/scenario/actable.rb:16:in `perform'3025 # ./qa/page/project/settings/ci_cd.rb:24:in `block in expand_ci_variables'3026 # ./qa/page/settings/common.rb:19:in `block in expand_content'3027 # ./qa/page/base.rb:382:in `within_element'3028 # ./qa/support/page/logging.rb:156:in `within_element'3029 # ./qa/page/settings/common.rb:11:in `expand_content'3030 # ./qa/page/project/settings/ci_cd.rb:23:in `expand_ci_variables'3031 # ./qa/specs/features/browser_ui/4_verify/testing/endpoint_coverage_spec.rb:45:in `block (4 levels) in <module:QA>'3032 # ./qa/scenario/actable.rb:16:in `perform'3033 # ./qa/specs/features/browser_ui/4_verify/testing/endpoint_coverage_spec.rb:44:in `block (3 levels) in <module:QA>'3034 # ./qa/specs/spec_helper.rb:122:in `block (2 levels) in <top (required)>'3035 # ./qa/specs/knapsack_runner.rb:17:in `run'3036 # ./qa/specs/runner.rb:57:in `perform'3037 # ./qa/scenario/template.rb:10:in `block in perform'3038 # ./qa/scenario/template.rb:8:in `tap'3039 # ./qa/scenario/template.rb:8:in `perform'3040 # ./qa/scenario/template.rb:50:in `perform'3041 # ./qa/scenario/template.rb:10:in `block in perform'3042 # ./qa/scenario/template.rb:8:in `tap'3043 # ./qa/scenario/template.rb:8:in `perform'3044 # ./qa/scenario/bootable.rb:52:in `launch!'3045Finished in 35 minutes 50 seconds (files took 3.33 seconds to load)304695 examples, 1 failure, 10 pending3047Failed examples:3048rspec ./qa/specs/features/browser_ui/4_verify/testing/endpoint_coverage_spec.rb:41 # Verify Endpoint Coverage spans r/w postgres web sidekiq git api3049Randomized with seed 181823050[Jun 18 2023 14:18:35 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ee-c2906ca4`3051[Jun 18 2023 14:18:35 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ee-c2906ca4`3052bundler: failed to load command: gitlab-qa (/builds/gitlab-org/gitlab/.gems/bin/gitlab-qa)3053/usr/local/bin/bundle: Command `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" ...` failed! \e[31m✘\e[0m (Gitlab::QA::Support::ShellCommand::StatusError)3055Running after script...3056$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command3057$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")3058$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"3270Uploading artifacts...3271gitlab-qa-run-*: found 453 matching artifact files and directories 3272Uploading artifacts as "archive" to coordinator... 201 Created id=4494243645 responseStatus=201 Created token=64_sjX9P3273Uploading artifacts...3274gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 3275Uploading artifacts as "junit" to coordinator... 201 Created id=4494243645 responseStatus=201 Created token=64_sjX9P3276Uploading artifacts...3277/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 3278Uploading artifacts as "dotenv" to coordinator... 201 Created id=4494243645 responseStatus=201 Created token=64_sjX9P3280ERROR: Job failed: exit code 1