instance 2/5
Failed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1690512798-6d3746a8-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: 170247, done. 20remote: Counting objects: 100% (170247/170247), done. 21remote: Compressing objects: 100% (108065/108065), done. 22remote: Total 170247 (delta 84091), reused 115715 (delta 55850), pack-reused 0 23Receiving objects: 100% (170247/170247), 131.43 MiB | 44.27 MiB/s, done.24Resolving deltas: 100% (84091/84091), done.26 * [new ref] refs/pipelines/948078823 -> refs/pipelines/94807882327 * [new branch] master -> origin/master28Checking out 02432547 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4757339166)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4757339166 responseStatus=200 OK token=64_V5T3p39Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...40$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE41$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")42$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command43Bundle complete! 37 Gemfile dependencies, 135 gems now installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"46$ echo "Running - '$QA_COMMAND'"47Running - 'bundle exec gitlab-qa Test::Instance::Image registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:02432547837727b720f206748675bf26536e87cd -- --format QA::Support::JsonFormatter --out tmp/rspec-4757339171.json --format RspecJunitFormatter --out tmp/rspec-4757339171.xml --format html --out tmp/rspec-$(echo instance 2/5 | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jul 28 2023 03:01:44 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-ef1efb77$`50[Jul 28 2023 03:01:44 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-ef1efb77 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`51[Jul 28 2023 03:01:45 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/authority/. alpine-ef1efb77:/etc/gitlab/trusted-certs`52[Jul 28 2023 03:01:45 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/gitlab/. alpine-ef1efb77:/etc/gitlab/ssl`53[Jul 28 2023 03:01:45 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-ef1efb77`54[Jul 28 2023 03:01:45 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-ef1efb77`55[Jul 28 2023 03:01:46 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`56[Jul 28 2023 03:01:46 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:02432547837727b720f206748675bf26536e87cd`57[Jul 28 2023 03:02:21 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-ce-5943dae1$`58[Jul 28 2023 03:02:21 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`59[Jul 28 2023 03:02:21 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`60[Jul 28 2023 03:02:21 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-ce-5943dae1 --net test --hostname gitlab-ce-5943dae1.test -p 80 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-03-01-44-75e0748f/gitlab-ce-5943dae1/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ce:02432547837727b720f206748675bf26536e87cd`61[Jul 28 2023 03:02:30 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-5943dae1 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-28 03:01:4462# Gitlab::QA::Runtime::OmnibusConfigurations::Default63gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme64gitlab_rails['gitlab_disable_animations'] = true # Disable animations65gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry66gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password67gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com', 'GITLAB_QA_USER_AGENT'=>'*****', 'GITLAB_ALLOW_SEPARATE_CI_DATABASE'=>'true'}\" > /etc/gitlab/gitlab.rb;"`68[Jul 28 2023 03:02:30 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-ce-5943dae1`69[Jul 28 2023 03:06:01 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...70[Jul 28 2023 03:06:01 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-ce-5943dae1`71[Jul 28 2023 03:06:01 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-ce-5943dae1 80/tcp`72[Jul 28 2023 03:06:01 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!73[Jul 28 2023 03:06:01 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-5943dae1 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`74[Jul 28 2023 03:06:01 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-5943dae1 bash -c "echo '#!/usr/bin/env bash75if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then76 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'77 exit 178fi79' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`80[Jul 28 2023 03:06:01 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-5943dae1 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`81[Jul 28 2023 03:06:01 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/support/data gitlab-ce-5943dae1:/tmp/data-seeds`82[Jul 28 2023 03:06:01 UTC (Gitlab QA)] INFO -- Running exec_commands...83[Jul 28 2023 03:06:01 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-5943dae1 bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`84[Jul 28 2023 03:06:51 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`85[Jul 28 2023 03:06:51 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:02432547837727b720f206748675bf26536e87cd`86[Jul 28 2023 03:07:36 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ce87[Jul 28 2023 03:07:36 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_KNAPSACK_REPORT_PATH="$QA_KNAPSACK_REPORT_PATH" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_TRIGGER_AUTO_QUARANTINE="$QA_TRIGGER_AUTO_QUARANTINE" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_SELENOID_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_SELENOID_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_NAME_SLUG="$CI_JOB_NAME_SLUG" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_INDEX="$CI_NODE_INDEX" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-03-01-44-75e0748f/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-03-01-44-75e0748f/gitlab-ce-qa-d86fd6aa:/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-ce-qa-d86fd6aa registry.gitlab.com/gitlab-org/gitlab/gitlab-ce-qa:02432547837727b720f206748675bf26536e87cd Test::Instance::All http://gitlab-ce-5943dae1.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4757339171.json --format RspecJunitFormatter --out tmp/rspec-4757339171.xml --format html --out tmp/rspec-instance_2_5.htm --color --format documentation`882023-07-28 03:07:55 / CONF :: 89 ==> Base URL: http://gitlab-ce-5943dae1.test90 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007fbb73c423f0>91 ==> Libraries: Chemlab::Vendor92[Jul 28 2023 03:07:55 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA93[Jul 28 2023 03:07:55 UTC (QA Tests)] INFO -- Browser: chrome94[Jul 28 2023 03:07:55 UTC (QA Tests)] INFO -- Performing sanity check for environment!95[Jul 28 2023 03:07:56 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'96[Jul 28 2023 03:07:56 UTC (QA Tests)] INFO -- Report already exists, skipping!97[Jul 28 2023 03:07:56 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====98[Jul 28 2023 03:07:56 UTC (QA Tests)] INFO -- Report specs:99[Jul 28 2023 03:07:56 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/5_package/package_registry/maven/maven_group_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/helm_registry_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/pipeline_with_image_pull_policy_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/pypi_repository_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/project_owner_permissions_spec.rb", "qa/specs/features/browser_ui/1_manage/login/2fa_ssh_recovery_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb", "qa/specs/features/browser_ui/4_verify/testing/view_code_coverage_spec.rb", "qa/specs/features/api/4_verify/file_variable_downstream_pipeline_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/generic_repository_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/trigger_matrix_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb", "qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/add_file_to_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb", "qa/specs/features/browser_ui/9_data_stores/user/user_inherited_access_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb", "qa/specs/features/api/3_create/repository/storage_size_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/custom_issue_template_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/browser_ui/2_plan/project_wiki/project_based_directory_management_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb", "qa/specs/features/browser_ui/2_plan/related_issues/related_issues_spec.rb", "qa/specs/features/api/2_plan/closes_issue_via_pushing_a_commit_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb", "qa/specs/features/api/1_manage/group_access_token_spec.rb", "qa/specs/features/browser_ui/6_release/deploy_token/add_deploy_token_spec.rb", "qa/specs/features/api/3_create/repository/add_list_delete_branches_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/open_web_ide_from_diff_tab_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/create_first_file_in_web_ide_spec.rb"]100[Jul 28 2023 03:07:56 UTC (QA Tests)] INFO -- Leftover specs:101[Jul 28 2023 03:07:56 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/backend_node_recovery_spec.rb", "qa/specs/features/api/1_manage/import/import_github_repo_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb", "qa/specs/features/api/3_create/snippet/snippet_repository_storage_move_spec.rb", "qa/specs/features/browser_ui/1_manage/import/import_github_repo_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_in_with_2fa_spec.rb", "qa/specs/features/browser_ui/1_manage/login/oauth_login_with_github_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/saas/pull_container_registry_image_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/email_notification_for_alert_spec.rb", "qa/specs/features/sanity/version_spec.rb"]102[Jul 28 2023 03:07:56 UTC (QA Tests)] INFO -- Knapsack time offset warning enabled!103[Jul 28 2023 03:07:56 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'instance' to 'knapsack/instance.json'104[Jul 28 2023 03:07:56 UTC (QA Tests)] INFO -- Report already exists, skipping!105Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true, :requires_praefect=>true}106Randomized with seed 49038107[Jul 28 2023 03:07:56 UTC (QA Tests)] ERROR -- [Allure]: Failed to fetch flaky spec data for report: panic: sync: negative WaitGroup counter108Manage109 2FA110[Jul 28 2023 03:07:56 UTC (QA Tests)] INFO -- Starting test: Manage 2FA allows 2FA code recovery via ssh111[Jul 28 2023 03:07:56 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA112[Jul 28 2023 03:07:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-1w4ey7pm' via cache in 0.0 seconds113[Jul 28 2023 03:07:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-98e35356d59a8f89' via api in 1.42 seconds114[Jul 28 2023 03:07:57 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230728-39-vhgwlq/id_rsa -N `115[Jul 28 2023 03:07:58 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-98e35356d59a8f89116[Jul 28 2023 03:07:58 UTC (QA Tests)] INFO -- Caching token for username: qa-user-98e35356d59a8f89, last six chars of token:xiHhVE117[Jul 28 2023 03:07:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-98e35356d59a8f89-kxvn2u0f' via api in 0.1 seconds118[Jul 28 2023 03:07:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '1' via api in 1.14 seconds119[Jul 28 2023 03:07:59 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-98e35356d59a8f89"120[Jul 28 2023 03:07:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field121[Jul 28 2023 03:07:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"122[Jul 28 2023 03:07:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field123[Jul 28 2023 03:08:00 UTC (QA Tests)] INFO -- clicking :sign_in_button124[Jul 28 2023 03:08:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.386s125[Jul 28 2023 03:08:01 UTC (QA Tests)] INFO -- Enabling super sidebar!126[Jul 28 2023 03:08:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled127[Jul 28 2023 03:08:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.062s128[Jul 28 2023 03:08:04 UTC (QA Tests)] INFO -- clicking :user_avatar_content129[Jul 28 2023 03:08:04 UTC (QA Tests)] INFO -- clicking :edit_profile_link130[Jul 28 2023 03:08:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_profile_link' took 1.219s131[Jul 28 2023 03:08:05 UTC (QA Tests)] INFO -- clicking :nav_item_link132[Jul 28 2023 03:08:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.944s133[Jul 28 2023 03:08:06 UTC (QA Tests)] INFO -- clicking :enable_2fa_button134[Jul 28 2023 03:08:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element enable_2fa_button' took 1.108s135[Jul 28 2023 03:08:30 UTC (QA Tests)] INFO -- filling :pin_code_field with "923198"136[Jul 28 2023 03:08:30 UTC (QA Tests)] INFO -- clicking the coordinates of :pin_code_field137[Jul 28 2023 03:08:31 UTC (QA Tests)] INFO -- filling :current_password_field with "*****"138[Jul 28 2023 03:08:31 UTC (QA Tests)] INFO -- clicking the coordinates of :current_password_field139[Jul 28 2023 03:08:31 UTC (QA Tests)] INFO -- clicking :register_2fa_app_button140[Jul 28 2023 03:08:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element register_2fa_app_button' took 1.52s141[Jul 28 2023 03:08:33 UTC (QA Tests)] INFO -- clicking :copy_button142[Jul 28 2023 03:08:33 UTC (QA Tests)] INFO -- clicking :proceed_button143[Jul 28 2023 03:08:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.056s144[Jul 28 2023 03:08:35 UTC (QA Tests)] INFO -- clicking :user_avatar_content145[Jul 28 2023 03:08:35 UTC (QA Tests)] INFO -- clicking :sign_out_link146[Jul 28 2023 03:08:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.523s147[Jul 28 2023 03:08:36 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-98e35356d59a8f89"148[Jul 28 2023 03:08:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field149[Jul 28 2023 03:08:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"150[Jul 28 2023 03:08:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field151[Jul 28 2023 03:08:37 UTC (QA Tests)] INFO -- clicking :sign_in_button152[Jul 28 2023 03:08:38 UTC (QA Tests)] INFO -- Enabling super sidebar!153[Jul 28 2023 03:08:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.036s154[Jul 28 2023 03:08:41 UTC (QA Tests)] INFO -- User is not signed in, skipping155[Jul 28 2023 03:08:42 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "969000d514aa0613"156[Jul 28 2023 03:08:42 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field157[Jul 28 2023 03:08:42 UTC (QA Tests)] INFO -- clicking :verify_code_button158[Jul 28 2023 03:08:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 1.028s159[Jul 28 2023 03:08:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.034s160[Jul 28 2023 03:08:45 UTC (QA Tests)] INFO -- clicking :user_avatar_content161[Jul 28 2023 03:08:45 UTC (QA Tests)] INFO -- clicking :sign_out_link162[Jul 28 2023 03:08:45 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-98e35356d59a8f89"163[Jul 28 2023 03:08:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field164[Jul 28 2023 03:08:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"165[Jul 28 2023 03:08:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field166[Jul 28 2023 03:08:46 UTC (QA Tests)] INFO -- clicking :sign_in_button167[Jul 28 2023 03:08:47 UTC (QA Tests)] INFO -- Enabling super sidebar!168[Jul 28 2023 03:08:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.031s169[Jul 28 2023 03:08:50 UTC (QA Tests)] INFO -- User is not signed in, skipping170[Jul 28 2023 03:08:51 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "969000d514aa0613"171[Jul 28 2023 03:08:51 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field172[Jul 28 2023 03:08:51 UTC (QA Tests)] INFO -- clicking :verify_code_button173[Jul 28 2023 03:08:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element verify_code_button' took 1.092s174 allows 2FA code recovery via ssh175Create176 Review a merge request in Web IDE177[Jul 28 2023 03:08:52 UTC (QA Tests)] INFO -- Starting test: Create Review a merge request in Web IDE opens and edits a merge request in Web IDE178 opens and edits a merge request in Web IDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)179Manage180 Group access token181[Jul 28 2023 03:08:52 UTC (QA Tests)] INFO -- Starting test: Manage Group access token can be used to commit via the API182[Jul 28 2023 03:08:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.5 seconds183[Jul 28 2023 03:08:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.89 seconds184[Jul 28 2023 03:08:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupAccessToken with name 'api-group-access-token-4ca12o7t', token's bot username 'group_4_bot_8387e4bbde254eafa4d30a503d250d61' via api in 1.1 seconds185[Jul 28 2023 03:08:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-for-group-access-token-ff2d1d21009a4e69' via api in 1.74 seconds186[Jul 28 2023 03:08:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds187 can be used to commit via the API188[Jul 28 2023 03:08:56 UTC (QA Tests)] INFO -- Starting test: Manage Group access token can be used to create a file via the project API189[Jul 28 2023 03:08:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.11 seconds190[Jul 28 2023 03:08:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.24 seconds191[Jul 28 2023 03:08:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-new-file-12596f1cd41aa62f' via api in 1.74 seconds192[Jul 28 2023 03:08:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds193[Jul 28 2023 03:08:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.13 seconds194[Jul 28 2023 03:08:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupAccessToken with name 'api-group-access-token-e9po8eqe', token's bot username 'group_4_bot_5ee35149c85cede2e3003f94e9e9b305' via api in 0.37 seconds195[Jul 28 2023 03:09:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-for-group-access-token-1b5d30c01d49b58c' via api in 1.88 seconds196[Jul 28 2023 03:09:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'text-11579ddec6ba2b28.txt' via api in 0.46 seconds197 can be used to create a file via the project API198Create199 Personal snippet creation200[Jul 28 2023 03:09:01 UTC (QA Tests)] INFO -- Starting test: Create Personal snippet creation user creates a personal snippet201[Jul 28 2023 03:09:01 UTC (QA Tests)] INFO -- filling :login_field with "root"202[Jul 28 2023 03:09:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field203[Jul 28 2023 03:09:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"204[Jul 28 2023 03:09:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field205[Jul 28 2023 03:09:02 UTC (QA Tests)] INFO -- clicking :sign_in_button206[Jul 28 2023 03:09:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.925s207[Jul 28 2023 03:09:03 UTC (QA Tests)] INFO -- Enabling super sidebar!208[Jul 28 2023 03:09:04 UTC (QA Tests)] INFO -- Super sidebar is already enabled209[Jul 28 2023 03:09:05 UTC (QA Tests)] INFO -- clicking :new_menu_toggle210[Jul 28 2023 03:09:05 UTC (QA Tests)] INFO -- clicking :create_menu_item211[Jul 28 2023 03:09:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.767s212[Jul 28 2023 03:09:06 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Snippet title"213[Jul 28 2023 03:09:06 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field214[Jul 28 2023 03:09:06 UTC (QA Tests)] INFO -- clicking :description_placeholder215[Jul 28 2023 03:09:06 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"216[Jul 28 2023 03:09:06 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field217[Jul 28 2023 03:09:07 UTC (QA Tests)] INFO -- clicking :visibility_content218[Jul 28 2023 03:09:07 UTC (QA Tests)] INFO -- filling :file_name_field with "ruby_file.rb"219[Jul 28 2023 03:09:07 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field220[Jul 28 2023 03:09:08 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button221[Jul 28 2023 03:09:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.057s222[Jul 28 2023 03:09:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.066s223[Jul 28 2023 03:09:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '1' via browser_ui in 4.09 seconds224[Jul 28 2023 03:09:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '1'225 user creates a personal snippet226Create227 Git Server Hooks228 with custom error messages229[Jul 28 2023 03:09:10 UTC (QA Tests)] INFO -- Starting test: Create Git Server Hooks with custom error messages renders preconfigured error message when user hook failed on commit in WebIDE230 renders preconfigured error message when user hook failed on commit in WebIDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)231Create232 Multiple file snippet233 behaves like copying snippet file contents234[Jul 28 2023 03:09:10 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like copying snippet file contents copies file contents of a multi-file project_snippet to a comment and verifies them235[Jul 28 2023 03:09:10 UTC (QA Tests)] INFO -- filling :login_field with "root"236[Jul 28 2023 03:09:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field237[Jul 28 2023 03:09:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"238[Jul 28 2023 03:09:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field239[Jul 28 2023 03:09:11 UTC (QA Tests)] INFO -- clicking :sign_in_button240[Jul 28 2023 03:09:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.802s241[Jul 28 2023 03:09:12 UTC (QA Tests)] INFO -- Enabling super sidebar!242[Jul 28 2023 03:09:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled243[Jul 28 2023 03:09:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds244[Jul 28 2023 03:09:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds245[Jul 28 2023 03:09:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-snippets-f14b6cc8edcbced1' via api in 1.16 seconds246[Jul 28 2023 03:09:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '2' via api in 1.68 seconds247[Jul 28 2023 03:09:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-snippets-f14b6cc8edcbced1/-/snippets/2248[Jul 28 2023 03:09:17 UTC (QA Tests)] INFO -- clicking :copy_contents_button249[Jul 28 2023 03:09:17 UTC (QA Tests)] INFO -- clicking :comment_button250[Jul 28 2023 03:09:18 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown251[Jul 28 2023 03:09:18 UTC (QA Tests)] INFO -- clicking :delete_comment_button252[Jul 28 2023 03:09:18 UTC (QA Tests)] INFO -- clicking :confirm_ok_button253[Jul 28 2023 03:09:18 UTC (QA Tests)] INFO -- clicking :copy_contents_button254[Jul 28 2023 03:09:19 UTC (QA Tests)] INFO -- clicking :comment_button255[Jul 28 2023 03:09:19 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown256[Jul 28 2023 03:09:19 UTC (QA Tests)] INFO -- clicking :delete_comment_button257[Jul 28 2023 03:09:19 UTC (QA Tests)] INFO -- clicking :confirm_ok_button258[Jul 28 2023 03:09:20 UTC (QA Tests)] INFO -- clicking :copy_contents_button259[Jul 28 2023 03:09:20 UTC (QA Tests)] INFO -- clicking :comment_button260[Jul 28 2023 03:09:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? note_author_content' took 0.533s261[Jul 28 2023 03:09:21 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown262[Jul 28 2023 03:09:21 UTC (QA Tests)] INFO -- clicking :delete_comment_button263[Jul 28 2023 03:09:21 UTC (QA Tests)] INFO -- clicking :confirm_ok_button264 copies file contents of a multi-file project_snippet to a comment and verifies them265 behaves like copying snippet file contents266[Jul 28 2023 03:09:21 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like copying snippet file contents copies file contents of a multi-file personal_snippet to a comment and verifies them267[Jul 28 2023 03:09:22 UTC (QA Tests)] INFO -- filling :login_field with "root"268[Jul 28 2023 03:09:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field269[Jul 28 2023 03:09:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"270[Jul 28 2023 03:09:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field271[Jul 28 2023 03:09:23 UTC (QA Tests)] INFO -- clicking :sign_in_button272[Jul 28 2023 03:09:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.825s273[Jul 28 2023 03:09:24 UTC (QA Tests)] INFO -- Enabling super sidebar!274[Jul 28 2023 03:09:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled275[Jul 28 2023 03:09:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '3' via api in 0.44 seconds276[Jul 28 2023 03:09:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-5943dae1.test/-/snippets/3277[Jul 28 2023 03:09:27 UTC (QA Tests)] INFO -- clicking :copy_contents_button278[Jul 28 2023 03:09:27 UTC (QA Tests)] INFO -- clicking :comment_button279[Jul 28 2023 03:09:27 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown280[Jul 28 2023 03:09:28 UTC (QA Tests)] INFO -- clicking :delete_comment_button281[Jul 28 2023 03:09:28 UTC (QA Tests)] INFO -- clicking :confirm_ok_button282[Jul 28 2023 03:09:28 UTC (QA Tests)] INFO -- clicking :copy_contents_button283[Jul 28 2023 03:09:28 UTC (QA Tests)] INFO -- clicking :comment_button284[Jul 28 2023 03:09:29 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown285[Jul 28 2023 03:09:29 UTC (QA Tests)] INFO -- clicking :delete_comment_button286[Jul 28 2023 03:09:29 UTC (QA Tests)] INFO -- clicking :confirm_ok_button287[Jul 28 2023 03:09:29 UTC (QA Tests)] INFO -- clicking :copy_contents_button288[Jul 28 2023 03:09:29 UTC (QA Tests)] INFO -- clicking :comment_button289[Jul 28 2023 03:09:30 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown290[Jul 28 2023 03:09:30 UTC (QA Tests)] INFO -- clicking :delete_comment_button291[Jul 28 2023 03:09:30 UTC (QA Tests)] INFO -- clicking :confirm_ok_button292 copies file contents of a multi-file personal_snippet to a comment and verifies them293Plan294 A project wiki295[Jul 28 2023 03:09:31 UTC (QA Tests)] INFO -- Starting test: Plan A project wiki can change the directory path of a page296[Jul 28 2023 03:09:31 UTC (QA Tests)] INFO -- filling :login_field with "root"297[Jul 28 2023 03:09:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field298[Jul 28 2023 03:09:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"299[Jul 28 2023 03:09:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field300[Jul 28 2023 03:09:32 UTC (QA Tests)] INFO -- clicking :sign_in_button301[Jul 28 2023 03:09:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.834s302[Jul 28 2023 03:09:33 UTC (QA Tests)] INFO -- Enabling super sidebar!303[Jul 28 2023 03:09:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled304[Jul 28 2023 03:09:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds305[Jul 28 2023 03:09:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds306[Jul 28 2023 03:09:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/wiki_testing-43bba8ecf4431752' via api in 1.14 seconds307[Jul 28 2023 03:09:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.61 seconds308[Jul 28 2023 03:09:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/wiki_testing-43bba8ecf4431752/-/wikis/Home309[Jul 28 2023 03:09:37 UTC (QA Tests)] INFO -- clicking :edit_page_button310[Jul 28 2023 03:09:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_page_button' took 0.887s311[Jul 28 2023 03:09:38 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "a/new/path-with-spaces/home"312[Jul 28 2023 03:09:38 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox313[Jul 28 2023 03:09:39 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "changing the path of the home page"314[Jul 28 2023 03:09:39 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox315[Jul 28 2023 03:09:40 UTC (QA Tests)] INFO -- clicking :wiki_submit_button316[Jul 28 2023 03:09:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.268s317 can change the directory path of a page318Create319 Commit data320[Jul 28 2023 03:09:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds321[Jul 28 2023 03:09:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds322[Jul 28 2023 03:09:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.1 seconds323[Jul 28 2023 03:09:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-code-78495d61e5f7ce8d' via api in 0.8 seconds324[Jul 28 2023 03:09:43 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"325[Jul 28 2023 03:09:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.06 seconds326[Jul 28 2023 03:09:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds327[Jul 28 2023 03:09:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds328[Jul 28 2023 03:09:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-new-file-7610bce4b87a6c4e' via api in 0.84 seconds329[Jul 28 2023 03:09:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'second' via api in 0.47 seconds330[Jul 28 2023 03:09:46 UTC (QA Tests)] INFO -- Starting test: Create Commit data user views raw commit diff331[Jul 28 2023 03:09:47 UTC (QA Tests)] INFO -- filling :login_field with "root"332[Jul 28 2023 03:09:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field333[Jul 28 2023 03:09:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"334[Jul 28 2023 03:09:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field335[Jul 28 2023 03:09:47 UTC (QA Tests)] INFO -- clicking :sign_in_button336[Jul 28 2023 03:09:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.801s337[Jul 28 2023 03:09:49 UTC (QA Tests)] INFO -- Enabling super sidebar!338[Jul 28 2023 03:09:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled339[Jul 28 2023 03:09:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-code-78495d61e5f7ce8d340[Jul 28 2023 03:09:53 UTC (QA Tests)] INFO -- clicking :options_button341 user views raw commit diff342[Jul 28 2023 03:09:54 UTC (QA Tests)] INFO -- Starting test: Create Commit data user views raw email patch343[Jul 28 2023 03:09:54 UTC (QA Tests)] INFO -- filling :login_field with "root"344[Jul 28 2023 03:09:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field345[Jul 28 2023 03:09:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"346[Jul 28 2023 03:09:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field347[Jul 28 2023 03:09:55 UTC (QA Tests)] INFO -- clicking :sign_in_button348[Jul 28 2023 03:09:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.783s349[Jul 28 2023 03:09:56 UTC (QA Tests)] INFO -- Enabling super sidebar!350[Jul 28 2023 03:09:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled351[Jul 28 2023 03:09:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-code-78495d61e5f7ce8d352[Jul 28 2023 03:10:01 UTC (QA Tests)] INFO -- clicking :options_button353 user views raw email patch354Data Stores355 Project owner permissions356 for group projects357 behaves like when user is added as maintainer358[Jul 28 2023 03:10:02 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 permissions359[Jul 28 2023 03:10:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.25 seconds360[Jul 28 2023 03:10:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.26 seconds361[Jul 28 2023 03:10:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds362[Jul 28 2023 03:10:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds363[Jul 28 2023 03:10:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/qa-owner-group-project-550104760f315308' via api in 0.38 seconds364[Jul 28 2023 03:10:03 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user1365[Jul 28 2023 03:10:03 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:nqENva366[Jul 28 2023 03:10:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-a23023sd' via api in 0.17 seconds367[Jul 28 2023 03:10:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 0.55 seconds368[Jul 28 2023 03:10:03 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/qa-owner-group-project-550104760f315308 QA::Resource::Project369[Jul 28 2023 03:10:04 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"370[Jul 28 2023 03:10:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field371[Jul 28 2023 03:10:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"372[Jul 28 2023 03:10:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field373[Jul 28 2023 03:10:05 UTC (QA Tests)] INFO -- clicking :sign_in_button374[Jul 28 2023 03:10:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.849s375[Jul 28 2023 03:10:06 UTC (QA Tests)] INFO -- Enabling super sidebar!376[Jul 28 2023 03:10:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled377[Jul 28 2023 03:10:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/qa-owner-group-project-550104760f315308/-/issues/1378[Jul 28 2023 03:10:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? delete_issue_button' took 11.149s379 has maintainer role without owner permissions380 behaves like when user is added as owner381[Jul 28 2023 03:10:21 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 permissions382[Jul 28 2023 03:10:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds383[Jul 28 2023 03:10:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.12 seconds384[Jul 28 2023 03:10:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds385[Jul 28 2023 03:10:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.1 seconds386[Jul 28 2023 03:10:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/qa-owner-group-project-1c6bb85460952103' via api in 0.41 seconds387[Jul 28 2023 03:10:22 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:nqENva388[Jul 28 2023 03:10:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-6g752os2' via cache in 0.0 seconds389[Jul 28 2023 03:10:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 0.34 seconds390[Jul 28 2023 03:10:22 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/qa-owner-group-project-1c6bb85460952103 QA::Resource::Project391[Jul 28 2023 03:10:23 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"392[Jul 28 2023 03:10:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field393[Jul 28 2023 03:10:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"394[Jul 28 2023 03:10:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field395[Jul 28 2023 03:10:24 UTC (QA Tests)] INFO -- clicking :sign_in_button396[Jul 28 2023 03:10:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.764s397[Jul 28 2023 03:10:25 UTC (QA Tests)] INFO -- Enabling super sidebar!398[Jul 28 2023 03:10:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled399[Jul 28 2023 03:10:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/qa-owner-group-project-1c6bb85460952103/-/issues/1400[Jul 28 2023 03:10:28 UTC (QA Tests)] INFO -- clicking :delete_issue_button and ensuring QA::Page::Modal::DeleteIssue is present401[Jul 28 2023 03:10:29 UTC (QA Tests)] INFO -- clicking :confirm_delete_issue_button402[Jul 28 2023 03:10:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_delete_issue_button' took 0.966s403 has owner role with owner permissions404 for personal projects405 behaves like when user is added as maintainer406[Jul 28 2023 03:10:30 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 permissions407[Jul 28 2023 03:10:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds408[Jul 28 2023 03:10:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds409[Jul 28 2023 03:10:30 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:nqENva410[Jul 28 2023 03:10:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-vrdqvbzu' via cache in 0.0 seconds411[Jul 28 2023 03:10:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-user1/qa-owner-personal-project-af06cc38b3b28156' via api in 0.37 seconds412[Jul 28 2023 03:10:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 0.33 seconds413[Jul 28 2023 03:10:31 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-user1/qa-owner-personal-project-af06cc38b3b28156 QA::Resource::Project414[Jul 28 2023 03:10:31 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"415[Jul 28 2023 03:10:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field416[Jul 28 2023 03:10:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"417[Jul 28 2023 03:10:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field418[Jul 28 2023 03:10:32 UTC (QA Tests)] INFO -- clicking :sign_in_button419[Jul 28 2023 03:10:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.678s420[Jul 28 2023 03:10:33 UTC (QA Tests)] INFO -- Enabling super sidebar!421[Jul 28 2023 03:10:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled422[Jul 28 2023 03:10:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-5943dae1.test/gitlab-qa-user1/qa-owner-personal-project-af06cc38b3b28156/-/issues/1423[Jul 28 2023 03:10:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? delete_issue_button' took 11.056s424 has maintainer role without owner permissions425 behaves like when user is added as owner426[Jul 28 2023 03:10:47 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 permissions427[Jul 28 2023 03:10:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds428[Jul 28 2023 03:10:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.16 seconds429[Jul 28 2023 03:10:48 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:nqENva430[Jul 28 2023 03:10:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-txgox5r0' via cache in 0.0 seconds431[Jul 28 2023 03:10:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-user1/qa-owner-personal-project-2f9b91731e7d9f0c' via api in 0.58 seconds432[Jul 28 2023 03:10:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.2 seconds433[Jul 28 2023 03:10:49 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"434[Jul 28 2023 03:10:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field435[Jul 28 2023 03:10:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"436[Jul 28 2023 03:10:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field437[Jul 28 2023 03:10:50 UTC (QA Tests)] INFO -- clicking :sign_in_button438[Jul 28 2023 03:10:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.703s439[Jul 28 2023 03:10:51 UTC (QA Tests)] INFO -- Enabling super sidebar!440[Jul 28 2023 03:10:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled441[Jul 28 2023 03:10:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-5943dae1.test/gitlab-qa-user1/qa-owner-personal-project-2f9b91731e7d9f0c/-/issues/1442[Jul 28 2023 03:10:54 UTC (QA Tests)] INFO -- clicking :delete_issue_button and ensuring QA::Page::Modal::DeleteIssue is present443[Jul 28 2023 03:10:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element delete_issue_button' took 0.526s444[Jul 28 2023 03:10:55 UTC (QA Tests)] INFO -- clicking :confirm_delete_issue_button445[Jul 28 2023 03:10:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_delete_issue_button' took 1.13s446[Jul 28 2023 03:10:56 UTC (QA Tests)] ERROR -- Interceptor Api Errors447[404] GET /gitlab-qa-user1/qa-owner-personal-project-2f9b91731e7d9f0c/-/issues/1/realtime_changes -- Correlation Id: 01H6D7MNAS178TB43N192DPG2B448 has owner role with owner permissions449Package450 PyPI Repository451 when at the project level452[Jul 28 2023 03:10:56 UTC (QA Tests)] INFO -- Starting test: Package PyPI Repository when at the project level publishes and installs a pypi package453[Jul 28 2023 03:10:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds454[Jul 28 2023 03:10:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds455[Jul 28 2023 03:10:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pypi-package-project-9c2af1703cc16a9c' via api in 0.53 seconds456[Jul 28 2023 03:10:57 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.457[Jul 28 2023 03:10:57 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`458[Jul 28 2023 03:11:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`459[Jul 28 2023 03:11:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`460[Jul 28 2023 03:11:00 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690513856 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690513856 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-1690513856 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list runner-for-pypi-package-project-9c2af1703cc16a9c --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `461[Jul 28 2023 03:11:03 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690513856`462[Jul 28 2023 03:11:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`463[Jul 28 2023 03:11:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690513856' via api in 7.9 seconds464[Jul 28 2023 03:11:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.32 seconds465[Jul 28 2023 03:11:05 UTC (QA Tests)] INFO -- filling :login_field with "root"466[Jul 28 2023 03:11:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field467[Jul 28 2023 03:11:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"468[Jul 28 2023 03:11:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field469[Jul 28 2023 03:11:06 UTC (QA Tests)] INFO -- clicking :sign_in_button470[Jul 28 2023 03:11:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.832s471[Jul 28 2023 03:11:07 UTC (QA Tests)] INFO -- Enabling super sidebar!472[Jul 28 2023 03:11:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled473[Jul 28 2023 03:11:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds474[Jul 28 2023 03:11:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pypi-package-project-9c2af1703cc16a9c475[Jul 28 2023 03:11:11 UTC (QA Tests)] INFO -- clicking :menu_section_button476[Jul 28 2023 03:11:11 UTC (QA Tests)] INFO -- clicking :nav_item_link477[Jul 28 2023 03:11:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.804s478[Jul 28 2023 03:11:13 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present479[Jul 28 2023 03:11:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.431s480[Jul 28 2023 03:11:46 UTC (QA Tests)] INFO -- clicking :nav_item_link481[Jul 28 2023 03:11:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.766s482[Jul 28 2023 03:11:48 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present483[Jul 28 2023 03:11:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.296s484[Jul 28 2023 03:12:02 UTC (QA Tests)] INFO -- clicking :menu_section_button485[Jul 28 2023 03:12:02 UTC (QA Tests)] INFO -- clicking :nav_item_link486[Jul 28 2023 03:12:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.694s487[Jul 28 2023 03:12:03 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1690513856'488[Jul 28 2023 03:12:03 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690513856`489[Jul 28 2023 03:12:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'mypypipackage-fc2a40fc3edc4b30'490[Jul 28 2023 03:12:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pypi-package-project-9c2af1703cc16a9c'491 publishes and installs a pypi package492Create493 Project snippet creation494[Jul 28 2023 03:12:04 UTC (QA Tests)] INFO -- Starting test: Create Project snippet creation user creates a project snippet495[Jul 28 2023 03:12:05 UTC (QA Tests)] INFO -- filling :login_field with "root"496[Jul 28 2023 03:12:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field497[Jul 28 2023 03:12:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"498[Jul 28 2023 03:12:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field499[Jul 28 2023 03:12:05 UTC (QA Tests)] INFO -- clicking :sign_in_button500[Jul 28 2023 03:12:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.881s501[Jul 28 2023 03:12:08 UTC (QA Tests)] INFO -- Enabling super sidebar!502[Jul 28 2023 03:12:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled503[Jul 28 2023 03:12:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds504[Jul 28 2023 03:12:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds505[Jul 28 2023 03:12:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-snippets-8b62034c15bd6ad9' via api in 0.52 seconds506[Jul 28 2023 03:12:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-snippets-8b62034c15bd6ad9507[Jul 28 2023 03:12:10 UTC (QA Tests)] INFO -- clicking :menu_section_button508[Jul 28 2023 03:12:11 UTC (QA Tests)] INFO -- clicking :nav_item_link509[Jul 28 2023 03:12:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.352s510[Jul 28 2023 03:12:12 UTC (QA Tests)] INFO -- clicking :create_first_snippet_link511[Jul 28 2023 03:12:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_snippet_link' took 0.999s512[Jul 28 2023 03:12:13 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Project snippet"513[Jul 28 2023 03:12:13 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field514[Jul 28 2023 03:12:14 UTC (QA Tests)] INFO -- clicking :description_placeholder515[Jul 28 2023 03:12:14 UTC (QA Tests)] INFO -- filling :snippet_description_field with " "516[Jul 28 2023 03:12:14 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field517[Jul 28 2023 03:12:14 UTC (QA Tests)] INFO -- clicking :visibility_content518[Jul 28 2023 03:12:14 UTC (QA Tests)] INFO -- filling :file_name_field with "markdown_file.md"519[Jul 28 2023 03:12:14 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field520[Jul 28 2023 03:12:15 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button521[Jul 28 2023 03:12:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.529s522[Jul 28 2023 03:12:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.538s523[Jul 28 2023 03:12:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '4' via browser_ui in 7.53 seconds524 user creates a project snippet525Verify526 Code coverage statistics527[Jul 28 2023 03:12:17 UTC (QA Tests)] INFO -- Starting test: Verify Code coverage statistics creates an MR with code coverage statistics528[Jul 28 2023 03:12:18 UTC (QA Tests)] INFO -- filling :login_field with "root"529[Jul 28 2023 03:12:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field530[Jul 28 2023 03:12:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"531[Jul 28 2023 03:12:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field532[Jul 28 2023 03:12:18 UTC (QA Tests)] INFO -- clicking :sign_in_button533[Jul 28 2023 03:12:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.826s534[Jul 28 2023 03:12:20 UTC (QA Tests)] INFO -- Enabling super sidebar!535[Jul 28 2023 03:12:20 UTC (QA Tests)] INFO -- Super sidebar is already enabled536[Jul 28 2023 03:12:21 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.537[Jul 28 2023 03:12:21 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`538[Jul 28 2023 03:12:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds539[Jul 28 2023 03:12:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds540[Jul 28 2023 03:12:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-ci-cd-3d1d0eed2ca6da22' via api in 0.54 seconds541[Jul 28 2023 03:12:22 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`542[Jul 28 2023 03:12:22 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690513941 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690513941 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-1690513941 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list e2e-test --executor shell && gitlab-runner run" `543[Jul 28 2023 03:12:23 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690513941`544[Jul 28 2023 03:12:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`545[Jul 28 2023 03:12:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690513941' via api in 1.81 seconds546[Jul 28 2023 03:12:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.37 seconds547[Jul 28 2023 03:12:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds548[Jul 28 2023 03:12:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.32 seconds549[Jul 28 2023 03:12:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-ci-cd-3d1d0eed2ca6da22/-/merge_requests/1550[Jul 28 2023 03:12:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merge_request_pipeline_info_content' took 16.059s551[Jul 28 2023 03:12:43 UTC (QA Tests)] INFO -- refreshing http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-ci-cd-3d1d0eed2ca6da22/-/merge_requests/1552[Jul 28 2023 03:12:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.062s553[Jul 28 2023 03:12:51 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1690513941'554[Jul 28 2023 03:12:51 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690513941`555 creates an MR with code coverage statistics556Data Stores557 User558 when added to sub-group559[Jul 28 2023 03:12:51 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to sub-group is not allowed to edit the parent group project files560[Jul 28 2023 03:12:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds561[Jul 28 2023 03:12:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/parent-group-to-test-user-access-56973b50deffc2be' via api in 0.31 seconds562[Jul 28 2023 03:12:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/parent-group-to-test-user-access-56973b50deffc2be/sub-group-to-test-user-access-88c2e85dd9679ea0' via api in 0.23 seconds563[Jul 28 2023 03:12:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/parent-group-to-test-user-access-56973b50deffc2be/parent-group-project-to-test-user-access-3fde141d5760058a' via api in 0.81 seconds564[Jul 28 2023 03:12:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-04bd065c6901b197' via api in 0.27 seconds565[Jul 28 2023 03:12:53 UTC (QA Tests)] INFO -- Adding user qa-user-04bd065c6901b197 to gitlab-qa-sandbox-group-6/parent-group-to-test-user-access-56973b50deffc2be/sub-group-to-test-user-access-88c2e85dd9679ea0 QA::Resource::Group566[Jul 28 2023 03:12:53 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-04bd065c6901b197"567[Jul 28 2023 03:12:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field568[Jul 28 2023 03:12:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"569[Jul 28 2023 03:12:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field570[Jul 28 2023 03:12:54 UTC (QA Tests)] INFO -- clicking :sign_in_button571[Jul 28 2023 03:12:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.716s572[Jul 28 2023 03:12:55 UTC (QA Tests)] INFO -- Enabling super sidebar!573[Jul 28 2023 03:12:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled574[Jul 28 2023 03:12:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/parent-group-to-test-user-access-56973b50deffc2be/parent-group-project-to-test-user-access-3fde141d5760058a575[Jul 28 2023 03:12:58 UTC (QA Tests)] INFO -- clicking :file_name_link576[Jul 28 2023 03:12:58 UTC (QA Tests)] INFO -- clicking :action_dropdown577[Jul 28 2023 03:12:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.678s578[Jul 28 2023 03:12:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element action_dropdown' took 0.757s579[Jul 28 2023 03:12:59 UTC (QA Tests)] INFO -- clicking :edit_menu_item580[Jul 28 2023 03:12:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-04bd065c6901b197'581 is not allowed to edit the parent group project files582 when added to parent group583[Jul 28 2023 03:12:59 UTC (QA Tests)] INFO -- Starting test: Data Stores User when added to parent group is allowed to edit the sub-group project files584[Jul 28 2023 03:13:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds585[Jul 28 2023 03:13:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/parent-group-to-test-user-access-9444cf40fc3c1a96' via api in 0.51 seconds586[Jul 28 2023 03:13:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/parent-group-to-test-user-access-9444cf40fc3c1a96/sub-group-to-test-user-access-7920839d108d4418' via api in 0.24 seconds587[Jul 28 2023 03:13:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-93100363a8a61dc6' via api in 0.24 seconds588[Jul 28 2023 03:13:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/parent-group-to-test-user-access-9444cf40fc3c1a96/sub-group-to-test-user-access-7920839d108d4418/sub-group-project-to-test-user-access-58c6ee16e151c121' via api in 0.72 seconds589[Jul 28 2023 03:13:01 UTC (QA Tests)] INFO -- Adding user qa-user-93100363a8a61dc6 to gitlab-qa-sandbox-group-6/parent-group-to-test-user-access-9444cf40fc3c1a96 QA::Resource::Group590[Jul 28 2023 03:13:02 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-93100363a8a61dc6"591[Jul 28 2023 03:13:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field592[Jul 28 2023 03:13:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"593[Jul 28 2023 03:13:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field594[Jul 28 2023 03:13:03 UTC (QA Tests)] INFO -- clicking :sign_in_button595[Jul 28 2023 03:13:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.792s596[Jul 28 2023 03:13:04 UTC (QA Tests)] INFO -- Enabling super sidebar!597[Jul 28 2023 03:13:04 UTC (QA Tests)] INFO -- Super sidebar is already enabled598[Jul 28 2023 03:13:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/parent-group-to-test-user-access-9444cf40fc3c1a96/sub-group-to-test-user-access-7920839d108d4418/sub-group-project-to-test-user-access-58c6ee16e151c121599[Jul 28 2023 03:13:07 UTC (QA Tests)] INFO -- clicking :file_name_link600[Jul 28 2023 03:13:07 UTC (QA Tests)] INFO -- clicking :action_dropdown601[Jul 28 2023 03:13:08 UTC (QA Tests)] INFO -- clicking :edit_menu_item602[Jul 28 2023 03:13:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_menu_item' took 1.142s603[Jul 28 2023 03:13:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-93100363a8a61dc6'604 is allowed to edit the sub-group project files605Create606 Merge request custom templates607[Jul 28 2023 03:13:09 UTC (QA Tests)] INFO -- Starting test: Create Merge request custom templates creates a merge request via custom template608[Jul 28 2023 03:13:09 UTC (QA Tests)] INFO -- filling :login_field with "root"609[Jul 28 2023 03:13:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field610[Jul 28 2023 03:13:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"611[Jul 28 2023 03:13:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field612[Jul 28 2023 03:13:10 UTC (QA Tests)] INFO -- clicking :sign_in_button613[Jul 28 2023 03:13:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.944s614[Jul 28 2023 03:13:12 UTC (QA Tests)] INFO -- Enabling super sidebar!615[Jul 28 2023 03:13:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled616[Jul 28 2023 03:13:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds617[Jul 28 2023 03:13:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds618[Jul 28 2023 03:13:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/custom-mr-template-project-64a1502a1eb2198b' via api in 0.81 seconds619[Jul 28 2023 03:13:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds620[Jul 28 2023 03:13:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.33 seconds621[Jul 28 2023 03:13:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/custom-mr-template-project-64a1502a1eb2198b622[Jul 28 2023 03:13:16 UTC (QA Tests)] INFO -- clicking :create_merge_request_button623[Jul 28 2023 03:13:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.254s624[Jul 28 2023 03:13:18 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"625[Jul 28 2023 03:13:18 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field626[Jul 28 2023 03:13:18 UTC (QA Tests)] INFO -- clicking :close_button627[Jul 28 2023 03:13:19 UTC (QA Tests)] INFO -- clicking :template_dropdown628[Jul 28 2023 03:13:19 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present629[Jul 28 2023 03:13:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.689s630[Jul 28 2023 03:13:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 7.14 seconds631 creates a merge request via custom template632Create633 Push mirror a repository over HTTP634[Jul 28 2023 03:13:22 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs a (push) mirrored repository635[Jul 28 2023 03:13:22 UTC (QA Tests)] INFO -- filling :login_field with "root"636[Jul 28 2023 03:13:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field637[Jul 28 2023 03:13:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"638[Jul 28 2023 03:13:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field639[Jul 28 2023 03:13:23 UTC (QA Tests)] INFO -- clicking :sign_in_button640[Jul 28 2023 03:13:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.907s641[Jul 28 2023 03:13:24 UTC (QA Tests)] INFO -- Enabling super sidebar!642[Jul 28 2023 03:13:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled643[Jul 28 2023 03:13:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds644[Jul 28 2023 03:13:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.13 seconds645[Jul 28 2023 03:13:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/push-mirror-target-project-de3caef7aece334e' via api in 0.52 seconds646[Jul 28 2023 03:13:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.08 seconds647[Jul 28 2023 03:13:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.14 seconds648[Jul 28 2023 03:13:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-code-b9dc9d12814695ec' via api in 0.52 seconds649[Jul 28 2023 03:13:28 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"650[Jul 28 2023 03:13:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.86 seconds651[Jul 28 2023 03:13:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-code-b9dc9d12814695ec652[Jul 28 2023 03:13:30 UTC (QA Tests)] INFO -- clicking :menu_section_button653[Jul 28 2023 03:13:30 UTC (QA Tests)] INFO -- clicking :nav_item_link654[Jul 28 2023 03:13:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.172s655[Jul 28 2023 03:13:32 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/push-mirror-target-project-de3caef7aece334e.git"656[Jul 28 2023 03:13:32 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field657[Jul 28 2023 03:13:33 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field658[Jul 28 2023 03:13:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? authentication_method_field' took 11.035s659[Jul 28 2023 03:13:45 UTC (QA Tests)] INFO -- Saving screenshot..660[Jul 28 2023 03:13:46 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs a (push) mirrored repository661[Jul 28 2023 03:13:46 UTC (QA Tests)] INFO -- filling :login_field with "root"662[Jul 28 2023 03:13:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field663[Jul 28 2023 03:13:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"664[Jul 28 2023 03:13:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field665[Jul 28 2023 03:13:47 UTC (QA Tests)] INFO -- clicking :sign_in_button666[Jul 28 2023 03:13:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.954s667[Jul 28 2023 03:13:48 UTC (QA Tests)] INFO -- Enabling super sidebar!668[Jul 28 2023 03:13:48 UTC (QA Tests)] INFO -- Super sidebar is already enabled669[Jul 28 2023 03:13:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds670[Jul 28 2023 03:13:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds671[Jul 28 2023 03:13:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/push-mirror-target-project-a0a140f104ee629c' via api in 0.56 seconds672[Jul 28 2023 03:13:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds673[Jul 28 2023 03:13:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds674[Jul 28 2023 03:13:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-code-d4c2cef255875d52' via api in 0.5 seconds675[Jul 28 2023 03:13:52 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"676[Jul 28 2023 03:13:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.87 seconds677[Jul 28 2023 03:13:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-code-d4c2cef255875d52678[Jul 28 2023 03:13:54 UTC (QA Tests)] INFO -- clicking :menu_section_button679[Jul 28 2023 03:13:54 UTC (QA Tests)] INFO -- clicking :nav_item_link680[Jul 28 2023 03:13:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.117s681[Jul 28 2023 03:13:56 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/push-mirror-target-project-a0a140f104ee629c.git"682[Jul 28 2023 03:13:56 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field683[Jul 28 2023 03:13:57 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field684[Jul 28 2023 03:14:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? authentication_method_field' took 11.096s685[Jul 28 2023 03:14:08 UTC (QA Tests)] INFO -- Saving screenshot..686 configures and syncs a (push) mirrored repository (FAILED - 1)6881st Try error in ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb:6:689Couldn't find element named "authentication_method_field"691RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb:6692 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-07-28-03-08-52-db4c73c85441e216/create_push_mirror_a_repository_over_http_configures_and_syncs_a_push_mirrored_r_2023-07-28-03-14-08.602.html693 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-07-28-03-08-52-db4c73c85441e216/create_push_mirror_a_repository_over_http_configures_and_syncs_a_push_mirrored_r_2023-07-28-03-14-08.602.png694Plan695 mention696[Jul 28 2023 03:14:09 UTC (QA Tests)] INFO -- Starting test: Plan mention mentions another user in an issue697[Jul 28 2023 03:14:09 UTC (QA Tests)] INFO -- filling :login_field with "root"698[Jul 28 2023 03:14:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field699[Jul 28 2023 03:14:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"700[Jul 28 2023 03:14:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field701[Jul 28 2023 03:14:10 UTC (QA Tests)] INFO -- clicking :sign_in_button702[Jul 28 2023 03:14:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.99s703[Jul 28 2023 03:14:11 UTC (QA Tests)] INFO -- Enabling super sidebar!704[Jul 28 2023 03:14:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled705[Jul 28 2023 03:14:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds706[Jul 28 2023 03:14:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds707[Jul 28 2023 03:14:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/the_awesome_project-d26839a458136ecd' via api in 0.5 seconds708[Jul 28 2023 03:14:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/the_awesome_project-d26839a458136ecd709[Jul 28 2023 03:14:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds710[Jul 28 2023 03:14:14 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/the_awesome_project-d26839a458136ecd QA::Resource::Project711[Jul 28 2023 03:14:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '5' via api in 0.22 seconds712[Jul 28 2023 03:14:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/the_awesome_project-d26839a458136ecd/-/issues/1713[Jul 28 2023 03:14:16 UTC (QA Tests)] INFO -- clicking :issue_title714[Jul 28 2023 03:14:16 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown715[Jul 28 2023 03:14:17 UTC (QA Tests)] INFO -- clicking :issue_title716[Jul 28 2023 03:14:17 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown717[Jul 28 2023 03:14:17 UTC (QA Tests)] INFO -- filling :comment_field with "@gitlab-qa-user1718"719[Jul 28 2023 03:14:17 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field720[Jul 28 2023 03:14:18 UTC (QA Tests)] INFO -- clicking :comment_button721 mentions another user in an issue722Data Stores723 Subgroup transfer724[Jul 28 2023 03:14:18 UTC (QA Tests)] INFO -- Starting test: Data Stores Subgroup transfer transfers a subgroup to another group725[Jul 28 2023 03:14:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds726[Jul 28 2023 03:14:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/target-group-for-transfer_358606e3ae6d6382' via api in 0.27 seconds727[Jul 28 2023 03:14:19 UTC (QA Tests)] INFO -- filling :login_field with "root"728[Jul 28 2023 03:14:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field729[Jul 28 2023 03:14:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"730[Jul 28 2023 03:14:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field731[Jul 28 2023 03:14:20 UTC (QA Tests)] INFO -- clicking :sign_in_button732[Jul 28 2023 03:14:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.006s733[Jul 28 2023 03:14:21 UTC (QA Tests)] INFO -- Enabling super sidebar!734[Jul 28 2023 03:14:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled735[Jul 28 2023 03:14:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds736[Jul 28 2023 03:14:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/source-group-for-transfer_9a959acfebf53110' via api in 0.3 seconds737[Jul 28 2023 03:14:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/source-group-for-transfer_9a959acfebf53110/subgroup-for-transfer_c66ac527309046eb' via api in 0.27 seconds738[Jul 28 2023 03:14:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-5943dae1.test/groups/gitlab-qa-sandbox-group-6/source-group-for-transfer_9a959acfebf53110/subgroup-for-transfer_c66ac527309046eb739[Jul 28 2023 03:14:25 UTC (QA Tests)] INFO -- clicking :menu_section_button740[Jul 28 2023 03:14:25 UTC (QA Tests)] INFO -- clicking :nav_item_link741[Jul 28 2023 03:14:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.786s742[Jul 28 2023 03:14:25 UTC (QA Tests)] INFO -- Transferring group: subgroup-for-transfer_c66ac527309046eb to target group: target-group-for-transfer_358606e3ae6d6382743[Jul 28 2023 03:14:27 UTC (QA Tests)] INFO -- scrolling to :[data-testid="transfer_group_content"],[data-testid="transfer-group-content"],[data-qa-selector="transfer_group_content"],.qa-transfer-group-content744[Jul 28 2023 03:14:27 UTC (QA Tests)] INFO -- clicking :namespaces_list745[Jul 28 2023 03:14:27 UTC (QA Tests)] INFO -- filling :namespaces_list_search with "target-group-for-transfer_358606e3ae6d6382"746[Jul 28 2023 03:14:27 UTC (QA Tests)] INFO -- clicking the coordinates of :namespaces_list_search747[Jul 28 2023 03:14:28 UTC (QA Tests)] INFO -- clicking :transfer_group_button748[Jul 28 2023 03:14:28 UTC (QA Tests)] INFO -- filling :confirm_danger_field with "gitlab-qa-sandbox-group-6/source-group-for-transfer_9a959acfebf53110/subgroup-for-transfer_c66ac527309046eb"749[Jul 28 2023 03:14:28 UTC (QA Tests)] INFO -- clicking the coordinates of :confirm_danger_field750[Jul 28 2023 03:14:28 UTC (QA Tests)] INFO -- clicking :confirm_danger_modal_button751[Jul 28 2023 03:14:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_danger_modal_button' took 0.943s752 transfers a subgroup to another group753Package754 SaaS Container Registry755 pulls an image from an existing repository (PENDING: Test is not compatible with this environment or pipeline)756Plan757 Issue creation758[Jul 28 2023 03:14:30 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation closes an issue759[Jul 28 2023 03:14:30 UTC (QA Tests)] INFO -- filling :login_field with "root"760[Jul 28 2023 03:14:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field761[Jul 28 2023 03:14:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"762[Jul 28 2023 03:14:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field763[Jul 28 2023 03:14:31 UTC (QA Tests)] INFO -- clicking :sign_in_button764[Jul 28 2023 03:14:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.643s765[Jul 28 2023 03:14:33 UTC (QA Tests)] INFO -- Enabling super sidebar!766[Jul 28 2023 03:14:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled767[Jul 28 2023 03:14:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds768[Jul 28 2023 03:14:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds769[Jul 28 2023 03:14:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-for-issues-6faac6ca9aa14492' via api in 0.52 seconds770[Jul 28 2023 03:14:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '6' via api in 0.83 seconds771[Jul 28 2023 03:14:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-for-issues-6faac6ca9aa14492/-/issues/1772[Jul 28 2023 03:14:38 UTC (QA Tests)] INFO -- clicking :menu_section_button773[Jul 28 2023 03:14:38 UTC (QA Tests)] INFO -- clicking :nav_item_link774[Jul 28 2023 03:14:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.902s775[Jul 28 2023 03:14:39 UTC (QA Tests)] INFO -- clicking :closed_issuables_tab776 closes an issue777[Jul 28 2023 03:14:39 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation creates an issue778[Jul 28 2023 03:14:40 UTC (QA Tests)] INFO -- filling :login_field with "root"779[Jul 28 2023 03:14:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field780[Jul 28 2023 03:14:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"781[Jul 28 2023 03:14:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field782[Jul 28 2023 03:14:41 UTC (QA Tests)] INFO -- clicking :sign_in_button783[Jul 28 2023 03:14:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.034s784[Jul 28 2023 03:14:42 UTC (QA Tests)] INFO -- Enabling super sidebar!785[Jul 28 2023 03:14:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled786[Jul 28 2023 03:14:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds787[Jul 28 2023 03:14:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds788[Jul 28 2023 03:14:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/the_awesome_project-e00eb17a412162fe' via api in 0.53 seconds789[Jul 28 2023 03:14:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/the_awesome_project-e00eb17a412162fe790[Jul 28 2023 03:14:45 UTC (QA Tests)] INFO -- clicking :new_menu_toggle791[Jul 28 2023 03:14:45 UTC (QA Tests)] INFO -- clicking :create_menu_item792[Jul 28 2023 03:14:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.993s793[Jul 28 2023 03:14:46 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title 274875cd694dd1fb"794[Jul 28 2023 03:14:46 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field795[Jul 28 2023 03:14:47 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Issue description 57ffd439ca17b034"796[Jul 28 2023 03:14:47 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field797[Jul 28 2023 03:14:47 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present798[Jul 28 2023 03:14:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.084s799[Jul 28 2023 03:14:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 5.17 seconds800[Jul 28 2023 03:14:50 UTC (QA Tests)] INFO -- clicking :menu_section_button801[Jul 28 2023 03:14:50 UTC (QA Tests)] INFO -- clicking :nav_item_link802[Jul 28 2023 03:14:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.841s803 creates an issue804 when using attachments in comments805[Jul 28 2023 03:14:51 UTC (QA Tests)] INFO -- Starting test: Plan Issue creation when using attachments in comments comments on an issue with an attachment806[Jul 28 2023 03:14:51 UTC (QA Tests)] INFO -- filling :login_field with "root"807[Jul 28 2023 03:14:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field808[Jul 28 2023 03:14:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"809[Jul 28 2023 03:14:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field810[Jul 28 2023 03:14:52 UTC (QA Tests)] INFO -- clicking :sign_in_button811[Jul 28 2023 03:14:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.074s812[Jul 28 2023 03:14:54 UTC (QA Tests)] INFO -- Enabling super sidebar!813[Jul 28 2023 03:14:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled814[Jul 28 2023 03:14:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds815[Jul 28 2023 03:14:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds816[Jul 28 2023 03:14:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-for-issues-801f66acd7d24799' via api in 0.59 seconds817[Jul 28 2023 03:14:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '8' via api in 0.86 seconds818[Jul 28 2023 03:14:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-for-issues-801f66acd7d24799/-/issues/1819[Jul 28 2023 03:14:58 UTC (QA Tests)] INFO -- clicking :issue_title820[Jul 28 2023 03:14:58 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown821[Jul 28 2023 03:14:59 UTC (QA Tests)] INFO -- filling :comment_field with "See attached image for scale822"823[Jul 28 2023 03:14:59 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field824[Jul 28 2023 03:15:00 UTC (QA Tests)] INFO -- clicking :comment_button825[Jul 28 2023 03:15:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element noteable_note_container' took 0.513s826 comments on an issue with an attachment827Create828 Upload a file in Web IDE829 when a file with the same name already exists830[Jul 28 2023 03:15:00 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when a file with the same name already exists throws an error831 throws an error (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)832 when the file is a text file833[Jul 28 2023 03:15:00 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is a text file shows the Edit tab with the text834 shows the Edit tab with the text (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)835 when the file is binary836[Jul 28 2023 03:15:00 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is binary shows a Download button837 shows a Download button (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)838 when the file is an image839[Jul 28 2023 03:15:00 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is an image shows an image viewer840 shows an image viewer (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)841Verify842 Pipeline with file variables and downstream pipelines843[Jul 28 2023 03:15:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds844[Jul 28 2023 03:15:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds845[Jul 28 2023 03:15:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/upstream-project-with-file-variables-4fb404594c43f790' via api in 0.53 seconds846[Jul 28 2023 03:15:01 UTC (QA Tests)] INFO -- Enabling feature: ci_prevent_file_var_expansion_downstream_pipeline for scope "project: gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/upstream-project-with-file-variables-4fb404594c43f790"847[Jul 28 2023 03:15:22 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: ci_prevent_file_var_expansion_downstream_pipeline848[Jul 28 2023 03:15:22 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with file variables and downstream pipelines creates variable with file path in downstream pipelines and can read file variable content849[Jul 28 2023 03:15:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds850[Jul 28 2023 03:15:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds851[Jul 28 2023 03:15:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/downstream-project-5c05322a6c2355d2' via api in 0.53 seconds852[Jul 28 2023 03:15:22 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.853[Jul 28 2023 03:15:22 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`854[Jul 28 2023 03:15:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`855[Jul 28 2023 03:15:23 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-xs0biihb --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-xs0biihb 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-xs0biihb --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list qa-runner-xs0biihb --executor shell && gitlab-runner run" `856[Jul 28 2023 03:15:23 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-xs0biihb`857[Jul 28 2023 03:15:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`858[Jul 28 2023 03:15:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-xs0biihb' via api in 1.15 seconds859[Jul 28 2023 03:15:24 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.860[Jul 28 2023 03:15:24 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`861[Jul 28 2023 03:15:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`862[Jul 28 2023 03:15:29 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-xs0biihb-downstream --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-xs0biihb-downstream 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-xs0biihb-downstream --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list qa-runner-xs0biihb --executor shell && gitlab-runner run" `863[Jul 28 2023 03:15:29 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-xs0biihb-downstream`864[Jul 28 2023 03:15:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`865[Jul 28 2023 03:15:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-xs0biihb-downstream' via api in 6.19 seconds866[Jul 28 2023 03:15:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds867[Jul 28 2023 03:15:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds868[Jul 28 2023 03:15:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds869[Jul 28 2023 03:15:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds870[Jul 28 2023 03:15:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Pipeline with id '4' via api in 0.6 seconds871[Jul 28 2023 03:15:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '6' via api in 0.09 seconds872[Jul 28 2023 03:15:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Pipeline with id '8' via api in 0.08 seconds873[Jul 28 2023 03:15:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '12' via api in 0.11 seconds874[Jul 28 2023 03:15:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '13' via api in 0.1 seconds875[Jul 28 2023 03:15:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '16' via api in 0.1 seconds876[Jul 28 2023 03:15:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Job with id '17' via api in 0.1 seconds877[Jul 28 2023 03:15:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-xs0biihb'878[Jul 28 2023 03:15:44 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-xs0biihb`879[Jul 28 2023 03:15:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-xs0biihb-downstream'880[Jul 28 2023 03:15:44 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-xs0biihb-downstream`881[Jul 28 2023 03:15:44 UTC (QA Tests)] INFO -- Disabling feature: ci_prevent_file_var_expansion_downstream_pipeline for scope "project: gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/upstream-project-with-file-variables-4fb404594c43f790"882[Jul 28 2023 03:15:45 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: ci_prevent_file_var_expansion_downstream_pipeline883 creates variable with file path in downstream pipelines and can read file variable content884Create885 Push mirror a repository over HTTP886[Jul 28 2023 03:15:45 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository887[Jul 28 2023 03:15:45 UTC (QA Tests)] INFO -- filling :login_field with "root"888[Jul 28 2023 03:15:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field889[Jul 28 2023 03:15:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"890[Jul 28 2023 03:15:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field891[Jul 28 2023 03:15:46 UTC (QA Tests)] INFO -- clicking :sign_in_button892[Jul 28 2023 03:15:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.062s893[Jul 28 2023 03:15:47 UTC (QA Tests)] INFO -- Enabling super sidebar!894[Jul 28 2023 03:15:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled895[Jul 28 2023 03:15:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds896[Jul 28 2023 03:15:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds897[Jul 28 2023 03:15:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/push-mirror-target-project-6a3efae3b1b4d240' via api in 0.6 seconds898[Jul 28 2023 03:15:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds899[Jul 28 2023 03:15:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds900[Jul 28 2023 03:15:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-code-b3318adae5aaf411' via api in 0.55 seconds901[Jul 28 2023 03:15:52 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"902[Jul 28 2023 03:15:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.72 seconds903[Jul 28 2023 03:15:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-code-b3318adae5aaf411904[Jul 28 2023 03:15:54 UTC (QA Tests)] INFO -- clicking :menu_section_button905[Jul 28 2023 03:15:54 UTC (QA Tests)] INFO -- clicking :nav_item_link906[Jul 28 2023 03:15:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.1s907[Jul 28 2023 03:15:57 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/push-mirror-target-project-6a3efae3b1b4d240.git"908[Jul 28 2023 03:15:57 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field909[Jul 28 2023 03:15:57 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field910[Jul 28 2023 03:16:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? authentication_method_field' took 11.075s911[Jul 28 2023 03:16:08 UTC (QA Tests)] INFO -- Saving screenshot..912[Jul 28 2023 03:16:09 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository913[Jul 28 2023 03:16:09 UTC (QA Tests)] INFO -- filling :login_field with "root"914[Jul 28 2023 03:16:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field915[Jul 28 2023 03:16:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"916[Jul 28 2023 03:16:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field917[Jul 28 2023 03:16:10 UTC (QA Tests)] INFO -- clicking :sign_in_button918[Jul 28 2023 03:16:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.033s919[Jul 28 2023 03:16:11 UTC (QA Tests)] INFO -- Enabling super sidebar!920[Jul 28 2023 03:16:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled921[Jul 28 2023 03:16:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds922[Jul 28 2023 03:16:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds923[Jul 28 2023 03:16:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/push-mirror-target-project-f801f30ed604b7db' via api in 0.51 seconds924[Jul 28 2023 03:16:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds925[Jul 28 2023 03:16:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds926[Jul 28 2023 03:16:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-code-16739abb57986399' via api in 0.52 seconds927[Jul 28 2023 03:16:16 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"928[Jul 28 2023 03:16:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.74 seconds929[Jul 28 2023 03:16:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-code-16739abb57986399930[Jul 28 2023 03:16:18 UTC (QA Tests)] INFO -- clicking :menu_section_button931[Jul 28 2023 03:16:18 UTC (QA Tests)] INFO -- clicking :nav_item_link932[Jul 28 2023 03:16:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.085s933[Jul 28 2023 03:16:21 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/push-mirror-target-project-f801f30ed604b7db.git"934[Jul 28 2023 03:16:21 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field935[Jul 28 2023 03:16:21 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field936[Jul 28 2023 03:16:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? authentication_method_field' took 11.075s937[Jul 28 2023 03:16:32 UTC (QA Tests)] INFO -- Saving screenshot..938 configures and syncs LFS objects for a (push) mirrored repository (FAILED - 2)9401st Try error in ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:6:941Couldn't find element named "authentication_method_field"943RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:6944 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-07-28-03-08-52-db4c73c85441e216/create_push_mirror_a_repository_over_http_configures_and_syncs_lfs_objects_for_a_2023-07-28-03-16-32.790.html945 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-07-28-03-08-52-db4c73c85441e216/create_push_mirror_a_repository_over_http_configures_and_syncs_lfs_objects_for_a_2023-07-28-03-16-32.790.png946Create947 Create, Retrieve and Delete branches via API948[Jul 28 2023 03:16:33 UTC (QA Tests)] INFO -- Starting test: Create Create, Retrieve and Delete branches via API creates, retrieves and deletes branches949[Jul 28 2023 03:16:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds950[Jul 28 2023 03:16:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds951[Jul 28 2023 03:16:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-qa-test-788193e9429c0501' via api in 0.54 seconds952[Jul 28 2023 03:16:35 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add file.txt"953[Jul 28 2023 03:16:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Branch with name 'create-branch' via api in 0.35 seconds954[Jul 28 2023 03:16:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Repository::Branch with name 'delete-branch' via api in 0.1 seconds955[Jul 28 2023 03:16:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::Repository::Branch with name 'delete-branch'956 creates, retrieves and deletes branches957Verify958 Update CI file with pipeline editor959[Jul 28 2023 03:16:36 UTC (QA Tests)] INFO -- Starting test: Verify Update CI file with pipeline editor creates new pipeline and target branch960[Jul 28 2023 03:16:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds961[Jul 28 2023 03:16:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds962[Jul 28 2023 03:16:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pipeline-editor-project-c1a9e00ba176787a' via api in 0.52 seconds963[Jul 28 2023 03:16:36 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.964[Jul 28 2023 03:16:36 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`965[Jul 28 2023 03:16:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`966[Jul 28 2023 03:16:42 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name 3b2aae746013d4c098d4 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach 3b2aae746013d4c098d4 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 3b2aae746013d4c098d4 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list 3b2aae746013d4c098d4 --executor shell && gitlab-runner run" `967[Jul 28 2023 03:16:42 UTC (QA Tests)] INFO -- Executing: `docker logs 3b2aae746013d4c098d4`968[Jul 28 2023 03:16:42 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`969[Jul 28 2023 03:16:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name '3b2aae746013d4c098d4' via api in 6.23 seconds970[Jul 28 2023 03:16:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds971[Jul 28 2023 03:16:44 UTC (QA Tests)] INFO -- filling :login_field with "root"972[Jul 28 2023 03:16:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field973[Jul 28 2023 03:16:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"974[Jul 28 2023 03:16:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field975[Jul 28 2023 03:16:44 UTC (QA Tests)] INFO -- clicking :sign_in_button976[Jul 28 2023 03:16:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.156s977[Jul 28 2023 03:16:46 UTC (QA Tests)] INFO -- Enabling super sidebar!978[Jul 28 2023 03:16:46 UTC (QA Tests)] INFO -- Super sidebar is already enabled979[Jul 28 2023 03:16:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pipeline-editor-project-c1a9e00ba176787a980[Jul 28 2023 03:16:49 UTC (QA Tests)] INFO -- clicking :menu_section_button981[Jul 28 2023 03:16:50 UTC (QA Tests)] INFO -- clicking :nav_item_link982[Jul 28 2023 03:16:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.876s983[Jul 28 2023 03:16:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.54s984[Jul 28 2023 03:16:51 UTC (QA Tests)] INFO -- clicking :pipeline_editor_app985[Jul 28 2023 03:16:52 UTC (QA Tests)] INFO -- clicking :commit_changes_button986[Jul 28 2023 03:16:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.017s987[Jul 28 2023 03:16:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.029s988[Jul 28 2023 03:16:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.032s989[Jul 28 2023 03:16:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.015s990[Jul 28 2023 03:16:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.006s991[Jul 28 2023 03:16:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.007s992[Jul 28 2023 03:17:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.022s993[Jul 28 2023 03:17:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.002s994[Jul 28 2023 03:17:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.883s995[Jul 28 2023 03:17:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 10.554s996[Jul 28 2023 03:17:03 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>60, :sleep_interval=>3}' arguments997[Jul 28 2023 03:17:03 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name '3b2aae746013d4c098d4'998[Jul 28 2023 03:17:03 UTC (QA Tests)] INFO -- Executing: `docker rm -f 3b2aae746013d4c098d4`999[Jul 28 2023 03:17:04 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pipeline-editor-project-c1a9e00ba176787a'1000[Jul 28 2023 03:17:04 UTC (QA Tests)] ERROR -- Interceptor Api Errors1001[-1] POST /api/graphql -- Correlation Id: Correlation Id not found1002[-1] GET /api/graphql -- Correlation Id: Correlation Id not found1003 creates new pipeline and target branch1004Create1005 Multiple file snippet1006 behaves like adding file to snippet1007[Jul 28 2023 03:17:04 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like adding file to snippet adds second file to an existing project_snippet to make it multi-file1008[Jul 28 2023 03:17:04 UTC (QA Tests)] INFO -- filling :login_field with "root"1009[Jul 28 2023 03:17:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1010[Jul 28 2023 03:17:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"1011[Jul 28 2023 03:17:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1012[Jul 28 2023 03:17:05 UTC (QA Tests)] INFO -- clicking :sign_in_button1013[Jul 28 2023 03:17:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.067s1014[Jul 28 2023 03:17:07 UTC (QA Tests)] INFO -- Enabling super sidebar!1015[Jul 28 2023 03:17:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled1016[Jul 28 2023 03:17:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds1017[Jul 28 2023 03:17:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds1018[Jul 28 2023 03:17:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-snippets-498f4f587f102ca0' via api in 0.52 seconds1019[Jul 28 2023 03:17:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '5' via api in 0.95 seconds1020[Jul 28 2023 03:17:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-snippets-498f4f587f102ca0/-/snippets/51021[Jul 28 2023 03:17:10 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1022[Jul 28 2023 03:17:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.271s1023[Jul 28 2023 03:17:12 UTC (QA Tests)] INFO -- clicking :add_file_button1024[Jul 28 2023 03:17:12 UTC (QA Tests)] INFO -- filling :file_name_field with "Second file name"1025[Jul 28 2023 03:17:12 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1026[Jul 28 2023 03:17:12 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1027[Jul 28 2023 03:17:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.337s1028[Jul 28 2023 03:17:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.35s1029 adds second file to an existing project_snippet to make it multi-file1030 behaves like adding file to snippet1031[Jul 28 2023 03:17:14 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like adding file to snippet adds second file to an existing personal_snippet to make it multi-file1032[Jul 28 2023 03:17:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1033[Jul 28 2023 03:17:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1034[Jul 28 2023 03:17:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"1035[Jul 28 2023 03:17:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1036[Jul 28 2023 03:17:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1037[Jul 28 2023 03:17:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.12s1038[Jul 28 2023 03:17:17 UTC (QA Tests)] INFO -- Enabling super sidebar!1039[Jul 28 2023 03:17:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled1040[Jul 28 2023 03:17:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '6' via api in 0.34 seconds1041[Jul 28 2023 03:17:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-5943dae1.test/-/snippets/61042[Jul 28 2023 03:17:20 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1043[Jul 28 2023 03:17:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.779s1044[Jul 28 2023 03:17:21 UTC (QA Tests)] INFO -- clicking :add_file_button1045[Jul 28 2023 03:17:21 UTC (QA Tests)] INFO -- filling :file_name_field with "Second file name"1046[Jul 28 2023 03:17:21 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1047[Jul 28 2023 03:17:22 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1048[Jul 28 2023 03:17:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.895s1049[Jul 28 2023 03:17:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.905s1050 adds second file to an existing personal_snippet to make it multi-file1051Framework sanity1052 Version check1053 is the specified version (PENDING: Test is not compatible with this environment or pipeline)1054Release1055 Deploy token creation1056[Jul 28 2023 03:17:23 UTC (QA Tests)] INFO -- Starting test: Release Deploy token creation user adds a deploy token1057[Jul 28 2023 03:17:24 UTC (QA Tests)] INFO -- filling :login_field with "root"1058[Jul 28 2023 03:17:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1059[Jul 28 2023 03:17:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"1060[Jul 28 2023 03:17:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1061[Jul 28 2023 03:17:25 UTC (QA Tests)] INFO -- clicking :sign_in_button1062[Jul 28 2023 03:17:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.998s1063[Jul 28 2023 03:17:26 UTC (QA Tests)] INFO -- Enabling super sidebar!1064[Jul 28 2023 03:17:26 UTC (QA Tests)] INFO -- Super sidebar is already enabled1065[Jul 28 2023 03:17:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds1066[Jul 28 2023 03:17:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds1067[Jul 28 2023 03:17:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-to-deploy-ee447868614572d9' via api in 0.53 seconds1068[Jul 28 2023 03:17:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-1' via api in 0.63 seconds1069 user adds a deploy token1070Create1071 First file using Web IDE1072[Jul 28 2023 03:17:29 UTC (QA Tests)] INFO -- Starting test: Create First file using Web IDE creates the first file in an empty project via Web IDE1073 creates the first file in an empty project via Web IDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)1074Verify1075 Trigger matrix1076[Jul 28 2023 03:17:29 UTC (QA Tests)] INFO -- Starting test: Verify Trigger matrix creates 2 trigger jobs and passes corresponding matrix variables1077[Jul 28 2023 03:17:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds1078[Jul 28 2023 03:17:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds1079[Jul 28 2023 03:17:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-pipeline-338fdb10668f7589' via api in 0.51 seconds1080[Jul 28 2023 03:17:29 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1081[Jul 28 2023 03:17:29 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1082[Jul 28 2023 03:17:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1083[Jul 28 2023 03:17:34 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-mor5g8z9 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-mor5g8z9 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-mor5g8z9 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list qa-runner-mor5g8z9 --executor shell && gitlab-runner run" `1084[Jul 28 2023 03:17:35 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-mor5g8z9`1085[Jul 28 2023 03:17:35 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1086[Jul 28 2023 03:17:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-mor5g8z9' via api in 6.19 seconds1087[Jul 28 2023 03:17:36 UTC (QA Tests)] INFO -- filling :login_field with "root"1088[Jul 28 2023 03:17:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1089[Jul 28 2023 03:17:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"1090[Jul 28 2023 03:17:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1091[Jul 28 2023 03:17:37 UTC (QA Tests)] INFO -- clicking :sign_in_button1092[Jul 28 2023 03:17:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.031s1093[Jul 28 2023 03:17:38 UTC (QA Tests)] INFO -- Enabling super sidebar!1094[Jul 28 2023 03:17:38 UTC (QA Tests)] INFO -- Super sidebar is already enabled1095[Jul 28 2023 03:17:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds1096[Jul 28 2023 03:17:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-pipeline-338fdb10668f75891097[Jul 28 2023 03:17:42 UTC (QA Tests)] INFO -- clicking :menu_section_button1098[Jul 28 2023 03:17:42 UTC (QA Tests)] INFO -- clicking :nav_item_link1099[Jul 28 2023 03:17:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.711s1100[Jul 28 2023 03:17:55 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1101[Jul 28 2023 03:17:55 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1102[Jul 28 2023 03:17:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.177s1103[Jul 28 2023 03:17:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-mor5g8z9'1104[Jul 28 2023 03:17:57 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-mor5g8z9`1105[Jul 28 2023 03:17:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-pipeline-338fdb10668f7589'1106 creates 2 trigger jobs and passes corresponding matrix variables1107Create1108 Merge requests1109 when merging once1110 behaves like merge when pipeline succeeds1111 merges after pipeline succeeds (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/403017)1112Plan1113 Related issues1114[Jul 28 2023 03:17:57 UTC (QA Tests)] INFO -- Starting test: Plan Related issues relates and unrelates one issue to/from another1115[Jul 28 2023 03:17:58 UTC (QA Tests)] INFO -- filling :login_field with "root"1116[Jul 28 2023 03:17:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1117[Jul 28 2023 03:17:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"1118[Jul 28 2023 03:17:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1119[Jul 28 2023 03:17:58 UTC (QA Tests)] INFO -- clicking :sign_in_button1120[Jul 28 2023 03:18:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.069s1121[Jul 28 2023 03:18:00 UTC (QA Tests)] INFO -- Enabling super sidebar!1122[Jul 28 2023 03:18:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled1123[Jul 28 2023 03:18:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds1124[Jul 28 2023 03:18:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds1125[Jul 28 2023 03:18:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-to-test-related-issues-3dfa73bd34a1df37' via api in 0.58 seconds1126[Jul 28 2023 03:18:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '9' via api in 0.22 seconds1127[Jul 28 2023 03:18:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-to-test-related-issues-3dfa73bd34a1df37/-/issues/11128[Jul 28 2023 03:18:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '10' via api in 0.23 seconds1129[Jul 28 2023 03:18:05 UTC (QA Tests)] INFO -- clicking :related_issues_plus_button1130[Jul 28 2023 03:18:05 UTC (QA Tests)] INFO -- filling :add_issue_field with "http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-to-test-related-issues-3dfa73bd34a1df37/-/issues/2"1131[Jul 28 2023 03:18:05 UTC (QA Tests)] INFO -- clicking the coordinates of :add_issue_field1132[Jul 28 2023 03:18:06 UTC (QA Tests)] INFO -- clicking :remove_related_issue_button1133 relates and unrelates one issue to/from another1134Verify1135 Pipeline with image:pull_policy1136 when policy is allowed1137 with [never] policy1138[Jul 28 2023 03:18:06 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with image:pull_policy when policy is allowed with [never] policy applies pull policy in job correctly1139[Jul 28 2023 03:18:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1140[Jul 28 2023 03:18:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds1141[Jul 28 2023 03:18:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pipeline-with-image-pull-policy-1bd0cb852956ef6f' via api in 0.6 seconds1142[Jul 28 2023 03:18:07 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1143[Jul 28 2023 03:18:07 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1144[Jul 28 2023 03:18:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1145[Jul 28 2023 03:18:12 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1146[Jul 28 2023 03:18:12 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-6q9iuuqm -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-6q9iuuqm 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-6q9iuuqm --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list qa-runner-6q9iuuqm --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1147[Jul 28 2023 03:18:13 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-6q9iuuqm`1148[Jul 28 2023 03:18:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1149[Jul 28 2023 03:18:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-6q9iuuqm' via api in 6.27 seconds1150[Jul 28 2023 03:18:13 UTC (QA Tests)] INFO -- Updating runner config to allow pull policies...1151[Jul 28 2023 03:18:13 UTC (QA Tests)] INFO -- Executing: `docker cp qa-runner-6q9iuuqm:/etc/gitlab-runner/config.toml /tmp/config.toml20230728-39-6hqe8b`1152[Jul 28 2023 03:18:13 UTC (QA Tests)] INFO -- Executing: `docker cp /tmp/config.toml20230728-39-6hqe8b qa-runner-6q9iuuqm:/etc/gitlab-runner/config.toml`1153[Jul 28 2023 03:18:14 UTC (QA Tests)] INFO -- Restarting runner container qa-runner-6q9iuuqm...1154[Jul 28 2023 03:18:14 UTC (QA Tests)] INFO -- Executing: `docker restart qa-runner-6q9iuuqm`1155[Jul 28 2023 03:18:14 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-6q9iuuqm`1156[Jul 28 2023 03:18:14 UTC (QA Tests)] INFO -- Waiting for runner to come online...1157[Jul 28 2023 03:18:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1158[Jul 28 2023 03:18:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1159[Jul 28 2023 03:18:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1160[Jul 28 2023 03:18:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1161[Jul 28 2023 03:18:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1162[Jul 28 2023 03:18:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1163[Jul 28 2023 03:18:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.064s1164[Jul 28 2023 03:18:18 UTC (QA Tests)] INFO -- Enabling super sidebar!1165[Jul 28 2023 03:18:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled1166[Jul 28 2023 03:18:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pipeline-with-image-pull-policy-1bd0cb852956ef6f1167[Jul 28 2023 03:18:21 UTC (QA Tests)] INFO -- clicking :menu_section_button1168[Jul 28 2023 03:18:21 UTC (QA Tests)] INFO -- clicking :nav_item_link1169[Jul 28 2023 03:18:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.787s1170[Jul 28 2023 03:18:35 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1171[Jul 28 2023 03:18:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.108s1172[Jul 28 2023 03:18:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'gitlab-runner'1173[Jul 28 2023 03:18:37 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-6q9iuuqm`1174 applies pull policy in job correctly1175 with [always] policy1176[Jul 28 2023 03:18:37 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with image:pull_policy when policy is allowed with [always] policy applies pull policy in job correctly1177[Jul 28 2023 03:18:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1178[Jul 28 2023 03:18:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.14 seconds1179[Jul 28 2023 03:18:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pipeline-with-image-pull-policy-9a888212215c8ac2' via api in 0.57 seconds1180[Jul 28 2023 03:18:38 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1181[Jul 28 2023 03:18:38 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1182[Jul 28 2023 03:18:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1183[Jul 28 2023 03:18:38 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1184[Jul 28 2023 03:18:38 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-nc4gez42 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-nc4gez42 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-nc4gez42 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list qa-runner-nc4gez42 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1185[Jul 28 2023 03:18:39 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-nc4gez42`1186[Jul 28 2023 03:18:39 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1187[Jul 28 2023 03:18:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-nc4gez42' via api in 1.28 seconds1188[Jul 28 2023 03:18:39 UTC (QA Tests)] INFO -- Updating runner config to allow pull policies...1189[Jul 28 2023 03:18:39 UTC (QA Tests)] INFO -- Executing: `docker cp qa-runner-nc4gez42:/etc/gitlab-runner/config.toml /tmp/config.toml20230728-39-vmknp6`1190[Jul 28 2023 03:18:39 UTC (QA Tests)] INFO -- Executing: `docker cp /tmp/config.toml20230728-39-vmknp6 qa-runner-nc4gez42:/etc/gitlab-runner/config.toml`1191[Jul 28 2023 03:18:39 UTC (QA Tests)] INFO -- Restarting runner container qa-runner-nc4gez42...1192[Jul 28 2023 03:18:39 UTC (QA Tests)] INFO -- Executing: `docker restart qa-runner-nc4gez42`1193[Jul 28 2023 03:18:40 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-nc4gez42`1194[Jul 28 2023 03:18:40 UTC (QA Tests)] INFO -- Waiting for runner to come online...1195[Jul 28 2023 03:18:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1196[Jul 28 2023 03:18:41 UTC (QA Tests)] INFO -- filling :login_field with "root"1197[Jul 28 2023 03:18:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1198[Jul 28 2023 03:18:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"1199[Jul 28 2023 03:18:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1200[Jul 28 2023 03:18:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1201[Jul 28 2023 03:18:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.135s1202[Jul 28 2023 03:18:44 UTC (QA Tests)] INFO -- Enabling super sidebar!1203[Jul 28 2023 03:18:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled1204[Jul 28 2023 03:18:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pipeline-with-image-pull-policy-9a888212215c8ac21205[Jul 28 2023 03:18:47 UTC (QA Tests)] INFO -- clicking :menu_section_button1206[Jul 28 2023 03:18:48 UTC (QA Tests)] INFO -- clicking :nav_item_link1207[Jul 28 2023 03:18:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.834s1208[Jul 28 2023 03:19:11 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1209[Jul 28 2023 03:19:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 0.91s1210[Jul 28 2023 03:19:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'gitlab-runner'1211[Jul 28 2023 03:19:13 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-nc4gez42`1212 applies pull policy in job correctly1213 with [if-not-present] policy1214[Jul 28 2023 03:19:13 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with image:pull_policy when policy is allowed with [if-not-present] policy applies pull policy in job correctly1215[Jul 28 2023 03:19:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds1216[Jul 28 2023 03:19:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds1217[Jul 28 2023 03:19:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pipeline-with-image-pull-policy-50c81b2b8f38e0ca' via api in 0.53 seconds1218[Jul 28 2023 03:19:13 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1219[Jul 28 2023 03:19:13 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1220[Jul 28 2023 03:19:19 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1221[Jul 28 2023 03:19:19 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1222[Jul 28 2023 03:19:19 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-44y1n711 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-44y1n711 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-44y1n711 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list qa-runner-44y1n711 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1223[Jul 28 2023 03:19:19 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-44y1n711`1224[Jul 28 2023 03:19:19 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1225[Jul 28 2023 03:19:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-44y1n711' via api in 6.24 seconds1226[Jul 28 2023 03:19:20 UTC (QA Tests)] INFO -- Updating runner config to allow pull policies...1227[Jul 28 2023 03:19:20 UTC (QA Tests)] INFO -- Executing: `docker cp qa-runner-44y1n711:/etc/gitlab-runner/config.toml /tmp/config.toml20230728-39-s3pwkz`1228[Jul 28 2023 03:19:20 UTC (QA Tests)] INFO -- Executing: `docker cp /tmp/config.toml20230728-39-s3pwkz qa-runner-44y1n711:/etc/gitlab-runner/config.toml`1229[Jul 28 2023 03:19:20 UTC (QA Tests)] INFO -- Restarting runner container qa-runner-44y1n711...1230[Jul 28 2023 03:19:20 UTC (QA Tests)] INFO -- Executing: `docker restart qa-runner-44y1n711`1231[Jul 28 2023 03:19:21 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-44y1n711`1232[Jul 28 2023 03:19:21 UTC (QA Tests)] INFO -- Waiting for runner to come online...1233[Jul 28 2023 03:19:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1234[Jul 28 2023 03:19:22 UTC (QA Tests)] INFO -- filling :login_field with "root"1235[Jul 28 2023 03:19:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1236[Jul 28 2023 03:19:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"1237[Jul 28 2023 03:19:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1238[Jul 28 2023 03:19:23 UTC (QA Tests)] INFO -- clicking :sign_in_button1239[Jul 28 2023 03:19:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.078s1240[Jul 28 2023 03:19:24 UTC (QA Tests)] INFO -- Enabling super sidebar!1241[Jul 28 2023 03:19:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled1242[Jul 28 2023 03:19:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pipeline-with-image-pull-policy-50c81b2b8f38e0ca1243[Jul 28 2023 03:19:28 UTC (QA Tests)] INFO -- clicking :menu_section_button1244[Jul 28 2023 03:19:28 UTC (QA Tests)] INFO -- clicking :nav_item_link1245[Jul 28 2023 03:19:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.712s1246[Jul 28 2023 03:19:30 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1247[Jul 28 2023 03:19:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 0.857s1248[Jul 28 2023 03:19:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'gitlab-runner'1249[Jul 28 2023 03:19:31 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-44y1n711`1250 applies pull policy in job correctly1251 with [always if-not-present] policies1252[Jul 28 2023 03:19:31 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with image:pull_policy when policy is allowed with [always if-not-present] policies applies pull policy in job correctly1253[Jul 28 2023 03:19:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1254[Jul 28 2023 03:19:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds1255[Jul 28 2023 03:19:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pipeline-with-image-pull-policy-b7dd7a38820e1d75' via api in 0.62 seconds1256[Jul 28 2023 03:19:32 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1257[Jul 28 2023 03:19:32 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1258[Jul 28 2023 03:19:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1259[Jul 28 2023 03:19:32 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1260[Jul 28 2023 03:19:32 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-da6ssywp -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-da6ssywp 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-da6ssywp --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list qa-runner-da6ssywp --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1261[Jul 28 2023 03:19:33 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-da6ssywp`1262[Jul 28 2023 03:19:33 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1263[Jul 28 2023 03:19:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-da6ssywp' via api in 1.19 seconds1264[Jul 28 2023 03:19:33 UTC (QA Tests)] INFO -- Updating runner config to allow pull policies...1265[Jul 28 2023 03:19:33 UTC (QA Tests)] INFO -- Executing: `docker cp qa-runner-da6ssywp:/etc/gitlab-runner/config.toml /tmp/config.toml20230728-39-p1224c`1266[Jul 28 2023 03:19:33 UTC (QA Tests)] INFO -- Executing: `docker cp /tmp/config.toml20230728-39-p1224c qa-runner-da6ssywp:/etc/gitlab-runner/config.toml`1267[Jul 28 2023 03:19:34 UTC (QA Tests)] INFO -- Restarting runner container qa-runner-da6ssywp...1268[Jul 28 2023 03:19:34 UTC (QA Tests)] INFO -- Executing: `docker restart qa-runner-da6ssywp`1269[Jul 28 2023 03:19:34 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-da6ssywp`1270[Jul 28 2023 03:19:34 UTC (QA Tests)] INFO -- Waiting for runner to come online...1271[Jul 28 2023 03:19:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds1272[Jul 28 2023 03:19:35 UTC (QA Tests)] INFO -- filling :login_field with "root"1273[Jul 28 2023 03:19:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1274[Jul 28 2023 03:19:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"1275[Jul 28 2023 03:19:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1276[Jul 28 2023 03:19:36 UTC (QA Tests)] INFO -- clicking :sign_in_button1277[Jul 28 2023 03:19:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.105s1278[Jul 28 2023 03:19:38 UTC (QA Tests)] INFO -- Enabling super sidebar!1279[Jul 28 2023 03:19:38 UTC (QA Tests)] INFO -- Super sidebar is already enabled1280[Jul 28 2023 03:19:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pipeline-with-image-pull-policy-b7dd7a38820e1d751281[Jul 28 2023 03:19:41 UTC (QA Tests)] INFO -- clicking :menu_section_button1282[Jul 28 2023 03:19:41 UTC (QA Tests)] INFO -- clicking :nav_item_link1283[Jul 28 2023 03:19:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.802s1284[Jul 28 2023 03:19:43 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1285[Jul 28 2023 03:19:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 0.915s1286[Jul 28 2023 03:19:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'gitlab-runner'1287[Jul 28 2023 03:19:44 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-da6ssywp`1288 applies pull policy in job correctly1289 when policy is not allowed1290[Jul 28 2023 03:19:45 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with image:pull_policy when policy is not allowed fails job with policy not allowed message1291[Jul 28 2023 03:19:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1292[Jul 28 2023 03:19:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds1293[Jul 28 2023 03:19:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pipeline-with-image-pull-policy-84a4b6e1f4a94104' via api in 0.51 seconds1294[Jul 28 2023 03:19:45 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1295[Jul 28 2023 03:19:45 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1296[Jul 28 2023 03:19:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1297[Jul 28 2023 03:19:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1298[Jul 28 2023 03:19:51 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-chx0teok -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-chx0teok 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-chx0teok --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list qa-runner-chx0teok --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1299[Jul 28 2023 03:19:51 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-chx0teok`1300[Jul 28 2023 03:19:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1301[Jul 28 2023 03:19:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-chx0teok' via api in 6.24 seconds1302[Jul 28 2023 03:19:52 UTC (QA Tests)] INFO -- Updating runner config to allow pull policies...1303[Jul 28 2023 03:19:52 UTC (QA Tests)] INFO -- Executing: `docker cp qa-runner-chx0teok:/etc/gitlab-runner/config.toml /tmp/config.toml20230728-39-nuk3c3`1304[Jul 28 2023 03:19:52 UTC (QA Tests)] INFO -- Executing: `docker cp /tmp/config.toml20230728-39-nuk3c3 qa-runner-chx0teok:/etc/gitlab-runner/config.toml`1305[Jul 28 2023 03:19:52 UTC (QA Tests)] INFO -- Restarting runner container qa-runner-chx0teok...1306[Jul 28 2023 03:19:52 UTC (QA Tests)] INFO -- Executing: `docker restart qa-runner-chx0teok`1307[Jul 28 2023 03:19:53 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-chx0teok`1308[Jul 28 2023 03:19:53 UTC (QA Tests)] INFO -- Waiting for runner to come online...1309[Jul 28 2023 03:19:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1310[Jul 28 2023 03:19:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1311[Jul 28 2023 03:19:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1312[Jul 28 2023 03:19:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1313[Jul 28 2023 03:19:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1314[Jul 28 2023 03:19:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1315[Jul 28 2023 03:19:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.135s1316[Jul 28 2023 03:19:56 UTC (QA Tests)] INFO -- Enabling super sidebar!1317[Jul 28 2023 03:19:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled1318[Jul 28 2023 03:19:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/pipeline-with-image-pull-policy-84a4b6e1f4a941041319[Jul 28 2023 03:19:59 UTC (QA Tests)] INFO -- clicking :menu_section_button1320[Jul 28 2023 03:20:00 UTC (QA Tests)] INFO -- clicking :nav_item_link1321[Jul 28 2023 03:20:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.702s1322[Jul 28 2023 03:20:14 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1323[Jul 28 2023 03:20:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 0.92s1324[Jul 28 2023 03:20:15 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'gitlab-runner'1325[Jul 28 2023 03:20:15 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-chx0teok`1326 fails job with policy not allowed message1327Package1328 Helm Registry1329 using personal access token1330[Jul 28 2023 03:20:15 UTC (QA Tests)] INFO -- Starting test: Package Helm Registry using personal access token pushes and pulls a helm chart1331[Jul 28 2023 03:20:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1332[Jul 28 2023 03:20:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1333[Jul 28 2023 03:20:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1334[Jul 28 2023 03:20:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1335[Jul 28 2023 03:20:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1336[Jul 28 2023 03:20:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.131s1337[Jul 28 2023 03:20:19 UTC (QA Tests)] INFO -- Enabling super sidebar!1338[Jul 28 2023 03:20:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled1339[Jul 28 2023 03:20:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1340[Jul 28 2023 03:20:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds1341[Jul 28 2023 03:20:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_package_project-4a8f7cef36f2c648' via api in 0.86 seconds1342[Jul 28 2023 03:20:21 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1343[Jul 28 2023 03:20:21 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1344[Jul 28 2023 03:20:22 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1345[Jul 28 2023 03:20:22 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1346[Jul 28 2023 03:20:22 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690514420 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690514420 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-1690514420 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-03-08-52-db4c73c85441e216 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1347[Jul 28 2023 03:20:22 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690514420`1348[Jul 28 2023 03:20:22 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1349[Jul 28 2023 03:20:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690514420' via api in 1.36 seconds1350[Jul 28 2023 03:20:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds1351[Jul 28 2023 03:20:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_client_project-40863a4377c60486' via api in 0.69 seconds1352[Jul 28 2023 03:20:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds1353[Jul 28 2023 03:20:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds1354[Jul 28 2023 03:20:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_package_project-4a8f7cef36f2c6481355[Jul 28 2023 03:20:26 UTC (QA Tests)] INFO -- clicking :menu_section_button1356[Jul 28 2023 03:20:26 UTC (QA Tests)] INFO -- clicking :nav_item_link1357[Jul 28 2023 03:20:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.744s1358[Jul 28 2023 03:20:28 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1359[Jul 28 2023 03:20:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.221s1360[Jul 28 2023 03:20:42 UTC (QA Tests)] INFO -- clicking :menu_section_button1361[Jul 28 2023 03:20:42 UTC (QA Tests)] INFO -- clicking :nav_item_link1362[Jul 28 2023 03:20:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.712s1363[Jul 28 2023 03:20:43 UTC (QA Tests)] INFO -- clicking :details_link1364[Jul 28 2023 03:20:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds1365[Jul 28 2023 03:20:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_client_project-40863a4377c604861366[Jul 28 2023 03:20:45 UTC (QA Tests)] INFO -- clicking :menu_section_button1367[Jul 28 2023 03:20:45 UTC (QA Tests)] INFO -- clicking :nav_item_link1368[Jul 28 2023 03:20:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.659s1369[Jul 28 2023 03:20:47 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1370[Jul 28 2023 03:20:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.239s1371[Jul 28 2023 03:21:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690514420'1372[Jul 28 2023 03:21:01 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690514420`1373[Jul 28 2023 03:21:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'gitlab_qa_helm-db4a4f6ba46d1db1'1374[Jul 28 2023 03:21:02 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_package_project-4a8f7cef36f2c648'1375[Jul 28 2023 03:21:02 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_client_project-40863a4377c60486'1376 pushes and pulls a helm chart1377 using project deploy token1378[Jul 28 2023 03:21:02 UTC (QA Tests)] INFO -- Starting test: Package Helm Registry using project deploy token pushes and pulls a helm chart1379[Jul 28 2023 03:21:02 UTC (QA Tests)] INFO -- filling :login_field with "root"1380[Jul 28 2023 03:21:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1381[Jul 28 2023 03:21:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"1382[Jul 28 2023 03:21:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1383[Jul 28 2023 03:21:03 UTC (QA Tests)] INFO -- clicking :sign_in_button1384[Jul 28 2023 03:21:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.066s1385[Jul 28 2023 03:21:05 UTC (QA Tests)] INFO -- Enabling super sidebar!1386[Jul 28 2023 03:21:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled1387[Jul 28 2023 03:21:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1388[Jul 28 2023 03:21:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.13 seconds1389[Jul 28 2023 03:21:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_package_project-4ae85b9f88f02c12' via api in 0.91 seconds1390[Jul 28 2023 03:21:07 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1391[Jul 28 2023 03:21:07 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1392[Jul 28 2023 03:21:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1393[Jul 28 2023 03:21:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1394[Jul 28 2023 03:21:08 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690514467 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690514467 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-1690514467 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-03-08-52-db4c73c85441e216 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1395[Jul 28 2023 03:21:08 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690514467`1396[Jul 28 2023 03:21:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1397[Jul 28 2023 03:21:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690514467' via api in 1.31 seconds1398[Jul 28 2023 03:21:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectDeployToken with username 'gitlab+deploy-token-2' via api in 0.09 seconds1399[Jul 28 2023 03:21:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.12 seconds1400[Jul 28 2023 03:21:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_client_project-5ef04972721a4873' via api in 0.69 seconds1401[Jul 28 2023 03:21:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds1402[Jul 28 2023 03:21:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds1403[Jul 28 2023 03:21:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_package_project-4ae85b9f88f02c121404[Jul 28 2023 03:21:12 UTC (QA Tests)] INFO -- clicking :menu_section_button1405[Jul 28 2023 03:21:12 UTC (QA Tests)] INFO -- clicking :nav_item_link1406[Jul 28 2023 03:21:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.686s1407[Jul 28 2023 03:21:14 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1408[Jul 28 2023 03:21:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.227s1409[Jul 28 2023 03:21:28 UTC (QA Tests)] INFO -- clicking :menu_section_button1410[Jul 28 2023 03:21:28 UTC (QA Tests)] INFO -- clicking :nav_item_link1411[Jul 28 2023 03:21:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.822s1412[Jul 28 2023 03:21:29 UTC (QA Tests)] INFO -- clicking :details_link1413[Jul 28 2023 03:21:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds1414[Jul 28 2023 03:21:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_client_project-5ef04972721a48731415[Jul 28 2023 03:21:32 UTC (QA Tests)] INFO -- clicking :menu_section_button1416[Jul 28 2023 03:21:32 UTC (QA Tests)] INFO -- clicking :nav_item_link1417[Jul 28 2023 03:21:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.698s1418[Jul 28 2023 03:21:33 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1419[Jul 28 2023 03:21:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.285s1420[Jul 28 2023 03:21:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690514467'1421[Jul 28 2023 03:21:47 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690514467`1422[Jul 28 2023 03:21:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'gitlab_qa_helm-2a2e9a27b96bb9fa'1423[Jul 28 2023 03:21:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_package_project-4ae85b9f88f02c12'1424[Jul 28 2023 03:21:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_client_project-5ef04972721a4873'1425 pushes and pulls a helm chart1426 using ci job token1427[Jul 28 2023 03:21:48 UTC (QA Tests)] INFO -- Starting test: Package Helm Registry using ci job token pushes and pulls a helm chart1428[Jul 28 2023 03:21:49 UTC (QA Tests)] INFO -- filling :login_field with "root"1429[Jul 28 2023 03:21:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1430[Jul 28 2023 03:21:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1431[Jul 28 2023 03:21:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1432[Jul 28 2023 03:21:49 UTC (QA Tests)] INFO -- clicking :sign_in_button1433[Jul 28 2023 03:21:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.085s1434[Jul 28 2023 03:21:51 UTC (QA Tests)] INFO -- Enabling super sidebar!1435[Jul 28 2023 03:21:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled1436[Jul 28 2023 03:21:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1437[Jul 28 2023 03:21:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds1438[Jul 28 2023 03:21:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_package_project-0b5681ec8463bc2f' via api in 0.81 seconds1439[Jul 28 2023 03:21:54 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1440[Jul 28 2023 03:21:54 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1441[Jul 28 2023 03:21:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1442[Jul 28 2023 03:21:59 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1443[Jul 28 2023 03:21:59 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690514513 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690514513 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-1690514513 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-03-08-52-db4c73c85441e216 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1444[Jul 28 2023 03:22:00 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690514513`1445[Jul 28 2023 03:22:00 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1446[Jul 28 2023 03:22:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690514513' via api in 6.2 seconds1447[Jul 28 2023 03:22:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.06 seconds1448[Jul 28 2023 03:22:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_client_project-b7d611df08ebe601' via api in 0.67 seconds1449[Jul 28 2023 03:22:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.06 seconds1450[Jul 28 2023 03:22:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds1451[Jul 28 2023 03:22:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_package_project-0b5681ec8463bc2f1452[Jul 28 2023 03:22:03 UTC (QA Tests)] INFO -- clicking :menu_section_button1453[Jul 28 2023 03:22:03 UTC (QA Tests)] INFO -- clicking :nav_item_link1454[Jul 28 2023 03:22:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.776s1455[Jul 28 2023 03:22:05 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1456[Jul 28 2023 03:22:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.34s1457[Jul 28 2023 03:22:18 UTC (QA Tests)] INFO -- clicking :menu_section_button1458[Jul 28 2023 03:22:19 UTC (QA Tests)] INFO -- clicking :nav_item_link1459[Jul 28 2023 03:22:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.779s1460[Jul 28 2023 03:22:20 UTC (QA Tests)] INFO -- clicking :details_link1461[Jul 28 2023 03:22:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds1462[Jul 28 2023 03:22:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_client_project-b7d611df08ebe6011463[Jul 28 2023 03:22:22 UTC (QA Tests)] INFO -- clicking :menu_section_button1464[Jul 28 2023 03:22:22 UTC (QA Tests)] INFO -- clicking :nav_item_link1465[Jul 28 2023 03:22:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.688s1466[Jul 28 2023 03:22:24 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1467[Jul 28 2023 03:22:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.248s1468[Jul 28 2023 03:22:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690514513'1469[Jul 28 2023 03:22:38 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690514513`1470[Jul 28 2023 03:22:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'gitlab_qa_helm-ccefda0b6805b168'1471[Jul 28 2023 03:22:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_package_project-0b5681ec8463bc2f'1472[Jul 28 2023 03:22:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/helm_client_project-b7d611df08ebe601'1473 pushes and pulls a helm chart1474Manage1475 Gitlab migration1476 migrates large gitlab group via api (PENDING: Test is not compatible with this environment or pipeline)1477Manage1478 2FA1479 allows enforcing 2FA via UI and logging in with 2FA (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/409336)1480Package1481 Maven group level endpoint1482 duplication setting1483 when enabled1484[Jul 28 2023 03:22:38 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when enabled allows users to publish duplicates1485[Jul 28 2023 03:22:39 UTC (QA Tests)] INFO -- filling :login_field with "root"1486[Jul 28 2023 03:22:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1487[Jul 28 2023 03:22:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1488[Jul 28 2023 03:22:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1489[Jul 28 2023 03:22:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1490[Jul 28 2023 03:22:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.183s1491[Jul 28 2023 03:22:42 UTC (QA Tests)] INFO -- Enabling super sidebar!1492[Jul 28 2023 03:22:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled1493[Jul 28 2023 03:22:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1494[Jul 28 2023 03:22:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.14 seconds1495[Jul 28 2023 03:22:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-67bb7dbdb349a793' via api in 0.86 seconds1496[Jul 28 2023 03:22:44 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1497[Jul 28 2023 03:22:44 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1498[Jul 28 2023 03:22:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1499[Jul 28 2023 03:22:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1500[Jul 28 2023 03:22:45 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690514563 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690514563 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-1690514563 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-03-08-52-db4c73c85441e216 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1501[Jul 28 2023 03:22:45 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690514563`1502[Jul 28 2023 03:22:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1503[Jul 28 2023 03:22:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690514563' via api in 1.33 seconds1504[Jul 28 2023 03:22:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds1505[Jul 28 2023 03:22:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_client_project-c5aae33edbfb1482' via api in 0.68 seconds1506[Jul 28 2023 03:22:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds1507[Jul 28 2023 03:22:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-5943dae1.test/groups/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e2161508[Jul 28 2023 03:22:48 UTC (QA Tests)] INFO -- clicking :menu_section_button1509[Jul 28 2023 03:22:48 UTC (QA Tests)] INFO -- clicking :nav_item_link1510[Jul 28 2023 03:22:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.681s1511[Jul 28 2023 03:22:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds1512[Jul 28 2023 03:22:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-67bb7dbdb349a7931513[Jul 28 2023 03:22:51 UTC (QA Tests)] INFO -- clicking :menu_section_button1514[Jul 28 2023 03:22:51 UTC (QA Tests)] INFO -- clicking :nav_item_link1515[Jul 28 2023 03:22:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.719s1516[Jul 28 2023 03:22:53 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1517[Jul 28 2023 03:22:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.199s1518[Jul 28 2023 03:23:25 UTC (QA Tests)] INFO -- clicking :retry_button1519[Jul 28 2023 03:23:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry_button' took 1.049s1520[Jul 28 2023 03:23:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-67bb7dbdb349a7931521[Jul 28 2023 03:23:28 UTC (QA Tests)] INFO -- clicking :menu_section_button1522[Jul 28 2023 03:23:28 UTC (QA Tests)] INFO -- clicking :nav_item_link1523[Jul 28 2023 03:23:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.745s1524[Jul 28 2023 03:23:30 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1525[Jul 28 2023 03:23:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.229s1526[Jul 28 2023 03:23:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690514563'1527[Jul 28 2023 03:23:54 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690514563`1528[Jul 28 2023 03:23:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-5c0be7193f78ea74'1529[Jul 28 2023 03:23:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-67bb7dbdb349a793'1530[Jul 28 2023 03:23:54 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_client_project-c5aae33edbfb1482'1531 allows users to publish duplicates1532 when disabled1533[Jul 28 2023 03:23:54 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint duplication setting when disabled prevents users from publishing duplicates1534[Jul 28 2023 03:23:55 UTC (QA Tests)] INFO -- filling :login_field with "root"1535[Jul 28 2023 03:23:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1536[Jul 28 2023 03:23:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"1537[Jul 28 2023 03:23:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1538[Jul 28 2023 03:23:56 UTC (QA Tests)] INFO -- clicking :sign_in_button1539[Jul 28 2023 03:23:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.096s1540[Jul 28 2023 03:23:58 UTC (QA Tests)] INFO -- Enabling super sidebar!1541[Jul 28 2023 03:23:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled1542[Jul 28 2023 03:23:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1543[Jul 28 2023 03:23:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds1544[Jul 28 2023 03:24:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-5a57bf203586184c' via api in 0.84 seconds1545[Jul 28 2023 03:24:00 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1546[Jul 28 2023 03:24:00 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1547[Jul 28 2023 03:24:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1548[Jul 28 2023 03:24:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1549[Jul 28 2023 03:24:06 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690514639 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690514639 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-1690514639 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-03-08-52-db4c73c85441e216 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1550[Jul 28 2023 03:24:06 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690514639`1551[Jul 28 2023 03:24:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1552[Jul 28 2023 03:24:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690514639' via api in 6.33 seconds1553[Jul 28 2023 03:24:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.18 seconds1554[Jul 28 2023 03:24:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_client_project-967d984da36d6b73' via api in 0.75 seconds1555[Jul 28 2023 03:24:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.19 seconds1556[Jul 28 2023 03:24:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-ce-5943dae1.test/groups/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e2161557[Jul 28 2023 03:24:09 UTC (QA Tests)] INFO -- clicking :menu_section_button1558[Jul 28 2023 03:24:09 UTC (QA Tests)] INFO -- clicking :nav_item_link1559[Jul 28 2023 03:24:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.599s1560[Jul 28 2023 03:24:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds1561[Jul 28 2023 03:24:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-5a57bf203586184c1562[Jul 28 2023 03:24:12 UTC (QA Tests)] INFO -- clicking :menu_section_button1563[Jul 28 2023 03:24:12 UTC (QA Tests)] INFO -- clicking :nav_item_link1564[Jul 28 2023 03:24:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.762s1565[Jul 28 2023 03:24:14 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1566[Jul 28 2023 03:24:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.301s1567[Jul 28 2023 03:24:38 UTC (QA Tests)] INFO -- clicking :retry_button1568[Jul 28 2023 03:24:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element retry_button' took 1.002s1569[Jul 28 2023 03:24:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-5a57bf203586184c1570[Jul 28 2023 03:24:41 UTC (QA Tests)] INFO -- clicking :menu_section_button1571[Jul 28 2023 03:24:41 UTC (QA Tests)] INFO -- clicking :nav_item_link1572[Jul 28 2023 03:24:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.809s1573[Jul 28 2023 03:24:43 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1574[Jul 28 2023 03:24:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.391s1575[Jul 28 2023 03:24:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690514639'1576[Jul 28 2023 03:24:58 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690514639`1577[Jul 28 2023 03:24:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-812de2fd68cf81e9'1578[Jul 28 2023 03:24:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-5a57bf203586184c'1579[Jul 28 2023 03:24:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_client_project-967d984da36d6b73'1580 prevents users from publishing duplicates1581 via maven1582 using a project deploy token1583[Jul 28 2023 03:24:58 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a project deploy token pushes and pulls a maven package1584[Jul 28 2023 03:24:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1585[Jul 28 2023 03:24:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1586[Jul 28 2023 03:24:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1587[Jul 28 2023 03:24:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1588[Jul 28 2023 03:25:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1589[Jul 28 2023 03:25:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.125s1590[Jul 28 2023 03:25:02 UTC (QA Tests)] INFO -- Enabling super sidebar!1591[Jul 28 2023 03:25:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled1592[Jul 28 2023 03:25:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1593[Jul 28 2023 03:25:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds1594[Jul 28 2023 03:25:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-4e50fb71df384c0c' via api in 0.85 seconds1595[Jul 28 2023 03:25:04 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1596[Jul 28 2023 03:25:04 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1597[Jul 28 2023 03:25:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1598[Jul 28 2023 03:25:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1599[Jul 28 2023 03:25:10 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690514704 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690514704 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-1690514704 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-03-08-52-db4c73c85441e216 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1600[Jul 28 2023 03:25:10 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690514704`1601[Jul 28 2023 03:25:10 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1602[Jul 28 2023 03:25:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690514704' via api in 6.25 seconds1603[Jul 28 2023 03:25:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupDeployToken with username 'gitlab+deploy-token-3' via api in 0.08 seconds1604[Jul 28 2023 03:25:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds1605[Jul 28 2023 03:25:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_client_project-851ad02bf65c3c8e' via api in 0.69 seconds1606[Jul 28 2023 03:25:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.17 seconds1607[Jul 28 2023 03:25:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds1608[Jul 28 2023 03:25:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-4e50fb71df384c0c1609[Jul 28 2023 03:25:14 UTC (QA Tests)] INFO -- clicking :menu_section_button1610[Jul 28 2023 03:25:14 UTC (QA Tests)] INFO -- clicking :nav_item_link1611[Jul 28 2023 03:25:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.769s1612[Jul 28 2023 03:25:16 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1613[Jul 28 2023 03:25:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.27s1614[Jul 28 2023 03:25:39 UTC (QA Tests)] INFO -- clicking :menu_section_button1615[Jul 28 2023 03:25:39 UTC (QA Tests)] INFO -- clicking :nav_item_link1616[Jul 28 2023 03:25:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.657s1617[Jul 28 2023 03:25:40 UTC (QA Tests)] INFO -- clicking :details_link1618[Jul 28 2023 03:25:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1619[Jul 28 2023 03:25:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_client_project-851ad02bf65c3c8e1620[Jul 28 2023 03:25:43 UTC (QA Tests)] INFO -- clicking :menu_section_button1621[Jul 28 2023 03:25:43 UTC (QA Tests)] INFO -- clicking :nav_item_link1622[Jul 28 2023 03:25:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.782s1623[Jul 28 2023 03:25:45 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1624[Jul 28 2023 03:25:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.149s1625[Jul 28 2023 03:25:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690514704'1626[Jul 28 2023 03:25:59 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690514704`1627[Jul 28 2023 03:25:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-82ca7dad416a230a'1628[Jul 28 2023 03:25:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-4e50fb71df384c0c'1629[Jul 28 2023 03:26:00 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_client_project-851ad02bf65c3c8e'1630 pushes and pulls a maven package1631 using a ci job token1632[Jul 28 2023 03:26:00 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a ci job token pushes and pulls a maven package1633[Jul 28 2023 03:26:00 UTC (QA Tests)] INFO -- filling :login_field with "root"1634[Jul 28 2023 03:26:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1635[Jul 28 2023 03:26:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"1636[Jul 28 2023 03:26:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1637[Jul 28 2023 03:26:01 UTC (QA Tests)] INFO -- clicking :sign_in_button1638[Jul 28 2023 03:26:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.17s1639[Jul 28 2023 03:26:03 UTC (QA Tests)] INFO -- Enabling super sidebar!1640[Jul 28 2023 03:26:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled1641[Jul 28 2023 03:26:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds1642[Jul 28 2023 03:26:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds1643[Jul 28 2023 03:26:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-a2118c453056ead8' via api in 0.79 seconds1644[Jul 28 2023 03:26:05 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1645[Jul 28 2023 03:26:05 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1646[Jul 28 2023 03:26:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1647[Jul 28 2023 03:26:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1648[Jul 28 2023 03:26:11 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690514764 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690514764 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-1690514764 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-03-08-52-db4c73c85441e216 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1649[Jul 28 2023 03:26:11 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690514764`1650[Jul 28 2023 03:26:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1651[Jul 28 2023 03:26:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690514764' via api in 6.19 seconds1652[Jul 28 2023 03:26:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.06 seconds1653[Jul 28 2023 03:26:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_client_project-1d9607c308afc299' via api in 0.7 seconds1654[Jul 28 2023 03:26:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CICDSettings via api in 0.06 seconds1655[Jul 28 2023 03:26:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds1656[Jul 28 2023 03:26:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-a2118c453056ead81657[Jul 28 2023 03:26:14 UTC (QA Tests)] INFO -- clicking :menu_section_button1658[Jul 28 2023 03:26:15 UTC (QA Tests)] INFO -- clicking :nav_item_link1659[Jul 28 2023 03:26:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.1s1660[Jul 28 2023 03:26:17 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1661[Jul 28 2023 03:26:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.206s1662[Jul 28 2023 03:26:40 UTC (QA Tests)] INFO -- clicking :menu_section_button1663[Jul 28 2023 03:26:40 UTC (QA Tests)] INFO -- clicking :nav_item_link1664[Jul 28 2023 03:26:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.724s1665[Jul 28 2023 03:26:41 UTC (QA Tests)] INFO -- clicking :details_link1666[Jul 28 2023 03:26:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds1667[Jul 28 2023 03:26:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_client_project-1d9607c308afc2991668[Jul 28 2023 03:26:44 UTC (QA Tests)] INFO -- clicking :menu_section_button1669[Jul 28 2023 03:26:44 UTC (QA Tests)] INFO -- clicking :nav_item_link1670[Jul 28 2023 03:26:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.743s1671[Jul 28 2023 03:26:46 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1672[Jul 28 2023 03:26:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.38s1673[Jul 28 2023 03:27:00 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690514764'1674[Jul 28 2023 03:27:00 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690514764`1675[Jul 28 2023 03:27:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-eb7aaf93c49218a6'1676[Jul 28 2023 03:27:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-a2118c453056ead8'1677[Jul 28 2023 03:27:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_client_project-1d9607c308afc299'1678 pushes and pulls a maven package1679 using a personal access token1680[Jul 28 2023 03:27:02 UTC (QA Tests)] INFO -- Starting test: Package Maven group level endpoint via maven using a personal access token pushes and pulls a maven package1681[Jul 28 2023 03:27:02 UTC (QA Tests)] INFO -- filling :login_field with "root"1682[Jul 28 2023 03:27:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1683[Jul 28 2023 03:27:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"1684[Jul 28 2023 03:27:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1685[Jul 28 2023 03:27:03 UTC (QA Tests)] INFO -- clicking :sign_in_button1686[Jul 28 2023 03:27:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.06s1687[Jul 28 2023 03:27:05 UTC (QA Tests)] INFO -- Enabling super sidebar!1688[Jul 28 2023 03:27:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled1689[Jul 28 2023 03:27:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1690[Jul 28 2023 03:27:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds1691[Jul 28 2023 03:27:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-c5b6f02543989323' via api in 0.82 seconds1692[Jul 28 2023 03:27:07 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.1693[Jul 28 2023 03:27:07 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1694[Jul 28 2023 03:27:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1695[Jul 28 2023 03:27:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1696[Jul 28 2023 03:27:08 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690514826 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690514826 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-1690514826 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list runner-for-qa-test-2023-07-28-03-08-52-db4c73c85441e216 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1697[Jul 28 2023 03:27:08 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690514826`1698[Jul 28 2023 03:27:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1699[Jul 28 2023 03:27:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-runner-1690514826' via api in 1.33 seconds1700[Jul 28 2023 03:27:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.13 seconds1701[Jul 28 2023 03:27:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_client_project-e1c655b1faffa3cb' via api in 0.65 seconds1702[Jul 28 2023 03:27:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds1703[Jul 28 2023 03:27:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds1704[Jul 28 2023 03:27:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-c5b6f025439893231705[Jul 28 2023 03:27:12 UTC (QA Tests)] INFO -- clicking :menu_section_button1706[Jul 28 2023 03:27:12 UTC (QA Tests)] INFO -- clicking :nav_item_link1707[Jul 28 2023 03:27:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.717s1708[Jul 28 2023 03:27:14 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1709[Jul 28 2023 03:27:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.208s1710[Jul 28 2023 03:27:37 UTC (QA Tests)] INFO -- clicking :menu_section_button1711[Jul 28 2023 03:27:37 UTC (QA Tests)] INFO -- clicking :nav_item_link1712[Jul 28 2023 03:27:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.758s1713[Jul 28 2023 03:27:38 UTC (QA Tests)] INFO -- clicking :details_link1714[Jul 28 2023 03:27:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1715[Jul 28 2023 03:27:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_client_project-e1c655b1faffa3cb1716[Jul 28 2023 03:27:41 UTC (QA Tests)] INFO -- clicking :menu_section_button1717[Jul 28 2023 03:27:41 UTC (QA Tests)] INFO -- clicking :nav_item_link1718[Jul 28 2023 03:27:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.746s1719[Jul 28 2023 03:27:43 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1720[Jul 28 2023 03:27:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.155s1721[Jul 28 2023 03:27:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-runner-1690514826'1722[Jul 28 2023 03:27:57 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690514826`1723[Jul 28 2023 03:27:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'com/gitlab/qa/maven-f7ab3fca3a59d151'1724[Jul 28 2023 03:27:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_package_project-c5b6f02543989323'1725[Jul 28 2023 03:27:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/maven_client_project-e1c655b1faffa3cb'1726 pushes and pulls a maven package1727Create1728 Repository Usage Quota1729[Jul 28 2023 03:27:58 UTC (QA Tests)] INFO -- Starting test: Create Repository Usage Quota matches cloned repo usage to reported usage1730[Jul 28 2023 03:27:58 UTC (QA Tests)] INFO -- Enabling feature: gitaly_revlist_for_repo_size1731[Jul 28 2023 03:27:58 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: gitaly_revlist_for_repo_size1732[Jul 28 2023 03:27:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1733[Jul 28 2023 03:27:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.13 seconds1734[Jul 28 2023 03:27:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/repository-usage-e7c75cd0b49a90d7-0bc4a6a06f8c257c' via api in 0.55 seconds1735[Jul 28 2023 03:28:00 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add file"1736[Jul 28 2023 03:28:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.6 seconds1737[Jul 28 2023 03:28:07 UTC (QA Tests)] INFO -- Disabling feature: gitaly_revlist_for_repo_size1738[Jul 28 2023 03:28:07 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: gitaly_revlist_for_repo_size1739 matches cloned repo usage to reported usage1740Create1741 push after setting the file size limit via admin/application_settings1742[Jul 28 2023 03:28:07 UTC (QA Tests)] INFO -- Starting test: Create push after setting the file size limit via admin/application_settings push fails when the file size is above the limit1743[Jul 28 2023 03:28:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1744[Jul 28 2023 03:28:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds1745[Jul 28 2023 03:28:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-test-push-limit-8e844e15d13f49ff' via api in 0.9 seconds1746 push fails when the file size is above the limit1747[Jul 28 2023 03:28:11 UTC (QA Tests)] INFO -- Starting test: Create push after setting the file size limit via admin/application_settings push successful when the file size is under the limit1748[Jul 28 2023 03:28:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds1749[Jul 28 2023 03:28:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.12 seconds1750[Jul 28 2023 03:28:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-test-push-limit-ba65d8b8843b80af' via api in 0.82 seconds1751[Jul 28 2023 03:28:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.51 seconds1752[Jul 28 2023 03:28:14 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Adding a new file"1753 push successful when the file size is under the limit1754Plan1755 Custom issue templates1756[Jul 28 2023 03:28:14 UTC (QA Tests)] INFO -- Starting test: Plan Custom issue templates creates an issue via custom template1757[Jul 28 2023 03:28:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1758[Jul 28 2023 03:28:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1759[Jul 28 2023 03:28:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"1760[Jul 28 2023 03:28:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1761[Jul 28 2023 03:28:15 UTC (QA Tests)] INFO -- clicking :sign_in_button1762[Jul 28 2023 03:28:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.17s1763[Jul 28 2023 03:28:17 UTC (QA Tests)] INFO -- Enabling super sidebar!1764[Jul 28 2023 03:28:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled1765[Jul 28 2023 03:28:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1766[Jul 28 2023 03:28:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds1767[Jul 28 2023 03:28:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/custom-issue-template-project-6269597862b0d6d3' via api in 0.81 seconds1768[Jul 28 2023 03:28:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1769[Jul 28 2023 03:28:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/custom-issue-template-project-6269597862b0d6d31770[Jul 28 2023 03:28:22 UTC (QA Tests)] INFO -- clicking :new_menu_toggle1771[Jul 28 2023 03:28:22 UTC (QA Tests)] INFO -- clicking :create_menu_item1772[Jul 28 2023 03:28:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.973s1773[Jul 28 2023 03:28:23 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Issue title a8563eb35057abf5"1774[Jul 28 2023 03:28:23 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1775[Jul 28 2023 03:28:23 UTC (QA Tests)] INFO -- clicking :template_dropdown1776[Jul 28 2023 03:28:24 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::Project::Issue::Show is present1777[Jul 28 2023 03:28:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.195s1778[Jul 28 2023 03:28:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue via browser_ui in 5.47 seconds1779 creates an issue via custom template1780Create1781 Multiple file snippet1782 behaves like deleting file from snippet1783[Jul 28 2023 03:28:26 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-file1784[Jul 28 2023 03:28:27 UTC (QA Tests)] INFO -- filling :login_field with "root"1785[Jul 28 2023 03:28:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1786[Jul 28 2023 03:28:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1787[Jul 28 2023 03:28:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1788[Jul 28 2023 03:28:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1789[Jul 28 2023 03:28:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.112s1790[Jul 28 2023 03:28:29 UTC (QA Tests)] INFO -- Enabling super sidebar!1791[Jul 28 2023 03:28:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled1792[Jul 28 2023 03:28:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '7' via api in 0.34 seconds1793[Jul 28 2023 03:28:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-ce-5943dae1.test/-/snippets/71794[Jul 28 2023 03:28:32 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1795[Jul 28 2023 03:28:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.988s1796[Jul 28 2023 03:28:33 UTC (QA Tests)] INFO -- clicking :delete_file_button1797[Jul 28 2023 03:28:33 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1798[Jul 28 2023 03:28:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.861s1799[Jul 28 2023 03:28:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.874s1800 deletes second file from an existing personal_snippet to make it single-file1801 behaves like deleting file from snippet1802[Jul 28 2023 03:28:34 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-file1803[Jul 28 2023 03:28:35 UTC (QA Tests)] INFO -- filling :login_field with "root"1804[Jul 28 2023 03:28:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1805[Jul 28 2023 03:28:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"1806[Jul 28 2023 03:28:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1807[Jul 28 2023 03:28:36 UTC (QA Tests)] INFO -- clicking :sign_in_button1808[Jul 28 2023 03:28:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.12s1809[Jul 28 2023 03:28:37 UTC (QA Tests)] INFO -- Enabling super sidebar!1810[Jul 28 2023 03:28:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled1811[Jul 28 2023 03:28:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1812[Jul 28 2023 03:28:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds1813[Jul 28 2023 03:28:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-snippets-7816f0aae7659a13' via api in 0.52 seconds1814[Jul 28 2023 03:28:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '8' via api in 0.95 seconds1815[Jul 28 2023 03:28:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-with-snippets-7816f0aae7659a13/-/snippets/81816[Jul 28 2023 03:28:41 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1817[Jul 28 2023 03:28:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.352s1818[Jul 28 2023 03:28:43 UTC (QA Tests)] INFO -- clicking :delete_file_button1819[Jul 28 2023 03:28:43 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1820[Jul 28 2023 03:28:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.219s1821[Jul 28 2023 03:28:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.229s1822 deletes second file from an existing project_snippet to make it single-file1823Plan1824 Issue1825[Jul 28 2023 03:28:44 UTC (QA Tests)] INFO -- Starting test: Plan Issue closes via pushing a commit1826[Jul 28 2023 03:28:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1827[Jul 28 2023 03:28:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds1828[Jul 28 2023 03:28:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/project-for-issues-76c307d589dc5bf2' via api in 0.53 seconds1829[Jul 28 2023 03:28:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '12' via api in 0.74 seconds1830[Jul 28 2023 03:28:46 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Initial commit"1831[Jul 28 2023 03:28:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.43 seconds1832[Jul 28 2023 03:28:48 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Closes #1"1833[Jul 28 2023 03:28:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.3 seconds1834 closes via pushing a commit1835Package1836 Generic Repository1837[Jul 28 2023 03:28:49 UTC (QA Tests)] INFO -- Starting test: Package Generic Repository uploads a generic package and downloads it1838[Jul 28 2023 03:28:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds1839[Jul 28 2023 03:28:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216' via api in 0.11 seconds1840[Jul 28 2023 03:28:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/generic-package-project-06d260e6a8938423' via api in 0.51 seconds1841[Jul 28 2023 03:28:50 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1842[Jul 28 2023 03:28:50 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1843[Jul 28 2023 03:28:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1844[Jul 28 2023 03:28:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1845[Jul 28 2023 03:28:50 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1690514929 -v /var/run/docker.sock:/var/run/docker.sock --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1690514929 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-1690514929 --url http://gitlab-ce-5943dae1.test --registration-token **** --tag-list runner-for-generic-package-project-06d260e6a8938423 --executor docker --docker-image registry.gitlab.com/ gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7 --docker-tlsverify=false --docker-privileged=true --docker-network-mode=test --docker-volumes=/certs/client && gitlab-runner run" `1846[Jul 28 2023 03:28:51 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1690514929`1847[Jul 28 2023 03:28:51 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1848[Jul 28 2023 03:28:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-1690514929' via api in 1.28 seconds1849[Jul 28 2023 03:28:51 UTC (QA Tests)] INFO -- filling :login_field with "root"1850[Jul 28 2023 03:28:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1851[Jul 28 2023 03:28:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1852[Jul 28 2023 03:28:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1853[Jul 28 2023 03:28:52 UTC (QA Tests)] INFO -- clicking :sign_in_button1854[Jul 28 2023 03:28:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.107s1855[Jul 28 2023 03:28:54 UTC (QA Tests)] INFO -- Enabling super sidebar!1856[Jul 28 2023 03:28:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled1857[Jul 28 2023 03:28:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1858[Jul 28 2023 03:28:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-ce-5943dae1.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-03-08-52-db4c73c85441e216/generic-package-project-06d260e6a89384231859[Jul 28 2023 03:28:57 UTC (QA Tests)] INFO -- clicking :menu_section_button1860[Jul 28 2023 03:28:58 UTC (QA Tests)] INFO -- clicking :nav_item_link1861[Jul 28 2023 03:28:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.655s1862[Jul 28 2023 03:28:59 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1863[Jul 28 2023 03:29:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.259s1864[Jul 28 2023 03:29:13 UTC (QA Tests)] INFO -- clicking :pipeline_path1865[Jul 28 2023 03:29:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element pipeline_path' took 0.753s1866[Jul 28 2023 03:29:14 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present1867[Jul 28 2023 03:29:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.208s1868[Jul 28 2023 03:29:16 UTC (QA Tests)] INFO -- clicking :menu_section_button1869[Jul 28 2023 03:29:16 UTC (QA Tests)] INFO -- clicking :nav_item_link1870[Jul 28 2023 03:29:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.789s1871[Jul 28 2023 03:29:17 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-1690514929'1872[Jul 28 2023 03:29:17 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1690514929`1873[Jul 28 2023 03:29:17 UTC (QA Tests)] INFO -- Removed a QA::Resource::Package with name 'my_package-951046b9c578a198'1874 uploads a generic package and downloads it1875Create1876 Open Web IDE from Diff Tab1877[Jul 28 2023 03:29:17 UTC (QA Tests)] INFO -- Starting test: Create Open Web IDE from Diff Tab opens and edits a multi-file merge request in Web IDE from Diff Tab1878 opens and edits a multi-file merge request in Web IDE from Diff Tab (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)1879[Jul 28 2023 03:29:17 UTC (QA Tests)] INFO -- 1880========= Knapsack Time Offset Warning ==========1881Time offset: 30s1882Max allowed node time execution: 22m 40s1883Exceeded time: -01m 19s1885Global time execution for this CI node is fine.1886Happy testing!1887Need explanation? See FAQ:1889=================================================1890Read up on the benefits of a dynamic test split with Knapsack Pro Queue Mode:1891https://docs.knapsackpro.com/2020/how-to-speed-up-ruby-and-javascript-tests-with-ci-parallelisation1892Sign up for Knapsack Pro here:1894=================================================1895[Jul 28 2023 03:29:17 UTC (QA Tests)] INFO -- 1896Knapsack global time execution for tests: 21m 21s1897Pending: (Failures listed here are expected and do not affect your suite's status)1898 1) Create Review a merge request in Web IDE opens and edits a merge request in Web IDE1899 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441900 # ./qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb:351901 2) Create Git Server Hooks with custom error messages renders preconfigured error message when user hook failed on commit in WebIDE1902 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441903 # ./qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb:271904 3) Package SaaS Container Registry pulls an image from an existing repository1905 # Test is not compatible with this environment or pipeline1906 # ./qa/specs/features/browser_ui/5_package/container_registry/saas/pull_container_registry_image_spec.rb:111907 4) Create Upload a file in Web IDE when a file with the same name already exists throws an error1908 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441909 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:291910 5) Create Upload a file in Web IDE when the file is a text file shows the Edit tab with the text1911 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441912 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:421913 6) Create Upload a file in Web IDE when the file is binary shows a Download button1914 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441915 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:621916 7) Create Upload a file in Web IDE when the file is an image shows an image viewer1917 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441918 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:801919 8) Framework sanity Version check is the specified version1920 # Test is not compatible with this environment or pipeline1921 # ./qa/specs/features/sanity/version_spec.rb:151922 9) Create First file using Web IDE creates the first file in an empty project via Web IDE1923 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441924 # ./qa/specs/features/browser_ui/3_create/web_ide_old/create_first_file_in_web_ide_spec.rb:241925 10) Create Merge requests when merging once behaves like merge when pipeline succeeds merges after pipeline succeeds1926 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4030171927 # ./qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb:531928 11) Manage Gitlab migration migrates large gitlab group via api1929 # Test is not compatible with this environment or pipeline1930 # ./qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb:1261931 12) Manage 2FA allows enforcing 2FA via UI and logging in with 2FA1932 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4093361933 # ./qa/specs/features/browser_ui/1_manage/login/log_in_with_2fa_spec.rb:531934 13) Create Open Web IDE from Diff Tab opens and edits a multi-file merge request in Web IDE from Diff Tab1935 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209441936 # ./qa/specs/features/browser_ui/3_create/web_ide_old/open_web_ide_from_diff_tab_spec.rb:561937Failures:1938 1) Create Push mirror a repository over HTTP configures and syncs a (push) mirrored repository1939 Failure/Error: mirror_settings.mirror_direction = 'Push'1941 QA::Page::Base::ElementNotFound:1942 Couldn't find element named "authentication_method_field"1943 # ./qa/page/base.rb:378:in `wait_for_animated_element'1944 # ./qa/support/page/logging.rb:150:in `wait_for_animated_element'1945 # ./qa/page/project/settings/mirroring_repositories.rb:55:in `mirror_direction='1946 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb:28:in `block (5 levels) in <module:QA>'1947 # ./qa/scenario/actable.rb:16:in `perform'1948 # ./qa/page/project/settings/repository.rb:54:in `block in expand_mirroring_repositories'1949 # ./qa/page/settings/common.rb:19:in `block in expand_content'1950 # ./qa/page/base.rb:387:in `within_element'1951 # ./qa/support/page/logging.rb:156:in `within_element'1952 # ./qa/page/settings/common.rb:11:in `expand_content'1953 # ./qa/page/project/settings/repository.rb:53:in `expand_mirroring_repositories'1954 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb:25:in `block (4 levels) in <module:QA>'1955 # ./qa/scenario/actable.rb:16:in `perform'1956 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb:24:in `block (3 levels) in <module:QA>'1957 # ./qa/specs/spec_helper.rb:122:in `block (2 levels) in <top (required)>'1958 # ./qa/specs/knapsack_runner.rb:17:in `run'1959 # ./qa/specs/runner.rb:57:in `perform'1960 # ./qa/scenario/template.rb:10:in `block in perform'1961 # ./qa/scenario/template.rb:8:in `perform'1962 # ./qa/scenario/template.rb:50:in `perform'1963 # ./qa/scenario/template.rb:10:in `block in perform'1964 # ./qa/scenario/template.rb:8:in `perform'1965 # ./qa/scenario/bootable.rb:52:in `launch!'1966 2) Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository1967 Failure/Error: mirror_settings.mirror_direction = 'Push'1969 QA::Page::Base::ElementNotFound:1970 Couldn't find element named "authentication_method_field"1971 # ./qa/page/base.rb:378:in `wait_for_animated_element'1972 # ./qa/support/page/logging.rb:150:in `wait_for_animated_element'1973 # ./qa/page/project/settings/mirroring_repositories.rb:55:in `mirror_direction='1974 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:29:in `block (5 levels) in <module:QA>'1975 # ./qa/scenario/actable.rb:16:in `perform'1976 # ./qa/page/project/settings/repository.rb:54:in `block in expand_mirroring_repositories'1977 # ./qa/page/settings/common.rb:19:in `block in expand_content'1978 # ./qa/page/base.rb:387:in `within_element'1979 # ./qa/support/page/logging.rb:156:in `within_element'1980 # ./qa/page/settings/common.rb:11:in `expand_content'1981 # ./qa/page/project/settings/repository.rb:53:in `expand_mirroring_repositories'1982 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:26:in `block (4 levels) in <module:QA>'1983 # ./qa/scenario/actable.rb:16:in `perform'1984 # ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:25:in `block (3 levels) in <module:QA>'1985 # ./qa/specs/spec_helper.rb:122:in `block (2 levels) in <top (required)>'1986 # ./qa/specs/knapsack_runner.rb:17:in `run'1987 # ./qa/specs/runner.rb:57:in `perform'1988 # ./qa/scenario/template.rb:10:in `block in perform'1989 # ./qa/scenario/template.rb:8:in `perform'1990 # ./qa/scenario/template.rb:50:in `perform'1991 # ./qa/scenario/template.rb:10:in `block in perform'1992 # ./qa/scenario/template.rb:8:in `perform'1993 # ./qa/scenario/bootable.rb:52:in `launch!'1994Finished in 21 minutes 21 seconds (files took 2.32 seconds to load)199568 examples, 2 failures, 13 pending1996Failed examples:1997rspec ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb:6 # Create Push mirror a repository over HTTP configures and syncs a (push) mirrored repository1998rspec ./qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb:6 # Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository1999Randomized with seed 490382000[Jul 28 2023 03:29:18 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-5943dae1 bash -c "gitlab-psql -c 'select n_live_tup, n_dead_tup, relname from pg_stat_all_tables order by n_live_tup DESC, n_dead_tup DESC;'"`2001[Jul 28 2023 03:29:18 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-ce-5943dae1 bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`2002[Jul 28 2023 03:29:18 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-ce-5943dae1`2003[Jul 28 2023 03:29:18 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-ce-5943dae1`2004bundler: failed to load command: gitlab-qa (/builds/gitlab-org/gitlab/.gems/bin/gitlab-qa)2005/usr/local/bin/bundle: Command `docker run -t --rm --net=test --hostname qa-e2e-specs.test --env QA_HOSTNAME="qa-e2e-specs.test" ...` failed! \e[31m✘\e[0m (Gitlab::QA::Support::ShellCommand::StatusError)2007Running after script...2008$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command2009$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")2010$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"2155Uploading artifacts...2156gitlab-qa-run-*: found 377 matching artifact files and directories 2157Uploading artifacts as "archive" to coordinator... 201 Created id=4757339171 responseStatus=201 Created token=64_V5T3p2158Uploading artifacts...2159gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 2160Uploading artifacts as "junit" to coordinator... 201 Created id=4757339171 responseStatus=201 Created token=64_V5T3p2161Uploading artifacts...2162/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 2163Uploading artifacts as "dotenv" to coordinator... 201 Created id=4757339171 responseStatus=201 Created token=64_V5T3p2165ERROR: Job failed: exit code 1