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

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.3.0 (bbcb5aba)2 on gitlab-org-qa-runner ss7o3c7p5Using 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:978c431f89144e6706e17fea8216dcf59a25a0ffd80511d0a4db3e20f7c29b78 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:5c6f4435fbc53a40e0c080ae48e90bf677f49e23253808ba8869adc16f1463f9 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1681361559-3875f3ab-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: 134316, done. 20remote: Counting objects: 100% (134316/134316), done. 21remote: Compressing objects: 100% (87798/87798), done. 22remote: Total 134316 (delta 57264), reused 92941 (delta 41442), pack-reused 0 23Receiving objects: 100% (134316/134316), 121.33 MiB | 13.47 MiB/s, done.24Resolving deltas: 100% (57264/57264), done.26 * [new ref] refs/pipelines/835826453 -> refs/pipelines/83582645327 * [new branch] master -> origin/master28Checking out 8b310506 as master...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-3371ba29808d74ee2acfc73cd1f4df6a-16...32cache.zip is up to date 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4105243002)...37Downloading artifacts from coordinator... ok id=4105243002 responseStatus=200 OK token=64_fxnDB39Using docker image sha256:978c431f89144e6706e17fea8216dcf59a25a0ffd80511d0a4db3e20f7c29b78 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:5c6f4435fbc53a40e0c080ae48e90bf677f49e23253808ba8869adc16f1463f9 ...40$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")41$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command42Bundle complete! 36 Gemfile dependencies, 128 gems now installed.43Use `bundle info [gemname]` to see where a bundled gem is installed.44$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"45$ echo "Running - '$QA_COMMAND'"46Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:8b310506bf23218eef5c54fea30a0df627498792 --omnibus-config decomposition_single_db -- --format QA::Support::JsonFormatter --out tmp/rspec-4105243033.json --format RspecJunitFormatter --out tmp/rspec-4105243033.xml --format html --out tmp/rspec-$(echo decomposition-single-db 4/5 | sed 's/[ /]/_/g').htm --color --format documentation'47$ eval "$QA_COMMAND"48[Apr 13 2023 07:40:19 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-65ce237c$`49[Apr 13 2023 07:40:19 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-65ce237c --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`50[Apr 13 2023 07:40:20 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.1.0/tls_certificates/authority/. alpine-65ce237c:/etc/gitlab/trusted-certs`51[Apr 13 2023 07:40:21 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.1.0/tls_certificates/gitlab/. alpine-65ce237c:/etc/gitlab/ssl`52[Apr 13 2023 07:40:21 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-65ce237c`53[Apr 13 2023 07:40:21 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-65ce237c`54[Apr 13 2023 07:40:21 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`55[Apr 13 2023 07:40:21 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:8b310506bf23218eef5c54fea30a0df627498792`56[Apr 13 2023 07:41:00 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ee-357beb7a$`57[Apr 13 2023 07:41:00 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`58[Apr 13 2023 07:41:00 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`59[Apr 13 2023 07:41:00 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ee-357beb7a --net test --hostname gitlab-ee-357beb7a.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-04-13-07-40-19-a5ad0726/gitlab-ee-357beb7a/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:8b310506bf23218eef5c54fea30a0df627498792`60[Apr 13 2023 07:41:12 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-357beb7a bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-04-13 07:40:1961# Gitlab::QA::Runtime::OmnibusConfigurations::Default62gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme63gitlab_rails['gitlab_disable_animations'] = true # Disable animations64gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry65gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password66# Gitlab::QA::Runtime::OmnibusConfigurations::DecompositionSingleDb67gitlab_rails['databases']['main']['enable'] = true68gitlab_rails['databases']['ci']['enable'] = true69gitlab_rails['databases']['ci']['db_database'] = 'gitlabhq_production'70gitlab_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[Apr 13 2023 07:41:12 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ee-357beb7a`72[Apr 13 2023 07:44:44 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...73[Apr 13 2023 07:44:44 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ee-357beb7a`74[Apr 13 2023 07:44:44 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ee-357beb7a 80/tcp`75[Apr 13 2023 07:44:44 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!76[Apr 13 2023 07:44:44 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-357beb7a bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`77[Apr 13 2023 07:44:44 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-357beb7a 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[Apr 13 2023 07:44:45 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-357beb7a bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`84[Apr 13 2023 07:44:45 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.1.0/support/data gitlab-ee-357beb7a:/tmp/data-seeds`85[Apr 13 2023 07:44:45 UTC (Gitlab QA)] INFO -- Running exec_commands...86[Apr 13 2023 07:44:45 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ee-357beb7a bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`87[Apr 13 2023 07:45:35 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`88[Apr 13 2023 07:45:35 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:8b310506bf23218eef5c54fea30a0df627498792`89[Apr 13 2023 07:48:57 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee90[Apr 13 2023 07:48:57 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_REPORT_RESULT_TOKEN="$QA_REPORT_RESULT_TOKEN" --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_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_KNAPSACK_REPORT_PATH="$QA_KNAPSACK_REPORT_PATH" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITHUB_ACCESS_TOKEN="$GITHUB_ACCESS_TOKEN" --env EE_LICENSE="$EE_LICENSE" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_COMMIT_REF_NAME="$CI_COMMIT_REF_NAME" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_INDEX="$CI_NODE_INDEX" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_ID="$CI_PROJECT_ID" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_SLACK_WEBHOOK_URL="$CI_SLACK_WEBHOOK_URL" --env CI_PIPELINE_ID="$CI_PIPELINE_ID" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env CI_API_V4_URL="$CI_API_V4_URL" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-04-13-07-40-19-a5ad0726/gitlab-ee-qa-289b80c2:/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-289b80c2 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:8b310506bf23218eef5c54fea30a0df627498792 Test::Instance::All http://gitlab-ee-357beb7a.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4105243033.json --format RspecJunitFormatter --out tmp/rspec-4105243033.xml --format html --out tmp/rspec-decomposition-single-db_4_5.htm --color --format documentation`91warning: parser/current is loading parser/ruby30, which recognizes3.0.5-compliant syntax, but you are running 3.0.6.932023-04-13 07:49:07 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:952023-04-13 07:49:07 WARN Selenium [DEPRECATION] [:caps_browsers] Remote::Capabilities.chrome is deprecated. Use Options.chrome instead.962023-04-13 07:49:07 WARN Selenium [DEPRECATION] [:capabilities] The :capabilities parameter for Selenium::WebDriver::Chrome::Driver is deprecated. Use :options argument with an instance of Selenium::WebDriver::Chrome::Driver instead.972023-04-13 07:49:08 / CONF :: 98 ==> Base URL: http://gitlab-ee-357beb7a.test99 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f73c26d1090>100 ==> Libraries: Chemlab::Vendor101[Apr 13 2023 07:49:08 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA102[Apr 13 2023 07:49:08 UTC (QA Tests)] INFO -- Performing sanity check for environment!103[Apr 13 2023 07:49:09 UTC (QA Tests)] INFO -- Performing initial license fabrication!104[Apr 13 2023 07:49:09 UTC (QA Tests)] INFO -- Successfully added license key. Details:105{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}106[Apr 13 2023 07:49:09 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.27 seconds107[Apr 13 2023 07:49:09 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-single-db' to 'knapsack/decomposition-single-db.json'108[Apr 13 2023 07:49:09 UTC (QA Tests)] INFO -- Report already exists, skipping!109[Apr 13 2023 07:49:09 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====110[Apr 13 2023 07:49:09 UTC (QA Tests)] INFO -- Report specs:111[Apr 13 2023 07:49:09 UTC (QA Tests)] INFO -- ["qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_multiple_projects_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/group/group_audit_logs_2_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/project_templates_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/push_rules_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb", "qa/specs/features/ee/browser_ui/13_secure/merge_request_license_widget_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/project_owner_permissions_spec.rb", "qa/specs/features/browser_ui/2_plan/milestone/assign_milestone_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_inheritable_when_forward_pipeline_variables_true_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/pipeline_subscription_with_group_owned_project_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/read_only_board_configuration_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/create_alert_using_authorization_key_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_with_multiple_files_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/source_editor/source_editor_toolbar_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb", "qa/specs/features/browser_ui/3_create/project_wiki/project_based_content_manipulation_spec.rb", "qa/specs/features/ee/browser_ui/9_data_stores/group/share_group_with_group_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/view_merge_request_diff_patch_spec.rb", "qa/specs/features/browser_ui/14_analytics/performance_bar_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/contribution_analytics_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb", "qa/specs/features/browser_ui/9_data_stores/group/transfer_group_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/multi-project_pipelines_spec.rb", "qa/specs/features/browser_ui/3_create/project_wiki/project_based_file_upload_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/raw_variables_defined_in_yaml_spec.rb", "qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/filter_issue_comments_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/modify_design_content_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/real_time_assignee_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/edit_file_via_web_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb", "qa/specs/features/browser_ui/3_create/project_wiki/project_based_page_deletion_spec.rb", "qa/specs/features/browser_ui/2_plan/issue_boards/focus_mode_spec.rb", "qa/specs/features/api/3_create/repository/project_archive_compare_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/license/license_spec.rb", "qa/specs/features/browser_ui/3_create/repository/clone_spec.rb", "qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb", "qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb"]112[Apr 13 2023 07:49:09 UTC (QA Tests)] INFO -- Leftover specs:113[Apr 13 2023 07:49:09 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/distributed_reads_spec.rb", "qa/specs/features/api/12_systems/gitaly/praefect_repo_sync_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_issue_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_release_spec.rb", "qa/specs/features/browser_ui/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/oauth_login_with_github_spec.rb", "qa/specs/features/browser_ui/3_create/pages/new_static_page_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/container_registry_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/conan_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/maven_gradle_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/pypi_repository_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/12_systems/geo/attachment_replication_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/geo_replication_project_snippets_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/ssh_push_to_secondary_spec.rb", "qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/group/group_saml_enforced_sso_new_account_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/job_trace_archival_spec.rb", "qa/specs/features/ee/browser_ui/8_monitor/alert_management/alert_with_escalation_policy_spec.rb", "qa/specs/features/sanity/version_spec.rb"]114[Apr 13 2023 07:49:09 UTC (QA Tests)] INFO -- Knapsack report generator started!115[Apr 13 2023 07:49:09 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'decomposition-single-db' to 'knapsack/decomposition-single-db.json'116[Apr 13 2023 07:49:09 UTC (QA Tests)] INFO -- Report already exists, skipping!117Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}118Randomized with seed 64538119Data Stores120 Project121 in personal namespace122 behaves like successful project creation123[Apr 13 2023 07:51:35 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in personal namespace behaves like successful project creation creates a new project124[Apr 13 2023 07:51:37 UTC (QA Tests)] INFO -- filling :login_field with "root"125[Apr 13 2023 07:51:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field126[Apr 13 2023 07:51:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"127[Apr 13 2023 07:51:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field128[Apr 13 2023 07:51:37 UTC (QA Tests)] INFO -- clicking :sign_in_button129[Apr 13 2023 07:51:41 UTC (QA Tests)] INFO -- clicking :new_project_button and ensuring QA::Page::Project::New is present130[Apr 13 2023 07:51:42 UTC (QA Tests)] INFO -- clicking :panel_link131[Apr 13 2023 07:51:42 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown132[Apr 13 2023 07:51:42 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "root"133[Apr 13 2023 07:51:42 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field134[Apr 13 2023 07:51:43 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}135[Apr 13 2023 07:51:44 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}136[Apr 13 2023 07:51:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'root/project-in-personal-namespace-9738aceafb64830f-d90eafeeeed3f4f9' via browser_ui in 4.77 seconds137 creates a new project138 in group139 behaves like successful project creation140[Apr 13 2023 07:51:46 UTC (QA Tests)] INFO -- Starting test: Data Stores Project in group behaves like successful project creation creates a new project141[Apr 13 2023 07:51:51 UTC (QA Tests)] INFO -- filling :login_field with "root"142[Apr 13 2023 07:51:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field143[Apr 13 2023 07:51:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"144[Apr 13 2023 07:51:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field145[Apr 13 2023 07:51:51 UTC (QA Tests)] INFO -- clicking :sign_in_button146[Apr 13 2023 07:51:54 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA147[Apr 13 2023 07:51:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-58ylqb29' via cache in 0.0 seconds148[Apr 13 2023 07:51:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.94 seconds149[Apr 13 2023 07:51:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 1.8 seconds150[Apr 13 2023 07:51:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-357beb7a.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8151[Apr 13 2023 07:51:57 UTC (QA Tests)] INFO -- clicking :new_project_button152[Apr 13 2023 07:51:58 UTC (QA Tests)] INFO -- clicking :panel_link153[Apr 13 2023 07:51:58 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown154[Apr 13 2023 07:51:58 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8"155[Apr 13 2023 07:51:58 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field156[Apr 13 2023 07:51:59 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}157[Apr 13 2023 07:51:59 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}158[Apr 13 2023 07:52:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-in-group-773af238e51de859-35848978d48ccafa' via browser_ui in 7.97 seconds159 creates a new project160Verify161 Runner registration162[Apr 13 2023 07:52:02 UTC (QA Tests)] INFO -- Starting test: Verify Runner registration user registers a new project runner163[Apr 13 2023 07:52:02 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`164[Apr 13 2023 07:52:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds165[Apr 13 2023 07:52:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.18 seconds166[Apr 13 2023 07:52:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-ci-cd-1e0dd104487afea2' via api in 1.35 seconds167[Apr 13 2023 07:52:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`168[Apr 13 2023 07:52:07 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1681372322 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1681372322 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-1681372322 --url http://gitlab-ee-357beb7a.test --registration-token **** --tag-list e2e-test --executor shell && gitlab-runner run" `169[Apr 13 2023 07:52:09 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1681372322`170[Apr 13 2023 07:52:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`171[Apr 13 2023 07:52:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1681372322' via api in 9.24 seconds172[Apr 13 2023 07:52:16 UTC (QA Tests)] INFO -- filling :login_field with "root"173[Apr 13 2023 07:52:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field174[Apr 13 2023 07:52:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"175[Apr 13 2023 07:52:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field176[Apr 13 2023 07:52:16 UTC (QA Tests)] INFO -- clicking :sign_in_button177[Apr 13 2023 07:52:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-ci-cd-1e0dd104487afea2178[Apr 13 2023 07:52:21 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link179[Apr 13 2023 07:52:21 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link180[Apr 13 2023 07:52:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1681372322'181[Apr 13 2023 07:52:25 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1681372322`182 user registers a new project runner183Data Stores184 Project owner permissions185 for group projects186 behaves like when user is added as maintainer187[Apr 13 2023 07:52:25 UTC (QA Tests)] INFO -- Starting test: Data Stores Project owner permissions for group projects behaves like when user is added as maintainer has maintainer role without owner permissions188[Apr 13 2023 07:52:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.3 seconds189[Apr 13 2023 07:52:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.24 seconds190[Apr 13 2023 07:52:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds191[Apr 13 2023 07:52:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.2 seconds192[Apr 13 2023 07:52:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/qa-owner-group-project-d04270f6355de9d6' via api in 0.44 seconds193[Apr 13 2023 07:52:27 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user1194[Apr 13 2023 07:52:27 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:yykPqf195[Apr 13 2023 07:52:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-qgxi9th5' via api in 0.08 seconds196[Apr 13 2023 07:52:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 0.47 seconds197[Apr 13 2023 07:52:27 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/qa-owner-group-project-d04270f6355de9d6 QA::Resource::Project198[Apr 13 2023 07:52:32 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"199[Apr 13 2023 07:52:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field200[Apr 13 2023 07:52:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"201[Apr 13 2023 07:52:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field202[Apr 13 2023 07:52:33 UTC (QA Tests)] INFO -- clicking :sign_in_button203[Apr 13 2023 07:52:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/qa-owner-group-project-d04270f6355de9d6/-/issues/1204[Apr 13 2023 07:52:37 UTC (QA Tests)] INFO -- clicking :issue_actions_ellipsis_dropdown205 has maintainer role without owner permissions206 behaves like when user is added as owner207[Apr 13 2023 07:52:48 UTC (QA Tests)] INFO -- Starting test: Data Stores Project owner permissions for group projects behaves like when user is added as owner has owner role with owner permissions208[Apr 13 2023 07:52:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.11 seconds209[Apr 13 2023 07:52:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.16 seconds210[Apr 13 2023 07:52:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds211[Apr 13 2023 07:52:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.17 seconds212[Apr 13 2023 07:52:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/qa-owner-group-project-abf6c47fabe2d33e' via api in 1.12 seconds213[Apr 13 2023 07:52:50 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:yykPqf214[Apr 13 2023 07:52:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-2jyny7yf' via cache in 0.0 seconds215[Apr 13 2023 07:52:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 0.85 seconds216[Apr 13 2023 07:52:51 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/qa-owner-group-project-abf6c47fabe2d33e QA::Resource::Project217[Apr 13 2023 07:52:56 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"218[Apr 13 2023 07:52:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field219[Apr 13 2023 07:52:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"220[Apr 13 2023 07:52:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field221[Apr 13 2023 07:52:57 UTC (QA Tests)] INFO -- clicking :sign_in_button222[Apr 13 2023 07:52:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/qa-owner-group-project-abf6c47fabe2d33e/-/issues/1223[Apr 13 2023 07:53:01 UTC (QA Tests)] INFO -- clicking :issue_actions_ellipsis_dropdown224[Apr 13 2023 07:53:02 UTC (QA Tests)] INFO -- clicking :delete_issue_button and ensuring QA::Page::Modal::DeleteIssue is present225[Apr 13 2023 07:53:02 UTC (QA Tests)] INFO -- clicking :confirm_delete_issue_button226[Apr 13 2023 07:53:03 UTC (QA Tests)] ERROR -- Interceptor Api Errors227[404] GET /gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/qa-owner-group-project-abf6c47fabe2d33e/-/issues/1/realtime_changes -- Correlation Id: 01GXWSN1MN3EY3XSNK9RV827B7228 has owner role with owner permissions229 for personal projects230 behaves like when user is added as owner231[Apr 13 2023 07:53:03 UTC (QA Tests)] INFO -- Starting test: Data Stores Project owner permissions for personal projects behaves like when user is added as owner has owner role with owner permissions232[Apr 13 2023 07:53:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.11 seconds233[Apr 13 2023 07:53:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.12 seconds234[Apr 13 2023 07:53:03 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:yykPqf235[Apr 13 2023 07:53:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-4zlyjay2' via cache in 0.0 seconds236[Apr 13 2023 07:53:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-user1/qa-owner-personal-project-6d104ea0b96f6218' via api in 0.89 seconds237[Apr 13 2023 07:53:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 0.31 seconds238[Apr 13 2023 07:53:09 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"239[Apr 13 2023 07:53:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field240[Apr 13 2023 07:53:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"241[Apr 13 2023 07:53:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field242[Apr 13 2023 07:53:10 UTC (QA Tests)] INFO -- clicking :sign_in_button243[Apr 13 2023 07:53:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-357beb7a.test/gitlab-qa-user1/qa-owner-personal-project-6d104ea0b96f6218/-/issues/1244[Apr 13 2023 07:53:14 UTC (QA Tests)] INFO -- clicking :issue_actions_ellipsis_dropdown245[Apr 13 2023 07:53:14 UTC (QA Tests)] INFO -- clicking :delete_issue_button and ensuring QA::Page::Modal::DeleteIssue is present246[Apr 13 2023 07:53:14 UTC (QA Tests)] INFO -- clicking :confirm_delete_issue_button247[Apr 13 2023 07:53:16 UTC (QA Tests)] ERROR -- Interceptor Api Errors248[404] GET /gitlab-qa-user1/qa-owner-personal-project-6d104ea0b96f6218/-/issues/1/realtime_changes -- Correlation Id: 01GXWSNE4FJ3GDXA9E6WRFPCBE249 has owner role with owner permissions250 behaves like when user is added as maintainer251[Apr 13 2023 07:53:16 UTC (QA Tests)] INFO -- Starting test: Data Stores Project owner permissions for personal projects behaves like when user is added as maintainer has maintainer role without owner permissions252[Apr 13 2023 07:53:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds253[Apr 13 2023 07:53:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.11 seconds254[Apr 13 2023 07:53:16 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:yykPqf255[Apr 13 2023 07:53:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-y98wy8xk' via cache in 0.0 seconds256[Apr 13 2023 07:53:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-user1/qa-owner-personal-project-23adebb3fd06102b' via api in 0.69 seconds257[Apr 13 2023 07:53:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.79 seconds258[Apr 13 2023 07:53:17 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-user1/qa-owner-personal-project-23adebb3fd06102b QA::Resource::Project259[Apr 13 2023 07:53:22 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"260[Apr 13 2023 07:53:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field261[Apr 13 2023 07:53:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"262[Apr 13 2023 07:53:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field263[Apr 13 2023 07:53:23 UTC (QA Tests)] INFO -- clicking :sign_in_button264[Apr 13 2023 07:53:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-357beb7a.test/gitlab-qa-user1/qa-owner-personal-project-23adebb3fd06102b/-/issues/1265[Apr 13 2023 07:53:27 UTC (QA Tests)] INFO -- clicking :issue_actions_ellipsis_dropdown266 has maintainer role without owner permissions267Verify268 UI defined variable269[Apr 13 2023 07:53:38 UTC (QA Tests)] INFO -- Starting test: Verify UI defined variable is inheritable when forward:pipeline_variables is true270[Apr 13 2023 07:53:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds271[Apr 13 2023 07:53:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-for-variable-inheritance-8kb1b7lv' via api in 0.39 seconds272[Apr 13 2023 07:53:38 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`273[Apr 13 2023 07:53:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`274[Apr 13 2023 07:53:39 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name 8kb1b7lv --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach 8kb1b7lv 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 8kb1b7lv --url http://gitlab-ee-357beb7a.test --registration-token **** --tag-list 8kb1b7lv --executor shell && gitlab-runner run" `275[Apr 13 2023 07:53:39 UTC (QA Tests)] INFO -- Executing: `docker logs 8kb1b7lv`276[Apr 13 2023 07:53:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`277[Apr 13 2023 07:53:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name '8kb1b7lv' via api in 1.46 seconds278[Apr 13 2023 07:53:44 UTC (QA Tests)] INFO -- filling :login_field with "root"279[Apr 13 2023 07:53:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field280[Apr 13 2023 07:53:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"281[Apr 13 2023 07:53:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field282[Apr 13 2023 07:53:45 UTC (QA Tests)] INFO -- clicking :sign_in_button283[Apr 13 2023 07:53:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-for-variable-inheritance-8kb1b7lv/downstream1-variable-inheritance-96a64e820ebf02a4' via api in 0.39 seconds284[Apr 13 2023 07:53:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds285[Apr 13 2023 07:53:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-for-variable-inheritance-8kb1b7lv/upstream-variable-inheritance-0dd73431558965ec' via api in 0.48 seconds286[Apr 13 2023 07:53:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds287[Apr 13 2023 07:53:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/group-for-variable-inheritance-8kb1b7lv/upstream-variable-inheritance-0dd73431558965ec288[Apr 13 2023 07:53:50 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link289[Apr 13 2023 07:54:02 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::New is present290[Apr 13 2023 07:54:05 UTC (QA Tests)] INFO -- filling :ci_variable_key_field with "*****"291[Apr 13 2023 07:54:05 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_key_field292[Apr 13 2023 07:54:05 UTC (QA Tests)] INFO -- filling :ci_variable_value_field with "This is great!"293[Apr 13 2023 07:54:05 UTC (QA Tests)] INFO -- clicking the coordinates of :ci_variable_value_field294[Apr 13 2023 07:54:06 UTC (QA Tests)] INFO -- clicking :run_pipeline_button and ensuring QA::Page::Project::Pipeline::Show is present295[Apr 13 2023 07:54:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '5' via api in 0.1 seconds296[Apr 13 2023 07:54:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '5' via api in 0.07 seconds297[Apr 13 2023 07:54:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '5' via api in 0.07 seconds298[Apr 13 2023 07:54:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '7' via api in 0.07 seconds299[Apr 13 2023 07:54:18 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button300[Apr 13 2023 07:54:18 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present301[Apr 13 2023 07:54:20 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button302[Apr 13 2023 07:54:20 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present303[Apr 13 2023 07:54:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name '8kb1b7lv'304[Apr 13 2023 07:54:22 UTC (QA Tests)] INFO -- Executing: `docker rm -f 8kb1b7lv`305 is inheritable when forward:pipeline_variables is true306Create307 Compare archives of different user projects with the same name and check they're different308[Apr 13 2023 07:54:22 UTC (QA Tests)] INFO -- Starting test: Create Compare archives of different user projects with the same name and check they're different download archives of each user project then check they are different309[Apr 13 2023 07:54:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.11 seconds310[Apr 13 2023 07:54:22 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:yykPqf311[Apr 13 2023 07:54:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-3fsqf51v' via cache in 0.0 seconds312[Apr 13 2023 07:54:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-user1/project-archive-download-02eaaac7f85be196' via api in 0.54 seconds313[Apr 13 2023 07:54:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds314[Apr 13 2023 07:54:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds315[Apr 13 2023 07:54:23 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user2316[Apr 13 2023 07:54:23 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user2, last six chars of token:XNEV3P317[Apr 13 2023 07:54:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user2-78mn0e0p' via api in 0.08 seconds318[Apr 13 2023 07:54:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-user2/project-archive-download-02eaaac7f85be196' via api in 0.51 seconds319[Apr 13 2023 07:54:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds320 download archives of each user project then check they are different321Secure322 License Compliance323 has empty state (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/396962)324 when a license management report exists325 License Management326 Pipeline Licence tab327 behaves like pipeline license display328 can approve and deny licenses in the pipeline (PENDING: Test is not compatible with this environment or pipeline)329 behaves like approve license330 can approve a license in the settings page (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/396962)331 behaves like deny license332 can deny a license in the settings page (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/396962)333 when a CycloneDX SBOM file exists334 License Management335 Pipeline Licence tab336 behaves like pipeline license display337 can approve and deny licenses in the pipeline (PENDING: Test is not compatible with this environment or pipeline)338 behaves like approve license339 can approve a license in the settings page (PENDING: Test is not compatible with this environment or pipeline)340 behaves like deny license341 can deny a license in the settings page (PENDING: Test is not compatible with this environment or pipeline)342Create343 Project templates344 when built-in345[Apr 13 2023 07:54:25 UTC (QA Tests)] INFO -- Starting test: Create Project templates when built-in successfully imports the project using template346[Apr 13 2023 07:54:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds347[Apr 13 2023 07:54:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/instance-template-container-group-f113b1b6b739b232' via api in 0.36 seconds348[Apr 13 2023 07:54:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/instance-template-container-group-f113b1b6b739b232/template-project-1-2bcecfd823581ec3' via api in 0.38 seconds349[Apr 13 2023 07:54:28 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add test files"350[Apr 13 2023 07:54:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.99 seconds351[Apr 13 2023 07:54:32 UTC (QA Tests)] INFO -- filling :login_field with "root"352[Apr 13 2023 07:54:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field353[Apr 13 2023 07:54:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"354[Apr 13 2023 07:54:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field355[Apr 13 2023 07:54:33 UTC (QA Tests)] INFO -- clicking :sign_in_button356[Apr 13 2023 07:54:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds357[Apr 13 2023 07:54:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.24 seconds358[Apr 13 2023 07:54:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-357beb7a.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8359[Apr 13 2023 07:54:36 UTC (QA Tests)] INFO -- clicking :new_project_button360[Apr 13 2023 07:54:37 UTC (QA Tests)] INFO -- clicking :panel_link361[Apr 13 2023 07:54:37 UTC (QA Tests)] INFO -- clicking :use_template_button362[Apr 13 2023 07:54:37 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown363[Apr 13 2023 07:54:38 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8"364[Apr 13 2023 07:54:38 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field365 successfully imports the project using template366 when instance level367[Apr 13 2023 07:54:46 UTC (QA Tests)] INFO -- Starting test: Create Project templates when instance level successfully imports the project using template368[Apr 13 2023 07:54:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds369[Apr 13 2023 07:54:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/instance-template-container-group-dadffc22347ac982' via api in 0.33 seconds370[Apr 13 2023 07:54:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/instance-template-container-group-dadffc22347ac982/template-project-1-66ce1f7fd4f91480' via api in 0.36 seconds371[Apr 13 2023 07:54:49 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add test files"372[Apr 13 2023 07:54:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.16 seconds373[Apr 13 2023 07:54:54 UTC (QA Tests)] INFO -- filling :login_field with "root"374[Apr 13 2023 07:54:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field375[Apr 13 2023 07:54:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"376[Apr 13 2023 07:54:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field377[Apr 13 2023 07:54:55 UTC (QA Tests)] INFO -- clicking :sign_in_button378[Apr 13 2023 07:54:57 UTC (QA Tests)] INFO -- clicking :navbar_dropdown379[Apr 13 2023 07:54:57 UTC (QA Tests)] INFO -- clicking :admin_area_link380[Apr 13 2023 07:54:59 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_settings_menu_link"],.qa-admin-settings-menu-link381[Apr 13 2023 07:54:59 UTC (QA Tests)] INFO -- clicking :admin_settings_templates_link382[Apr 13 2023 07:55:12 UTC (QA Tests)] INFO -- Searching in dropdown: "instance-template-container-group-dadffc22347ac982"383[Apr 13 2023 07:55:13 UTC (QA Tests)] INFO -- clicking :save_changes_button384[Apr 13 2023 07:55:14 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_settings_menu_link"],.qa-admin-settings-menu-link385[Apr 13 2023 07:55:14 UTC (QA Tests)] INFO -- clicking :admin_settings_templates_link386[Apr 13 2023 07:55:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds387[Apr 13 2023 07:55:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.17 seconds388[Apr 13 2023 07:55:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-357beb7a.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8389[Apr 13 2023 07:55:18 UTC (QA Tests)] INFO -- clicking :new_project_button390[Apr 13 2023 07:55:18 UTC (QA Tests)] INFO -- clicking :panel_link391[Apr 13 2023 07:55:18 UTC (QA Tests)] INFO -- clicking :instance_templates_tab392[Apr 13 2023 07:55:19 UTC (QA Tests)] INFO -- clicking :use_template_button393[Apr 13 2023 07:55:19 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown394[Apr 13 2023 07:55:19 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8"395[Apr 13 2023 07:55:19 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field396 successfully imports the project using template397 when group level398[Apr 13 2023 07:55:27 UTC (QA Tests)] INFO -- Starting test: Create Project templates when group level successfully imports the project using template399[Apr 13 2023 07:55:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds400[Apr 13 2023 07:55:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/instance-template-container-group-1f44a39c5a399ba3' via api in 0.38 seconds401[Apr 13 2023 07:55:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/instance-template-container-group-1f44a39c5a399ba3/template-project-1-a0f4d944fe519c8b' via api in 0.4 seconds402[Apr 13 2023 07:55:30 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add test files"403[Apr 13 2023 07:55:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.11 seconds404[Apr 13 2023 07:55:35 UTC (QA Tests)] INFO -- filling :login_field with "root"405[Apr 13 2023 07:55:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field406[Apr 13 2023 07:55:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"407[Apr 13 2023 07:55:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field408[Apr 13 2023 07:55:35 UTC (QA Tests)] INFO -- clicking :sign_in_button409[Apr 13 2023 07:55:38 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link410[Apr 13 2023 07:55:38 UTC (QA Tests)] INFO -- filling :groups_filter_field with "gitlab-qa-sandbox-group-5"411[Apr 13 2023 07:55:38 UTC (QA Tests)] INFO -- clicking the coordinates of :groups_filter_field412[Apr 13 2023 07:55:40 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link413[Apr 13 2023 07:55:41 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link414[Apr 13 2023 07:55:54 UTC (QA Tests)] INFO -- Searching in dropdown: "instance-template-container-group-1f44a39c5a399ba3"415[Apr 13 2023 07:55:55 UTC (QA Tests)] INFO -- clicking :save_changes_button416[Apr 13 2023 07:55:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds417[Apr 13 2023 07:55:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.17 seconds418[Apr 13 2023 07:55:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-357beb7a.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8419[Apr 13 2023 07:55:59 UTC (QA Tests)] INFO -- clicking :new_project_button420[Apr 13 2023 07:56:00 UTC (QA Tests)] INFO -- clicking :panel_link421[Apr 13 2023 07:56:00 UTC (QA Tests)] INFO -- clicking :group_templates_tab422[Apr 13 2023 07:56:00 UTC (QA Tests)] INFO -- clicking :use_template_button423[Apr 13 2023 07:56:00 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown424[Apr 13 2023 07:56:01 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-5"425[Apr 13 2023 07:56:01 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field426 successfully imports the project using template427Create428 Git clone over HTTP429[Apr 13 2023 07:56:10 UTC (QA Tests)] INFO -- Starting test: Create Git clone over HTTP user performs a shallow clone430[Apr 13 2023 07:56:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds431[Apr 13 2023 07:56:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.19 seconds432[Apr 13 2023 07:56:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-code-ae7d08b19ffb037f' via api in 0.62 seconds433[Apr 13 2023 07:56:12 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"434 user performs a shallow clone435[Apr 13 2023 07:56:13 UTC (QA Tests)] INFO -- Starting test: Create Git clone over HTTP user performs a deep clone436[Apr 13 2023 07:56:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds437[Apr 13 2023 07:56:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.16 seconds438[Apr 13 2023 07:56:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-code-1ba4476824a4d36c' via api in 0.61 seconds439[Apr 13 2023 07:56:16 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"440 user performs a deep clone441Verify442 Pipeline with raw variables in YAML443[Apr 13 2023 07:56:16 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with raw variables in YAML expands variables according to expand: true/false444[Apr 13 2023 07:56:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds445[Apr 13 2023 07:56:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.16 seconds446[Apr 13 2023 07:56:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-raw-variable-pipeline-393a0b853d78d53f' via api in 0.83 seconds447[Apr 13 2023 07:56:17 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`448[Apr 13 2023 07:56:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`449[Apr 13 2023 07:56:18 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1681372577 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1681372577 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-1681372577 --url http://gitlab-ee-357beb7a.test --registration-token **** --tag-list qa-runner-1681372577 --executor shell && gitlab-runner run" `450[Apr 13 2023 07:56:18 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1681372577`451[Apr 13 2023 07:56:18 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`452[Apr 13 2023 07:56:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1681372577' via api in 1.72 seconds453[Apr 13 2023 07:56:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.96 seconds454[Apr 13 2023 07:56:24 UTC (QA Tests)] INFO -- filling :login_field with "root"455[Apr 13 2023 07:56:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field456[Apr 13 2023 07:56:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"457[Apr 13 2023 07:56:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field458[Apr 13 2023 07:56:25 UTC (QA Tests)] INFO -- clicking :sign_in_button459[Apr 13 2023 07:56:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-raw-variable-pipeline-393a0b853d78d53f460[Apr 13 2023 07:56:30 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link461[Apr 13 2023 07:56:32 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present462[Apr 13 2023 07:56:34 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1681372577'463[Apr 13 2023 07:56:34 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1681372577`464 expands variables according to expand: true/false465Data Stores466 Subgroup transfer467[Apr 13 2023 07:56:34 UTC (QA Tests)] INFO -- Starting test: Data Stores Subgroup transfer transfers a subgroup to another group468[Apr 13 2023 07:56:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds469[Apr 13 2023 07:56:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/target-group-for-transfer_008da0aa42b1cdc6' via api in 0.32 seconds470[Apr 13 2023 07:56:39 UTC (QA Tests)] INFO -- filling :login_field with "root"471[Apr 13 2023 07:56:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field472[Apr 13 2023 07:56:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"473[Apr 13 2023 07:56:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field474[Apr 13 2023 07:56:40 UTC (QA Tests)] INFO -- clicking :sign_in_button475[Apr 13 2023 07:56:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds476[Apr 13 2023 07:56:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/source-group-for-transfer_003c5306fe1ce176' via api in 0.32 seconds477[Apr 13 2023 07:56:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/source-group-for-transfer_003c5306fe1ce176/subgroup-for-transfer_3a7abafcbe15776a' via api in 0.22 seconds478[Apr 13 2023 07:56:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-357beb7a.test/groups/gitlab-qa-sandbox-group-5/source-group-for-transfer_003c5306fe1ce176/subgroup-for-transfer_3a7abafcbe15776a479[Apr 13 2023 07:56:45 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link480[Apr 13 2023 07:56:45 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link481[Apr 13 2023 07:56:46 UTC (QA Tests)] INFO -- Transferring group: subgroup-for-transfer_3a7abafcbe15776a to target group: target-group-for-transfer_008da0aa42b1cdc6482[Apr 13 2023 07:56:47 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="transfer_group_content"],.qa-transfer-group-content483[Apr 13 2023 07:56:47 UTC (QA Tests)] INFO -- clicking :namespaces_list484[Apr 13 2023 07:56:48 UTC (QA Tests)] INFO -- filling :namespaces_list_search with "target-group-for-transfer_008da0aa42b1cdc6"485[Apr 13 2023 07:56:48 UTC (QA Tests)] INFO -- clicking the coordinates of :namespaces_list_search486[Apr 13 2023 07:56:48 UTC (QA Tests)] INFO -- clicking :transfer_group_button487[Apr 13 2023 07:56:48 UTC (QA Tests)] INFO -- filling :confirm_danger_field with "gitlab-qa-sandbox-group-5/source-group-for-transfer_003c5306fe1ce176/subgroup-for-transfer_3a7abafcbe15776a"488[Apr 13 2023 07:56:48 UTC (QA Tests)] INFO -- clicking the coordinates of :confirm_danger_field489[Apr 13 2023 07:56:49 UTC (QA Tests)] INFO -- clicking :confirm_danger_modal_button490 transfers a subgroup to another group491Fulfillment492 Active license details493[Apr 13 2023 07:56:50 UTC (QA Tests)] INFO -- Starting test: Fulfillment Active license details shows up in subscription page494[Apr 13 2023 07:56:54 UTC (QA Tests)] INFO -- filling :login_field with "root"495[Apr 13 2023 07:56:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field496[Apr 13 2023 07:56:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"497[Apr 13 2023 07:56:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field498[Apr 13 2023 07:56:55 UTC (QA Tests)] INFO -- clicking :sign_in_button499[Apr 13 2023 07:56:58 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :sleep_interval=>0.5}' arguments500 shows up in subscription page501Plan502 check xss occurence in @mentions in issues503[Apr 13 2023 07:56:59 UTC (QA Tests)] INFO -- Starting test: Plan check xss occurence in @mentions in issues mentions a user in a comment504[Apr 13 2023 07:56:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-f3db3de295f7c895' via api in 0.25 seconds505[Apr 13 2023 07:56:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds506[Apr 13 2023 07:56:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.16 seconds507[Apr 13 2023 07:56:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/xss-test-for-mentions-project-0827b274fc3713f4' via api in 0.57 seconds508[Apr 13 2023 07:57:04 UTC (QA Tests)] INFO -- filling :login_field with "root"509[Apr 13 2023 07:57:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field510[Apr 13 2023 07:57:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"511[Apr 13 2023 07:57:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field512[Apr 13 2023 07:57:05 UTC (QA Tests)] INFO -- clicking :sign_in_button513[Apr 13 2023 07:57:07 UTC (QA Tests)] INFO -- Adding user qa-user-f3db3de295f7c895 to gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/xss-test-for-mentions-project-0827b274fc3713f4 QA::Resource::Project514[Apr 13 2023 07:57:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '5' via api in 0.25 seconds515[Apr 13 2023 07:57:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/xss-test-for-mentions-project-0827b274fc3713f4/-/issues/1516[Apr 13 2023 07:57:09 UTC (QA Tests)] INFO -- clicking :title_content517[Apr 13 2023 07:57:09 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown518[Apr 13 2023 07:57:10 UTC (QA Tests)] INFO -- clicking :title_content519[Apr 13 2023 07:57:10 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown520[Apr 13 2023 07:57:10 UTC (QA Tests)] INFO -- filling :comment_field with "cc-ing you here @qa-user-f3db3de295f7c895521"522[Apr 13 2023 07:57:10 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field523[Apr 13 2023 07:57:10 UTC (QA Tests)] INFO -- clicking :comment_button524[Apr 13 2023 07:57:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-f3db3de295f7c895'525 mentions a user in a comment526Create527 Merge request custom templates528[Apr 13 2023 07:57:11 UTC (QA Tests)] INFO -- Starting test: Create Merge request custom templates creates a merge request via custom template529[Apr 13 2023 07:57:16 UTC (QA Tests)] INFO -- filling :login_field with "root"530[Apr 13 2023 07:57:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field531[Apr 13 2023 07:57:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"532[Apr 13 2023 07:57:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field533[Apr 13 2023 07:57:16 UTC (QA Tests)] INFO -- clicking :sign_in_button534[Apr 13 2023 07:57:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds535[Apr 13 2023 07:57:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.17 seconds536[Apr 13 2023 07:57:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/custom-mr-template-project-42fd8c3984b97034' via api in 0.92 seconds537[Apr 13 2023 07:57:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds538[Apr 13 2023 07:57:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.3 seconds539[Apr 13 2023 07:57:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/custom-mr-template-project-42fd8c3984b97034540[Apr 13 2023 07:57:22 UTC (QA Tests)] INFO -- clicking :create_merge_request_button541[Apr 13 2023 07:57:24 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"542[Apr 13 2023 07:57:24 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field543[Apr 13 2023 07:57:24 UTC (QA Tests)] INFO -- clicking :template_dropdown544[Apr 13 2023 07:57:24 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present545[Apr 13 2023 07:57:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 6.9 seconds546[Apr 13 2023 07:57:27 UTC (QA Tests)] ERROR -- Interceptor Api Errors547[404] GET /gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/custom-mr-template-project-42fd8c3984b97034/-/merge_requests/1/diffs_metadata.json -- Correlation Id: 01GXWSX2PB6TB5H7VSVT7PWDMS548 creates a merge request via custom template549Verify550 Parent-child pipelines independent relationship551[Apr 13 2023 07:57:27 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipelines passes if child passes552[Apr 13 2023 07:57:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds553[Apr 13 2023 07:57:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.19 seconds554[Apr 13 2023 07:57:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/pipeline-independent-relationship-92cbc9352d9beb94' via api in 0.66 seconds555[Apr 13 2023 07:57:28 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`556[Apr 13 2023 07:57:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`557[Apr 13 2023 07:57:28 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-92cbc9352d9beb94 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-92cbc9352d9beb94 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-92cbc9352d9beb94 --url http://gitlab-ee-357beb7a.test --registration-token **** --tag-list pipeline-independent-relationship-92cbc9352d9beb94 --executor shell && gitlab-runner run" `558[Apr 13 2023 07:57:29 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-92cbc9352d9beb94`559[Apr 13 2023 07:57:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`560[Apr 13 2023 07:57:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-92cbc9352d9beb94' via api in 1.7 seconds561[Apr 13 2023 07:57:34 UTC (QA Tests)] INFO -- filling :login_field with "root"562[Apr 13 2023 07:57:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field563[Apr 13 2023 07:57:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"564[Apr 13 2023 07:57:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field565[Apr 13 2023 07:57:35 UTC (QA Tests)] INFO -- clicking :sign_in_button566[Apr 13 2023 07:57:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds567[Apr 13 2023 07:57:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/pipeline-independent-relationship-92cbc9352d9beb94568[Apr 13 2023 07:57:39 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link569[Apr 13 2023 07:57:42 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments570[Apr 13 2023 07:57:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-92cbc9352d9beb94'571[Apr 13 2023 07:57:54 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-92cbc9352d9beb94`572 parent pipelines passes if child passes573[Apr 13 2023 07:57:54 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipeline passes even if child fails574[Apr 13 2023 07:57:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds575[Apr 13 2023 07:57:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.17 seconds576[Apr 13 2023 07:57:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/pipeline-independent-relationship-47f373ed123a9593' via api in 0.64 seconds577[Apr 13 2023 07:57:55 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`578[Apr 13 2023 07:58:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`579[Apr 13 2023 07:58:01 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-47f373ed123a9593 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-47f373ed123a9593 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-47f373ed123a9593 --url http://gitlab-ee-357beb7a.test --registration-token **** --tag-list pipeline-independent-relationship-47f373ed123a9593 --executor shell && gitlab-runner run" `580[Apr 13 2023 07:58:01 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-47f373ed123a9593`581[Apr 13 2023 07:58:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`582[Apr 13 2023 07:58:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-47f373ed123a9593' via api in 6.57 seconds583[Apr 13 2023 07:58:06 UTC (QA Tests)] INFO -- filling :login_field with "root"584[Apr 13 2023 07:58:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field585[Apr 13 2023 07:58:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"586[Apr 13 2023 07:58:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field587[Apr 13 2023 07:58:07 UTC (QA Tests)] INFO -- clicking :sign_in_button588[Apr 13 2023 07:58:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds589[Apr 13 2023 07:58:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/pipeline-independent-relationship-47f373ed123a9593590[Apr 13 2023 07:58:11 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link591[Apr 13 2023 07:58:14 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments592[Apr 13 2023 07:58:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-47f373ed123a9593'593[Apr 13 2023 07:58:27 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-47f373ed123a9593`594 parent pipeline passes even if child fails595Verify596 Pipeline subscription with a group owned project597 when upstream project new tag pipeline finishes598[Apr 13 2023 07:58:27 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline subscription with a group owned project when upstream project new tag pipeline finishes triggers pipeline in downstream project599[Apr 13 2023 07:58:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds600[Apr 13 2023 07:58:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-for-pipeline-subscriptions-1a0e59' via api in 0.38 seconds601[Apr 13 2023 07:58:28 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`602[Apr 13 2023 07:58:28 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`603[Apr 13 2023 07:58:28 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-67b077 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-67b077 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-67b077 --url http://gitlab-ee-357beb7a.test --registration-token **** --tag-list qa-runner-67b077 --executor shell && gitlab-runner run" `604[Apr 13 2023 07:58:29 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-67b077`605[Apr 13 2023 07:58:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`606[Apr 13 2023 07:58:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-67b077' via api in 1.56 seconds607[Apr 13 2023 07:58:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-for-pipeline-subscriptions-1a0e59/project-with-pipeline-subscription-974b04add046f0ba' via api in 0.37 seconds608[Apr 13 2023 07:58:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-for-pipeline-subscriptions-1a0e59/upstream-project-for-subscription-5992424f68228342' via api in 0.37 seconds609[Apr 13 2023 07:58:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds610[Apr 13 2023 07:58:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds611[Apr 13 2023 07:58:35 UTC (QA Tests)] INFO -- filling :login_field with "root"612[Apr 13 2023 07:58:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field613[Apr 13 2023 07:58:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"614[Apr 13 2023 07:58:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field615[Apr 13 2023 07:58:36 UTC (QA Tests)] INFO -- clicking :sign_in_button616[Apr 13 2023 07:58:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/group-for-pipeline-subscriptions-1a0e59/project-with-pipeline-subscription-974b04add046f0ba617[Apr 13 2023 07:58:40 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link618[Apr 13 2023 07:58:40 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link619[Apr 13 2023 07:58:43 UTC (QA Tests)] INFO -- filling :upstream_project_path_field with "gitlab-qa-sandbox-group-5/group-for-pipeline-subscriptions-1a0e59/upstream-project-for-subscription-5992424f68228342"620[Apr 13 2023 07:58:43 UTC (QA Tests)] INFO -- clicking the coordinates of :upstream_project_path_field621[Apr 13 2023 07:58:44 UTC (QA Tests)] INFO -- clicking :subscribe_button622[Apr 13 2023 07:58:45 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::PipelineSubscriptions via browser_ui in 4.95 seconds623[Apr 13 2023 07:58:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Tag with name 'awesome-tag-931aef' via api in 0.29 seconds624[Apr 13 2023 07:58:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/group-for-pipeline-subscriptions-1a0e59/project-with-pipeline-subscription-974b04add046f0ba625[Apr 13 2023 07:58:47 UTC (QA Tests)] INFO -- Waiting for upstream pipeline to succeed.626[Apr 13 2023 07:58:50 UTC (QA Tests)] INFO -- Waiting for upstream pipeline to succeed.627[Apr 13 2023 07:58:50 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link628[Apr 13 2023 07:58:50 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:sleep_interval=>0.5}' arguments629[Apr 13 2023 07:59:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-67b077'630[Apr 13 2023 07:59:01 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-67b077`631[Apr 13 2023 07:59:02 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-for-pipeline-subscriptions-1a0e59/upstream-project-for-subscription-5992424f68228342'632[Apr 13 2023 07:59:02 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-for-pipeline-subscriptions-1a0e59/project-with-pipeline-subscription-974b04add046f0ba'633[Apr 13 2023 07:59:02 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-for-pipeline-subscriptions-1a0e59'634 triggers pipeline in downstream project635Plan636 Design Management637[Apr 13 2023 07:59:02 UTC (QA Tests)] INFO -- Starting test: Plan Design Management user adds a design and modifies it638[Apr 13 2023 07:59:07 UTC (QA Tests)] INFO -- filling :login_field with "root"639[Apr 13 2023 07:59:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field640[Apr 13 2023 07:59:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"641[Apr 13 2023 07:59:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field642[Apr 13 2023 07:59:08 UTC (QA Tests)] INFO -- clicking :sign_in_button643[Apr 13 2023 07:59:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds644[Apr 13 2023 07:59:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.16 seconds645[Apr 13 2023 07:59:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-for-issues-9ad65fad7e969f83' via api in 0.63 seconds646[Apr 13 2023 07:59:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '6' via api in 0.87 seconds647[Apr 13 2023 07:59:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-for-issues-9ad65fad7e969f83/-/issues/1648[Apr 13 2023 07:59:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Design via browser_ui in 3.51 seconds649[Apr 13 2023 07:59:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-for-issues-9ad65fad7e969f83/-/issues/1650 user adds a design and modifies it651Plan652 filter issue comments activities653[Apr 13 2023 07:59:17 UTC (QA Tests)] INFO -- Starting test: Plan filter issue comments activities filters comments and activities in an issue654[Apr 13 2023 07:59:22 UTC (QA Tests)] INFO -- filling :login_field with "root"655[Apr 13 2023 07:59:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field656[Apr 13 2023 07:59:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"657[Apr 13 2023 07:59:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field658[Apr 13 2023 07:59:22 UTC (QA Tests)] INFO -- clicking :sign_in_button659[Apr 13 2023 07:59:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds660[Apr 13 2023 07:59:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.17 seconds661[Apr 13 2023 07:59:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-for-issues-e8257436a91f024f' via api in 0.6 seconds662[Apr 13 2023 07:59:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '7' via api in 0.94 seconds663[Apr 13 2023 07:59:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-for-issues-e8257436a91f024f/-/issues/1664[Apr 13 2023 07:59:28 UTC (QA Tests)] INFO -- clicking :title_content665[Apr 13 2023 07:59:28 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown666[Apr 13 2023 07:59:28 UTC (QA Tests)] INFO -- filling :comment_field with "/confidential667"668[Apr 13 2023 07:59:28 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field669[Apr 13 2023 07:59:29 UTC (QA Tests)] INFO -- clicking :comment_button670[Apr 13 2023 07:59:29 UTC (QA Tests)] INFO -- clicking :title_content671[Apr 13 2023 07:59:30 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown672[Apr 13 2023 07:59:30 UTC (QA Tests)] INFO -- filling :comment_field with "My own comment673"674[Apr 13 2023 07:59:30 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field675[Apr 13 2023 07:59:30 UTC (QA Tests)] INFO -- clicking :comment_button676[Apr 13 2023 07:59:31 UTC (QA Tests)] INFO -- clicking :title_content677[Apr 13 2023 07:59:31 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown678[Apr 13 2023 07:59:31 UTC (QA Tests)] INFO -- clicking :title_content679[Apr 13 2023 07:59:31 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown680 filters comments and activities in an issue681Create682 Approval rules683[Apr 13 2023 07:59:33 UTC (QA Tests)] INFO -- Starting test: Create Approval rules allows multiple approval rules with users and groups684[Apr 13 2023 07:59:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds685[Apr 13 2023 07:59:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.18 seconds686[Apr 13 2023 07:59:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/approval-rules-ecc654295dabff3d' via api in 0.61 seconds687[Apr 13 2023 07:59:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.11 seconds688[Apr 13 2023 07:59:33 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/approval-rules-ecc654295dabff3d QA::Resource::Project689[Apr 13 2023 07:59:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.12 seconds690[Apr 13 2023 07:59:34 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8 QA::Resource::Group691[Apr 13 2023 07:59:38 UTC (QA Tests)] INFO -- filling :login_field with "root"692[Apr 13 2023 07:59:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field693[Apr 13 2023 07:59:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"694[Apr 13 2023 07:59:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field695[Apr 13 2023 07:59:39 UTC (QA Tests)] INFO -- clicking :sign_in_button696[Apr 13 2023 07:59:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.3 seconds697[Apr 13 2023 07:59:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.34 seconds698[Apr 13 2023 07:59:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/approval-rules-ecc654295dabff3d699[Apr 13 2023 07:59:44 UTC (QA Tests)] INFO -- clicking :create_merge_request_button700[Apr 13 2023 07:59:45 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Add a new feature"701[Apr 13 2023 07:59:45 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field702[Apr 13 2023 07:59:45 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Great feature, much approval"703[Apr 13 2023 07:59:45 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field704[Apr 13 2023 07:59:46 UTC (QA Tests)] INFO -- clicking :add_approvers_button705[Apr 13 2023 07:59:47 UTC (QA Tests)] INFO -- filling :rule_name_field with "user"706[Apr 13 2023 07:59:47 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field707[Apr 13 2023 07:59:47 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"708[Apr 13 2023 07:59:47 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field709[Apr 13 2023 07:59:48 UTC (QA Tests)] INFO -- Searching in dropdown: "gitlab-qa-user1"710[Apr 13 2023 07:59:51 UTC (QA Tests)] INFO -- clicking :add_approvers_button711[Apr 13 2023 07:59:52 UTC (QA Tests)] INFO -- filling :rule_name_field with "group"712[Apr 13 2023 07:59:52 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field713[Apr 13 2023 07:59:53 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"714[Apr 13 2023 07:59:53 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field715[Apr 13 2023 07:59:53 UTC (QA Tests)] INFO -- Searching in dropdown: "gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8"716[Apr 13 2023 07:59:57 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present717[Apr 13 2023 08:00:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 18.33 seconds718[Apr 13 2023 08:00:06 UTC (QA Tests)] INFO -- clicking :user_avatar_content719[Apr 13 2023 08:00:06 UTC (QA Tests)] INFO -- clicking :sign_out_link720[Apr 13 2023 08:00:08 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"721[Apr 13 2023 08:00:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field722[Apr 13 2023 08:00:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"723[Apr 13 2023 08:00:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field724[Apr 13 2023 08:00:09 UTC (QA Tests)] INFO -- clicking :sign_in_button725[Apr 13 2023 08:00:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/approval-rules-ecc654295dabff3d/-/merge_requests/1726[Apr 13 2023 08:00:13 UTC (QA Tests)] INFO -- clicking :approve_button727[Apr 13 2023 08:00:22 UTC (QA Tests)] INFO -- clicking :user_avatar_content728[Apr 13 2023 08:00:22 UTC (QA Tests)] INFO -- clicking :sign_out_link729[Apr 13 2023 08:00:24 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"730[Apr 13 2023 08:00:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field731[Apr 13 2023 08:00:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"732[Apr 13 2023 08:00:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field733[Apr 13 2023 08:00:25 UTC (QA Tests)] INFO -- clicking :sign_in_button734[Apr 13 2023 08:00:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/approval-rules-ecc654295dabff3d/-/merge_requests/1735[Apr 13 2023 08:00:30 UTC (QA Tests)] INFO -- clicking :approve_button736[Apr 13 2023 08:00:36 UTC (QA Tests)] INFO -- clicking :user_avatar_content737[Apr 13 2023 08:00:36 UTC (QA Tests)] INFO -- clicking :sign_out_link738[Apr 13 2023 08:00:39 UTC (QA Tests)] INFO -- filling :login_field with "root"739[Apr 13 2023 08:00:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field740[Apr 13 2023 08:00:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"741[Apr 13 2023 08:00:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field742[Apr 13 2023 08:00:40 UTC (QA Tests)] INFO -- clicking :sign_in_button743[Apr 13 2023 08:00:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/approval-rules-ecc654295dabff3d/-/merge_requests/1744[Apr 13 2023 08:00:44 UTC (QA Tests)] INFO -- clicking :merge_button745[Apr 13 2023 08:00:47 UTC (QA Tests)] INFO -- Removing user gitlab-qa-user2 from gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8 QA::Resource::Group746[Apr 13 2023 08:00:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/approval-rules-ecc654295dabff3d'747 allows multiple approval rules with users and groups748Plan749 Contribution Analytics750[Apr 13 2023 08:00:48 UTC (QA Tests)] INFO -- Starting test: Plan Contribution Analytics tests contributions751[Apr 13 2023 08:00:52 UTC (QA Tests)] INFO -- filling :login_field with "root"752[Apr 13 2023 08:00:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field753[Apr 13 2023 08:00:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"754[Apr 13 2023 08:00:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field755[Apr 13 2023 08:00:53 UTC (QA Tests)] INFO -- clicking :sign_in_button756[Apr 13 2023 08:00:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds757[Apr 13 2023 08:00:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/contribution_analytics-cccf21d23e2ca70f' via api in 0.34 seconds758[Apr 13 2023 08:00:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/contribution_analytics-cccf21d23e2ca70f/contribution_analytics-a2d4827f35245c00' via api in 0.36 seconds759[Apr 13 2023 08:00:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '8' via api in 0.24 seconds760[Apr 13 2023 08:00:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/contribution_analytics-cccf21d23e2ca70f/contribution_analytics-a2d4827f35245c00/-/issues/1761[Apr 13 2023 08:00:58 UTC (QA Tests)] INFO -- clicking :close_issue_button762[Apr 13 2023 08:00:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.34 seconds763[Apr 13 2023 08:00:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.33 seconds764[Apr 13 2023 08:00:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.2 seconds765[Apr 13 2023 08:00:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/contribution_analytics-cccf21d23e2ca70f/contribution_analytics-a2d4827f35245c00/-/merge_requests/1766[Apr 13 2023 08:01:01 UTC (QA Tests)] INFO -- clicking :merge_button767[Apr 13 2023 08:01:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-357beb7a.test/groups/gitlab-qa-sandbox-group-5/contribution_analytics-cccf21d23e2ca70f768[Apr 13 2023 08:01:05 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link769[Apr 13 2023 08:01:05 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link770[Apr 13 2023 08:01:06 UTC (QA Tests)] INFO -- Running eventually matcher with 'have_content' operator with: '{:max_duration=>120, :reload_page=>QA::EE::Page::Group::ContributionAnalytics, :sleep_interval=>0.5}' arguments771[Apr 13 2023 08:01:06 UTC (QA Tests)] INFO -- Running eventually matcher with 'have_content' operator with: '{:max_duration=>120, :reload_page=>QA::EE::Page::Group::ContributionAnalytics, :sleep_interval=>0.5}' arguments772[Apr 13 2023 08:01:06 UTC (QA Tests)] INFO -- Running eventually matcher with 'have_content' operator with: '{:max_duration=>120, :reload_page=>QA::EE::Page::Group::ContributionAnalytics, :sleep_interval=>0.5}' arguments773[Apr 13 2023 08:01:06 UTC (QA Tests)] INFO -- Running eventually matcher with 'have_content' operator with: '{:max_duration=>120, :reload_page=>QA::EE::Page::Group::ContributionAnalytics, :sleep_interval=>0.5}' arguments774 tests contributions775Data Stores776 Group with members777[Apr 13 2023 08:01:07 UTC (QA Tests)] INFO -- Starting test: Data Stores Group with members can be shared with another group with correct access level778[Apr 13 2023 08:01:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds779[Apr 13 2023 08:01:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/target-group-with-project_2387deb104756249' via api in 0.33 seconds780[Apr 13 2023 08:01:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/target-group-with-project_2387deb104756249/the_awesome_project-11987f810a984020' via api in 0.61 seconds781[Apr 13 2023 08:01:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds782[Apr 13 2023 08:01:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/source-group-with-members_82e3ac3d6342afa6' via api in 0.35 seconds783[Apr 13 2023 08:01:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.11 seconds784[Apr 13 2023 08:01:08 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/source-group-with-members_82e3ac3d6342afa6 QA::Resource::Group785[Apr 13 2023 08:01:13 UTC (QA Tests)] INFO -- filling :login_field with "root"786[Apr 13 2023 08:01:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field787[Apr 13 2023 08:01:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"788[Apr 13 2023 08:01:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field789[Apr 13 2023 08:01:13 UTC (QA Tests)] INFO -- clicking :sign_in_button790[Apr 13 2023 08:01:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-357beb7a.test/groups/gitlab-qa-sandbox-group-5/target-group-with-project_2387deb104756249791[Apr 13 2023 08:01:17 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link792[Apr 13 2023 08:01:18 UTC (QA Tests)] INFO -- clicking :invite_a_group_button793[Apr 13 2023 08:01:18 UTC (QA Tests)] INFO -- filling :group_select_dropdown_search_field with "source-group-with-members_82e3ac3d6342afa6"794[Apr 13 2023 08:01:18 UTC (QA Tests)] INFO -- clicking the coordinates of :group_select_dropdown_search_field795[Apr 13 2023 08:01:19 UTC (QA Tests)] INFO -- clicking :invite_button796[Apr 13 2023 08:01:21 UTC (QA Tests)] INFO -- clicking :groups_list_tab797[Apr 13 2023 08:01:24 UTC (QA Tests)] INFO -- clicking :user_avatar_content798[Apr 13 2023 08:01:24 UTC (QA Tests)] INFO -- clicking :sign_out_link799[Apr 13 2023 08:01:27 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"800[Apr 13 2023 08:01:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field801[Apr 13 2023 08:01:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"802[Apr 13 2023 08:01:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field803[Apr 13 2023 08:01:27 UTC (QA Tests)] INFO -- clicking :sign_in_button804[Apr 13 2023 08:01:30 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/target-group-with-project_2387deb104756249/the_awesome_project-11987f810a984020'805[Apr 13 2023 08:01:30 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/source-group-with-members_82e3ac3d6342afa6'806[Apr 13 2023 08:01:30 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/target-group-with-project_2387deb104756249'807 can be shared with another group with correct access level808Package809 Container Registry810 pushes project image to the container registry and deletes tag (PENDING: Test is not compatible with this environment or pipeline)811Create812 Multiple file snippet813 behaves like deleting file from snippet814[Apr 13 2023 08:01:30 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-file815[Apr 13 2023 08:01:35 UTC (QA Tests)] INFO -- filling :login_field with "root"816[Apr 13 2023 08:01:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field817[Apr 13 2023 08:01:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"818[Apr 13 2023 08:01:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field819[Apr 13 2023 08:01:35 UTC (QA Tests)] INFO -- clicking :sign_in_button820[Apr 13 2023 08:01:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '1' via api in 0.35 seconds821[Apr 13 2023 08:01:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ee-357beb7a.test/-/snippets/1822[Apr 13 2023 08:01:39 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present823[Apr 13 2023 08:01:40 UTC (QA Tests)] INFO -- clicking :delete_file_button824[Apr 13 2023 08:01:40 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button825 deletes second file from an existing personal_snippet to make it single-file826 behaves like deleting file from snippet827[Apr 13 2023 08:01:52 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-file828[Apr 13 2023 08:01:56 UTC (QA Tests)] INFO -- filling :login_field with "root"829[Apr 13 2023 08:01:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field830[Apr 13 2023 08:01:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"831[Apr 13 2023 08:01:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field832[Apr 13 2023 08:01:57 UTC (QA Tests)] INFO -- clicking :sign_in_button833[Apr 13 2023 08:02:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds834[Apr 13 2023 08:02:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.16 seconds835[Apr 13 2023 08:02:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-snippets-5429960b50353261' via api in 0.6 seconds836[Apr 13 2023 08:02:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '2' via api in 1.06 seconds837[Apr 13 2023 08:02:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-snippets-5429960b50353261/-/snippets/2838[Apr 13 2023 08:02:02 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present839[Apr 13 2023 08:02:03 UTC (QA Tests)] INFO -- clicking :delete_file_button840[Apr 13 2023 08:02:03 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button841 deletes second file from an existing project_snippet to make it single-file842Manage843 User with minimal access to group844[Apr 13 2023 08:02:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-3b8daf6413981f31' via api in 0.23 seconds845[Apr 13 2023 08:02:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds846[Apr 13 2023 08:02:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-for-minimal-access-85a1940feddc15b8' via api in 0.32 seconds847[Apr 13 2023 08:02:16 UTC (QA Tests)] INFO -- Adding user qa-user-3b8daf6413981f31 to gitlab-qa-sandbox-group-5 QA::Resource::Sandbox848[Apr 13 2023 08:02:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-for-minimal-access-85a1940feddc15b8/project-for-minimal-access-c0627c1e56f7c946' via api in 0.66 seconds849[Apr 13 2023 08:02:16 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to commit via the API850[Apr 13 2023 08:02:16 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-3b8daf6413981f31851[Apr 13 2023 08:02:17 UTC (QA Tests)] INFO -- Caching token for username: qa-user-3b8daf6413981f31, last six chars of token:rWgezT852[Apr 13 2023 08:02:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-3b8daf6413981f31-8r2yfzro' via api in 0.07 seconds853 is not allowed to commit via the API854[Apr 13 2023 08:02:17 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to push code via the CLI855 is not allowed to push code via the CLI856[Apr 13 2023 08:02:19 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to create a file via the API857[Apr 13 2023 08:02:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds858[Apr 13 2023 08:02:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.16 seconds859[Apr 13 2023 08:02:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-new-file-ba67bdc97569116e' via api in 0.84 seconds860 is not allowed to create a file via the API861[Apr 13 2023 08:02:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-3b8daf6413981f31'862[Apr 13 2023 08:02:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-for-minimal-access-85a1940feddc15b8/project-for-minimal-access-c0627c1e56f7c946'863[Apr 13 2023 08:02:20 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-for-minimal-access-85a1940feddc15b8'864Plan865 Milestones866 Group milestone867 behaves like milestone assigned to existing issue868[Apr 13 2023 08:02:20 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Group milestone behaves like milestone assigned to existing issue is assigned to an existing issue869[Apr 13 2023 08:02:25 UTC (QA Tests)] INFO -- filling :login_field with "root"870[Apr 13 2023 08:02:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field871[Apr 13 2023 08:02:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"872[Apr 13 2023 08:02:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field873[Apr 13 2023 08:02:25 UTC (QA Tests)] INFO -- clicking :sign_in_button874[Apr 13 2023 08:02:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds875[Apr 13 2023 08:02:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-to-test-milestones-879aa49b' via api in 0.32 seconds876[Apr 13 2023 08:02:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-to-test-milestones-879aa49b/project-to-test-milestones-95060b51-d398c9df8b8fbbb9' via api in 0.35 seconds877[Apr 13 2023 08:02:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '9' via api in 0.27 seconds878[Apr 13 2023 08:02:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/group-to-test-milestones-879aa49b/project-to-test-milestones-95060b51-d398c9df8b8fbbb9/-/issues/1879[Apr 13 2023 08:02:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone with id '1' via api in 0.1 seconds880[Apr 13 2023 08:02:31 UTC (QA Tests)] INFO -- clicking :edit_link881[Apr 13 2023 08:02:32 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/group-to-test-milestones-879aa49b/project-to-test-milestones-95060b51-d398c9df8b8fbbb9/-/issues/1882 is assigned to an existing issue883 behaves like milestone assigned to new issue884[Apr 13 2023 08:02:33 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Group milestone behaves like milestone assigned to new issue is assigned to a new issue885[Apr 13 2023 08:02:38 UTC (QA Tests)] INFO -- filling :login_field with "root"886[Apr 13 2023 08:02:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field887[Apr 13 2023 08:02:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"888[Apr 13 2023 08:02:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field889[Apr 13 2023 08:02:39 UTC (QA Tests)] INFO -- clicking :sign_in_button890[Apr 13 2023 08:02:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds891[Apr 13 2023 08:02:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-to-test-milestones-1d0b281a' via api in 0.33 seconds892[Apr 13 2023 08:02:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-to-test-milestones-1d0b281a/project-to-test-milestones-8c4574a1-6d3ccfc05d4b4ffe' via api in 0.42 seconds893[Apr 13 2023 08:02:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupMilestone with id '2' via api in 0.1 seconds894[Apr 13 2023 08:02:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/group-to-test-milestones-1d0b281a/project-to-test-milestones-8c4574a1-6d3ccfc05d4b4ffe895[Apr 13 2023 08:02:43 UTC (QA Tests)] INFO -- clicking :new_menu_toggle896[Apr 13 2023 08:02:43 UTC (QA Tests)] INFO -- clicking :new_issue_link897[Apr 13 2023 08:02:44 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 2782646463ecec81"898[Apr 13 2023 08:02:44 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field899[Apr 13 2023 08:02:45 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description 79fbdfe686903191"900[Apr 13 2023 08:02:45 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field901[Apr 13 2023 08:02:46 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present902[Apr 13 2023 08:02:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 5.55 seconds903 is assigned to a new issue904 Project milestone905 behaves like milestone assigned to existing issue906[Apr 13 2023 08:02:48 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Project milestone behaves like milestone assigned to existing issue is assigned to an existing issue907[Apr 13 2023 08:02:52 UTC (QA Tests)] INFO -- filling :login_field with "root"908[Apr 13 2023 08:02:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field909[Apr 13 2023 08:02:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"910[Apr 13 2023 08:02:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field911[Apr 13 2023 08:02:53 UTC (QA Tests)] INFO -- clicking :sign_in_button912[Apr 13 2023 08:02:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds913[Apr 13 2023 08:02:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-to-test-milestones-04265142' via api in 0.33 seconds914[Apr 13 2023 08:02:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-to-test-milestones-04265142/project-to-test-milestones-1e7fb493-b7e8fccfb89ad8c1' via api in 0.39 seconds915[Apr 13 2023 08:02:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '11' via api in 0.31 seconds916[Apr 13 2023 08:02:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/group-to-test-milestones-04265142/project-to-test-milestones-1e7fb493-b7e8fccfb89ad8c1/-/issues/1917[Apr 13 2023 08:02:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '3' via api in 0.11 seconds918[Apr 13 2023 08:02:59 UTC (QA Tests)] INFO -- clicking :edit_link919[Apr 13 2023 08:03:00 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/group-to-test-milestones-04265142/project-to-test-milestones-1e7fb493-b7e8fccfb89ad8c1/-/issues/1920 is assigned to an existing issue921 behaves like milestone assigned to new issue922[Apr 13 2023 08:03:01 UTC (QA Tests)] INFO -- Starting test: Plan Milestones Project milestone behaves like milestone assigned to new issue is assigned to a new issue923[Apr 13 2023 08:03:06 UTC (QA Tests)] INFO -- filling :login_field with "root"924[Apr 13 2023 08:03:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field925[Apr 13 2023 08:03:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"926[Apr 13 2023 08:03:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field927[Apr 13 2023 08:03:06 UTC (QA Tests)] INFO -- clicking :sign_in_button928[Apr 13 2023 08:03:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds929[Apr 13 2023 08:03:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-to-test-milestones-f5b105b4' via api in 0.34 seconds930[Apr 13 2023 08:03:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-to-test-milestones-f5b105b4/project-to-test-milestones-c3691c02-0afc074a7f815089' via api in 0.5 seconds931[Apr 13 2023 08:03:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '4' via api in 0.17 seconds932[Apr 13 2023 08:03:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/group-to-test-milestones-f5b105b4/project-to-test-milestones-c3691c02-0afc074a7f815089933[Apr 13 2023 08:03:11 UTC (QA Tests)] INFO -- clicking :new_menu_toggle934[Apr 13 2023 08:03:11 UTC (QA Tests)] INFO -- clicking :new_issue_link935[Apr 13 2023 08:03:12 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title cdd31fbcf4b30c20"936[Apr 13 2023 08:03:12 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field937[Apr 13 2023 08:03:13 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description bd509f847a86e26a"938[Apr 13 2023 08:03:13 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field939[Apr 13 2023 08:03:14 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present940[Apr 13 2023 08:03:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 5.79 seconds941 is assigned to a new issue942Create943 Push mirror a repository over HTTP944[Apr 13 2023 08:03:16 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs a (push) mirrored repository945[Apr 13 2023 08:03:19 UTC (QA Tests)] INFO -- filling :login_field with "root"946[Apr 13 2023 08:03:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field947[Apr 13 2023 08:03:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"948[Apr 13 2023 08:03:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field949[Apr 13 2023 08:03:19 UTC (QA Tests)] INFO -- clicking :sign_in_button950[Apr 13 2023 08:03:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds951[Apr 13 2023 08:03:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.17 seconds952[Apr 13 2023 08:03:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/push-mirror-target-project-f53349dd4f0736d9' via api in 0.6 seconds953[Apr 13 2023 08:03:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds954[Apr 13 2023 08:03:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.16 seconds955[Apr 13 2023 08:03:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-code-a71e8e55dc14ed23' via api in 0.56 seconds956[Apr 13 2023 08:03:25 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"957[Apr 13 2023 08:03:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.95 seconds958[Apr 13 2023 08:03:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-code-a71e8e55dc14ed23959[Apr 13 2023 08:03:27 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link960[Apr 13 2023 08:03:27 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link961[Apr 13 2023 08:03:29 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/push-mirror-target-project-f53349dd4f0736d9.git"962[Apr 13 2023 08:03:29 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field963[Apr 13 2023 08:03:30 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field964[Apr 13 2023 08:03:31 UTC (QA Tests)] INFO -- selecting "Password" in :authentication_method_field965[Apr 13 2023 08:03:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"966[Apr 13 2023 08:03:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field967[Apr 13 2023 08:03:31 UTC (QA Tests)] INFO -- clicking :mirror_repository_button968[Apr 13 2023 08:03:45 UTC (QA Tests)] INFO -- clicking :update_now_button969[Apr 13 2023 08:03:46 UTC (QA Tests)] INFO -- refreshing http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-code-a71e8e55dc14ed23/-/settings/repository#js-push-remote-settings970[Apr 13 2023 08:03:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/push-mirror-target-project-f53349dd4f0736d9971[Apr 13 2023 08:03:49 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments972 configures and syncs a (push) mirrored repository973Create974 Create a new merge request from the event notification after a push975[Apr 13 2023 08:03:49 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 API976[Apr 13 2023 08:03:54 UTC (QA Tests)] INFO -- filling :login_field with "root"977[Apr 13 2023 08:03:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field978[Apr 13 2023 08:03:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"979[Apr 13 2023 08:03:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field980[Apr 13 2023 08:03:54 UTC (QA Tests)] INFO -- clicking :sign_in_button981[Apr 13 2023 08:03:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.1 seconds982[Apr 13 2023 08:03:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.25 seconds983[Apr 13 2023 08:03:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/the_awesome_project-6d75a5efe8228244' via api in 2.17 seconds984[Apr 13 2023 08:04:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.36 seconds985[Apr 13 2023 08:04:00 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "QA Test - Commit message"986[Apr 13 2023 08:04:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/the_awesome_project-6d75a5efe8228244987[Apr 13 2023 08:04:01 UTC (QA Tests)] INFO -- clicking :create_merge_request_button988[Apr 13 2023 08:04:02 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Merge from push event notification test 502e37b1a4b109a6"989[Apr 13 2023 08:04:02 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field990[Apr 13 2023 08:04:03 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present991[Apr 13 2023 08:04:05 UTC (QA Tests)] ERROR -- Interceptor Api Errors992[404] GET /gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/the_awesome_project-6d75a5efe8228244/-/merge_requests/1/diffs_metadata.json -- Correlation Id: 01GXWT97P2F2K9TEP79S9SHJ5T993 creates a merge request after a push via the API994[Apr 13 2023 08:04:05 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 CLI995[Apr 13 2023 08:04:10 UTC (QA Tests)] INFO -- filling :login_field with "root"996[Apr 13 2023 08:04:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field997[Apr 13 2023 08:04:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"998[Apr 13 2023 08:04:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field999[Apr 13 2023 08:04:11 UTC (QA Tests)] INFO -- clicking :sign_in_button1000[Apr 13 2023 08:04:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1001[Apr 13 2023 08:04:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.38 seconds1002[Apr 13 2023 08:04:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/the_awesome_project-85ffb48595296368' via api in 1.36 seconds1003[Apr 13 2023 08:04:17 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1004[Apr 13 2023 08:04:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.15 seconds1005[Apr 13 2023 08:04:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/the_awesome_project-85ffb485952963681006[Apr 13 2023 08:04:20 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1007[Apr 13 2023 08:04:22 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Merge from push event notification test 874c7fe4b6f9aced"1008[Apr 13 2023 08:04:22 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1009[Apr 13 2023 08:04:22 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1010 creates a merge request after a push via the git CLI1011Create1012 Download merge request patch and diff1013[Apr 13 2023 08:04:25 UTC (QA Tests)] INFO -- Starting test: Create Download merge request patch and diff views the merge request plain diff1014[Apr 13 2023 08:04:30 UTC (QA Tests)] INFO -- filling :login_field with "root"1015[Apr 13 2023 08:04:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1016[Apr 13 2023 08:04:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"1017[Apr 13 2023 08:04:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1018[Apr 13 2023 08:04:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1019[Apr 13 2023 08:04:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1020[Apr 13 2023 08:04:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.22 seconds1021[Apr 13 2023 08:04:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-merge-request-df31257143850b68' via api in 1.32 seconds1022[Apr 13 2023 08:04:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.35 seconds1023[Apr 13 2023 08:04:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 3.31 seconds1024[Apr 13 2023 08:04:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-merge-request-df31257143850b68/-/merge_requests/11025[Apr 13 2023 08:04:38 UTC (QA Tests)] INFO -- clicking :mr_code_dropdown1026 views the merge request plain diff1027[Apr 13 2023 08:04:39 UTC (QA Tests)] INFO -- Starting test: Create Download merge request patch and diff views the merge request patches1028[Apr 13 2023 08:04:43 UTC (QA Tests)] INFO -- filling :login_field with "root"1029[Apr 13 2023 08:04:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1030[Apr 13 2023 08:04:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"1031[Apr 13 2023 08:04:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1032[Apr 13 2023 08:04:44 UTC (QA Tests)] INFO -- clicking :sign_in_button1033[Apr 13 2023 08:04:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1034[Apr 13 2023 08:04:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.17 seconds1035[Apr 13 2023 08:04:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-merge-request-40229b1989d7f011' via api in 0.88 seconds1036[Apr 13 2023 08:04:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.32 seconds1037[Apr 13 2023 08:04:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.63 seconds1038[Apr 13 2023 08:04:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-merge-request-40229b1989d7f011/-/merge_requests/11039[Apr 13 2023 08:04:51 UTC (QA Tests)] INFO -- clicking :mr_code_dropdown1040 views the merge request patches1041Verify1042 Unlocking job artifacts across pipelines1043 when latest pipeline is successful1044[Apr 13 2023 08:04:51 UTC (QA Tests)] INFO -- Starting test: Verify Unlocking job artifacts across pipelines when latest pipeline is successful unlocks job artifacts from previous successful pipeline1045[Apr 13 2023 08:04:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1046[Apr 13 2023 08:04:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.16 seconds1047[Apr 13 2023 08:04:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/unlock-job-artifacts-project-c86a68429d7c33c9' via api in 0.96 seconds1048[Apr 13 2023 08:04:52 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1049[Apr 13 2023 08:04:52 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1050[Apr 13 2023 08:04:53 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-bri7rcdg --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-bri7rcdg 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-bri7rcdg --url http://gitlab-ee-357beb7a.test --registration-token **** --tag-list qa-runner-bri7rcdg --executor shell && gitlab-runner run" `1051[Apr 13 2023 08:04:53 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-bri7rcdg`1052[Apr 13 2023 08:04:53 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1053[Apr 13 2023 08:04:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-bri7rcdg' via api in 1.5 seconds1054[Apr 13 2023 08:04:58 UTC (QA Tests)] INFO -- filling :login_field with "root"1055[Apr 13 2023 08:04:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1056[Apr 13 2023 08:04:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"1057[Apr 13 2023 08:04:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1058[Apr 13 2023 08:04:59 UTC (QA Tests)] INFO -- clicking :sign_in_button1059[Apr 13 2023 08:05:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/unlock-job-artifacts-project-c86a68429d7c33c91060[Apr 13 2023 08:05:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds1061[Apr 13 2023 08:05:03 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1062[Apr 13 2023 08:05:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '21' via api in 0.08 seconds1063[Apr 13 2023 08:05:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/unlock-job-artifacts-project-c86a68429d7c33c9/-/jobs/211064[Apr 13 2023 08:05:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1065[Apr 13 2023 08:05:18 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1066[Apr 13 2023 08:05:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '22' via api in 0.08 seconds1067[Apr 13 2023 08:05:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/unlock-job-artifacts-project-c86a68429d7c33c9/-/jobs/221068[Apr 13 2023 08:05:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '21' via api in 0.12 seconds1069[Apr 13 2023 08:05:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Job at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/unlock-job-artifacts-project-c86a68429d7c33c9/-/jobs/211070 unlocks job artifacts from previous successful pipeline1071 when latest pipeline failed1072 keeps job artifacts from latest failed pipelines and from latest successful pipeline (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/266958)1073 when latest pipeline is blocked1074 keeps job artifacts from the latest blocked pipeline and from latest successful pipeline (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/387087)1075Plan1076 Read-only board configuration1077[Apr 13 2023 08:05:31 UTC (QA Tests)] INFO -- Starting test: Plan Read-only board configuration shows board configuration to user without edit permission1078[Apr 13 2023 08:05:36 UTC (QA Tests)] INFO -- filling :login_field with "root"1079[Apr 13 2023 08:05:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1080[Apr 13 2023 08:05:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"1081[Apr 13 2023 08:05:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1082[Apr 13 2023 08:05:37 UTC (QA Tests)] INFO -- clicking :sign_in_button1083[Apr 13 2023 08:05:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1084[Apr 13 2023 08:05:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.16 seconds1085[Apr 13 2023 08:05:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-board-list-c6e3a7c34ced469d' via api in 0.71 seconds1086[Apr 13 2023 08:05:41 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.16 seconds1087[Apr 13 2023 08:05:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '1' via api in 0.12 seconds1088[Apr 13 2023 08:05:41 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::LabelBoardList with id '3' via api in 1.09 seconds1089[Apr 13 2023 08:05:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds1090[Apr 13 2023 08:05:41 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-board-list-c6e3a7c34ced469d QA::Resource::Project1091[Apr 13 2023 08:05:46 UTC (QA Tests)] INFO -- clicking :user_avatar_content1092[Apr 13 2023 08:05:46 UTC (QA Tests)] INFO -- clicking :sign_out_link1093[Apr 13 2023 08:05:59 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1094[Apr 13 2023 08:05:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1095[Apr 13 2023 08:06:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1096[Apr 13 2023 08:06:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1097[Apr 13 2023 08:06:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1098[Apr 13 2023 08:06:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-board-list-c6e3a7c34ced469d1099[Apr 13 2023 08:06:03 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1100[Apr 13 2023 08:06:04 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1101[Apr 13 2023 08:06:04 UTC (QA Tests)] INFO -- clicking :boards_config_button1102 shows board configuration to user without edit permission1103Verify1104 Multi-project pipelines1105[Apr 13 2023 08:06:07 UTC (QA Tests)] INFO -- Starting test: Verify Multi-project pipelines creates a multi-project pipeline with artifact download1106[Apr 13 2023 08:06:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1107[Apr 13 2023 08:06:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.16 seconds1108[Apr 13 2023 08:06:07 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1109[Apr 13 2023 08:06:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1110[Apr 13 2023 08:06:08 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-9615ad59 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-9615ad59 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-9615ad59 --url http://gitlab-ee-357beb7a.test --registration-token **** --tag-list qa-runner-9615ad59 --executor shell && gitlab-runner run" `1111[Apr 13 2023 08:06:09 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-9615ad59`1112[Apr 13 2023 08:06:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1113[Apr 13 2023 08:06:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-9615ad59' via api in 1.58 seconds1114[Apr 13 2023 08:06:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/downstream-project-43a15ef96c86b432' via api in 0.74 seconds1115[Apr 13 2023 08:06:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/upstream-project-bd04c13bfa4c968f' via api in 0.44 seconds1116[Apr 13 2023 08:06:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds1117[Apr 13 2023 08:06:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1118[Apr 13 2023 08:06:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1119[Apr 13 2023 08:06:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1120[Apr 13 2023 08:06:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1121[Apr 13 2023 08:06:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1122[Apr 13 2023 08:06:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1123[Apr 13 2023 08:06:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/upstream-project-bd04c13bfa4c968f1124[Apr 13 2023 08:06:21 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1125[Apr 13 2023 08:06:23 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1126[Apr 13 2023 08:06:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-9615ad59'1127[Apr 13 2023 08:06:24 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-9615ad59`1128[Apr 13 2023 08:06:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/upstream-project-bd04c13bfa4c968f'1129[Apr 13 2023 08:06:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/downstream-project-43a15ef96c86b432'1130 creates a multi-project pipeline with artifact download1131Framework sanity1132 Version check1133 is the specified version (PENDING: Test is not compatible with this environment or pipeline)1134Create1135 Testing project wiki file upload1136[Apr 13 2023 08:06:24 UTC (QA Tests)] INFO -- Starting test: Create Testing project wiki file upload by creating a formatted page with an image uploaded1137[Apr 13 2023 08:06:29 UTC (QA Tests)] INFO -- filling :login_field with "root"1138[Apr 13 2023 08:06:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1139[Apr 13 2023 08:06:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1140[Apr 13 2023 08:06:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1141[Apr 13 2023 08:06:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1142[Apr 13 2023 08:06:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1143[Apr 13 2023 08:06:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.15 seconds1144[Apr 13 2023 08:06:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/wiki_testing-f72be3ca6bef0622' via api in 0.57 seconds1145[Apr 13 2023 08:06:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.03 seconds1146[Apr 13 2023 08:06:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/wiki_testing-f72be3ca6bef0622/-/wikis/Home1147[Apr 13 2023 08:06:34 UTC (QA Tests)] INFO -- clicking :new_page_button1148[Apr 13 2023 08:06:36 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "Content Editor Page"1149[Apr 13 2023 08:06:36 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox1150[Apr 13 2023 08:06:37 UTC (QA Tests)] INFO -- clicking :editing_mode_switcher1151[Apr 13 2023 08:06:39 UTC (QA Tests)] INFO -- clicking :text_style_dropdown1152[Apr 13 2023 08:06:41 UTC (QA Tests)] INFO -- clicking :wiki_submit_button1153[Apr 13 2023 08:06:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/wiki_testing-f72be3ca6bef0622'1154 by creating a formatted page with an image uploaded1155Fulfillment1156 Purchase1157 group plan1158 upgrades from free to ultimate (PENDING: Test is not compatible with this environment or pipeline)1159 with existing CI minutes pack1160 upgrades from free to premium with correct CI minutes (PENDING: Test is not compatible with this environment or pipeline)1161Create1162 File management1163[Apr 13 2023 08:06:42 UTC (QA Tests)] INFO -- Starting test: Create File management user edits a file via the Web1164[Apr 13 2023 08:06:47 UTC (QA Tests)] INFO -- filling :login_field with "root"1165[Apr 13 2023 08:06:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1166[Apr 13 2023 08:06:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"1167[Apr 13 2023 08:06:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1168[Apr 13 2023 08:06:47 UTC (QA Tests)] INFO -- clicking :sign_in_button1169[Apr 13 2023 08:06:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1170[Apr 13 2023 08:06:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.2 seconds1171[Apr 13 2023 08:06:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-new-file-375750f9fde259a1' via api in 0.97 seconds1172[Apr 13 2023 08:06:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via api in 0.39 seconds1173[Apr 13 2023 08:06:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::File at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-new-file-375750f9fde259a1/-/blob/main/QA+Test+-+File+name1174[Apr 13 2023 08:06:53 UTC (QA Tests)] INFO -- clicking :edit_menu_item1175[Apr 13 2023 08:06:53 UTC (QA Tests)] INFO -- clicking :edit_button11762023-04-13 08:06:54 WARN Selenium [DEPRECATION] [:jwp_caps] `Capabilities#platform` is deprecated. Use `Capabilities#platform_name` instead.1177[Apr 13 2023 08:06:54 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Update file"1178[Apr 13 2023 08:06:54 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1179[Apr 13 2023 08:06:55 UTC (QA Tests)] INFO -- clicking :commit_button1180 user edits a file via the Web1181Create1182 Testing wiki content manipulation inside a project1183[Apr 13 2023 08:06:57 UTC (QA Tests)] INFO -- Starting test: Create Testing wiki content manipulation inside a project by manipulating content on the page using git push1184[Apr 13 2023 08:07:01 UTC (QA Tests)] INFO -- filling :login_field with "root"1185[Apr 13 2023 08:07:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1186[Apr 13 2023 08:07:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"1187[Apr 13 2023 08:07:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1188[Apr 13 2023 08:07:02 UTC (QA Tests)] INFO -- clicking :sign_in_button1189[Apr 13 2023 08:07:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1190[Apr 13 2023 08:07:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.2 seconds1191[Apr 13 2023 08:07:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/wiki_testing-0a85cda3ac2086bd' via api in 0.67 seconds1192[Apr 13 2023 08:07:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.18 seconds1193[Apr 13 2023 08:07:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 1.49 seconds1194[Apr 13 2023 08:07:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/wiki_testing-0a85cda3ac2086bd/-/wikis/Home1195 by manipulating content on the page using git push1196[Apr 13 2023 08:07:10 UTC (QA Tests)] INFO -- Starting test: Create Testing wiki content manipulation inside a project by manipulating content on the page1197[Apr 13 2023 08:07:14 UTC (QA Tests)] INFO -- filling :login_field with "root"1198[Apr 13 2023 08:07:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1199[Apr 13 2023 08:07:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"1200[Apr 13 2023 08:07:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1201[Apr 13 2023 08:07:15 UTC (QA Tests)] INFO -- clicking :sign_in_button1202[Apr 13 2023 08:07:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1203[Apr 13 2023 08:07:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.19 seconds1204[Apr 13 2023 08:07:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/wiki_testing-89ce50e315f84bd7' via api in 0.61 seconds1205[Apr 13 2023 08:07:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.03 seconds1206[Apr 13 2023 08:07:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/wiki_testing-89ce50e315f84bd7/-/wikis/Home1207[Apr 13 2023 08:07:19 UTC (QA Tests)] INFO -- clicking :edit_page_button1208[Apr 13 2023 08:07:20 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"1209[Apr 13 2023 08:07:20 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox1210[Apr 13 2023 08:07:21 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"1211[Apr 13 2023 08:07:21 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field1212[Apr 13 2023 08:07:21 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"1213[Apr 13 2023 08:07:21 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox1214[Apr 13 2023 08:07:22 UTC (QA Tests)] INFO -- clicking :wiki_submit_button1215 by manipulating content on the page1216Manage1217 basic user login1218[Apr 13 2023 08:07:23 UTC (QA Tests)] INFO -- Starting test: Manage basic user login user logs in using basic credentials and logs out1219[Apr 13 2023 08:07:28 UTC (QA Tests)] INFO -- filling :login_field with "root"1220[Apr 13 2023 08:07:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1221[Apr 13 2023 08:07:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"1222[Apr 13 2023 08:07:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1223[Apr 13 2023 08:07:29 UTC (QA Tests)] INFO -- clicking :sign_in_button1224[Apr 13 2023 08:07:35 UTC (QA Tests)] INFO -- clicking :user_avatar_content1225[Apr 13 2023 08:07:35 UTC (QA Tests)] INFO -- clicking :sign_out_link1226 user logs in using basic credentials and logs out1227Plan1228 Assignees1229[Apr 13 2023 08:07:35 UTC (QA Tests)] INFO -- Starting test: Plan Assignees update without refresh1230[Apr 13 2023 08:07:40 UTC (QA Tests)] INFO -- filling :login_field with "root"1231[Apr 13 2023 08:07:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1232[Apr 13 2023 08:07:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1233[Apr 13 2023 08:07:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1234[Apr 13 2023 08:07:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1235[Apr 13 2023 08:07:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1236[Apr 13 2023 08:07:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.18 seconds1237[Apr 13 2023 08:07:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-to-test-assignees-fd87034d67aae2d6' via api in 0.63 seconds1238[Apr 13 2023 08:07:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds1239[Apr 13 2023 08:07:44 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-to-test-assignees-fd87034d67aae2d6 QA::Resource::Project1240[Apr 13 2023 08:07:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.11 seconds1241[Apr 13 2023 08:07:44 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-to-test-assignees-fd87034d67aae2d6 QA::Resource::Project1242[Apr 13 2023 08:07:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '13' via api in 0.47 seconds1243[Apr 13 2023 08:07:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-to-test-assignees-fd87034d67aae2d6/-/issues/11244 update without refresh1245Secure1246 License merge request widget1247 when a license scanning report exists1248[Apr 13 2023 08:07:49 UTC (QA Tests)] INFO -- Starting test: Secure License merge request widget when a license scanning report exists manage licenses from the merge request1249[Apr 13 2023 08:07:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1250[Apr 13 2023 08:07:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1251[Apr 13 2023 08:07:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1252[Apr 13 2023 08:07:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1253[Apr 13 2023 08:07:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1254[Apr 13 2023 08:07:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.2 seconds1255[Apr 13 2023 08:07:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.39 seconds1256[Apr 13 2023 08:07:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/license-widget-project-f8a1b27067eba4dc' via api in 0.82 seconds1257[Apr 13 2023 08:07:59 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1258[Apr 13 2023 08:07:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1259[Apr 13 2023 08:08:00 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1681373279 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1681373279 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-1681373279 --url http://gitlab-ee-357beb7a.test --registration-token **** --tag-list secure_license --executor shell && gitlab-runner run" `1260[Apr 13 2023 08:08:00 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1681373279`1261[Apr 13 2023 08:08:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1262[Apr 13 2023 08:08:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1681373279' via api in 1.4 seconds1263[Apr 13 2023 08:08:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.64 seconds1264[Apr 13 2023 08:08:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/license-widget-project-f8a1b27067eba4dc1265[Apr 13 2023 08:08:03 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1266[Apr 13 2023 08:08:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.31 seconds1267[Apr 13 2023 08:08:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.52 seconds1268[Apr 13 2023 08:08:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/license-widget-project-f8a1b27067eba4dc1269[Apr 13 2023 08:08:16 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1270[Apr 13 2023 08:08:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/license-widget-project-f8a1b27067eba4dc/-/merge_requests/11271[Apr 13 2023 08:08:33 UTC (QA Tests)] INFO -- clicking :mr_widget_extension_actions_button1272[Apr 13 2023 08:08:33 UTC (QA Tests)] INFO -- clicking :policies_tab1273[Apr 13 2023 08:08:34 UTC (QA Tests)] INFO -- clicking :license_add_button1274[Apr 13 2023 08:08:34 UTC (QA Tests)] INFO -- clicking :add_license_submit_button1275[Apr 13 2023 08:08:34 UTC (QA Tests)] INFO -- clicking :license_add_button1276[Apr 13 2023 08:08:35 UTC (QA Tests)] INFO -- clicking :add_license_submit_button1277[Apr 13 2023 08:08:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/license-widget-project-f8a1b27067eba4dc/-/merge_requests/11278[Apr 13 2023 08:08:40 UTC (QA Tests)] INFO -- clicking :toggle_button1279[Apr 13 2023 08:08:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1681373279'1280[Apr 13 2023 08:08:44 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1681373279`1281 manage licenses from the merge request1282 when a CycloneDX SBOM file exists1283 manage licenses from the merge request (PENDING: Test is not compatible with this environment or pipeline)1284Configure1285 Kubernetes Agent1286 deploys a K8s manifest file (PENDING: Test is not compatible with this environment or pipeline)1287Create1288 Push Rules1289 using non signed commits1290[Apr 13 2023 08:08:49 UTC (QA Tests)] INFO -- filling :login_field with "root"1291[Apr 13 2023 08:08:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1292[Apr 13 2023 08:08:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1293[Apr 13 2023 08:08:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1294[Apr 13 2023 08:08:50 UTC (QA Tests)] INFO -- clicking :sign_in_button1295[Apr 13 2023 08:08:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.18 seconds1296[Apr 13 2023 08:08:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1297[Apr 13 2023 08:08:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.16 seconds1298[Apr 13 2023 08:08:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/push_rules-b8048afc1b8c4b3f' via api in 1.34 seconds1299[Apr 13 2023 08:08:55 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1300[Apr 13 2023 08:08:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.84 seconds1301[Apr 13 2023 08:08:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/push_rules-b8048afc1b8c4b3f1302[Apr 13 2023 08:08:57 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1303[Apr 13 2023 08:08:57 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1304[Apr 13 2023 08:09:00 UTC (QA Tests)] INFO -- filling :file_name_field with "denied_file"1305[Apr 13 2023 08:09:00 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1306[Apr 13 2023 08:09:00 UTC (QA Tests)] INFO -- filling :file_size_field with "1"1307[Apr 13 2023 08:09:00 UTC (QA Tests)] INFO -- clicking the coordinates of :file_size_field1308[Apr 13 2023 08:09:01 UTC (QA Tests)] INFO -- filling :author_email_field with "(admin@example\.com|root@gitlab.com)"1309[Apr 13 2023 08:09:01 UTC (QA Tests)] INFO -- clicking the coordinates of :author_email_field1310[Apr 13 2023 08:09:01 UTC (QA Tests)] INFO -- filling :branch_name_field with "main"1311[Apr 13 2023 08:09:01 UTC (QA Tests)] INFO -- clicking the coordinates of :branch_name_field1312[Apr 13 2023 08:09:01 UTC (QA Tests)] INFO -- filling :commit_message_field with "allowed commit"1313[Apr 13 2023 08:09:01 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1314[Apr 13 2023 08:09:02 UTC (QA Tests)] INFO -- filling :deny_commit_message_field with "denied commit"1315[Apr 13 2023 08:09:02 UTC (QA Tests)] INFO -- clicking the coordinates of :deny_commit_message_field1316[Apr 13 2023 08:09:02 UTC (QA Tests)] INFO -- checking via JS :prevent_secrets_checkbox with args {}1317[Apr 13 2023 08:09:02 UTC (QA Tests)] INFO -- checking via JS :deny_delete_tag_checkbox with args {}1318[Apr 13 2023 08:09:02 UTC (QA Tests)] INFO -- clicking :submit_settings_button1319[Apr 13 2023 08:09:05 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts commit by message format1320[Apr 13 2023 08:09:06 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "allowed commit"1321[Apr 13 2023 08:09:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.72 seconds1322 restricts commit by message format1323[Apr 13 2023 08:09:12 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts branches by branch name1324 restricts branches by branch name1325[Apr 13 2023 08:09:15 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits allows an unrestricted push1326[Apr 13 2023 08:09:16 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "allowed commit"1327[Apr 13 2023 08:09:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.48 seconds1328 allows an unrestricted push1329[Apr 13 2023 08:09:16 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts files by name and size1330 restricts files by name and size1331[Apr 13 2023 08:09:22 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts users by email format1332[Apr 13 2023 08:09:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.12 seconds1333[Apr 13 2023 08:09:23 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/push_rules-b8048afc1b8c4b3f QA::Resource::Project1334 restricts users by email format1335[Apr 13 2023 08:09:25 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts committing files with secrets1336 restricts committing files with secrets1337[Apr 13 2023 08:09:28 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts removal of tag1338[Apr 13 2023 08:09:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Tag with name 'test_tag_280d8eee78a95c82' via api in 0.3 seconds1339 restricts removal of tag1340 using signed commits1341[Apr 13 2023 08:09:31 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using signed commits restricts to signed commits1342[Apr 13 2023 08:09:36 UTC (QA Tests)] INFO -- filling :login_field with "root"1343[Apr 13 2023 08:09:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1344[Apr 13 2023 08:09:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"1345[Apr 13 2023 08:09:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1346[Apr 13 2023 08:09:36 UTC (QA Tests)] INFO -- clicking :sign_in_button1347[Apr 13 2023 08:09:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds1348[Apr 13 2023 08:09:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1349[Apr 13 2023 08:09:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.16 seconds1350[Apr 13 2023 08:09:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/push_rules-6cd1b312ee8cf9ee' via api in 0.61 seconds1351[Apr 13 2023 08:09:41 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1352[Apr 13 2023 08:09:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.73 seconds1353[Apr 13 2023 08:09:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/push_rules-6cd1b312ee8cf9ee1354[Apr 13 2023 08:09:43 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1355[Apr 13 2023 08:09:43 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1356[Apr 13 2023 08:09:45 UTC (QA Tests)] INFO -- checking via JS :reject_unsigned_commits_checkbox with args {}1357[Apr 13 2023 08:09:45 UTC (QA Tests)] INFO -- clicking :submit_settings_button1358[Apr 13 2023 08:09:48 UTC (QA Tests)] INFO -- Executing: `gpg --import /home/gitlab/qa/qa/fixtures/gpg/admin.asc`1359[Apr 13 2023 08:09:48 UTC (QA Tests)] INFO -- Executing: `gpg --armor --export B8358D73048DACC4`1360[Apr 13 2023 08:09:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::UserGPG with id '1' via api in 1.6 seconds1361[Apr 13 2023 08:09:51 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "allowed commit"1362[Apr 13 2023 08:09:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.61 seconds1363 restricts to signed commits1364 with commits restricted by author email to existing GitLab users1365[Apr 13 2023 08:09:54 UTC (QA Tests)] INFO -- Starting test: Create Push Rules with commits restricted by author email to existing GitLab users rejects non-member users1366[Apr 13 2023 08:09:58 UTC (QA Tests)] INFO -- filling :login_field with "root"1367[Apr 13 2023 08:09:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1368[Apr 13 2023 08:09:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1369[Apr 13 2023 08:09:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1370[Apr 13 2023 08:09:59 UTC (QA Tests)] INFO -- clicking :sign_in_button1371[Apr 13 2023 08:10:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.08 seconds1372[Apr 13 2023 08:10:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1373[Apr 13 2023 08:10:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.21 seconds1374[Apr 13 2023 08:10:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/push_rules-6e3a8cb654e08fe1' via api in 0.68 seconds1375[Apr 13 2023 08:10:04 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1376[Apr 13 2023 08:10:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.83 seconds1377[Apr 13 2023 08:10:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/push_rules-6e3a8cb654e08fe11378[Apr 13 2023 08:10:06 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1379[Apr 13 2023 08:10:06 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1380[Apr 13 2023 08:10:08 UTC (QA Tests)] INFO -- checking via JS :restrict_author_checkbox with args {}1381[Apr 13 2023 08:10:08 UTC (QA Tests)] INFO -- clicking :submit_settings_button1382 rejects non-member users1383 with commits restricted to verified emails1384[Apr 13 2023 08:10:12 UTC (QA Tests)] INFO -- Starting test: Create Push Rules with commits restricted to verified emails rejects unverified emails1385[Apr 13 2023 08:10:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1386[Apr 13 2023 08:10:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1387[Apr 13 2023 08:10:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"1388[Apr 13 2023 08:10:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1389[Apr 13 2023 08:10:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1390[Apr 13 2023 08:10:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds1391[Apr 13 2023 08:10:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1392[Apr 13 2023 08:10:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.17 seconds1393[Apr 13 2023 08:10:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/push_rules-b1f5de8775a6a28e' via api in 0.74 seconds1394[Apr 13 2023 08:10:22 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1395[Apr 13 2023 08:10:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.78 seconds1396[Apr 13 2023 08:10:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/push_rules-b1f5de8775a6a28e1397[Apr 13 2023 08:10:24 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1398[Apr 13 2023 08:10:24 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1399[Apr 13 2023 08:10:27 UTC (QA Tests)] INFO -- checking via JS :committer_restriction_checkbox with args {}1400[Apr 13 2023 08:10:27 UTC (QA Tests)] INFO -- clicking :submit_settings_button1401[Apr 13 2023 08:10:30 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "allowed commit"1402[Apr 13 2023 08:10:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.56 seconds1403 rejects unverified emails1404Govern1405 Group1406 for enable and disable 2FA requirement1407 behaves like audit event1408[Apr 13 2023 08:10:33 UTC (QA Tests)] INFO -- Starting test: Govern Group for enable and disable 2FA requirement behaves like audit event logs audit events for UI operations1409[Apr 13 2023 08:10:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-faef23f13dae2b49' via api in 0.26 seconds1410[Apr 13 2023 08:10:40 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-faef23f13dae2b49"1411[Apr 13 2023 08:10:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1412[Apr 13 2023 08:10:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1413[Apr 13 2023 08:10:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1414[Apr 13 2023 08:10:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1415[Apr 13 2023 08:10:42 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-faef23f13dae2b491416[Apr 13 2023 08:10:42 UTC (QA Tests)] INFO -- Caching token for username: qa-user-faef23f13dae2b49, last six chars of token:hzWfw91417[Apr 13 2023 08:10:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-faef23f13dae2b49-ksxzc1de' via api in 0.08 seconds1418[Apr 13 2023 08:10:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-2fa-recovery-sandbox-group-a485b382' via api in 0.32 seconds1419[Apr 13 2023 08:10:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-2fa-recovery-sandbox-group-a485b382/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.27 seconds1420[Apr 13 2023 08:10:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-357beb7a.test/groups/gitlab-qa-2fa-recovery-sandbox-group-a485b382/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e81421[Apr 13 2023 08:10:44 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1422[Apr 13 2023 08:10:44 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1423[Apr 13 2023 08:10:46 UTC (QA Tests)] INFO -- checking via JS :require_2fa_checkbox with args {}1424[Apr 13 2023 08:10:47 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1425[Apr 13 2023 08:10:49 UTC (QA Tests)] INFO -- clicking :configure_it_later_button1426[Apr 13 2023 08:10:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-357beb7a.test/groups/gitlab-qa-2fa-recovery-sandbox-group-a485b382/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e81427[Apr 13 2023 08:10:50 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1428[Apr 13 2023 08:10:50 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1429[Apr 13 2023 08:10:52 UTC (QA Tests)] INFO -- unchecking via JS :require_2fa_checkbox with args {}1430[Apr 13 2023 08:10:52 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1431[Apr 13 2023 08:10:54 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1432[Apr 13 2023 08:10:54 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1433[Apr 13 2023 08:10:55 UTC (QA Tests)] ERROR -- Interceptor Api Errors1434[401] POST /api/graphql -- Correlation Id: 01GXWTNJ0QBQDHSN2124086HB61435error-messages: Authentication error: enable 2FA in your profile settings to continue using GitLab: http://gitlab-ee-357beb7a.test/help/user/profile/account/two_factor_authentication.html#enable-two-factor-authentication1436 logs audit events for UI operations1437 for enable and disable allow user request access1438 behaves like audit event1439[Apr 13 2023 08:10:55 UTC (QA Tests)] INFO -- Starting test: Govern Group for enable and disable allow user request access behaves like audit event logs audit events for UI operations1440[Apr 13 2023 08:11:02 UTC (QA Tests)] INFO -- filling :login_field with "root"1441[Apr 13 2023 08:11:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1442[Apr 13 2023 08:11:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"1443[Apr 13 2023 08:11:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1444[Apr 13 2023 08:11:02 UTC (QA Tests)] INFO -- clicking :sign_in_button1445[Apr 13 2023 08:11:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1446[Apr 13 2023 08:11:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/test-group-274571b8c961559b' via api in 0.38 seconds1447[Apr 13 2023 08:11:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-357beb7a.test/groups/gitlab-qa-sandbox-group-5/test-group-274571b8c961559b1448[Apr 13 2023 08:11:06 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1449[Apr 13 2023 08:11:07 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1450[Apr 13 2023 08:11:09 UTC (QA Tests)] INFO -- unchecking via JS :request_access_checkbox with args {}1451[Apr 13 2023 08:11:09 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1452[Apr 13 2023 08:11:10 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1453[Apr 13 2023 08:11:20 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1454[Apr 13 2023 08:11:22 UTC (QA Tests)] INFO -- checking via JS :request_access_checkbox with args {}1455[Apr 13 2023 08:11:22 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1456[Apr 13 2023 08:11:23 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1457[Apr 13 2023 08:11:24 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1458 logs audit events for UI operations1459 for enable and disable membership lock1460 behaves like audit event1461[Apr 13 2023 08:11:25 UTC (QA Tests)] INFO -- Starting test: Govern Group for enable and disable membership lock behaves like audit event logs audit events for UI operations1462[Apr 13 2023 08:11:31 UTC (QA Tests)] INFO -- filling :login_field with "root"1463[Apr 13 2023 08:11:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1464[Apr 13 2023 08:11:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"1465[Apr 13 2023 08:11:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1466[Apr 13 2023 08:11:32 UTC (QA Tests)] INFO -- clicking :sign_in_button1467[Apr 13 2023 08:11:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1468[Apr 13 2023 08:11:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/test-group-ac3946c96f70b7b0' via api in 0.35 seconds1469[Apr 13 2023 08:11:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-357beb7a.test/groups/gitlab-qa-sandbox-group-5/test-group-ac3946c96f70b7b01470[Apr 13 2023 08:11:36 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1471[Apr 13 2023 08:11:36 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1472[Apr 13 2023 08:11:38 UTC (QA Tests)] INFO -- checking via JS :membership_lock_checkbox with args {}1473[Apr 13 2023 08:11:39 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1474[Apr 13 2023 08:11:40 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1475[Apr 13 2023 08:11:50 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1476[Apr 13 2023 08:11:52 UTC (QA Tests)] INFO -- unchecking via JS :membership_lock_checkbox with args {}1477[Apr 13 2023 08:11:52 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1478[Apr 13 2023 08:11:53 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1479[Apr 13 2023 08:11:54 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1480 logs audit events for UI operations1481 for disable and Enable LFS1482 behaves like audit event1483[Apr 13 2023 08:11:55 UTC (QA Tests)] INFO -- Starting test: Govern Group for disable and Enable LFS behaves like audit event logs audit events for UI operations1484[Apr 13 2023 08:12:01 UTC (QA Tests)] INFO -- filling :login_field with "root"1485[Apr 13 2023 08:12:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1486[Apr 13 2023 08:12:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"1487[Apr 13 2023 08:12:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1488[Apr 13 2023 08:12:02 UTC (QA Tests)] INFO -- clicking :sign_in_button1489[Apr 13 2023 08:12:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1490[Apr 13 2023 08:12:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/test-group-068b441b7fc6ae69' via api in 0.37 seconds1491[Apr 13 2023 08:12:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-357beb7a.test/groups/gitlab-qa-sandbox-group-5/test-group-068b441b7fc6ae691492[Apr 13 2023 08:12:06 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1493[Apr 13 2023 08:12:06 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1494[Apr 13 2023 08:12:08 UTC (QA Tests)] INFO -- unchecking via JS :lfs_checkbox with args {}1495[Apr 13 2023 08:12:09 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1496[Apr 13 2023 08:12:10 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1497[Apr 13 2023 08:12:20 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1498[Apr 13 2023 08:12:22 UTC (QA Tests)] INFO -- checking via JS :lfs_checkbox with args {}1499[Apr 13 2023 08:12:22 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1500[Apr 13 2023 08:12:23 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1501[Apr 13 2023 08:12:23 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1502 logs audit events for UI operations1503 for change project creation level1504 behaves like audit event1505[Apr 13 2023 08:12:24 UTC (QA Tests)] INFO -- Starting test: Govern Group for change project creation level behaves like audit event logs audit events for UI operations1506[Apr 13 2023 08:12:31 UTC (QA Tests)] INFO -- filling :login_field with "root"1507[Apr 13 2023 08:12:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1508[Apr 13 2023 08:12:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"1509[Apr 13 2023 08:12:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1510[Apr 13 2023 08:12:32 UTC (QA Tests)] INFO -- clicking :sign_in_button1511[Apr 13 2023 08:12:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1512[Apr 13 2023 08:12:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/test-group-a28aeab769817338' via api in 0.38 seconds1513[Apr 13 2023 08:12:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ee-357beb7a.test/groups/gitlab-qa-sandbox-group-5/test-group-a28aeab7698173381514[Apr 13 2023 08:12:37 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1515[Apr 13 2023 08:12:37 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1516[Apr 13 2023 08:12:39 UTC (QA Tests)] INFO -- selecting "Maintainers" in :project_creation_level_dropdown1517[Apr 13 2023 08:12:39 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1518[Apr 13 2023 08:12:40 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1519[Apr 13 2023 08:12:40 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1520 logs audit events for UI operations1521Verify1522 Include multiple files from multiple projects1523 when FF is on1524[Apr 13 2023 08:12:41 UTC (QA Tests)] INFO -- Starting test: Verify Include multiple files from multiple projects when FF is on runs the pipeline with composed config1525[Apr 13 2023 08:12:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1526[Apr 13 2023 08:12:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.17 seconds1527[Apr 13 2023 08:12:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-pipeline-62814662a9189f04' via api in 1.4 seconds1528[Apr 13 2023 08:12:43 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1529[Apr 13 2023 08:12:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1530[Apr 13 2023 08:12:43 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-7oadccez --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-7oadccez 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-7oadccez --url http://gitlab-ee-357beb7a.test --registration-token **** --tag-list qa-runner-7oadccez --executor shell && gitlab-runner run" `1531[Apr 13 2023 08:12:44 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-7oadccez`1532[Apr 13 2023 08:12:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1533[Apr 13 2023 08:12:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-7oadccez' via api in 1.49 seconds1534[Apr 13 2023 08:12:44 UTC (QA Tests)] INFO -- Enabling feature: ci_batch_project_includes_context for scope "project: gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-pipeline-62814662a9189f04"1535[Apr 13 2023 08:12:44 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: ci_batch_project_includes_context1536[Apr 13 2023 08:13:49 UTC (QA Tests)] INFO -- filling :login_field with "root"1537[Apr 13 2023 08:13:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1538[Apr 13 2023 08:13:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1539[Apr 13 2023 08:13:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1540[Apr 13 2023 08:13:49 UTC (QA Tests)] INFO -- clicking :sign_in_button1541[Apr 13 2023 08:13:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds1542[Apr 13 2023 08:13:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1543[Apr 13 2023 08:13:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.18 seconds1544[Apr 13 2023 08:13:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/external-project-1-076ca017f7d3db22' via api in 0.64 seconds1545[Apr 13 2023 08:13:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds1546[Apr 13 2023 08:13:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1547[Apr 13 2023 08:13:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.18 seconds1548[Apr 13 2023 08:13:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/external-project-2-02e08c209448066e' via api in 0.62 seconds1549[Apr 13 2023 08:13:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds1550[Apr 13 2023 08:13:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1551[Apr 13 2023 08:13:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-pipeline-62814662a9189f041552[Apr 13 2023 08:13:57 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1553[Apr 13 2023 08:14:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-7oadccez'1554[Apr 13 2023 08:14:10 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-7oadccez`1555 runs the pipeline with composed config1556 when FF is off1557[Apr 13 2023 08:14:10 UTC (QA Tests)] INFO -- Starting test: Verify Include multiple files from multiple projects when FF is off runs the pipeline with composed config1558[Apr 13 2023 08:14:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1559[Apr 13 2023 08:14:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.19 seconds1560[Apr 13 2023 08:14:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-pipeline-ec5db7e05a85c575' via api in 0.64 seconds1561[Apr 13 2023 08:14:11 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1562[Apr 13 2023 08:14:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1563[Apr 13 2023 08:14:12 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-8aujebbh --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-8aujebbh 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-8aujebbh --url http://gitlab-ee-357beb7a.test --registration-token **** --tag-list qa-runner-8aujebbh --executor shell && gitlab-runner run" `1564[Apr 13 2023 08:14:12 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-8aujebbh`1565[Apr 13 2023 08:14:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1566[Apr 13 2023 08:14:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-8aujebbh' via api in 1.47 seconds1567[Apr 13 2023 08:14:13 UTC (QA Tests)] INFO -- Disabling feature: ci_batch_project_includes_context for scope "project: gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-pipeline-ec5db7e05a85c575"1568[Apr 13 2023 08:14:13 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: ci_batch_project_includes_context1569[Apr 13 2023 08:15:17 UTC (QA Tests)] INFO -- filling :login_field with "root"1570[Apr 13 2023 08:15:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1571[Apr 13 2023 08:15:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"1572[Apr 13 2023 08:15:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1573[Apr 13 2023 08:15:18 UTC (QA Tests)] INFO -- clicking :sign_in_button1574[Apr 13 2023 08:15:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.67 seconds1575[Apr 13 2023 08:15:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1576[Apr 13 2023 08:15:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.24 seconds1577[Apr 13 2023 08:15:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/external-project-1-15ba42fd20452e9f' via api in 0.7 seconds1578[Apr 13 2023 08:15:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds1579[Apr 13 2023 08:15:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1580[Apr 13 2023 08:15:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.17 seconds1581[Apr 13 2023 08:15:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/external-project-2-c8123b482aaf7019' via api in 2.02 seconds1582[Apr 13 2023 08:15:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds1583[Apr 13 2023 08:15:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds1584[Apr 13 2023 08:15:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-pipeline-ec5db7e05a85c5751585[Apr 13 2023 08:15:27 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1586[Apr 13 2023 08:15:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-8aujebbh'1587[Apr 13 2023 08:15:41 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-8aujebbh`1588 runs the pipeline with composed config1589Create1590 Multiple file snippet1591[Apr 13 2023 08:15:41 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet creates a project snippet with multiple files1592[Apr 13 2023 08:15:45 UTC (QA Tests)] INFO -- filling :login_field with "root"1593[Apr 13 2023 08:15:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1594[Apr 13 2023 08:15:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"1595[Apr 13 2023 08:15:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1596[Apr 13 2023 08:15:46 UTC (QA Tests)] INFO -- clicking :sign_in_button1597[Apr 13 2023 08:15:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1598[Apr 13 2023 08:15:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.17 seconds1599[Apr 13 2023 08:15:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-snippets-447a62737c046ee4' via api in 1.04 seconds1600[Apr 13 2023 08:15:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-with-snippets-447a62737c046ee41601[Apr 13 2023 08:15:51 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1602[Apr 13 2023 08:16:02 UTC (QA Tests)] INFO -- clicking :create_first_snippet_link1603[Apr 13 2023 08:16:03 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Project snippet with multiple files"1604[Apr 13 2023 08:16:03 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field1605[Apr 13 2023 08:16:04 UTC (QA Tests)] INFO -- clicking :description_placeholder1606[Apr 13 2023 08:16:04 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"1607[Apr 13 2023 08:16:04 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field1608[Apr 13 2023 08:16:04 UTC (QA Tests)] INFO -- clicking :visibility_content1609[Apr 13 2023 08:16:04 UTC (QA Tests)] INFO -- filling :file_name_field with "01 file name"1610[Apr 13 2023 08:16:04 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1611[Apr 13 2023 08:16:05 UTC (QA Tests)] INFO -- clicking :add_file_button1612[Apr 13 2023 08:16:05 UTC (QA Tests)] INFO -- filling :file_name_field with "02 file name"1613[Apr 13 2023 08:16:05 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1614[Apr 13 2023 08:16:06 UTC (QA Tests)] INFO -- clicking :add_file_button1615[Apr 13 2023 08:16:06 UTC (QA Tests)] INFO -- filling :file_name_field with "03 file name"1616[Apr 13 2023 08:16:06 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1617[Apr 13 2023 08:16:06 UTC (QA Tests)] INFO -- clicking :add_file_button1618[Apr 13 2023 08:16:06 UTC (QA Tests)] INFO -- filling :file_name_field with "04 file name"1619[Apr 13 2023 08:16:06 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1620[Apr 13 2023 08:16:07 UTC (QA Tests)] INFO -- clicking :add_file_button1621[Apr 13 2023 08:16:07 UTC (QA Tests)] INFO -- filling :file_name_field with "05 file name"1622[Apr 13 2023 08:16:07 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1623[Apr 13 2023 08:16:07 UTC (QA Tests)] INFO -- clicking :add_file_button1624[Apr 13 2023 08:16:07 UTC (QA Tests)] INFO -- filling :file_name_field with "06 file name"1625[Apr 13 2023 08:16:07 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1626[Apr 13 2023 08:16:08 UTC (QA Tests)] INFO -- clicking :add_file_button1627[Apr 13 2023 08:16:08 UTC (QA Tests)] INFO -- filling :file_name_field with "07 file name"1628[Apr 13 2023 08:16:08 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1629[Apr 13 2023 08:16:09 UTC (QA Tests)] INFO -- clicking :add_file_button1630[Apr 13 2023 08:16:09 UTC (QA Tests)] INFO -- filling :file_name_field with "08 file name"1631[Apr 13 2023 08:16:09 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1632[Apr 13 2023 08:16:09 UTC (QA Tests)] INFO -- clicking :add_file_button1633[Apr 13 2023 08:16:09 UTC (QA Tests)] INFO -- filling :file_name_field with "09 file name"1634[Apr 13 2023 08:16:09 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1635[Apr 13 2023 08:16:10 UTC (QA Tests)] INFO -- clicking :add_file_button1636[Apr 13 2023 08:16:10 UTC (QA Tests)] INFO -- filling :file_name_field with "10 file name"1637[Apr 13 2023 08:16:10 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1638[Apr 13 2023 08:16:10 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1639[Apr 13 2023 08:16:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '3' via browser_ui in 23.63 seconds1640 creates a project snippet with multiple files1641Create1642 Source editor toolbar preview1643[Apr 13 2023 08:16:14 UTC (QA Tests)] INFO -- Starting test: Create Source editor toolbar preview can preview markdown side-by-side while editing1644[Apr 13 2023 08:16:14 UTC (QA Tests)] INFO -- Enabling feature: source_editor_toolbar1645[Apr 13 2023 08:16:14 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: source_editor_toolbar1646[Apr 13 2023 08:16:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1647[Apr 13 2023 08:16:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1648[Apr 13 2023 08:16:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"1649[Apr 13 2023 08:16:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1650[Apr 13 2023 08:16:19 UTC (QA Tests)] INFO -- clicking :sign_in_button1651[Apr 13 2023 08:16:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1652[Apr 13 2023 08:16:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.18 seconds1653[Apr 13 2023 08:16:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/empty-project-with-md-90182db87a263242' via api in 0.97 seconds1654[Apr 13 2023 08:16:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/empty-project-with-md-90182db87a2632421655[Apr 13 2023 08:16:25 UTC (QA Tests)] INFO -- clicking :file_name_link1656[Apr 13 2023 08:16:25 UTC (QA Tests)] INFO -- clicking :edit_menu_item1657[Apr 13 2023 08:16:25 UTC (QA Tests)] INFO -- clicking :edit_button16582023-04-13 08:16:40 WARN Selenium [DEPRECATION] [:jwp_caps] `Capabilities#platform` is deprecated. Use `Capabilities#platform_name` instead.1659[Apr 13 2023 08:16:40 UTC (QA Tests)] INFO -- clicking :editor_toolbar_button1660[Apr 13 2023 08:16:41 UTC (QA Tests)] INFO -- clicking :commit_button1661[Apr 13 2023 08:16:43 UTC (QA Tests)] INFO -- Disabling feature: source_editor_toolbar1662[Apr 13 2023 08:16:43 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: source_editor_toolbar1663 can preview markdown side-by-side while editing1664Create1665 Testing project wiki1666[Apr 13 2023 08:16:43 UTC (QA Tests)] INFO -- Starting test: Create Testing project wiki can delete a page1667[Apr 13 2023 08:16:48 UTC (QA Tests)] INFO -- filling :login_field with "root"1668[Apr 13 2023 08:16:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1669[Apr 13 2023 08:16:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"1670[Apr 13 2023 08:16:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1671[Apr 13 2023 08:16:48 UTC (QA Tests)] INFO -- clicking :sign_in_button1672[Apr 13 2023 08:16:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1673[Apr 13 2023 08:16:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.17 seconds1674[Apr 13 2023 08:16:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/wiki_testing-abe64b613af37e4a' via api in 0.7 seconds1675[Apr 13 2023 08:16:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.1 seconds1676[Apr 13 2023 08:16:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/wiki_testing-abe64b613af37e4a/-/wikis/Home1677[Apr 13 2023 08:16:53 UTC (QA Tests)] INFO -- clicking :edit_page_button1678[Apr 13 2023 08:16:54 UTC (QA Tests)] INFO -- clicking :delete_button and ensuring QA::Page::Modal::DeleteWiki is present1679[Apr 13 2023 08:16:54 UTC (QA Tests)] INFO -- clicking :confirm_deletion_button1680 can delete a page1681Monitor1682 Alert settings1683 when using Prometheus integration1684 behaves like sends test alert using authorization key1685[Apr 13 2023 08:16:55 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using Prometheus integration behaves like sends test alert using authorization key creates new alert1686[Apr 13 2023 08:17:00 UTC (QA Tests)] INFO -- filling :login_field with "root"1687[Apr 13 2023 08:17:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1688[Apr 13 2023 08:17:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1689[Apr 13 2023 08:17:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1690[Apr 13 2023 08:17:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1691[Apr 13 2023 08:17:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1692[Apr 13 2023 08:17:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.16 seconds1693[Apr 13 2023 08:17:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-for-alerts-de6b02bc59f065d6' via api in 0.59 seconds1694[Apr 13 2023 08:17:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-for-alerts-de6b02bc59f065d61695[Apr 13 2023 08:17:05 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1696[Apr 13 2023 08:17:05 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1697[Apr 13 2023 08:17:07 UTC (QA Tests)] INFO -- clicking :add_integration_button1698[Apr 13 2023 08:17:07 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown1699[Apr 13 2023 08:17:08 UTC (QA Tests)] INFO -- clicking :prometheus_url_field1700[Apr 13 2023 08:17:08 UTC (QA Tests)] INFO -- filling :prometheus_url_field with "http://gitlab-ee-357beb7a.test"1701[Apr 13 2023 08:17:08 UTC (QA Tests)] INFO -- clicking the coordinates of :prometheus_url_field1702[Apr 13 2023 08:17:08 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button1703[Apr 13 2023 08:17:10 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1704[Apr 13 2023 08:17:10 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1705[Apr 13 2023 08:17:11 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>QA::Page::Project::Monitor::Alerts::Index, :sleep_interval=>0.5}' arguments1706 creates new alert1707 when using HTTP endpoint integration1708 behaves like sends test alert using authorization key1709[Apr 13 2023 08:17:11 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using HTTP endpoint integration behaves like sends test alert using authorization key creates new alert1710[Apr 13 2023 08:17:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1711[Apr 13 2023 08:17:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1712[Apr 13 2023 08:17:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1713[Apr 13 2023 08:17:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1714[Apr 13 2023 08:17:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1715[Apr 13 2023 08:17:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1716[Apr 13 2023 08:17:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.2 seconds1717[Apr 13 2023 08:17:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-for-alerts-d35e9b34af9f5140' via api in 0.72 seconds1718[Apr 13 2023 08:17:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-for-alerts-d35e9b34af9f51401719[Apr 13 2023 08:17:22 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1720[Apr 13 2023 08:17:22 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1721[Apr 13 2023 08:17:25 UTC (QA Tests)] INFO -- clicking :add_integration_button1722[Apr 13 2023 08:17:25 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown1723[Apr 13 2023 08:17:25 UTC (QA Tests)] INFO -- clicking :integration_name_field1724[Apr 13 2023 08:17:25 UTC (QA Tests)] INFO -- filling :integration_name_field with "porro"1725[Apr 13 2023 08:17:25 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field1726[Apr 13 2023 08:17:25 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button1727[Apr 13 2023 08:17:26 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1728[Apr 13 2023 08:17:27 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1729[Apr 13 2023 08:17:27 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>QA::Page::Project::Monitor::Alerts::Index, :sleep_interval=>0.5}' arguments1730 creates new alert1731Create1732 Default branch name instance setting1733[Apr 13 2023 08:17:28 UTC (QA Tests)] INFO -- Setting application settings: {:default_branch_name=>"main"}1734[Apr 13 2023 08:17:28 UTC (QA Tests)] INFO -- Starting test: Create Default branch name instance setting sets the default branch name for a new project1735[Apr 13 2023 08:17:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1736[Apr 13 2023 08:17:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.17 seconds1737[Apr 13 2023 08:17:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/default-branch-name-a12942e459871414' via api in 1.09 seconds1738 sets the default branch name for a new project1739[Apr 13 2023 08:17:30 UTC (QA Tests)] INFO -- Starting test: Create Default branch name instance setting allows a project to be created via the CLI with a different default branch name1740[Apr 13 2023 08:17:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.12 seconds1741[Apr 13 2023 08:17:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.23 seconds1742[Apr 13 2023 08:17:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/default-branch-name-via-cli-31a449a259d371d5' via api in 0.12 seconds1743 allows a project to be created via the CLI with a different default branch name1744[Apr 13 2023 08:17:32 UTC (QA Tests)] INFO -- Setting application settings: {:default_branch_name=>nil}1745Create1746 File Locking1747[Apr 13 2023 08:17:32 UTC (QA Tests)] INFO -- Starting test: Create File Locking creates a merge request and fails to merge1748[Apr 13 2023 08:17:36 UTC (QA Tests)] INFO -- filling :login_field with "root"1749[Apr 13 2023 08:17:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1750[Apr 13 2023 08:17:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"1751[Apr 13 2023 08:17:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1752[Apr 13 2023 08:17:37 UTC (QA Tests)] INFO -- clicking :sign_in_button1753[Apr 13 2023 08:17:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1754[Apr 13 2023 08:17:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.18 seconds1755[Apr 13 2023 08:17:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/file_locking-d81b15122fa5bf13' via api in 0.92 seconds1756[Apr 13 2023 08:17:43 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1757[Apr 13 2023 08:17:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.93 seconds1758[Apr 13 2023 08:17:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds1759[Apr 13 2023 08:17:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.2 seconds1760[Apr 13 2023 08:17:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1761[Apr 13 2023 08:17:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.15 seconds1762[Apr 13 2023 08:17:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1763[Apr 13 2023 08:17:44 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1764[Apr 13 2023 08:17:44 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1765[Apr 13 2023 08:17:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.18 seconds1766[Apr 13 2023 08:17:46 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1767[Apr 13 2023 08:17:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.58 seconds1768[Apr 13 2023 08:17:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.34 seconds1769[Apr 13 2023 08:17:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/file_locking-d81b15122fa5bf131770[Apr 13 2023 08:17:47 UTC (QA Tests)] INFO -- clicking :file_name_link1771[Apr 13 2023 08:17:48 UTC (QA Tests)] INFO -- clicking :lock_button1772[Apr 13 2023 08:17:48 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1773[Apr 13 2023 08:17:53 UTC (QA Tests)] INFO -- clicking :user_avatar_content1774[Apr 13 2023 08:17:53 UTC (QA Tests)] INFO -- clicking :sign_out_link1775[Apr 13 2023 08:18:07 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1776[Apr 13 2023 08:18:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1777[Apr 13 2023 08:18:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"1778[Apr 13 2023 08:18:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1779[Apr 13 2023 08:18:07 UTC (QA Tests)] INFO -- clicking :sign_in_button1780[Apr 13 2023 08:18:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/file_locking-d81b15122fa5bf13/-/merge_requests/11781[Apr 13 2023 08:18:12 UTC (QA Tests)] INFO -- clicking :merge_button1782[Apr 13 2023 08:18:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds1783 creates a merge request and fails to merge1784[Apr 13 2023 08:18:14 UTC (QA Tests)] INFO -- Starting test: Create File Locking checks file locked by other user to be disabled1785[Apr 13 2023 08:18:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1786[Apr 13 2023 08:18:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1787[Apr 13 2023 08:18:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"1788[Apr 13 2023 08:18:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1789[Apr 13 2023 08:18:20 UTC (QA Tests)] INFO -- clicking :sign_in_button1790[Apr 13 2023 08:18:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1791[Apr 13 2023 08:18:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.18 seconds1792[Apr 13 2023 08:18:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/file_locking-0882dfe224643dac' via api in 1.77 seconds1793[Apr 13 2023 08:18:26 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1794[Apr 13 2023 08:18:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.84 seconds1795[Apr 13 2023 08:18:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1796[Apr 13 2023 08:18:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.17 seconds1797[Apr 13 2023 08:18:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1798[Apr 13 2023 08:18:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds1799[Apr 13 2023 08:18:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1800[Apr 13 2023 08:18:27 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1801[Apr 13 2023 08:18:27 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1802[Apr 13 2023 08:18:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.18 seconds1803[Apr 13 2023 08:18:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/file_locking-0882dfe224643dac1804[Apr 13 2023 08:18:28 UTC (QA Tests)] INFO -- clicking :file_name_link1805[Apr 13 2023 08:18:28 UTC (QA Tests)] INFO -- clicking :lock_button1806[Apr 13 2023 08:18:29 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1807[Apr 13 2023 08:18:34 UTC (QA Tests)] INFO -- clicking :user_avatar_content1808[Apr 13 2023 08:18:34 UTC (QA Tests)] INFO -- clicking :sign_out_link1809[Apr 13 2023 08:18:47 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1810[Apr 13 2023 08:18:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1811[Apr 13 2023 08:18:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"1812[Apr 13 2023 08:18:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1813[Apr 13 2023 08:18:48 UTC (QA Tests)] INFO -- clicking :sign_in_button1814[Apr 13 2023 08:18:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/file_locking-0882dfe224643dac1815[Apr 13 2023 08:18:52 UTC (QA Tests)] INFO -- clicking :file_name_link1816 checks file locked by other user to be disabled1817[Apr 13 2023 08:18:52 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a file and unlocks in list1818[Apr 13 2023 08:18:57 UTC (QA Tests)] INFO -- filling :login_field with "root"1819[Apr 13 2023 08:18:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1820[Apr 13 2023 08:18:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"1821[Apr 13 2023 08:18:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1822[Apr 13 2023 08:18:58 UTC (QA Tests)] INFO -- clicking :sign_in_button1823[Apr 13 2023 08:19:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1824[Apr 13 2023 08:19:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.18 seconds1825[Apr 13 2023 08:19:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/file_locking-fcf22c46e308cddc' via api in 0.88 seconds1826[Apr 13 2023 08:19:03 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1827[Apr 13 2023 08:19:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.86 seconds1828[Apr 13 2023 08:19:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.11 seconds1829[Apr 13 2023 08:19:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.15 seconds1830[Apr 13 2023 08:19:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.11 seconds1831[Apr 13 2023 08:19:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.14 seconds1832[Apr 13 2023 08:19:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1833[Apr 13 2023 08:19:04 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1834[Apr 13 2023 08:19:04 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1835[Apr 13 2023 08:19:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.17 seconds1836[Apr 13 2023 08:19:09 UTC (QA Tests)] INFO -- clicking :user_avatar_content1837[Apr 13 2023 08:19:09 UTC (QA Tests)] INFO -- clicking :sign_out_link1838[Apr 13 2023 08:19:23 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1839[Apr 13 2023 08:19:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1840[Apr 13 2023 08:19:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"1841[Apr 13 2023 08:19:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1842[Apr 13 2023 08:19:24 UTC (QA Tests)] INFO -- clicking :sign_in_button1843[Apr 13 2023 08:19:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/file_locking-fcf22c46e308cddc1844[Apr 13 2023 08:19:28 UTC (QA Tests)] INFO -- clicking :file_name_link1845[Apr 13 2023 08:19:28 UTC (QA Tests)] INFO -- clicking :lock_button1846[Apr 13 2023 08:19:29 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1847[Apr 13 2023 08:19:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/file_locking-fcf22c46e308cddc1848[Apr 13 2023 08:19:31 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1849[Apr 13 2023 08:19:32 UTC (QA Tests)] INFO -- clicking :unlock_button1850[Apr 13 2023 08:19:32 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1851[Apr 13 2023 08:19:35 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1852[Apr 13 2023 08:19:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.85 seconds1853 locks a file and unlocks in list1854[Apr 13 2023 08:19:35 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a file and tries to push as a second user1855[Apr 13 2023 08:19:40 UTC (QA Tests)] INFO -- filling :login_field with "root"1856[Apr 13 2023 08:19:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1857[Apr 13 2023 08:19:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1858[Apr 13 2023 08:19:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1859[Apr 13 2023 08:19:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1860[Apr 13 2023 08:19:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.18 seconds1861[Apr 13 2023 08:19:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.36 seconds1862[Apr 13 2023 08:19:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/file_locking-454dcf6aa3baea88' via api in 1.59 seconds1863[Apr 13 2023 08:19:47 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1864[Apr 13 2023 08:19:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.83 seconds1865[Apr 13 2023 08:19:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds1866[Apr 13 2023 08:19:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.36 seconds1867[Apr 13 2023 08:19:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1868[Apr 13 2023 08:19:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.13 seconds1869[Apr 13 2023 08:19:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1870[Apr 13 2023 08:19:48 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1871[Apr 13 2023 08:19:48 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1872[Apr 13 2023 08:19:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.17 seconds1873[Apr 13 2023 08:19:53 UTC (QA Tests)] INFO -- clicking :user_avatar_content1874[Apr 13 2023 08:19:53 UTC (QA Tests)] INFO -- clicking :sign_out_link1875[Apr 13 2023 08:20:06 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1876[Apr 13 2023 08:20:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1877[Apr 13 2023 08:20:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"1878[Apr 13 2023 08:20:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1879[Apr 13 2023 08:20:07 UTC (QA Tests)] INFO -- clicking :sign_in_button1880[Apr 13 2023 08:20:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/file_locking-454dcf6aa3baea881881[Apr 13 2023 08:20:11 UTC (QA Tests)] INFO -- clicking :file_name_link1882[Apr 13 2023 08:20:11 UTC (QA Tests)] INFO -- clicking :lock_button1883[Apr 13 2023 08:20:12 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1884[Apr 13 2023 08:20:17 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1885[Apr 13 2023 08:20:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.61 seconds1886 locks a file and tries to push as a second user1887[Apr 13 2023 08:20:17 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a directory and tries to push as a second user1888[Apr 13 2023 08:20:21 UTC (QA Tests)] INFO -- filling :login_field with "root"1889[Apr 13 2023 08:20:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1890[Apr 13 2023 08:20:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"1891[Apr 13 2023 08:20:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1892[Apr 13 2023 08:20:22 UTC (QA Tests)] INFO -- clicking :sign_in_button1893[Apr 13 2023 08:20:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds1894[Apr 13 2023 08:20:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.2 seconds1895[Apr 13 2023 08:20:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/file_locking-fe60aa715b034c0b' via api in 1.0 seconds1896[Apr 13 2023 08:20:28 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1897[Apr 13 2023 08:20:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.99 seconds1898[Apr 13 2023 08:20:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds1899[Apr 13 2023 08:20:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.18 seconds1900[Apr 13 2023 08:20:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds1901[Apr 13 2023 08:20:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.14 seconds1902[Apr 13 2023 08:20:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1903[Apr 13 2023 08:20:29 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1904[Apr 13 2023 08:20:29 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1905[Apr 13 2023 08:20:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.19 seconds1906[Apr 13 2023 08:20:32 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1907[Apr 13 2023 08:20:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.59 seconds1908[Apr 13 2023 08:20:36 UTC (QA Tests)] INFO -- clicking :user_avatar_content1909[Apr 13 2023 08:20:36 UTC (QA Tests)] INFO -- clicking :sign_out_link1910[Apr 13 2023 08:20:50 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1911[Apr 13 2023 08:20:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1912[Apr 13 2023 08:20:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"1913[Apr 13 2023 08:20:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1914[Apr 13 2023 08:20:51 UTC (QA Tests)] INFO -- clicking :sign_in_button1915[Apr 13 2023 08:20:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/file_locking-fe60aa715b034c0b1916[Apr 13 2023 08:20:55 UTC (QA Tests)] INFO -- clicking :file_name_link1917[Apr 13 2023 08:20:55 UTC (QA Tests)] INFO -- clicking :lock_button1918[Apr 13 2023 08:20:56 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1919[Apr 13 2023 08:21:03 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1920[Apr 13 2023 08:21:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.59 seconds1921 locks a directory and tries to push as a second user1922Plan1923 Issue board focus mode1924[Apr 13 2023 08:21:03 UTC (QA Tests)] INFO -- Starting test: Plan Issue board focus mode focuses on issue board1925[Apr 13 2023 08:21:07 UTC (QA Tests)] INFO -- filling :login_field with "root"1926[Apr 13 2023 08:21:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1927[Apr 13 2023 08:21:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"1928[Apr 13 2023 08:21:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1929[Apr 13 2023 08:21:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1930[Apr 13 2023 08:21:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1931[Apr 13 2023 08:21:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.18 seconds1932[Apr 13 2023 08:21:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/sample-project-issue-board-focus-mode-0fb4796d14098eb1' via api in 0.86 seconds1933[Apr 13 2023 08:21:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/sample-project-issue-board-focus-mode-0fb4796d14098eb11934[Apr 13 2023 08:21:13 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1935[Apr 13 2023 08:21:13 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1936[Apr 13 2023 08:21:14 UTC (QA Tests)] INFO -- clicking :focus_mode_button1937 focuses on issue board1938Analytics1939 Performance bar display1940 when logged in as an admin user1941[Apr 13 2023 08:21:15 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 requests1942[Apr 13 2023 08:21:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1943[Apr 13 2023 08:21:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1944[Apr 13 2023 08:21:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"1945[Apr 13 2023 08:21:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1946[Apr 13 2023 08:21:20 UTC (QA Tests)] INFO -- clicking :sign_in_button1947[Apr 13 2023 08:21:23 UTC (QA Tests)] INFO -- clicking :navbar_dropdown1948[Apr 13 2023 08:21:23 UTC (QA Tests)] INFO -- clicking :admin_area_link1949[Apr 13 2023 08:21:25 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_settings_menu_link"],.qa-admin-settings-menu-link1950[Apr 13 2023 08:21:25 UTC (QA Tests)] INFO -- clicking :admin_settings_metrics_and_profiling_link1951[Apr 13 2023 08:21:27 UTC (QA Tests)] INFO -- checking via JS :enable_performance_bar_checkbox with args {}1952[Apr 13 2023 08:21:27 UTC (QA Tests)] INFO -- clicking :save_changes_button1953[Apr 13 2023 08:21:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1954[Apr 13 2023 08:21:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8' via api in 0.19 seconds1955[Apr 13 2023 08:21:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-for-issues-0acc7f75c84e0f2e' via api in 0.77 seconds1956[Apr 13 2023 08:21:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ee-357beb7a.test/gitlab-qa-sandbox-group-5/qa-test-2023-04-13-07-51-54-b7a70bc5227cf0e8/project-for-issues-0acc7f75c84e0f2e1957[Apr 13 2023 08:21:31 UTC (QA Tests)] INFO -- clicking :new_menu_toggle1958[Apr 13 2023 08:21:31 UTC (QA Tests)] INFO -- clicking :new_issue_link1959[Apr 13 2023 08:21:33 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Performance bar test"1960[Apr 13 2023 08:21:33 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1961[Apr 13 2023 08:21:33 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description 5d0c82f65c5cab30"1962[Apr 13 2023 08:21:33 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field1963[Apr 13 2023 08:21:34 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present1964[Apr 13 2023 08:21:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 9.23 seconds1965[Apr 13 2023 08:21:38 UTC (QA Tests)] INFO -- clicking :request_dropdown1966 shows results for the original request and AJAX requests1967[Apr 13 2023 08:21:38 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:1968{1969 "qa/specs/features/browser_ui/9_data_stores/project/create_project_spec.rb": 27.228613743000096,1970 "qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb": 23.40303806600059,1971 "qa/specs/features/browser_ui/9_data_stores/project/project_owner_permissions_spec.rb": 72.44169465899904,1972 "qa/specs/features/browser_ui/4_verify/ci_variable/ui_variable_inheritable_when_forward_pipeline_variables_true_spec.rb": 44.284392714000205,1973 "qa/specs/features/api/3_create/repository/project_archive_compare_spec.rb": 2.973364016001142,1974 "qa/specs/features/ee/browser_ui/3_create/repository/project_templates_spec.rb": 104.9983170760006,1975 "qa/specs/features/browser_ui/3_create/repository/clone_spec.rb": 6.345476892000079,1976 "qa/specs/features/browser_ui/4_verify/ci_variable/raw_variables_defined_in_yaml_spec.rb": 17.823956401000032,1977 "qa/specs/features/browser_ui/9_data_stores/group/transfer_group_spec.rb": 15.615428393000911,1978 "qa/specs/features/ee/browser_ui/11_fulfillment/license/license_spec.rb": 8.924482671000078,1979 "qa/specs/features/browser_ui/2_plan/issue/check_mentions_for_xss_spec.rb": 12.484837441001218,1980 "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb": 16.16412271900117,1981 "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb": 59.816879490001156,1982 "qa/specs/features/ee/browser_ui/4_verify/pipeline_subscription_with_group_owned_project_spec.rb": 35.244325313000445,1983 "qa/specs/features/browser_ui/2_plan/design_management/modify_design_content_spec.rb": 14.836172583998632,1984 "qa/specs/features/browser_ui/2_plan/issue/filter_issue_comments_spec.rb": 15.33022702100061,1985 "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb": 74.96114763900005,1986 "qa/specs/features/ee/browser_ui/2_plan/contribution_analytics_spec.rb": 19.066676796999673,1987 "qa/specs/features/ee/browser_ui/9_data_stores/group/share_group_with_group_spec.rb": 23.707681515999866,1988 "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb": 44.58595900900036,1989 "qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb": 5.356934699999329,1990 "qa/specs/features/browser_ui/2_plan/milestone/assign_milestone_spec.rb": 56.02588047400059,1991 "qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb": 32.78864271800012,1992 "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_from_push_notification_spec.rb": 35.91470292299891,1993 "qa/specs/features/browser_ui/3_create/merge_request/view_merge_request_diff_patch_spec.rb": 26.23461539699929,1994 "qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb": 40.21010961600041,1995 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/read_only_board_configuration_spec.rb": 35.74349152099967,1996 "qa/specs/features/ee/browser_ui/4_verify/multi-project_pipelines_spec.rb": 17.303213654999126,1997 "qa/specs/features/browser_ui/3_create/project_wiki/project_based_file_upload_spec.rb": 17.835183160999804,1998 "qa/specs/features/browser_ui/3_create/repository/file/edit_file_via_web_spec.rb": 14.636424489999627,1999 "qa/specs/features/browser_ui/3_create/project_wiki/project_based_content_manipulation_spec.rb": 26.394880539999576,2000 "qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb": 11.931923823998659,2001 "qa/specs/features/browser_ui/2_plan/issue/real_time_assignee_spec.rb": 14.118465413001104,2002 "qa/specs/features/ee/browser_ui/13_secure/merge_request_license_widget_spec.rb": 55.089619315000164,2003 "qa/specs/features/ee/browser_ui/3_create/repository/push_rules_spec.rb": 108.29955598400011,2004 "qa/specs/features/ee/browser_ui/10_govern/group/group_audit_logs_2_spec.rb": 128.35253255799944,2005 "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_multiple_projects_spec.rb": 179.75116785799946,2006 "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_with_multiple_files_spec.rb": 32.94979280499865,2007 "qa/specs/features/browser_ui/3_create/source_editor/source_editor_toolbar_spec.rb": 29.18786182799886,2008 "qa/specs/features/browser_ui/3_create/project_wiki/project_based_page_deletion_spec.rb": 12.269535805000487,2009 "qa/specs/features/browser_ui/8_monitor/alert_management/create_alert_using_authorization_key_spec.rb": 32.31969504300105,2010 "qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb": 4.317970518000948,2011 "qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb": 210.86840061899966,2012 "qa/specs/features/browser_ui/2_plan/issue_boards/focus_mode_spec.rb": 11.982478304000324,2013 "qa/specs/features/browser_ui/14_analytics/performance_bar_spec.rb": 23.316017134999132014}2015[Apr 13 2023 08:21:38 UTC (QA Tests)] INFO -- 2016Knapsack global time execution for tests: 30m 03s2017Pending: (Failures listed here are expected and do not affect your suite's status)2018 1) Secure License Compliance has empty state2019 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3969622020 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:222021 2) Secure License Compliance when a license management report exists License Management Pipeline Licence tab behaves like pipeline license display can approve and deny licenses in the pipeline2022 # Test is not compatible with this environment or pipeline2023 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:572024 3) Secure License Compliance when a license management report exists License Management behaves like approve license can approve a license in the settings page2025 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3969622026 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:372027 4) Secure License Compliance when a license management report exists License Management behaves like deny license can deny a license in the settings page2028 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3969622029 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:472030 5) Secure License Compliance when a CycloneDX SBOM file exists License Management Pipeline Licence tab behaves like pipeline license display can approve and deny licenses in the pipeline2031 # Test is not compatible with this environment or pipeline2032 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:572033 6) Secure License Compliance when a CycloneDX SBOM file exists License Management behaves like approve license can approve a license in the settings page2034 # Test is not compatible with this environment or pipeline2035 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:372036 7) Secure License Compliance when a CycloneDX SBOM file exists License Management behaves like deny license can deny a license in the settings page2037 # Test is not compatible with this environment or pipeline2038 # ./qa/specs/features/ee/browser_ui/13_secure/license_compliance_spec.rb:472039 8) Package Container Registry pushes project image to the container registry and deletes tag2040 # Test is not compatible with this environment or pipeline2041 # ./qa/specs/features/browser_ui/5_package/container_registry/container_registry_spec.rb:522042 9) Verify Unlocking job artifacts across pipelines when latest pipeline failed keeps job artifacts from latest failed pipelines and from latest successful pipeline2043 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/2669582044 # ./qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb:622045 10) Verify Unlocking job artifacts across pipelines when latest pipeline is blocked keeps job artifacts from the latest blocked pipeline and from latest successful pipeline2046 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3870872047 # ./qa/specs/features/browser_ui/4_verify/ci_job_artifacts/unlocking_job_artifacts_across_pipelines_spec.rb:972048 11) Framework sanity Version check is the specified version2049 # Test is not compatible with this environment or pipeline2050 # ./qa/specs/features/sanity/version_spec.rb:152051 12) Fulfillment Purchase group plan upgrades from free to ultimate2052 # Test is not compatible with this environment or pipeline2053 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/upgrade_group_spec.rb:382054 13) Fulfillment Purchase group plan with existing CI minutes pack upgrades from free to premium with correct CI minutes2055 # Test is not compatible with this environment or pipeline2056 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/upgrade_group_spec.rb:662057 14) Secure License merge request widget when a CycloneDX SBOM file exists manage licenses from the merge request2058 # Test is not compatible with this environment or pipeline2059 # ./qa/specs/features/ee/browser_ui/13_secure/merge_request_license_widget_spec.rb:2322060 15) Configure Kubernetes Agent deploys a K8s manifest file2061 # Test is not compatible with this environment or pipeline2062 # ./qa/specs/features/ee/api/7_configure/kubernetes/kubernetes_agent_spec.rb:352063Finished in 32 minutes 29 seconds (files took 3.45 seconds to load)206497 examples, 0 failures, 15 pending2065Randomized with seed 645382066[Apr 13 2023 08:21:39 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ee-357beb7a`2067[Apr 13 2023 08:21:39 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ee-357beb7a`2069Running after script...2070$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")2071$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"2248Not uploading cache qa-e2e-ruby-3.0-3371ba29808d74ee2acfc73cd1f4df6a-16 due to policy2250Uploading artifacts...2251gitlab-qa-run-*: found 443 matching files and directories 2252Uploading artifacts as "archive" to coordinator... 201 Created id=4105243033 responseStatus=201 Created token=64_fxnDB2253Uploading artifacts...2254gitlab-qa-run-*/**/rspec-*.xml: found 1 matching files and directories 2255Uploading artifacts as "junit" to coordinator... 201 Created id=4105243033 responseStatus=201 Created token=64_fxnDB2257Job succeeded